* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f5f7fb;
}
.dolabox {
  height: 100vh;
}
.dola {
  height: 100%;
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dolatitle {
  padding-top: 150px;
  font-size: 24px;
  color: #4f81f3;
  margin-bottom: 20px;
}
.dolaremake {
  font-size: 51px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}
.dolaimgboxban {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 1000px;
  background-image: url(../image/download/banner.svg);
  background-position: top;
  background-size: 60%;
  background-repeat: no-repeat;
}
.dolaimgbox {
  padding-top: 60px;
  width: 320px;
}
.dolaimgbox img {
  width: 100%;
}
.dolabunbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.dolaios,
.dolaan {
  /* width: 200px; */
  /* height: 50px; */
  padding: 12px 20px;
  margin: 0 20px;
  border-radius: 25px;
  border: 1px solid #bcc1d0;
  text-align: center;
  background-color: #edf1f4;
  margin-top: 10px;
}
.dolaiii {
  width: 20px;
  margin-bottom: 3px;
  margin-right: 8px;
}
.dolaios,
.dolaan span {
  font-size: 17px;
}
.dolaimg {
  margin: 0 18px;
}
.dolaimg img {
  width: 60px;
}
.ifrebombox {
  display: flex;
  justify-content: center;
}
.ifrebom1 {
  position: absolute;
  bottom: 2vh;
}
.dolaliremake {
  font-size: 15px;
  color: #333;
  margin-top: 12px;
}
/* ------------------------------------------------------------ */
.pdolabox {
  display: none;
  background-color: #f5f7fb;
  height: 90vh;
  width: 100%;
  position: relative;
  background-image: url(../image/download/p-banner.png);
  background-size: 100% 100%;
  position: relative;
}
.pdola {
  padding: 60px 20px;
  max-width: 420px;
  height: 100%;
  padding-top: 30%;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center !important;
}
.pdolatitle {
  margin-top: 2rem;
  font-size: 26px;
  color: #333;
  font-weight: 600;
  margin-bottom: 8px;
}
.pdolaremake {
  font-size: 17px;
  color: #939db8;
  line-height: 30px;
  margin-bottom: 60%;
}
.pdolaimg {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(to right bottom, #dcdfe7, #fefeff, #dcdfe7);
}
.pdolaimgbor {
  border-radius: 9px;
  padding: 19px;
  background-color: #f5f7fb;
}
.pdolaimglogo {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 4px #4f80f38c;
}
.pdolaiii {
  width: 20px;
  line-height: 50px;
  margin-right: 20px;
}
.pdolaban {
  position: absolute;
  bottom: 6%;
}
.pdolaios,
.pdolaan {
  width: 230px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 0px 5px 5px #ddd;
  line-height: 50px;
  text-align: center;
  background-color: #2a2c30;
  margin-top: 10px;
}
.pdolaan {
  background-color: #4f81f3;
}
.pdolaios,
.pdolaan span {
  font-size: 17px;
  color: #fff;
  line-height: 50px;
}
.ifrebom {
  text-align: center;
  color: #80808080;
  padding: 0 20px;
  font-size: 13px;
  padding-bottom: 10px;
}
.footerBox {
  display: none;
}
@media only screen and (max-width: 575px) {
  /* .sierban{
    display: none;
} */
  .foottbox {
    display: none;
  }
  .pdolabox {
    display: block;
  }
  .dolabox {
    display: none;
  }
  /* .apextop{
    background-color: #fff;
}
.apextoplogo{
    display: none;
}
.apextoplogo1{
    display: block !important;
} */
}
