.container {
  width: 1200px;
  margin: 0 auto;
}
.artbanner {
  position: relative;
  height: 276px;
  margin-top: 40px;
}
.artbanner .swiper {
  height: 100%;
  line-height: 1;
}
.artbanner .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  background: url(../image/bg_07.png) no-repeat;
}
.artbanner .swiper .swiper-slide .renxiang {
  width: 205px;
  height: 255px;
  margin-left: 50px;
  align-self: flex-end;
}
.artbanner .swiper .swiper-slide .renxiang img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artbanner .swiper .swiper-slide .cen {
  margin-left: 25px;
  padding-top: 55px;
}
.artbanner .swiper .swiper-slide .cen .vip {
  display: flex;
  align-items: center;
}
.artbanner .swiper .swiper-slide .cen .vip .name {
  font-size: 50px;
  color: #ffffff;
  margin-right: 34px;
}
.artbanner .swiper .swiper-slide .cen .vip .futitle {
  font-size: 16px;
  color: #ffffff;
  margin-left: 30px;
  height: 47px;
  line-height: 47px;
  border-radius: 40px 0 0 40px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  padding-left: 25px;
}
.artbanner .swiper .swiper-slide .cen .plone {
  font-size: 40px;
  color: #ffffff;
  margin-top: 35px;
}
.artbanner .swiper .swiper-slide .cen .plone img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.artbanner .swiper .swiper-slide .cen .msg {
  color: #ffffff;
  margin-top: 30px;
}
.artbanner .swiper .swiper-slide .rigth {
  margin-left: 30px;
  padding-top: 130px;
  color: #999999;
}
.artbanner .swiper .swiper-slide .rigth .timer {
  margin-top: 30px;
}
.artbanner .swiper .swiper-slide .jiaobiao {
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  height: 32px;
  background: #E69241;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
}
.artbanner .swiper-button-prev,
.artbanner .swiper-button-next {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  top: 30px;
  margin: 0;
  color: #999;
  font-size: 14px;
  --swiper-navigation-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
.artbanner .swiper-button-prev:focus,
.artbanner .swiper-button-next:focus {
  outline: none;
}
.artbanner .swiper-button-prev {
  left: auto;
  right: 70px;
}
.artbanner .swiper-button-next {
  right: 30px;
}
.footbot {
  padding: 40px 0;
}
.footbot ul {
  display: flex;
  justify-content: space-between;
  color: #7a7a7a;
  font-size: 14px;
}
.footbot ul li i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  background-image: url(../image/1_72.png);
  background-repeat: no-repeat;
  height: 33px;
  width: 42px;
}
.footbot ul li:hover {
  color: #4a92ff;
}
.footbot ul li:hover i {
  background-image: url(../image/1_73.png);
}
.footbot ul li:nth-child(1) i {
  background-position: 0 0;
}
.footbot ul li:nth-child(2) i {
  background-position: -254px 0;
}
.footbot ul li:nth-child(3) i {
  background-position: -520px 0;
}
.footbot ul li:nth-child(4) i {
  background-position: -789px 0;
}
.footbot ul li:nth-child(5) i {
  background-position: -1068px 0;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .artbanner {
    margin-top: 20px;
    height: auto;
  }
  .artbanner .swiper .swiper-slide {
    background-size: 100% 100%;
    flex-wrap: wrap;
    padding: 30px 0;
    text-align: center;
    justify-content: center;
  }
  .artbanner .swiper .swiper-slide .renxiang {
    width: 205px;
    height: 255px;
    margin: 0 auto;
    align-self: flex-end;
  }
  .artbanner .swiper .swiper-slide .cen {
    padding: 20px;
    margin: 0;
  }
  .artbanner .swiper .swiper-slide .cen .vip {
    flex-wrap: wrap;
    justify-content: center;
  }
  .artbanner .swiper .swiper-slide .cen .vip .name {
    font-size: 30px;
    margin-right: 10px;
  }
  .artbanner .swiper .swiper-slide .cen .vip .icon {
    width: 30px;
  }
  .artbanner .swiper .swiper-slide .cen .vip .futitle {
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    padding: 0 25px;
    margin-top: 20px;
  }
  .artbanner .swiper .swiper-slide .cen .plone {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
  }
  .artbanner .swiper .swiper-slide .cen .plone img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .artbanner .swiper .swiper-slide .cen .msg {
    line-height: 30px;
    margin-top: 10px;
  }
  .artbanner .swiper .swiper-slide .rigth {
    padding-top: 0;
    margin-left: 0;
  }
  .artbanner .swiper .swiper-slide .rigth .timer {
    margin-top: 0;
    margin-top: 20px;
  }
  .footbot {
    padding: 20px 0;
  }
  .footbot ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .footbot ul li {
    width: 30%;
    flex: 1 1 auto;
    text-align: center;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px;
  }
  .footbot ul li i {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
#app {
  margin-top: 30px;
  font-size: 14px;
}
#app a {
  color: inherit;
}
#app .documentitle {
  font-weight: bold;
  text-align: center;
  padding: 20px;
  font-size: 30px;
}
#app .city {
  border: 1px solid #eee;
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
#app .city:hover {
  background: #f5f5f5;
}
#app .city .yijiname {
  font-weight: bold;
  width: 80px;
  flex: 0 0 auto;
  padding: 0 10px;
  line-height: 30px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #eee;
  text-align: center;
}
#app .city .vity {
  padding: 20px 20px 0;
}
#app .city .vity h2 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
#app .city .vity .citylist {
  display: flex;
  flex-wrap: wrap;
}
#app .city .vity .citylist li {
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
}
#app .city .vity .citylist li:hover {
  background: #0052CD;
  color: #ffffff;
}
#app .city .vity .citylist .active {
  background: #0052CD;
  color: #ffffff;
}
#app .city .vity .sancity {
  border: 1px solid #eee;
  margin-bottom: 10px;
  background: #fff;
  padding: 10px;
  display: none;
}
#app .city .vity .sancity ul {
  display: flex;
  flex-wrap: wrap;
  display: none;
}
#app .city .vity .sancity ul li {
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 20px;
  cursor: pointer;
}
#app .city .vity .sancity ul li:hover {
  background: #0052CD;
  color: #ffffff;
}
@media (max-width: 768px) {
  #app .city {
    width: 100%;
  }
  #app .city .vity .citylist li {
    margin-right: 0;
  }
}
