html {
  font-size: 50px;
}
a {
  text-decoration: none;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
em,
img,
p,
dd,
dl,
dt,
ul,
li,
ol,
form,
label,
table,
td,
tr,
input {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 21.33333333px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 25px;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 26.66666667px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
}
@media screen and (min-width: 424px) {
  html {
    font-size: 28.26666667px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 32px;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 36px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 48px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 50px;
  }
}
body {
  min-width: 320px;
  width: 15rem;
  margin: 0 auto ;
  line-height: 1.5;
  font-family: Arial, Helvetica;
  background: #f5f5f5;
}
div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
a {
  -webkit-tap-highlight-color: transparent;
  /*方法一*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*方法二*/
}
img {
  max-width: 15rem;
}
.container {
  width: 15rem;
  margin: 0 auto ;
  min-width: 6.4rem;
  padding: 0;
  font-size: 0;
}
.container .swiper-pagination-bullet-active {
  background-color: white;
  transform: scale(1.5);
}
.container .swiper-container-horizontal > .swiper-pagination-bullets,
.container .swiper-pagination-custom,
.container .swiper-pagination-fraction {
  width: 100px;
  float: right;
  right: 0;
  left: auto;
  bottom: 30px;
}
.footertop {
  margin-top: 1.8rem;
}
/*下导航*/
.footer {
  width: 15rem;
  height: 1.8rem;
  position: fixed;
  display: flex;
  bottom: 0;
  font-size: 0.64rem;
  background: #66bfa1;
  line-height: 1.8rem;
  justify-content: space-around;
  z-index: 888;
}
.footer li {
  text-align: center;
}
.footer li .cur {
  color: #fff;
}
.footer a {
  color: #d9dedc;
}
.foot-in {
  width: 15rem;
  height: 1.8rem;
  position: fixed;
  bottom: 0;
  background: white;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 8;
  color: #333333;
}
.foot-in a {
  color: #333333;
}
.foot-in .blocklist {
  width: 2rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.foot-in .homeicon {
  width: 2rem;
  font-size: 0.92rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.foot-in .kefuicon {
  width: 2rem;
  font-size: 0.72rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.foot-in .homeBtnText {
  width: 2rem;
  font-size: 0.36rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.foot-in .kefuBtnText {
  width: 2rem;
  font-size: 0.36rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
/*版权*/
.copybox {
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 0.52rem;
  background-color: #f5f5f5;
}
/*字体大小*/
.txt30 {
  font-size: 0.6rem;
}
.fenye {
  width: 15rem;
  background: white;
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 0.6rem;
  color: #000;
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.fenye span {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.contop {
  display: flex;
  position: fixed;
  width: 15rem;
  background-color: rgba(255, 255, 255, 0.2);
  height: 2rem;
  justify-content: space-between;
  z-index: 2;
}
.contop.upcontop {
  background-color: rgba(0, 0, 0, 0.6);
}
.contop span {
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.2rem;
  text-align: center;
  color: white;
  border-radius: 0.7rem;
  font-size: 0.6rem;
  margin-left: 0.6rem;
  margin-top: 0.4rem;
}
.contop a {
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.2rem;
  text-align: center;
  color: white;
  border-radius: 0.7rem;
  font-size: 0.6rem;
  margin-right: 0.6rem;
  margin-top: 0.4rem;
}
.tapbox {
  width: 15rem;
  background-color: #fff;
  height: auto;
  overflow-x: hidden;
}
.tapbox .swiper-slide {
  height: auto;
  line-height: 30px;
}
.tabs {
  width: 100%;
  height: 2.4rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  font-size: 0.52rem;
  border-bottom: #f3f3f3 solid 1px;
}
.tabs a {
  font-weight: normal;
  text-align: center;
  width: 50%;
  height: 2.2rem;
  line-height: 2.2rem;
  color: #666666;
  display: block;
  display: flex;
  justify-content: center;
}
.tabs a.active {
  color: #66bfa1;
}
.tabs a.active span {
  border-bottom: 0.1rem solid #66bfa1;
  width: 3rem;
  height: 2.2rem;
  display: block;
  font-weight: bolder;
}
.content-slide {
  width: 100%;
  height: auto;
  font-size: 0px;
  left: 0;
  line-height: 0px;
  display: block;
}
.swiper-slide-prev {
  display: none;
}
.swiper-slide-active {
  height: auto;
  left: 0;
}
.taptitle {
  color: #666;
  font-size: 0.52rem;
  border-bottom: #f3f3f3 solid 1px;
  background-color: white;
  text-indent: 0.4rem;
  width: 15rem;
  height: 1.6rem;
  text-align: left;
  line-height: 1.6rem;
  margin-top: 0.3rem;
}
.recombox {
  width: 15rem;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  padding-bottom: 0.6rem;
}
.recombox li {
  width: 4.48rem;
  margin-left: 0.4rem;
  margin-top: 0.4rem;
}
.recombox li a {
  display: block;
  color: #666;
}
.recombox li a img {
  width: 100%;
  border-radius: 0.2rem;
}
.recombox li a span {
  font-size: 0.44rem;
  text-align: center;
  width: 100%;
  display: block;
}
.cd-bouncy-nav-modal {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 35, 37, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  -moz-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
}
.cd-bouncy-nav-modal.fade-in {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.1s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.1s 0s, visibility 0s 0s;
  transition: opacity 0.1s 0s, visibility 0s 0s;
}
.sharebox {
  width: 15rem;
  height: 9rem;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  display: flex;
  flex-direction: column;
}
.sharebox .sharetit {
  width: 15rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  font-size: 0.48rem;
  color: #999999;
}
.sharebox .sharebot {
  width: 15rem;
  display: flex;
  flex-wrap: wrap;
}
.sharebox .sharebot li {
  width: 3rem;
  height: 3.4rem;
  margin-left: 0.6rem;
}
.sharebox .sharebot li a {
  width: 100%;
  height: 3.4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sharebox .sharebot li a span {
  display: block;
  font-size: 0.52rem;
  height: 1.2rem;
  line-height: 1.2rem;
}
.icon-wechat:before {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
}
.icon-wechat {
  width: 2rem;
  height: 2rem;
  background-color: #46d42f;
  text-align: center;
  border-radius: 1rem;
}
.icon-morentupian {
  width: 2rem;
  height: 2rem;
  background-color: #fa8844;
  text-align: center;
  border-radius: 1rem;
}
.icon-morentupian:before {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
}
.icon-Weibo {
  width: 2rem;
  height: 2rem;
  background-color: #f44336;
  text-align: center;
  border-radius: 1rem;
}
.icon-Weibo:before {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
}
.icon-kongjian {
  width: 2rem;
  height: 2rem;
  background-color: #ffce01;
  text-align: center;
  border-radius: 1rem;
}
.icon-kongjian:before {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
}
.icon-QQ {
  width: 2rem;
  height: 2rem;
  background-color: #1f91ff;
  text-align: center;
  border-radius: 1rem;
}
.icon-QQ:before {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
}
.icon-douban {
  width: 2rem;
  height: 2rem;
  background-color: #43c332;
  text-align: center;
  border-radius: 1rem;
}
.icon-douban:before {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
}
.icon-gongzuoguanli-gongzuotieba {
  width: 2rem;
  height: 2rem;
  background-color: #3986fb;
  text-align: center;
  border-radius: 1rem;
}
.icon-gongzuoguanli-gongzuotieba:before {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
}
.icon-lianjie {
  width: 2rem;
  height: 2rem;
  background-color: #03c4b6;
  text-align: center;
  border-radius: 1rem;
}
.icon-lianjie:before {
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
}
