* {
  font-family: "微软雅黑", "Open Sans", "Helvetica Neue", Arial,
    "Hiragino Sans GB", sans-serif;
  padding: 0;
  margin: 0;
  border: 0;
  list-style-type: none;
}

.mt70 {
  margin-top: 70px;
}

.pt70 {
  padding-top: 70px !important;
}

.fixedbg {
  background: #fff !important;
}

/* h1,h2,h3,h4,h5,h6{font-weight:normal;} */

html {
  border: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  /* max-width: 750px; */
  /* font-size: 0.12rem; */
  word-wrap: break-word;
  word-break: break-all;
  background: #eeeeee;
}

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

button,
submit,
input,
select,
textarea {
  outline: none;
}

button,
submit,
input,
select {
  vertical-align: middle;
}

button,
submit,
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
submit::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: none;
}

table {
  border-collapse: separate;
  border-spacing: 1px;
}

th,
td {
  text-align: left;
}

/* address,cite,dfn,em,var{font-style:normal;} */
img {
  border: none;
  vertical-align: middle;
}

a {
  outline: none;
}

a:link,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active {
  outline: none;
}

iframe {
  vertical-align: top;
}

*html {
  zoom: expression(function(ele) {
      ele.style.zoom="1"; document.execCommand("BackgroundImageCache",
        false,
        true)
    }

    (this));
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "\20";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.hide {
  display: none;
}

/*浮动*/
.left {
  float: left;
}

.right {
  float: right;
}

.fullImg {
  width: 100%;
}

.fixed {
  position: fixed;
}

.black {
  background: rgb(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

/* ---------------- toast弹窗 style ---------------- */
.toastText {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.toastText p {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 20px;
  font-size: 30px;
  border-radius: 5px;
  letter-spacing: 1px;
}

.toastText span {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
  margin: 0 10%;
}

.toast {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.toastCon {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 0.17rem 0;
  width: 2.93rem;
}

.toastCon .close {
  width: 0.19rem;
  position: absolute;
  right: 0.19rem;
  top: 0.17rem;
}

/*  ---------------- loading style  ---------------- */
.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.loading section {
  align-items: center;
  display: flex;
  height: 100%;
}

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.loader-20 {
  width: 30px;
  height: 30px;
  border: 3px dashed #0468ce;
  -webkit-animation: stars-rotate-reverse 2s linear both infinite;
  animation: stars-rotate-reverse 2s linear both infinite;
}

.loader-20 .css-diamond {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-color: transparent transparent #fff transparent;
}

.loader-20 .css-diamond:after {
  border-color: lightgrey transparent transparent transparent;
}

.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.loading section {
  align-items: center;
  display: flex;
  height: 100%;
}

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.loader-20 {
  width: 30px;
  height: 30px;
  border: 3px dashed #0468ce;
  -webkit-animation: stars-rotate-reverse 2s linear both infinite;
  animation: stars-rotate-reverse 2s linear both infinite;
}

.loader-20 .css-diamond {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-color: transparent transparent #fff transparent;
}

.loader-20 .css-diamond:after {
  border-color: lightgrey transparent transparent transparent;
}

.css-diamond {
  border-style: solid;
  border-color: transparent transparent #ce93d8 transparent;
  border-width: 0 25px 25px 25px;
  height: 0;
  width: 50px;
  position: relative;
  margin: 20px 0 50px 0;
}

.css-diamond:after {
  content: "";
  position: absolute;
  top: 25px;
  left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ce93d8 transparent transparent transparent;
  border-width: 70px 50px 0 50px;
}

@-webkit-keyframes stars-rotate-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes stars-rotate-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

body,
html {
  min-height: 100%;
}