.headMenu {
  width: 100%;
  height: 1.26666667rem;
  display: flex;
  background: #223448;
}
.headMenu .headLi {
  flex: 1;
  position: relative;
}
.headMenu .headLi a {
  display: block;
  line-height: 1.26666667rem;
  text-align: center;
  color: #999;
  font-size: 0.4rem;
}
.headMenu .active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 0.06666667rem;
  background: #58afff;
}
.headMenu .active a {
  color: #58afff;
}
.banner{position: relative;}
.banner .age{
  width: 100px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
.banner .my-bullet {
  display: inline-block;
  width: 0.26666667rem;
  height: 0.26666667rem;
  border-radius: 0.26666667rem;
  background: #fff;
  margin-right: 0.13333333rem;
}
.banner .my-bullet-active {
  width: 0.66666667rem;
  background: #f6973a;
}
.banner img {
  width: 100%;
}
.newsPart {
  padding: 0 0.33333333rem;
  font-size: 0.4rem;
  margin-bottom: 0.4rem;
}
.newsPart .newsPartTitle {
  height: 1.26666667rem;
  line-height: 1.26666667rem;
  border-bottom: 1px solid #acafb0;
}
.newsPart .newsPartTitle .newsIcon {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.13333333rem;
  display: inline-block;
  background: url('../images/m/newsIcon.png') no-repeat center center;
  background-size: contain;
}
.newsPart .newsPartTitle .moreNews {
  display: block;
  float: right;
  font-size: 0.66666667rem;
}
.newsPart .newsTab {
  display: flex;
  height: 1.33333333rem;
  text-align: center;
  line-height: 1.33333333rem;
}
.newsPart .newsTab .tabLi {
  flex: auto;
  position: relative;
}
.newsPart .newsTab .active {
  color: #eaaf3e;
}
.newsPart .newsTab .active:after {
  content: '';
  position: absolute;
  bottom: 0.26666667rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.93333333rem;
  height: 0.02666667rem;
  background: #eaaf3e;
}
.newsPart .listTab .listContent li {
  overflow: hidden;
  font-size: 0.4rem;
}
.newsPart .listTab .listContent li + li {
  margin-top: 0.26666667rem;
}
.newsPart .listTab .listContent li .time {
  float: right;
}
.newsPart .listTab .listContent li .newsTag {
  float: left;
}
.newsPart .listTab .listContent li .newsWord {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 5.6rem;
  float: left;
}
.spePart {
  padding: 0.26666667rem 0;
  background: url('../images/m/p1bg.png') no-repeat center top;
  background-size: cover;
}
.spePart .partTImg {
  display: block;
  width: 3.06666667rem;
  margin: 0 auto;
}
.spePart .part1Tab {
  margin-top: 0.4rem;
  padding: 0 0.33333333rem;
  display: flex;
  justify-content: space-between;
}
.spePart .part1Tab .part1TabLi {
  flex: none;
  width: 1.73333333rem;
  height: 0.66666667rem;
  line-height: 0.66666667rem;
  background: #27486e;
  color: #889099;
  text-align: center;
  font-weight: bold;
}
.spePart .part1Tab .active {
  background: #ffba4c;
  color: #fff;
}
.spePart .part1TabBox {
  width: 8.73333333rem;
  height: 5.6rem;
  margin: 0 auto;
  background: url('../images/m/pBg.png') no-repeat center center;
  background-size: cover;
}
.spePart .part1TabBox .part1Content {
  width: 8.73333333rem;
  height: 5.6rem;
}
.spePart .part1TabBox .part1Content > h4 {
  color: #ffee07;
  font-size: 0.4rem;
  text-align: center;
  margin-top: 0.13333333rem;
}
.spePart .part1TabBox .part1Content > img {
  display: block;
  margin: 0.13333333rem auto 0;
  width: 5.33333333rem;
  height: 2.53333333rem;
}
.spePart .part1TabBox .part1Content > p {
  width: 7.2rem;
  height: 1.73333333rem;
  line-height: 0.43333333rem;
  margin: 0.26666667rem auto;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.collection {
  padding: 0.26666667rem 0;
  background: url('../images/m/p2bg.png') no-repeat center top;
  background-size: cover;
}
.collection .partTImg {
  display: block;
  width: 3.06666667rem;
  margin: 0 auto;
}
.collection .collectMain {
  margin-top: 0.4rem;
  padding: 0 0.26666667rem;
}
.collection .collectMain .collectMenu {
  border-top: 2px solid #acafb0;
  display: flex;
}
.collection .collectMain .collectMenu .collectMenuItem {
  position: relative;
  flex: 1;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #000;
  font-size: 0.4rem;
}
.collection .collectMain .collectMenu .active {
  color: #eaaf3e;
}
.collection .collectMain .collectMenu .active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.53333333rem;
  height: 0.06666667rem;
  background: #eaaf3e;
}
.collection .collectMain .collectCon {
  margin-top: 0.4rem;
  position: relative;
}
.collection .collectMain .collectCon .infos {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.collection .collectMain .collectCon .infos .infoWord {
  position: absolute;
  right: 0;
}
.collection .collectMain .collectCon .infos .infoWord .pokName {
  width: 3.73333333rem;
  text-align: right;
  color: #4167ad;
  border-bottom: 4px solid #a0bcef;
  font-size: 0.53333333rem;
}
.collection .collectMain .collectCon .infos .infoWord p {
  color: #769dd4;
  line-height: 0.4rem;
}
.collection .collectMain .collectCon .infos .infoWord p .skill {
  color: #000;
}
.collection .collectMain .collectCon .infos img {
  display: block;
  position: absolute;
  right: 0;
  top: 4rem;
  width: 5rem;
}
.collection .collectMain .collectCon .infoshows {
  display: block;
}
.collection .collectMain .collectCon .maps .mapList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 8.66666667rem;
  width: 5.46666667rem;
}
.collection .collectMain .collectCon .maps .mapList li {
  flex: none;
  width: 1.68rem;
  height: 1.61333333rem;
}
.collection .collectMain .collectCon .maps .mapList .gg {
  background: url('../images/m/gg.png') no-repeat;
  background-size: 115%;
}
.collection .collectMain .collectCon .maps .mapList .bgrey {
  background: url('../images/m/bgrey.png') no-repeat;
  background-size: 115%;
}
.collection .collectMain .collectCon .maps .mapList .pg {
  background: url('../images/m/pg.png') no-repeat;
  background-size: 115%;
}
.collection .collectMain .collectCon .maps .mapList .og {
  background: url('../images/m/og.png') no-repeat;
  background-size: 115%;
}
.collection .collectMain .collectCon .maps .mapList .rg {
  background: url('../images/m/rg.png') no-repeat;
  background-size: 115%;
}
.collection .collectMain .collectCon .maps .mapList .bgrey.active {
  background: url('../images/m/bl.png') no-repeat;
  background-size: 115%;
}
.collection .collectMain .collectCon .maps .mapList .gg.active {
  background: url('../images/m/gl.png') no-repeat;
  background-size: 115%;
}
.collection .collectMain .collectCon .maps .mapList .pg.active {
  background: url('../images/m/pl.png') no-repeat;
  background-size: 115%;
}
.collection .collectMain .collectCon .maps .mapList .og.active {
  background: url('../images/m/ol.png') no-repeat;
  background-size: 115%;
}
.collection .collectMain .collectCon .maps .mapList .rg.active {
  background: url('../images/m/rl.png') no-repeat;
  background-size: 115%;
}
.collection .collectMain .collectCon .maps .mapList .bg1 {
  background-position: -0.13333333rem -0.13333333rem !important;
}
.collection .collectMain .collectCon .maps .mapList .bg2 {
  background-position: -0.13333333rem -2.06666667rem !important;
}
.collection .collectMain .collectCon .maps .mapList .bg3 {
  background-position: -0.13333333rem -4rem !important;
}
.collection .collectMain .collectCon .maps .mapList .bg4 {
  background-position: -0.13333333rem -5.93333333rem !important;
}
.collection .collectMain .collectCon .maps .mapList .bg5 {
  background-position: -0.13333333rem -7.86666667rem !important;
}
.collection .collectMain .collectCon .maps .mapList .bg6 {
  background-position: -0.13333333rem -9.8rem !important;
}
.collection .collectMain .collectCon .maps .mapList .bg7 {
  background-position: -0.13333333rem -11.66666667rem !important;
}
.collection .collectMain .collectCon .maps .mapList .bg8 {
  background-position: -0.13333333rem -13.6rem !important;
}
.collection .collectMain .collectCon .maps .mapList .bg9 {
  background-position: -0.13333333rem -15.53333333rem !important;
}
.collection .collectMain .collectCon .maps .mapList .bg10 {
  background-position: -0.13333333rem -17.46666667rem !important;
}
.collection .collectMain .collectCon .maps .mapList .bg11 {
  background-position: -0.13333333rem -19.33333333rem !important;
}
.screenCut {
  padding: 0.66666667rem 0;
  background: url('../images/m/p3bg.png') no-repeat center top;
  background-size: cover;
}
.screenCut .partTImg {
  display: block;
  width: 3.06666667rem;
  margin: 0 auto;
}
/*底部轮播*/
#caroul {
  position: relative;
  width: 100%;
  margin: 0.26666667rem auto 0;
}
#caroul .swiper-container {
  padding-bottom: 60px;
}
#caroul .swiper-slide {
  width: 4rem;
  height: 5.33333333rem;
}
#caroul .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
#caroul .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
#caroul .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#caroul .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
#caroul .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/ms/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
#caroul .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
#caroul .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/ms/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
#caroul .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
#caroul .swiper-pagination {
  bottom: -20px;
}
#caroul .carBullet {
  box-sizing: border-box;
  width: 0.4rem;
  height: 0.4rem;
  border: 0.04rem solid #fff;
  display: inline-block;
  border-radius: 0.4rem;
  background: #fff;
  margin-right: 0.13333333rem;
}
#caroul .carBbulletActive {
  background: #eabf47;
}
