/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: Arial;
  color: #404041;
}
html,
body {
  margin: 0 auto;
  height: 100%;
  font-size: 12px;
}
/* html{font-size:12px!important;} */
div,
table,
td {
  margin: 0px;
  padding: 0px;
}
ul,
li {
  list-style: none;
}
img,
a img,
textarea {
  border: 0;
}
.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
* + html .clearfix {
  min-height: 1%;
}
img,
a img {
  border: none;
  margin: 0;
  padding: 0;
}
/*---图片隐藏弹窗--*/
img[src=""],
img:not([src]) {
  opacity: 0;
}
em,
b,
i {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #333;
}
a:focus {
  outline: none;
}
input,
textarea {
  font-family: Arial;
  outline: none;
}
input,
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
div {
  -webkit-appearance: none;
}
a,
button,
input,
textarea,
label,
li,
em,
b,
div,
li,
i,
div {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  font-style: normal;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; /* mobile firefox too! */
}
/* 清除浮动 */
.clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* 隐藏 */
.hidden {
  display: none;
}
/*滚动条设置开始*/
::-webkit-scrollbar/*整体部分*/ {
  width: 2px;
  height: 10px;
  display: none;
}
::-webkit-scrollbar-track/*滑动轨道*/ {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background: #fff;
}
::-webkit-scrollbar-thumb/*滑块*/ {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover/*滑块效果*/ {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
/*加载动画*/
.loaders {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.loaders .loader {
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  width: 25%;
  align-items: center;
  justify-content: center;
}
@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}
.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}
.ball-spin-fade-loader > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}



.page-body{
  background: #666;
  width: 100%;
  min-height: 40vh;
}
.mob .nav-title{
  display: none!important;
}
/* swiper分页器颜色 */
.swiper{
  --swiper-theme-color: #fff;
  --swiper-pagination-color: #fff;/* 两种都可以 */
}
.lock-scroll{
  overflow: hidden!important;
  height: 100vh;
}