* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  scrollbar-width: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

a:active {
  text-decoration: none;
}

ul,
div {
  scrollbar-width: none;
}

ul::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 6px;
}

html,
body {
  width: 100%;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.widthBox {
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
}

button {
  border: none;
  outline: none;
}

input {
  background: none;
  outline: none;
  border: none;
}
input:focus {
  border: none;
}

.unClick {
  pointer-events: none;
}

/* 导航栏 */
.navBar {
  position: fixed;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  z-index: 100;
}

.navBar_header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 1rem;
  padding: 0 0.3rem;
  z-index: 10;
  background-color: #fff;
}

.navBar_header > img {
  height: 0.5rem;
}

.navBar_header > i {
  font-size: 0.4rem;
  color: #999999;
  height: 100%;
  width: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navBar_list {
  height: 0;
  padding: 0 0.3rem;
  margin-top: 1rem;
  z-index: 9;
  transition: all 0.5s;
  overflow-x: auto;
}

.navBar_list > ul > li > p,
.navBar_list > ul > li > a,
.navBar_list > ul > li > p > a {
  height: 76px;
  line-height: 76px;
  font-size: 0.32rem;
  font-weight: bold;
  color: #222222;
  border-bottom: 1px solid #eee;
}

.navBar_list > ul > li > p > span {
  width: 30%;
  height: 100%;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
}

.navBar_list > ul > li > p > span > i {
  width: 0.35rem;
  height: 0.35rem;
  background: #2b92ea;
  border: 1px solid #2b92ea;
  border-radius: 50%;
  font-size: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s;
}

.navBar_list > ul > li > p > span > i.active {
  transform: rotate(180deg);
}

.navBar_dropDown {
  height: 0;
  font-size: 0.3rem;
  font-weight: 400;
  color: #666666;
  padding: 0 0.3rem;
  overflow: hidden;
  transition: all 0.5s;
}

.navBar_dropDown > li {
  height: 0.6rem;
  line-height: 0.6rem;
  margin: 0.35rem 0;
}

.navBar_dropDown > li > a {
  color: #222222;
}

/* 底部栏 */
.footer {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0.4rem 0.3rem;
  margin-top: 1rem;
}

.footer > img {
  height: 0.72rem;
  margin: 20px 0;
}

.footer_tel_left {
  font-size: 0.26rem;
  line-height: 20px;
}

.footer_tel_left > p {
  margin: 0.1rem 0;
  color: #888888;
}

.footer_tel_right {
  display: inline-block;
  width: 1.8rem;
  height: 0.64rem;
  background: #2b92ea;
  border-radius: 2px;
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
  line-height: 0.64rem;
}

.footer_address,
.footer_email {
  font-size: 0.26rem;
  font-weight: 400;
  color: #888888;
  line-height: 23px;
  margin: 0.1rem 0;
}

.footer_qrcode {
  margin-top: 0.3rem;
}

.footer_qrcode > div {
  margin: 0 0.3rem;
}

.footer_qrcode > div > img {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.1rem;
}

.footer_qrcode > div > p {
  font-size: 0.26rem;
  font-weight: 400;
  color: #666666;
  letter-spacing: 5px;
  text-align: center;
}

.footer_friendLink {
  margin: 0.6rem 0 0.3rem 0;
  font-size: 0.26rem;
}

.footer_friendLink > span {
  width: 1.4rem;
}

.footer_friendLink > ul {
  flex-wrap: wrap;
}

.footer_friendLink a {
  margin-left: 10px;
  margin-bottom: 10px;
  color: #666;
  display: inline-block;
}

.footer_beian {
  display: inline-block;
  font-size: 0.26rem;
  font-weight: 400;
  color: #cccccc;
}

/* 横向分类 */

.section_cate {
  box-sizing: border-box;
  font-size: 0.28rem;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  margin-bottom: -10px;
  overflow-y: hidden;
  clip-path: inset(0 0 10px 0);
  scrollbar-width: none;
}

.section_cate::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.section_cate li {
  display: inline-block;
  height: 40px;
  padding: 13px 18px;
  transition: all 0.3s;
  color: #666;
}

.section_cate li a {
  color: #666;
}

.section_cate .active {
  background-color: #2b92ea;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
}

/* banner栏目 */
.banner {
  width: 100%;
  height: 2.4rem;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  background-position: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.banner > p {
  font-size: 0.4rem;
  font-weight: bold;
  color: #ffffff;
}

/* 分割线 */
.line-box {
  margin: 0.4rem 0;
}

.line-line {
  border-top: 1px solid #eee;
  flex-grow: 1;
}

.line-text {
  margin: 0 10px;
  font-size: 0.28rem;
  color: #cccccc;
}

.error {
  border: 1px solid red;
}
