.hide {
  display: none;
}
.show {
  display: block;
}
html,
body {
  /* height: 100%; */
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  color: #1c2a3d;
}
.page {
  width: 100%;
  /*height: 100%;*/
  background: #fff;
  margin: 0 auto;
}
.top-banner img {
  width: 100%;
}
.support {
  text-align: center;
  color: #898d98;
  font-size: 13px;
  padding: 8px 0px;
}
.support img {
  width: 24px;
  margin-right: 3px;
  vertical-align: inherit;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.btn-login-op {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 42px;
}

.btn-login-op span {
  display: inline-block;
  width: 49%;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  opacity: 0.8;
}
.btn-login-op .active {
  background: url(../img/triangle.png) no-repeat bottom center;
  opacity: 1;
  font-size: 14px;
}
.login-container {
  width: 100%;
  /*position: absolute;*/
  /*top: 50%;*/
  /*margin-top: -150px;*/
}
.set-logo {
  position: absolute;
  left: 6px;
  top: 6px;
}
.set-logo img {
  height: 28px;
  width: auto;
}
.login-container li {
  list-style-type: none;
  padding: 0;
  width: 90%;
  /*border-bottom: 1px solid #e0e0e0;*/
  margin: auto;
  margin-bottom: 10px;
}
.login-container li input {
  height: 40px;
  /*line-height: 40px;
	text-indent: 2px;*/
  font-size: 16px;
  color: #3f4a51;
  letter-spacing: 1px;
  border: 1px solid #fff;
  border-bottom: 1px solid #e0e0e0;
  /*border-radius: 8px;*/
  background: #fff;
}
.login-btn,
.register-btn {
  height: 42px;
  line-height: 42px;
  padding: 0;
  box-shadow: 0 5px 12px rgba(0, 98, 204, 0.158);
  border: 1px solid #2c99ff;
  background: #2c99ff; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #2c99ff,
    #31a8f4
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #2c99ff,
    #31a8f4
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  font-size: 16px;
  width: 100%;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
}
.login-other {
  height: 40px;
  line-height: 40px;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 16px;
  border: 1px solid #4f9bef;
  /*background: #64d7d6;
	border: 1px solid #64d7d6;*/
  width: 100%;
  color: #4f9bef;
  border-radius: 4px;
  font-weight: 500;
}
.go-back {
  width: 100%;
  margin: auto;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 1px 0 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
}
.go-back a {
  color: #303740;
}
.register-btn {
  background: #e6ecf0;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
  color: #afb5b8;
  border: 1px solid #e6ecf0;
}
.timebtn {
  position: absolute;
  top: 10px;
  right: 0;
  width: 110px;
  text-align: right;
}
.timebtn button {
  border: 1px solid #fff;
}
/*报告页*/
/* 菜单 */
.header-nav {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header-nav div {
  text-align: center;
  width: 50%;
}
.header-nav span {
  display: inline-block;
  text-align: center;
  color: #52535a;
  padding: 0 10px;
  font-size: 16px;
}
.header-nav div.active span {
  border-bottom: 2px solid #2c99ff;
}
.nopay {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  border-radius: 15px;
}
.nopay div {
  position: relative;
  height: 100%;
  width: 100%;
}
.nopay div span {
  /* vertical-align: middle; */
  display: block;
  width: 40%;
  text-align: center;
  margin: auto;
  padding: 10px;
  background: #2196f3;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 10px 20px rgba(33, 150, 243, 0.4);
  border-radius: 5px;
}

.btn-qrcode {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 4px;
  text-align: center;
  width: 44px;
  height: 44px;
}

.all-report {
  width: 94%;
  margin: auto;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #4f9bef;
  height: 60px;
  margin-bottom: 20px;
}
.all-report i,
.all-report span,
.all-report div {
  display: block;
  float: left;
}
.all-report i {
  margin-top: 12px;
  width: 36px;
  margin-left: 16px;
}
.all-report i img {
  width: 100%;
}
.all-report div {
  padding: 10px 0 0 16px;
}
.all-report div span {
  color: #fff;
  font-size: 12px;
  opacity: 0.6;
}
.all-report div span:first-child {
  opacity: 1;
  font-size: 18px;
  padding-bottom: 4px;
}
.all-report b {
  display: block;
  float: right;
  width: 12px;
  margin-right: 20px;
  margin-top: 18px;
  opacity: 0.8;
}
.all-report b img {
  width: 100%;
}
/*报告列表*/

.unpaid {
  position: absolute;
  border-radius: 10px;
  z-index: 999;
  margin-top: -20px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0; /*把列表支付的按钮隐藏了*/
}
.pay-box {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.go-pay {
  /* vertical-align: middle; */
  display: block;
  width: 40%;
  text-align: center;
  margin: auto;
  padding: 10px;
  background: #2196f3;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 10px 20px rgba(33, 150, 243, 0.4);
}
.report-card ul {
  margin: 0;
  padding: 0 48px 0 30px;
}
.report-card li {
  list-style-type: square;
  color: #1e9ae5;
  line-height: 30px;
}
.report-card li strong {
  color: #3d464b;
}
.report-card li span {
  color: #5d6064;
}
.btn-card {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-top: 1px solid #e6ecf0;
  text-align: center;
  vertical-align: middle;
}
.btn-card img {
  width: 30px;
  vertical-align: middle;
  margin-right: 6px;
}
.btn-card span {
  float: left;
  display: block;
  width: 49%;
  color: #4e9bef;
}
.btn-card span:first-child {
  border-right: 1px solid #edf3f7;
}
/*文本超出省略号*/
.overflow-control {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.btn-share {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 40px;
  text-align: right;
  font-size: 20px;
  color: #4e9bef;
}
.btn-share img {
  width: 100%;
}

/*分享弹窗*/
.cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.7;
  filter: alpha(opacity=80);
}
.shareContainer {
  width: 95%;
  margin: auto;
  background-color: #fff;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  /*bottom: 0;*/
  /*transform: translate(-50%,-30%);*/
  z-index: 1002;
  border-radius: 10px;
}
.close1 {
  width: 44px;
  height: 44px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 0;
  color: #a8a9ad;
}
.close1 img {
  width: 14px;
  margin: auto;
}
.share-box {
  /*text-align: center;*/
  position: relative;
  padding: 0px 0px 10px 0px;
}

.share-box h2 {
  clear: both;
  border-left: 4px solid #4f9bef;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  margin: 12px 0 8px;
  padding-left: 10px;
  color: #3f4a51;
  padding-right: 12px;
  margin-left: 10px;
}
.share-box h2 span {
  font-size: 12px;
  color: #8f8f94;
  font-weight: normal;
}
.share-box .set-item {
  width: 100%;
  height: 46px;
  line-height: 46px;
  clear: both;
  border-bottom: 1px solid #e5e6e8;
  position: relative;
}

.share-box .set-passwd-container {
  margin: 4px 0;
  border-bottom: 1px solid #e5e6e8;
}
.share-box .set-passwd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.share-box .set-passwd .mui-switch {
  margin-bottom: 13px;
}
.share-box .show-passwd {
  margin: 0 20px 10px 10px;
  font-size: 15px;
}
.share-box #passwd {
  margin-left: 5px;
}
.handle-active {
  background-color: #4f9bef;
  color: #fff;
}
.share-box .share-link {
  position: relative;
}
.share-box .share-link .handle-btn {
  margin: 20px 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  border: 1px solid #ccc;
  font-size: 15px;
}
.share-box .share-link .loading {
  position: absolute;
  height: 150px;
  line-height: 150px;
  width: 100%;
  top: 50px;
  text-align: center;
  background-color: #fff;
  /* display: none; */
}
.share-box .share-link .loading img {
  width: 50px;
}
.share-box .share-link .handle-btn .qr-code-btn,
.share-box .share-link .handle-btn .pc-link-btn {
  flex: 50%;
  border-right: 1px solid #ccc;
  text-align: center;
}
.share-box .share-link .pc-link {
  display: none;
}
.share-box .share-link .qr-code {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  font-size: 15px;
}
.share-box .share-link .qr-code strong {
  font-weight: 500;
}
.share-box .share-link .pc-link {
  margin-left: 18px;
  font-size: 16px;
}
.share-box .share-link .pc-link h5 {
  color: #aaa;
  display: flex;
  align-items: center;
}
.share-box .share-link .pc-link #website {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.share-box .share-link .pc-link .btnCopy {
  color: #4f9bef;
  border: none;
  cursor: pointer;
}
.share-box .set-title {
  padding: 0;
  color: #3f4a51;
  margin-left: 10px;
  font-size: 15px;
  float: left;
  /* line-height: 24px; */
}
.time {
  position: relative;
  background: transparent;
}
.time div {
  background: transparent;
  font-size: 16px;
  color: #4f9bef;
  text-align: right;
  padding-right: 36px;
}
.time i {
  position: absolute;
  right: 8px;
  top: 2px;
  font-size: 10px;
  color: #999fa2;
}
.time i span {
  font-size: 18px;
}

.shareImg {
  width: 10rem;
  margin: 16px 22px;
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 4px;
  /*margin-left: 20px;*/
}
.shareImg img {
  width: 100%;
}
.shareImg canvas {
  width: 100%;
}
/*影像下载*/
.picdownload {
  position: relative;
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}
.picdownload h1 {
  font-size: 16px;
  line-height: 44px;

  border-bottom: 1px solid #e0e7ec;
}
.picdownload p {
  line-height: 30px;
  font-size: 14px;
  padding: 12px 0 0;
  color: #474a4e;
}
.picdownload a {
  color: #4f9bef;
  padding-bottom: 20px;
  display: inline-block;
}
.picdownload button {
  display: block;
  margin: auto;
  background: #4f9bef;
  border-color: #4f9bef;
  color: #fff;
}
.new-download {
  margin: 12px 0 6px;
  text-decoration: underline;
}
.picdownload h6 {
  font-size: 12px;
  color: #bcbfc1;
  font-weight: normal;
  text-align: center;
}
/*权限复选框*/
.table-filter-op {
  position: relative;
  display: block;
  height: 36px;
  line-height: 36px;
  width: 100%;
  text-align: left;
}
.table-filter-op > label {
  font-weight: normal;
  /*color: #666;*/
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 18px;
  margin-right: 15px;
  font-size: 14px;
  line-height: 14px;
}
.table-filter-op input {
  margin-right: 10px;
}
.table-filter-op input[type='checkbox'] {
  display: none;
}
.table-filter-op label:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-top: -6px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #c8ccd0;
  border-radius: 1px;
}

