html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
span {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1;
}

button,
a {
  cursor: pointer;
  outline: none !important;
}

a {
  text-decoration: none !important;
}

input::-ms-clear,
input::-ms-reveal {
  display: none !important;
}

div,
p,
input {
  box-sizing: border-box;
}

input {
  outline: none;
}

html,
body {
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}

html {
  font-size: 100px;
  width: 100%;
  margin: 0 auto;
}
body {
  width: 100%;
  font-family: "Microsoft YaHei";
  background: #f8f8f8;
}

* {
  color: #333;
  font-size: .24rem;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}



a,
button,
textarea {
  text-decoration: none;
  outline: none;
  font-family: "Microsoft YaHei";
  border: none;
}

.overhide2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.disbet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header{
  width: 100%;
  height: .88rem;
  padding-left: .33rem;
  background: #fff;
}
.header img{
  width: 4.63rem;
}

.header_title{
  height: .88rem;
  width: 100%;
  text-align: center;
  line-height: .88rem;
  font-size: 0.32rem;
  position: relative;
}
.header_title .go_{
  position: absolute;
  left: .3rem;
  top: 50%;
  transform: translateY(-50%);
  width: .18rem;
}

.fotter{width: 100%;background: #fff;text-align: center;padding: .3rem 0 .48rem 0;margin-bottom: 1rem;margin-top: .3rem;}
.fotter>img{max-width: 1.83rem;}
.fotter .top p{line-height: 0.4rem;font-size: 0.26rem;color: #666666;text-align: center;margin-top: .1rem;}
.fotter a{display: block;margin-top: .95rem;text-align: center;}
.fotter a img{max-width: .71rem;}
.fotter a p{margin-top: .2rem;font-size: 0.26rem;font-weight: bold;}
.fotter .bottom{margin-top: .97rem;text-align: center;line-height: 0.4rem;font-size: 0.26rem;color: #666666;}



.tabale_bar{width: 100%;background: #fff;border-top: 1px solid #eee;display: flex;justify-content: space-around;align-items: center;height: 1rem;position: fixed;bottom: 0;left: 0;}
.tabale_bar a{text-align: center;}
.tabale_bar a img{max-width: .35rem;}
.tabale_bar a img.img_a{display: none;}
.tabale_bar a.active img.img{display: none;}
.tabale_bar a.active img.img_a{display: inline;}
.tabale_bar a p{text-align: center;margin-top: .12rem;font-size: 0.22rem;color: #999999;}
.tabale_bar a.active p{color: #333333;}



.public_dv{width: 100%;margin-top: .3rem;background: #fff;}
.public_dv .public_dv_mian{padding:.3rem;}
.public_dv .public_title{width: 100%;height: .92rem;display: flex;justify-content: flex-start;align-items: center;border-bottom: 1px solid #eeeeee;}
.public_dv .public_title h2{font-size: 0.32rem;font-weight: bold;color: #029235;border-left:5px solid #029235;border-right: 1px solid #eee;padding: 0 .26rem;margin-right: .26rem;line-height: 1;white-space: nowrap;}
.public_dv .public_title p{font-size: 0.22rem;color: #666666;}

@media screen and (max-width: 414px) {
  html {
    font-size: 55px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}


@media screen and (max-width: 320px){
  html{
    font-size: 45px;
  }
} 
