.application {
  background: url(../img/bg07.png) no-repeat left top;
  background-size: 100% auto;
  padding: 1rem 0;
  min-height: 100vh;
}

.application .judown img {
  width: 0.5rem !important;
  padding-left: 0.1rem;
  vertical-align: middle;
}

.application .judown {
  display: block;
  text-align: right;
  color: #000;
  padding-top: 0.1rem;
}

.application .juxing {
  background-color: #fff;
  padding: 1.5em;
  position: relative
}

.application .protitle {
  color: #fff;
  font-size: 0.16rem;
  display: inline-block;
  top: -0.25rem;
  left: 0;
  position: absolute;
}

.application .protitle span.bluebg {
  color: #fff;
  font-size: 0.16rem;
  display: inline-block;
  padding: 0.1rem 0.15rem;
  background-color: #002438;
  border-left: 0.2rem solid #ab6234
}

.application .juright {
  padding-top: 0.15rem;
}


.tab {
  position: relative;
  padding: 0 1rem;
  margin-bottom: 2rem;
}


.ListSwiper .swiper-slide {
  width: auto;
  width: 1rem;
  /* height: 3.6rem; */
  margin-right: 0.6rem;
}

.ListSwiper .swiper-slide:last-child {
  margin-right: 0;
}

.ListSwiper .item {
  min-width: 1.1rem;
  display: inline-block;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  padding: 0.02rem 0.05rem;
  letter-spacing: 2px;
  background-color: #002438;
  cursor: pointer;
  user-select: none;
}

.ListSwiper .item.active {
  background-color: #ab6234;
}

.tab .swiper-button-next:after,
.tab .swiper-button-prev:after {
  font-size: 0.2rem;
  font-weight: 700;
}

.tab .swiper-button-next,
.tab .swiper-button-prev {
  /* background-color: #fff;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  line-height: 0.4rem; */
  /* top: 0.3rem; */
}

.list {
  /* display: flex;
  flex-wrap: wrap; */
  /* padding-top: 1.8rem; */
  /* padding-bottom: 0.5rem; */
}

.list .img {
  width: 2.8rem;
  height: 3.6rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: url(../img/application_bg.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  padding-right: 0.1rem;
  padding-bottom: 0.2rem;
}

.list .img:first-child {
  width: 6rem;
  height: 7.7rem;
  float: left;
  margin-left: 0;
}


.list .img:nth-child(4n+2) {
  margin-left: 0;
}

.list .img:nth-child(2) {
  margin-left: 0.5rem;
}

.list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list .img .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.list .img .item .video-yingyong {
  width: 100%;
  height: 100%;
}

.list .img .item .video-yingyong video {
  width: 100%;
  height: auto;
}

.list .img .item .video-yingyong img {
  width: 100%;
  height: 100%;
}

.itemMask {
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
  width: 100%;
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  padding-bottom: 0.2rem;
}

.itemMask .yytitle {
  font-size: 0.2rem;
  color: #fff;
  padding: 0 0.25rem;
  text-align: left;
}

.itemMask .yysubtitle {
  font-size: 0.14rem;
  color: #fff;
  padding: 0px 0.25rem;
  text-align: left;
}

.itemMask .downBtn {
  color: #fff;
  font-size: 0.16rem;
  padding: 0.1rem 0.1rem;
  display: block;
  text-align: right;
  padding-bottom: 0;
}

.itemMask .downBtn img {
  width: 0.5rem;
}

.play {
  width: 0.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  cursor: pointer;
}

.play img {
  width: 100%;
}


.list .img:first-child .yytitle {
  font-size: 0.3rem;
  padding-left: 0.4rem;
}

.list .img:first-child .downBtn {
  font-size: 0.24rem;
}

.list .img:first-child .downBtn img {
  width: 0.8rem;
}


.model {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}

.video {
  width: auto;
  height: 90%;
  display: flex;
  /*flex-direction:column;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 14rem;
}