.table-filter-op input[type='checkbox']:checked + label:before {
  content: '\2713';
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);*/
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 11px;
  background: #5f81ce;
  border: 1px solid #4970ca;
  border-radius: 1px;
}
#blackbg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
#hint-box {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  width: 80%;
  border-radius: 10px;
  background-color: #48ace8;
}
.hint-text {
  background-color: #fff;
  margin: 16px;
  border-radius: 10px;
}
.pophint {
  width: 100%;
  text-align: center;
  color: #4f9bef;
  font-size: 16px;
  padding: 80px 0;
  font-weight: bold;
}
.pophint img {
  width: 40%;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  pointer-events: none;
}
/*切换用户列表*/
.users {
  padding: 6px 10px 16px 10px;
  border-bottom: 1px solid #dee4e8;
  font-size: 16px;
  color: #3d464b;
}
.users span:last-child {
  float: right;
  color: #5d6064;
}

.user-operation {
  width: 100%;
  height: 36px;
}
.user-operation li {
  list-style-type: none;
  float: right;
  margin-left: 16px;
}
.user-operation li:first-child {
  float: left;
  color: #999999;
  margin-left: 0;
}
.user-operation li i {
  margin-right: 4px;
}
.btn-add {
  width: 94%;
  margin: auto;
  position: fixed;
  bottom: 14px;
  left: 3%;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.btn-add .mui-btn-primary {
  width: 100%;
  /*background-color: #48ace9;*/
  height: 52px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
}
.users-list {
  padding-bottom: 66px;
}
.popupuser {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}
.payDivbg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.add-box {
  width: 84%;
  height: 320px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 11;
}
#pay-close {
  float: right;
  margin: 10px 10px 0;
  width: 16px;
  height: 16px;
  display: block;
  display: none;
}
#pay-close img {
  width: 100%;
}
/*.add-box p{
	padding-top: 10px;
	height: 12px;
}
.add-box p i{
	float: right;
	margin-right: 15px;
	font-size: 16px;
	color: #999999;
}
.add-box h1{
	font-size: 20px;
	color: #3d464b;
	text-align: center;
	margin-left: 26px;
	}*/
