/*通用类*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clearfix {
	clear: both;
}

/*兼容老设备的rem-px基准*/

html {
	font-size: 42.6667px;
}

@media screen and (max-width: 320px) {
	html {
		font-size: 42.6667px;
	}
}

@media screen and (min-width: 321px) and (max-width: 360px) {
	html {
		font-size: 48px;
	}
}

@media screen and (min-width: 361px) and (max-width: 375px) {
	html {
		font-size: 50px;
	}
}

@media screen and (min-width: 376px) and (max-width: 414px) {
	html {
		font-size: 55px;
	}
}

@media screen and (min-width: 415px) and (max-width: 484px) {
	html {
		font-size: 64px;
	}
}

@media screen and (min-width: 485px) and (max-width: 720px) {
	html {
		font-size: 96px;
	}
}

@media screen and (min-width: 721px) and (max-width: 768px) {
	html {
		font-size: 102px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
	html {
		font-size: 144px;
	}
}

@media screen and (min-width: 1080px) {
	html {
		font-size: 144px;
	}
}

/*新设备的rem-vw标准*/

html {
	overflow-x: hidden;
	font-size: 13.3333333333vw;
	/*一便rem.js失效，这里起作用*/
}

body {
	width: 100%;
	min-width: 320px;
	min-height: 100vh;
	margin: 0 auto;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	overflow-x: hidden;
	text-align: left;
	position: relative;
	font-size: 0.26rem;
	color: #333;
	background: #ffffff;
	/*禁止长按选择文字复制*/
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
button,
select,
textarea,
th,
td,
pre {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
}

img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}

h1,
h2,
h3 {
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

input,
textarea,
select {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	font-size: 1em;
	outline: none;
	margin: 0;
	padding: 0;
}

input::-webkit-input-placeholder {
	color: #a0a0a0;
}

textarea::-webkit-input-placeholder {
	color: #a0a0a0;
}

input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
	-webkit-appearance: none;
}

select {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

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

em {
	font-style: normal;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: Helvetica;
	outline: none;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}


/* 404 */
.error2 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

.error2Img {
	width: 4.22rem;
	height: 3.26rem;
	margin-top: 3.6rem;
}

.error2Img img {
	width: 4.22rem;
	height: 3.26rem;
}

.error2Box {
	width: 100%;
	margin-top: 0.8rem;
}

.error2Box p {
	color: #959595;
	font-size: 0.3rem;
	display: block;
	text-align: center;
}


.top-logo {
	width: 100%;
	text-align: center;
	padding-top: 2.6rem;
}

.top-logo img {
	width: 1.82rem;
	height: 1.82rem;
}


.nawen {
	width: 100%;
	text-align: center;	
	color: #171717;	
	font-size: 0.38rem;
	font-weight: bold;
	padding: 0.3rem 0 0.4rem;
}

.search {
	width: 6.28rem;
	height: 0.88rem;
	border-radius: 0.08rem;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	background-color: #FB9AAE;
}

.search input {
	font-size: 0.32rem;
	color: #171717;
	line-height: 0.84rem;
	text-indent: 0.2rem;
	width: 4.88rem;
	height: 0.84rem;
	margin: 0.02rem;
	border-radius: 0.04rem 0 0 0.04rem;

}

.search button {
	font-size: 0.32rem;
	color: #fff;
	line-height: 0.88rem;
	width: 1.3rem;
	background-color: transparent;
	height: 100%;
}

.popout {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	max-width: 7.5rem;
	margin: 0 auto;
}

/* 加载 */
.loader19{
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  animation: loader8Animation 1.5s linear infinite;
}
.loader19:before {
  width: 0.2rem;
  height: 0.2rem;
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0.4rem;
  left: 0.4rem;
  border-radius: 50%;
  box-shadow: 0px -0.5rem 0px 0px rgba(251, 154, 174, 1),
      -0.36rem -0.36rem 0px -1px rgba(251, 154, 174, 0.875),
      -0.5rem 0px 0px -2px rgba(251, 154, 174, 0.75),
      -0.36rem 0.36rem 0px -3px rgba(251, 154, 174, 0.625),
      0px 0.5rem 0px -4px rgba(251, 154, 174, 0.5),
      0.36rem 0.36rem 0px -5px rgba(251, 154, 174, 0.375),
      0.5rem 0px 0px -6px rgba(251, 154, 174, 0.25),
      0.36rem -0.36rem 0px -7px rgba(251, 154, 174, 0.125);
}

/* .loader19.hui:before {
  width: 0.2rem;
  height: 0.2rem;
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0.4rem;
  left: 0.4rem;
  border-radius: 50%;
  box-shadow: 0px -0.5rem 0px 0px rgba(130, 130, 130, 1),
    -0.36rem -0.36rem 0px -1px rgba(130, 130, 130, 0.875),
    -0.5rem 0px 0px -2px rgba(130, 130, 130, 0.75),
    -0.36rem 0.36rem 0px -3px rgba(130, 130, 130, 0.625),
    0px 0.5rem 0px -4px rgba(130, 130, 130, 0.5),
    0.36rem 0.36rem 0px -5px rgba(130, 130, 130, 0.375),
    0.5rem 0px 0px -6px rgba(130, 130, 130, 0.25),
    0.36rem -0.36rem 0px -7px rgba(130, 130, 130, 0.125);
} */





@keyframes loader8Animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.popout p {
	font-size: 0.26rem;
	text-align: center;
	color: #dedede;
	margin-top: 0.28rem;
}


.logding-box {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.db-feek {
	font-size: 0.34rem;
	text-align: center;
	width: 1.2rem;
	height: 1.2rem;
	box-shadow: 0 0 0.1rem #999;
	position: fixed;
	bottom: 5.2rem;
	right: 0.3rem;
	border-radius: 0.9rem;
	background-color: #07C160;
	color: #fff;
	line-height: 1.2rem;
	font-weight: 700;
}

.db-feek a {
	display: block;
}
.db-feek:hover{
	opacity: 0.5;
}
