* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:focus, a:active, a:hover {
  outline: none;
}

a img {
  vertical-align: top;
}

a, img {
  -webkit-touch-callout: none;
}

img {
  border: none;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
}

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  resize: none;
  overflow-y: auto;
}

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

:-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

body,
input,
button,
textarea,
select,
option {
  font: normal 0.28rem "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a, p {
  word-break: break-all;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

body {
  position: relative;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  color: #333;
  overflow-x: hidden;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.9rem;
  background: #459DF5;
}

.header-left {
  width: 0.9rem;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
  color: #fff;
}

.header-left i {
  font-size: 0.34rem;
}

.header-center {
  font-size: 0.34rem;
  font-weight: normal;
  color: #fff;
}

.header-right {
  width: 0.9rem;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
  color: #fff;
}

.header-right.active .icon-menu {
  display: none;
}

.header-right.active .icon-close {
  display: block;
}

.header-right i {
  font-size: 0.34rem;
}

.header-right i.icon-menu {
  display: inline-block;
}

.header-right i.icon-close {
  display: none;
}

.footer {
  padding: 0.32rem 0 0.3rem;
}

.footer p {
  text-align: center;
  font-size: 0.18rem;
  color: #999;
  line-height: 0.34rem;
}

.slide-style1 {
  height: 3rem;
  border-radius: 0.08rem;
}

.slide-style1 .swiper-slide a {
  position: relative;
  display: block;
  height: 100%;
}

.slide-style1 .swiper-slide a img {
  display: block;
  height: 100%;
}

.slide-style1 .swiper-slide a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 0.22rem;
  height: 1.13rem;
  text-align: center;
  font-size: 0.32rem;
  color: #fff;
  background-image: url("../../../img/assets/slide_text.png");
  background-repeat: repeat-x;
  background-size: 100% 100%;
}

.slide-style1 .swiper-pagination {
  height: 0.1rem;
  bottom: 0.24rem;
  line-height: 1;
  font-size: 0;
}

.slide-style1 .swiper-pagination span {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  opacity: 0.8;
  background: #459DF5;
}

.slide-style1 .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.2rem;
  opacity: 1;
}

.advert {
  height: 1.32rem;
}

.advert-main {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.advert-main-link {
  display: block;
  width: 100%;
  height: 1.32rem;
}

.advert-main-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.74rem;
  background: transparent;
  text-align: center;
}

.advert-main-close i {
  color: #fff;
}

.back-top {
  position: fixed;
  right: 0.25rem;
  bottom: 2.3rem;
  display: block;
  -webkit-transform: translateX(1.1rem);
          transform: translateX(1.1rem);
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 100%;
  background: #b4b4b4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.back-top.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.back-top i {
  font-size: 0.5rem;
  color: #fff;
}

html,
body {
  height: 100%;
  background: #fff;
  overflow: hidden;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu {
  position: absolute;
  top: 0.9rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 0.24rem 0 0 0.3rem;
  background: #fff;
}

.menu-list-items {
  width: 20%;
  height: 0.6rem;
  font-size: 0.28rem;
}

.menu-list-items a {
  display: block;
  width: 100%;
  height: 100%;
}

.container {
  padding: 0.31rem 0.25rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}

.container-list {
  padding-top: 0.14rem;
}

.container-list-items {
  margin-bottom: 0.11rem;
  padding: 0.26rem 0;
  height: 1.88rem;
  border-bottom: 0.01rem solid #d3d3d3;
}

.container-list-items-link {
  display: block;
  height: 100%;
}

.container-list-items-link img {
  float: left;
  margin-right: 0.23rem;
  width: 2rem;
  height: 100%;
}

.container-list-items-link h3 {
  float: left;
  margin-top: -0.05rem;
  width: 4.6rem;
  height: 0.96rem;
  font-weight: 400;
  color: #000;
  font-size: 0.32rem;
  line-height: 0.46rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}


/* 此条样式修改 */
.container-list-items-link p {
  float: left;
  margin-top: 0.06rem;
  width: 4.6rem;
  font-size: 0.24rem;
  font-size: .22rem;
  color: #8c8c8c;
}

.container-loadMore {
  display: block;
  margin: 0 auto;
  width: 3.3rem;
  height: 0.96rem;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.96rem;
  color: #459DF5;
}

.container-loadMore i {
  margin-left: 0.2rem;
}