.add-box h5 {
  font-size: 18px;
  padding: 20px;
  color: #535657;
}
.expense {
  font-size: 44px;
  padding: 10px 20px;
  color: #333435;
  font-weight: bold;
}
.expense sup {
  font-size: 24px;
}
.expense label {
  float: right;
}
.expense .tishi {
  color: #95989a;
  font-size: 13px;
  font-weight: normal;
  padding-top: 14px;
}
.add-box h2 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #666;
  padding: 30px;
}
.add-box h4 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding: 20px;
  color: #999;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 88%;
  margin: auto;
}
.add-box h6 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #007aff;
  padding: 20px 0;
}

/*.input-item {
	width: 80%;
	margin: auto;
	color: #3d464b;
}
.input-item label {
	font-weight: 600;
	font-size: 16px
}
.input-item input{
	border: none;
	border-bottom: 1px solid #ccc;
	line-height: 32px;
	height: 32px;
	padding: 0;
	border-radius: 0;
	color: #5d6064;
}*/
.popup-btn {
  width: 80%;
  margin: auto;
}
.popup-btn .mui-btn-primary {
  width: 100%;
  /*border-radius: 10px;*/
  height: 44px;
  font-size: 16px;
  margin-top: 8px;
}
.prompt {
  padding-top: 30px;
  width: 80%;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
}
.prompt i {
  text-align: center;
  font-size: 50px;
  color: #48ace9;
  /*font-weight: bold;*/
}
.prompt span {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  color: #3d464b;
  display: block;
}
.prompt p {
  color: #ccc;
  font-size: 14px;
  text-align: left;
}
/*切换用户弹窗*/
#toggle {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.toggleList {
  height: 100%;
  width: 70%;
  min-height: 100%;
  margin-left: 100%;
  background-color: #fff;
  overflow: auto;
}
.toggleList h5 {
  font-size: 16px;
  color: #303740;
  margin: 0;
  padding: 20px 0 40px 20px;
  font-weight: bold;
  line-height: 26px;
}
.toggleList ul {
  padding: 0 20px;
  margin: 0;
}
.toggleList ul li {
  list-style-type: none;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: #686e75;
  line-height: 26px;
}
.toggleList ul li i {
  margin-right: 4px;
  font-size: 26px;
  vertical-align: top;
  /* color: #b9b9b9; */
}
.toggleList ul .active {
  color: #0279fb;
  font-weight: bolder;
}
.toggleList ul li.active i {
  color: #0279fb;
}
.toggleList ul li img {
  width: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.issue {
  width: 94%;
  color: #4e9bef;
  font-size: 14px;
  margin: auto;
  padding-bottom: 20px;
}
.issue a {
  color: #4e9bef;
}
.issue .fback {
  float: right;
}
.wxbox {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.wxbox .txt {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  margin: auto;
  border-radius: 10px;
}
.wxbox .txt h1 {
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
}
.wxbox .txt p {
  padding: 0 10px;
  font-size: 16px;
}
.wxbox .txt ul {
  height: 30px;
  width: 100%;
  padding: 0;
}
.wxbox .txt ul li {
  list-style: none;
  float: left;
  font-size: 16px;
  color: #007aff;
  width: 50%;
  line-height: 30px;
  text-align: center;
}
/*链接引导页展示*/
.toptitle {
  position: relative;
  width: 84%;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}
.toptitle img {
  position: absolute;
  right: 0;
  width: 170px;
  z-index: 1;
}
.toptitle span {
  display: inline-block;
  padding-top: 45px;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 0px 3px 2px rgba(63, 40, 139, 0.3);
  position: relative;
  z-index: 2;
}
.toptitle span i {
  display: block;
  width: 80px;
  height: 3px;
  background-color: rgb(255, 240, 4);
  margin-top: 20px;
}
.textbox {
  width: 76%;
  margin: auto;
  margin-top: 20px;
  border-left: 2px dashed rgb(255, 240, 4);
}
.textbox ul {
  padding: 0;
  margin: 0;
  margin-left: -14px;
}
.textbox li {
  list-style: none;
  font-size: 16px;
}
.textbox li a {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background: #fff;
  text-align: center;
  margin-right: 20px;
  color: #016fbe;
  margin-bottom: 20px;
  line-height: 26px;
}
.textbox li span {
  display: inline-block;
  vertical-align: top;
}
.textbox li span p {
  color: #fff;
  padding: 10px 0 20px 0;
  font-size: 16px;
}
.qrcode {
  width: 50%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}
.qrcode img {
  width: 100%;
}
.qrcode h6 {
  color: #fff;
  font-size: 14px;
}

/*loading动画*/
.loading {
  background: radial-gradient(#333, #000);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  /*bottom: calc(76px + constant(safe-area-inset-bottom));*/
  /*bottom: calc(76px + env(safe-area-inset-bottom));*/
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

.spinner {
  /*margin: 100px auto;
  width: 20px;
  height: 20px;
  position: relative;*/

  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -30px;
  /*-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;*/
}

.container1 > div,
.container2 > div,
.container3 > div {
  width: 12px;
  height: 12px;
  background-color: darkgray;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1s infinite ease-in-out;
  animation: bouncedelay 1s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}
.circle2 {
  top: 0;
  right: 0;
}
.circle3 {
  right: 0;
  bottom: 0;
}
.circle4 {
  left: 0;
  bottom: 0;
}

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.agreement {
  color: #5d686f;
  font-size: 13px;
  width: 90%;
  margin: auto;
  margin-bottom: 44px;
}
.agreement input {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.agreement span {
  text-decoration: underline;
  color: #5d686f;
}
/*授权页面*/
.hearder {
  height: 68px;
  line-height: 68px;
  /*border-bottom: 1px solid #011849;*/
  vertical-align: middle;
}
.hearder a {
  padding-left: 26px;
}
.hearder a img {
  width: 260px;
}
.onlineview {
  position: fixed;
  /*padding-top: 100px;*/
  width: 100%;
  margin: auto;
  z-index: 99;
  top: 35%;
}
.onlineview p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 530px;
  margin: auto;
}
.input-item {
  width: 530px;
  margin: auto;
  padding-top: 16px;
}
.input-item input {
  width: 400px;
  height: 54px;
  line-height: 54px;
  margin: 0;
  font-size: 18px;
  letter-spacing: 2px;
}
.input-item button {
  margin: 0;
  width: 126px;
  height: 54px;
  line-height: 54px;
  background-color: #0f80e8;
  font-size: 18px;
  font-weight: bold;
}
.pic {
  /*position: fixed;*/
  /*bottom: 40px;*/
  width: 100%;
  margin: auto;
  display: block;
  margin-top: 60px;
}
.pic img {
  width: 500px;
  margin: auto;
  display: block;
}
.copyright {
  height: 68px;
  line-height: 68px;
  text-align: right;
  font-size: 18px;
  color: #dbe010;
  padding-right: 20px;
  float: right;
  font-weight: bolder;
}
/*下载页面*/
.download-box {
  width: 90vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 100px 0;
}
.download-content-left {
  color: #fff;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  font-size: 28px;
  font-weight: bolder;
  margin-left: 50px;
}
.download-content-left h1 {
  margin-top: 30px;
}
.download-content-left h2 {
  margin: 20px 0 40px;
}
.download-content-left p {
  padding: 16px 0;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}
.download-content-right {
  width: 45vw;
}
.download-content-right img {
  width: 100%;
}
.download-box .verfiy .layui-bg-blue {
  background-color: #3db9ff !important;
}
.download-box .verfiy {
  display: flex;
}
.download-box .verfiy .layui-input {
  width: 340px;
  height: 50px;
  font-weight: normal;
  font-size: 18px;
  margin-right: 10px;
  border-radius: 8px;
}
.download-btn {
  margin: 0;
  min-width: 96px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #fff;
}
.download-btn:hover {
  box-shadow: 2px 10px 36px rgba(12, 68, 144, 0.64);
}
.download-footer {
  /* clear: both; */
  /* position: absolute; */
  width: 100%;
  margin-bottom: 16px;
  font-size: 12px;
  color: rgb(255, 255, 255);
  line-height: 24px;
  text-align: center;
  /* bottom: 16px; */
}

.qrinput {
  /* visibility: hidden; */
  height: 1px;
}
.topheader {
  display: none;
  height: 64px;
  line-height: 64px;
  font-size: 1rem;
  padding-left: 10px;
  background: #f5f5f5;
}
.topheader span {
  font-size: 1.6rem;
  color: #3d464b;
}
.topheader span.mui-icon {
  font-size: 2.4rem;
}
.close-index {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
.close-index div {
  width: 70%;
  /* height: 200px; */
  background: #fff;
  margin: auto;
  margin-top: 50%;
  text-align: center;
  border-radius: 8px;
  padding: 40px 40px 0px;
}
.close-index div p {
  font-size: 4.4444vw;
  color: #3d464b;
  line-height: 5.3333vw;
}
.close-index div button {
  font-size: 2.96vw;
  margin: 3.7037vw;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.download-footer {
  clear: both;
  font-size: 12px;
  color: rgb(255, 255, 255);
  line-height: 24px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
