@media screen and (max-width: 465px) {
  * {
    margin: 0;
    padding: 0;
  }
  .main {
    width: 100%;
  }
  .header {
    width: 100%;
    height: 150px;
  }
  .header .logo_icon{
    position: absolute;
    top: 30%;
    left: 3%;
    width: 80px;
  }
  .header-tips {
    width: 200px;
    font-size: 10px;
    top: 70%;
  }
  .about .title {
    width: 250px;
    font-size: 15px;
    padding: 10px 0px;
  }
  .about .icon {
    right: -55px;
    width: 50px;
  }
  .about .content {
    width: 95%;
    padding: 10px 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    
  }
  .about .content li {
    margin-left: 22px;
    padding: 5px 0;
  }
  .table {
    width: 100%;
  }
  .table .title-item {
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
  }
  .table-content li {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    font-size: 12px;
  }
  .part-two .left {
    padding: 10px 30px;
  }
  .part-two .left li {
    font-size: 12px;
    padding: 5px 0;
    display: flex;
    align-items: center;
  }
  .part-two .right {
    top: 80%;
    width: 120px;
  }
  .part-two .left li span {
    position: absolute;
    left: 5px;
    font: 15px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .part-three {
    padding: 20px 10px;
    padding-top: 40px;
  }
  .part-three .title-content {
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .part-three .title .left-icon,
  .right-icon {
    width: 45px;
  }
  .part-three .title .left-icon {
    left: 3%;
    bottom: 50%;
    margin-bottom: -10px;
  }
  .part-three .title .right-icon {
    right: 3%;
    bottom: 50%;
    margin-bottom: -10px;
  }
  .part-three .content-item {
    font-size: 14px;
    padding: 10px 5px;
    padding-left: 35px;
    position: relative;
  }
  .part-three .content-item span {
    position: absolute;
    left: 5px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .propaganda {
    margin: 20px 0;
  }
  .footer {
    width: 100%;
  }
  .google-play {
    width: 45px;
    height: 18px;
  }
  .download {
    width: 45px;
    height: 18px;
  }
  .facebook{
    width: 50px;
    height: 8px;
  }
  .cashbee{
    height: 8px;
    width: 30px;
  }
}
