html,body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
img{display:block;border:none}
li,ul{list-style:none}
.textOver{
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden}

a{text-decoration:none; color: #333333}
a:hover{text-decoration: none; color: #17A17B}

.header {
  width: 19.2rem;
  height: 5.7rem;
}
.headerTop {
  width: 100%;
  height: 1.2rem;
  display: flex;
  align-items: center;
}
.headerTop .img1 {
  width: 2.55rem;
  height: 0.5rem;
  margin-left: 3.15rem;
}
.headerTop .img2 {
  width: 1.27rem;
  height: 0.6rem;
  margin-left: 0.23rem;
}
.headerTop .img3 {
  width: 2.16rem;
  height: 0.63rem;
  margin-left: 6.73rem;
}
.headerBtm {
  width: 100%;
  height: 0.5rem;
  background: #17A17B;
  font-size: .16rem;
  color: #fff;
}
.headerBtm .title {
  width: 13rem;
  height: 100%;
  margin-left: 3.1rem;
  display: flex;
  justify-content: space-between;
}
.headerBtm .title div {
  height: .5rem;
  width: 1.2rem;
  cursor: pointer;
  line-height: .5rem;
  text-align: center;
}
.header .LogoImg {
  width: 19.2rem;
  height: 4rem;
}
.header .LogoImg img {
  width: 100%;
  height: 100%;
}
.header a {
  height: .5rem;
  width: 100%;
  line-height: .5rem;
  text-align: center;
  text-decoration: none;
  background: #17A17B;
  font-size: .16rem;
  color: #fff;
  display: inline-block;
}
.chooseTitle {
  background: #1EBE92 !important;
  height: .5rem !important;
  width: 1.2rem !important;
}
.footer {
  width: 19.2rem;
  height: 2.7rem;
  background: #17A17B;
  color: #fff;
  display: flex;
}
.footerLeft {
  margin-left: 3.1rem;
  box-sizing: border-box;
  padding-top: 0.3rem;
  width: 1.65rem;
}
.footerLeft .footerTitle {
  font-size: 0.22rem;
  font-weight: 700;
  margin-bottom: .23rem;
}
.footerLeft .footerText {
  font-size: 0.16rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: .17rem;
  color: #ecdddd;
  align-items: center;
}
.footerLeft .footerText a{
  color: #ecdddd;
}
.footerLeft .footerText a:hover{
  color: #ffffff !important;
}
.footerLeft .footerText2 {
  justify-content: start !important;
  font-size: .14rem !important;
}
.footerText img {
  width: .13rem;
  height: .16rem;
  margin-right: .13rem;
}
.footerText .emailImg {
  width: .17rem !important;
  height: .14rem !important;
  margin-right: .09rem;
}
.footerText .codeImg {
  width: 1.1rem;
  height: 1.1rem;
}
.footerRight {
  width: 3.6rem !important;
  margin-left: 2.99rem !important;
}
.footerCode {
  margin-left: 2.1rem !important;
}
.footerApp {
  margin-left: 0 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  background-color: #1EBE92 !important;
  border-color: #ddd;
}
