.application-detail{
  width: 100%;
  margin-top: 20px;
}

.application-detail-content{
  width: 100%;
}

.banner-area video{
  width: 780px;
  height: 440px;
  border-radius: 10px;
  overflow:hidden;
}

.banner-area{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;

}

.banner-area-text{
  width: calc(100% - 820px);
  padding: 30px 0;
}

.banner-area-text h2{
  font-size: 18px;
  color: #333;
  font-weight: bolder;
}

.banner-area-text .more-info{
  margin: 50px 0;
}

.banner-area-text .more-info>li{
  margin-bottom: 10px;
  color: #999;
}

.banner-area-text .more-info>li>span{
  color: #666;
  margin-left: 10px;
}

.go-to-buy{
  padding: 10px 30px;
  background-color: #2C89FF;
  color: #fff;
  border-radius: 10px;
}

.text-info-list{
  width: 100%;
}

.text-info-list>li{
  width: 100%;
  padding: 30px 0;
  border-top: 1px dashed #e1e4e5;
}

.text-info-list>li>h2{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}

.text-info-list>li>h2::before{
  position: absolute;
  content: '';
  height: 80%;
  top: 10%;
  left: 0;
  width: 6px;
  background-color: #2C89FF;
  border-radius: 5px;
}

.text-info-list>li>p{
  max-width: 800px;
  font-size:14px;
  color: #333;
  line-height: 26px;
  margin-top: 20px;
}

.update-version{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.update-version-all{
  max-width: 800px;
}

.update-version-all>li{
  color: #666;
  margin-bottom: 20px;
  display: none;
}

.update-version-all>li:first-child{
  display: block;
}

.version-btns{
  display: flex;
  cursor: pointer;
}

.version-btns i{
  width: 20px;
  height: 20px;
  background: url(../images/market/down.png) no-repeat center;
  background-size: 20px;
  margin-left: 10px;
}

@media screen and (max-width:1024px) {
  .container{
    width: 100%;
    padding: 1rem;
  }
  .banner-area{
    flex-direction: column;
    width: 100%;
  }
  .banner-area video{
    width: 100%;
    height: auto;
  }
  .banner-area-text{
    width: 100%;
  }
  .banner-area-text .more-info {
    margin: 10px 0 20px;
}

}
