.opensans {
  font-family: "Open Sans", sans-serif;
}

* {
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
}
.body {
  background-image: url(../images/bg\ design\ -1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.main {
  width: 1200px;
  margin: auto;
}
.header {
  background-image: url(../images/CASHBEE_In\ App\ Banner_091122_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  width: 1200px;
  height: 400px;
}
.header .logo_icon{
  position: absolute;
  top: 30%;
  left: 3%;
  width: 200px;
}
.header .logo {
  width: 40%;
  position: absolute;
  right: 15%;
  top: 8%;
  text-align: center;
  color: white;
  font-size: 25px;
}
.header-tips {
  position: absolute;
  right: 6%;
  top: 80%;
  text-align: center;
  color: white;
  font-size: 25px;
}
.part-one {
  background: url(../images/bg\ design\ -1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about {
  padding-top: 50px;
}
.about .title {
  background-color: black;
  color: #fec056;
  position: relative;
  font-size: 25px;
  border-top-right-radius: 15px;
  text-align: right;
  padding: 10px;
  font-weight: bold;
  width: 500px;
}
.about .icon {
  position: absolute;
  width: 70px;
  top: -10px;
  right: -80px;
}
.about .content {
  border-radius: 15px;
  box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.3);
  
  width: 1000px;
  padding: 50px 0;
  margin: 10px auto;
  margin-top: 0;
  background-color: #fff;
}
.about .content li {
  padding: 20px;
  list-style: none;
}
.table {
  width: 1000px;
  margin: auto;
  margin-top: 60px;
  padding-bottom: 100px;
}
.table .table-title {
  display: flex;
  justify-content: space-between;
}
.table .title-item {
  padding: 5px 0;
  margin: 0 5px;
  text-align: center;
  background: #000;
  color: #fec056;
  font-size: 20px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  width: 25%;

}
.table-content li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  background-color: #fff;
  margin: 10px 0;
  border-radius: 8px;
  box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.3);
}
.table-content li span {
  flex: 1;
  display: flex;
  justify-content: center;
}

.table-content li :first-child {
  font-weight: bold;
  justify-content: flex-start;
  margin-left: 12px;
}
.table-content li :last-child {
  font-weight: bold;
}
.part-two {
  background-color: #000;
  color: #fff;
  position: relative;
}
.part-two .right {
  width: 35%;
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top: -173px;
}
.part-two .left {
  padding: 30px;
  position: relative;
}
.part-two .left ol {
  padding-top: 40px;
}
.part-two .left li {
  list-style: none;
  padding: 15px 0;
  font-size: 18px;
}
.part-two .left li span {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background-color: #fec056;
  color: #000;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 35px;
}
.part-two .left .title {
  color: #fec056;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  left: 4px;
}
.part-three {
  background-image: url(../images/bg\ design\ 2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 100px 100px;
}
.part-three .title {
  position: relative;
}
.part-three .title-content {
  color: #fec056;
  font-weight: bold;
  font-size: 35px;
  background-color: #000;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.part-three .title .left-icon,
.right-icon {
  width: 90px;
  position: absolute;
}

.part-three .title .left-icon {
  left: 12%;
  bottom: 50%;
  margin-bottom: -15px;
}
.part-three .title .right-icon {
  right: 12%;
  bottom: 50%;
  margin-bottom: -15px;
}
.part-three .content-item {
  list-style: none;
  font-size: 18px;
  background-color: #fff;
  margin-top: 20px;
  padding: 20px 10px;
  border-left: 14px solid #1f1f1f;
  display: flex;
  align-items: center;
  box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.3);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 20px;
  position: relative;
  padding-left: 70px;
}
.part-three .content-item span {
  position: absolute;
  display: inline-block;
  text-align: center;
  left: 10px;
  line-height: 40px;
  background-color: #fec056;
  color: #000;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 30px;
}
.propaganda {
  margin-bottom: 100px;
  position: relative;
}
.google-play {
  position: absolute;
  bottom: 14%;
  right: 14%;
  /* background-color: #000; */
  width: 170px;
  height: 54px;
}
.download {
  position: absolute;
  bottom: 25%;
  right: 20%;
  /* background-color: #000; */
  width: 160px;
  height: 54px;
}
.huawei{
  position: absolute;
  bottom: 25%;
  right: 5%;
  /* background-color: #000; */
  width: 160px;
  height: 54px;
}
.apple{
  position: absolute;
  bottom: 25%;
  right: 30%;
  /* background-color: #000; */
  width: 160px;
  height: 54px;
}
.galaxy{
  position: absolute;
  bottom: 14%;
  right: 30%;
  /* background-color: #000; */
  width: 170px;
  height: 54px;
}
.footer {
  position: relative;
}
.cashbee,
.facebook {
  position: absolute;
  /* background-color: #000; */
  width: 60px;
  height: 10px;
}

.facebook {
  width: 110px;
  left: 47%;
  top: 23%;
}
.cashbee {
  left: 39%;
  top: 23%;
}
