@charset "utf-8";
html {
  font-size: 100px;
}
@media (max-width: 639px) and (min-width: 414px) {
  html {
    font-size: 64.6875px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  html {
    font-size: 58.59375px;
  }
}
@media (max-width: 374px) and (min-width: 320px) {
  html {
    font-size: 56.25px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 50px;
  }
}
body {
  font-size: 1rem;
}
.main-color {
  color: #e74e2d;
}
.wrap {
  padding-left: 3.125%;
  padding-right: 3.125%;
}
body {
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  background: #f3f6fb;
}
img {
  max-height: 100%;
  max-width: 100%;
}
.header {
  height: 0.75rem;
  background: #e74e2d;
  position: relative;
}
.header .logo {
  float: left;
  height: 0.44rem;
  padding-left: 3.125%;
  -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
}
.header .logo mip-img {
  top: -0.5rem;
}
.header .more {
  cursor: pointer;
  float: right;
  height: 0.29rem;
  margin-top: 0.2rem;
  line-height: 0;
  padding-right: 3.125%;
}
.header .close {
  text-align: right;
  line-height: 0;
  padding-right: 3.125%;
}
.header .close i {
  cursor: pointer;
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  background: url('../Public/Home/images/close.png') no-repeat center;
  background-size: contain;
}
.header .all-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0.75rem;
  background: url('../Public/Home/images/mask02.png') repeat;
  width: 100%;
  padding: 0.3rem 0.35rem 0.4rem;
  z-index: 1000;
}
.header .all-menu .header-search {
  margin-top: 0.5rem;
  position: relative;
}
.header .all-menu .header-search input {
  display: block;
  width: 100%;
  height: 0.72rem;
  font-size: 0.24rem;
  border: 1px solid #d8d8d8;
  padding-left: 0.1rem;
  padding-right: 0.72rem;
}
.header .all-menu .header-search .btn {
  position: absolute;
  width: 0.72rem;
  height: 0.72rem;
  right: 0;
  top: 0;
  background: #e74e2d;
}
.header .all-menu .header-search .btn mip-img {
  max-width: 50%;
}
.header .all-menu ul {
  margin-top: 0.26rem;
}
.header .all-menu ul li {
  overflow: hidden;
  line-height: 0.5rem;
  padding: 0.14rem 0 0;
  border-bottom: 1px solid #d8d8d8;
}
.header .all-menu ul li a {
  /* display: inline-block; */
  font-size: 0.26rem;
  border: 1px solid #f0f0f0;
  padding: 0 0.28rem;
  border-radius: 0.25rem;
  color: #161616;
  display: block;
  float: left;
    margin-bottom: 0.2rem;
    margin-right: 0.15rem;
}
.header .all-menu ul li a:first-child {
  color: #e74e2d;
  border-color: #e74e2d;
}
.map {
  background: #fff;
  padding: 0.4rem;
}
.map ul li {
  overflow: hidden;
  line-height: 0.5rem;
  padding: 0.14rem 0;
  border-bottom: 1px solid #d8d8d8;
}
.map ul li a {
  /* display: inline-block; */
  font-size: 0.26rem;
  border: 1px solid #f0f0f0;
  padding: 0 0.28rem;
  border-radius: 0.25rem;
  color: #161616;
  display: block;
  float: left;
    margin-bottom: 0.2rem;
    margin-right: 0.15rem;
}
.map ul li a:first-child {
  color: #e74e2d;
  border-color: #e74e2d;
}
.nav {
  background: #fff;
  padding: 0.1rem 0;
}
.nav ul {
  text-align: center;
  line-height: 0.46rem;
  font-size: 0.26rem;
  position: relative;
}
.nav ul li {
  float: left;
  width: 14.28%;
}
.nav ul li:last-child {
  text-align: left;
  padding-left: 3%;
  width: 28.57%;
  position: absolute;
  right: 0;
  background: #fff;
  top: 0.46rem;
  z-index: 100;
  overflow: hidden;
  height: 0.46rem;
  transition: all 0.4s;
}
.nav ul li:last-child a {
  display: block;
}
.nav ul li:last-child .arrow {
  width: 0.19rem;
  height: 0.46rem;
  position: absolute;
  right: 0.14rem;
  top: 0;
  background: url('../Public/Home/images/arrow.png') no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.nav ul li:last-child .up {
  width: 0.19rem;
  height: 0.46rem;
  position: absolute;
  right: 0.14rem;
  top: 0;
  background: url('../Public/Home/phoneimages/nav-arrow02.png') no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.nav ul mip-accordion .mip-accordion-header {
  padding-left: 10%;
}
.nav ul mip-accordion .mip-accordion-content {
  position: fixed;
  background: #fff;
  width: 28.57%;
  padding-left: 3%;
  z-index: 100;
}
.banner {
  width: 100%;
  margin-top: 0.15rem;
}
.banner img {
  display: block;
}
.banner .pic {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
.banner .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('../images/mask01.png') repeat;
  z-index: 10;
  font-size: 0.24rem;
  line-height: 0.56rem;
  color: #fff;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.8rem;
}
.banner .mip-carousel-indicatorbox {
  bottom: -13px;
}
.banner .mip-carousel-indicatorbox span {
  font-size: 0.16rem;
}
.banner .mip-carousel-indicatorbox .mip-carousel-indicatornow {
  font-size: 0.24rem;
}
.banner .swiper-pagination {
  text-align: right;
  padding-right: 0.2rem;
  color: #fff;
  height: 0.56rem;
  line-height: 0.56rem;
  bottom: 0;
}
.banner .swiper-pagination .swiper-pagination-current {
  font-size: 0.24rem;
}
.banner .swiper-pagination .swiper-pagination-total {
  font-size: 0.16rem;
}
.adv {
  background: #fff;
  margin-top: 0.15rem;
  line-height: 0.7rem;
}
.adv .title {
  font-size: 0.24rem;
}
.adv img {
  display: block;
}
.adv p {
  color: #e74e2d;
  font-size: 0.2rem;
  text-align: center;
}
.adv .adv-list {
  overflow: hidden;
  padding-bottom: 0.3rem;
}
.adv .adv-list a {
  float: left;
  width: 1.97rem;
  height: 1.46rem;
  position: relative;
}
.adv .adv-list a + a {
  margin-left: 0.04rem;
}
.adv .adv-list02 {
  overflow: hidden;
  display: block;
  padding: 0.25rem 0;
}
.adv .adv-list02 .pic {
  float: left;
  width: 1.97rem;
  height: 1.26rem;
  position: relative;
  margin-right: 0.2rem;
}
.adv .adv-list02 .txt {
  padding-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #000;
}
.list-adv .adv-list {
  padding-bottom: 0.2rem;
}
.list-adv .adv-list02 {
  border-bottom: 1px solid #dedede;
  padding: 0.2rem 0;
}
.list-swiper {
  padding-top: 0.6rem;
}
.list-swiper .swiper-slide {
  width: 6rem;
}
.listchange2{
  display:none;
}
.listchange3{
  display:none;
}
.list-swiper .swiper-pagination {
  color: #e74e2d;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.18rem;
  top: 0;
  text-align: right;
  padding-right: 0.5rem;
}
.list-swiper .swiper-pagination .swiper-pagination-current {
  font-size: 0.3rem;
}
mip-scrollbox[data-type='row'] [data-inner] {
  padding-left: 0;
}
.list-swiper02 {
  padding: 0.15rem 0;
  border-bottom: 1px solid #dedede;
}
.list-swiper02 .swiper-slide {
  width: 27%;
}
.list-swiper02 .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
}
.list-swiper02 .swiper-slide .pic .mask {
  height: 0.36rem;
  line-height: 0.36rem;
  overflow: hidden;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.1rem;
  font-size: 0.2rem;
  background: url('../images/mask03.png') repeat;
  z-index: 10;
}
.floor {
  background: #fff;
  margin-top: 0.15rem;
  position: relative;
}
.floor .floor-title {
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  line-height: 0.6rem;
}
.floor .floor-title .first {
  float: left;
  font-size: 0.3rem;
  color: #e74e2d;
  position: relative;
  padding-left: 0.2rem;
}
.floor .floor-title .first:before {
  content: '';
  display: block;
  height: 0.26rem;
  position: absolute;
  border-left: 3px solid #e74e2d;
  left: 0;
  top: 50%;
  margin-top: -0.13rem;
}
.floor .floor-title .second {
  float: right;
}
.floor .floor-title .second a {
  float: left;
  margin-left: 0.3rem;
  font-size: 0.24rem;
  color: #e74e2d;
}
.floor .list-title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 0 0.2rem;
}
.floor .list-title a {
  display: block;
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #e74e2d;
  position: relative;
  padding-left: 0.2rem;
  border-bottom: 1px solid #dedede;
}
.floor .list-title a:before {
  content: '';
  display: block;
  height: 0.26rem;
  position: absolute;
  border-left: 3px solid #e74e2d;
  left: 0;
  top: 50%;
  margin-top: -0.13rem;
}
.floor ul li {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}
.floor ul li .pic {
  float: right;
  width: 1.18rem;
  height: 1.16rem;
  position: relative;
  margin-left: 0.4rem;
}
.floor ul li .pic-list {
  overflow: hidden;
  margin-top: 0.15rem;
}
.floor ul li .pic-list a {
  float: left;
  width: 1.96rem;
  height: 1.92rem;
  position: relative;
}
.floor ul li .pic-list a + a {
  margin-left: 0.06rem;
}
.floor ul li .title {
  display: block;
  color: #000;
  font-size: 0.24rem;
  line-height: 0.28rem;
  /* line-height: 0.34rem; */
  max-height: 0.8rem;
  overflow: hidden;
  word-break: break-all;
}
.floor ul li .info {
  color: #777;
  font-size: 0.18rem;
  line-height: 0.28rem;
  margin-top: 0.2rem;
}
.floor ul li .info .time {
  margin-right: 0.2rem;
}
.floor .floor-more {
  color: #e74e2d;
  line-height: 0.7rem;
  font-size: 0.24rem;
  display: block;
  text-align: center;
}
.floor .floor-more:after {
  content: '';
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url('../Public/Home/images/more-arrow01.png') no-repeat center;
  background-size: contain;
  position: relative;
}
.floor .floor-more1 {
  color: #e74e2d;
  line-height: 0.7rem;
  font-size: 0.24rem;
  display: block;
  text-align: center;
}
.floor .floor-more1:after {
  content: '';
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url('../Public/Home/images/more-arrow01.png') no-repeat center;
  background-size: contain;
  position: relative;
}
.floor .floor-more2 {
  color: #e74e2d;
  line-height: 0.7rem;
  font-size: 0.24rem;
  display: block;
  text-align: center;
}
.floor .floor-more2:after {
  content: '';
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url('../Public/Home/images/more-arrow01.png') no-repeat center;
  background-size: contain;
  position: relative;
}
.floor .floor-more3 {
  color: #e74e2d;
  line-height: 0.7rem;
  font-size: 0.24rem;
  display: block;
  text-align: center;
}
.floor .floor-more3:after {
  content: '';
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url('../Public/Home/images/more-arrow01.png') no-repeat center;
  background-size: contain;
  position: relative;
}
.floor .floor-more4 {
  color: #e74e2d;
  line-height: 0.7rem;
  font-size: 0.24rem;
  display: block;
  text-align: center;
}
.floor .floor-more4:after {
  content: '';
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url('../Public/Home/images/more-arrow01.png') no-repeat center;
  background-size: contain;
  position: relative;
}
.floor .floor-more5 {
  color: #e74e2d;
  line-height: 0.7rem;
  font-size: 0.24rem;
  display: block;
  text-align: center;
}
.floor .floor-more5:after {
  content: '';
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url('../Public/Home/images/more-arrow01.png') no-repeat center;
  background-size: contain;
  position: relative;
}
.floor .list-btn {
  overflow: hidden;
  padding-top: 0.25rem;
  padding-bottom: 0.2rem;
}
.floor .list-btn a {
  float: left;
  width: 100%;
  color: #e74e2d;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.4rem;
}
.floor .list-btn .enter {
  border-left: 1px solid #d7d7d7;
}
.list-floor {
  margin-top: 0;
  padding-bottom: 0.2rem;
}
.position {
  background: #e8e8e8;
  border-bottom: 1px solid #b6b6b6;
  overflow: hidden;
}
.position a {
  float: left;
  font-size: 0.24rem;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  color: #777;
  position: relative;
}
.position a + a {
  border-left: 1px solid #b6b6b6;
}
.position .arrow {
  border-left: none;
  padding-left: 0.42rem;
  background: url('../images/position-a1.png') no-repeat left center;
  background-size: contain;
}
.position .more {
  border-left: none;
  float: right;
  width: 0.38rem;
  height: 0.38rem;
  background: url('../images/position-m.png') no-repeat center;
  background-size: contain;
  margin-top: 0.11rem;
  margin-right: 0.2rem;
}
.details {
  background: #fff;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.details .details-title h1 {
  font-size: 0.3rem;
  line-height: 0.4rem;
}
.details .details-title .sub {
  font-size: 0.16rem;
  line-height: 0.2rem;
  margin-top: 0.2rem;
}
.details .details-title .sub .date {
  float: left;
  color: #777;
}
.details .details-title .sub .attention {
  float: right;
  color: #e74e2d;
}
.details .details-title .sub .attention .eye {
  float: left;
  height: 0.16rem;
  padding-left: 0.26rem;
  background: url('../Public/Home/images/eye.png') no-repeat left center;
  background-size: contain;
}
.details .details-title .sub .attention .star {
  float: left;
  height: 0.16rem;
  color: #e74e2d;
  margin-left: 0.15rem;
  padding-left: 0.22rem;
  /*background: url('../Public/Home/images/star.png') no-repeat left center;*/
  background-size: contain;
}
.details .details-content {
  font-size: 0.22rem;
  line-height: 0.38rem;
  color: #666;
  margin-top: 0.3rem;
}
.details .details-content .p_center {
  text-align: center;
}
/*.details .details-content img{
  width: 100% !important;
}*/
.details-content mip-img{
  width: 100% !important;
  margin: 5px auto;
}
.details .share {
  margin-top: 0.3rem;
  color: #666;
  font-size: 0.22rem !important;
  line-height: 0.38rem !important;
}
.footer {
  margin-top: 0.15rem;
}
.footer .footer-search {
  background: #fff;
  padding: 0.2rem 0.6rem;
  position: relative;
}
.footer .footer-search input {
  display: block;
  color: #888;
  height: 0.5rem;
  width: 100%;
  border: 0.02rem solid #e2e2e2;
  padding-left: 0.14rem;
  padding-right: 0.5rem;
  font-size: 0.24rem;
}
.footer .footer-search .btn {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: url('../Public/Home/images/search02.png') no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  margin-top: -0.12rem;
}
.footer .footer-more {
  background: #fff;
  margin-top: 0.15rem;
  padding-top: 0.15rem;
  padding-bottom: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  overflow: hidden;
}
.footer .footer-more p {
  color: #e74e2d;
  margin-bottom: 0.15rem;
}
.footer .footer-more a {
  display: inline-block;
  margin-right: 0.4rem;
}
.footer .footer-box {
  background: #e74e2d;
  color: #fff;
  text-align: center;
}
.footer .footer-box .ewm {
  padding-bottom: 0.25rem;
  padding-top: 0.3rem;
  border-bottom: 1px solid #f07a61;
}
.footer .footer-box .ewm .pic {
  width: 2.6rem;
  margin: 0 auto;
}
.footer .footer-box .ewm .txt {
  margin-top: 0.15rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
}
.footer .footer-box .copyright {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  line-height: 0.28rem;
  font-size: 0.18rem;
}
.footer .footer-box .copyright .big {
  font-size: 26px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.footer .footer-box .copyright a {
  color: #fff;
}
.fixed-btn {
  position: fixed;
  right: 0.2rem;
  bottom: 0.4rem;
  cursor: pointer;
  z-index: 1000;
  -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
}
.fixed-btn .index {
  background: url('../Public/Home/images/index.png') no-repeat center;
  background-size: contain;
}
.fixed-btn .back {
  background: url('../Public/Home/images/back.png') no-repeat center;
  background-size: contain;
}
.fixed-btn a {
  display: block;
  margin-top: 0.1rem;
  width: 0.68rem;
  height: 0.68rem;
 }
.fixed-btn mip-history.mip-history-default {
  padding: 0;
  margin: 0;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.details-content a span{
    color: blue;
}
.details-content a{
    color: blue;
}

/* 追加移动端样式 */
.pageM a{
  font-size: 18px;
  padding:5px 7px;
}
.deM .mip-fill-content{
 height: auto;
 min-width: auto;
 
}
.deM img.mip-fill-content{
  width:auto;
}
/* .clearfix{
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
} */