* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

body {
  /* background-color: #5E0E07; */
  /* background: url(../images/bg.png) no-repeat; */
  background-size: 100% 100%;
  /* height: 80vh; */
  /* padding: 0 50px; */
}
.page-container {
  min-width: 1200px;
}

.top_title {
  padding: 0 100px;
  /* height: 48px; */
  background: #000;
  /* box-shadow: 0px 0px 0px 0px #5E0E07; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 12px;
}
.header-right {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-right img {
  width: 32px;
}
.banner-box {
  background: url(../images/bg1.jpg) no-repeat;
  background-size: 100% 100%;
  height:92vh;
}
.banner-box2 {
  background: url(../images/bg2.jpg) no-repeat;
  background-size: 100% 100%;
  height: 92vh;
}
.banner-box .font{
  margin-top:20px;
  font-weight: bold;
  white-space: nowrap;
}
.banner-box2 .font{
  margin-top:20px;
  font-weight: bold;
  white-space: nowrap;
}
.swiper-text {
  height: 500px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*font-family: "Sultan Nahia W20";*/
}
.img-width-100 {
  width: 590px;
  height: 458px;
  padding-top: 0;
}
.download-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(0,0 ,0, 0.5);
  border-radius: 8px;
  width: 1200px;
  margin: auto;
}
.android-log {
  padding-right: 20px;
}
.android-log img {
  width: 71px;
  height: 71px;
  opacity: 1;
}
.line {
    border-left: 1px solid #fff;
    height:80px;
    opacity: 0.092;
}
/* .item::after {
    content: "";
    width: 5px;
    height:50px;
    background: #fff;
} */
.item {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.typle {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
}
.android-bnt {
  width: 180px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #fff solid 1px;
  color: #fff;
  border-radius: 5px;
  /* font-size: 16px; */
}
.android-bnt:hover {
    border: orange solid 1px;
    color: orange;
    cursor: pointer;
}
.download-text {
  font-size: 12px;
  font-weight: 600;
}
.version-right {
  width: 100%;
  color: #fff;
  text-align: center;
  margin: -40px 0 70px 0;
}
.version-right-text {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
