

  /*author：CaptainMai
  time:14/06/2021
  Website:https://captainmai.com/
	*/

  * {
    padding: 0;
    margin: 0;
  }

   body {
    text-align: center;
    background-image: url('https://gcore.jsdelivr.net/gh/captainmai/web/mai/images/taodexuedi2.jpg') !important;
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-color: #ffffff;
  } 

  #search_input {
    width: 90%;
    height: 40px;
    background-color: transparent;
    border: none;
    outline: 0;
    font-size: 16px;
    color: #000;
    padding: 0 10px;
    border-radius: 50px;
  }

  .search_part {
    margin-bottom: 5px;
    margin-top: 240px;
  }


  .search_bar span {
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding-left: 2px;
    margin-right: 42px;
    /* vertical-align: middle; */
  }

  .search_bar span i {
    display: none;
    float: right;
    width: 35px;
    height: 40px;
    background-size: 16px;
  }

  .search_bar .si {
    margin: 0 38px 0 10px;
  }

  /*搜索建议条*/
  #suggest {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 40px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 40px;
    width: 95%;
    margin: 0 auto;
    border-radius: 4px;
  }

  #suggest li {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding-left: 16px;
  }

  #suggest li:active {
    background: #F0F0F0;
  }

  #suggest li b {
    float: right;
    width: 44px;
    height: 40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAI5JREFUSEtjZCACLF261J6RkbELpPT///9l0dHRB4nQRlgJ0ODny5Yt+w/CIDZhHUSqgBkKo4nURljZqMHwMBohQQFK/ECvnkT3LgX8kyAzGZATPwWGgTMPSiYCGvyEWgYiGfyEAcjxoKaroWZ5EM52QBUjJLkRExajQUH7Qgg5E4HYxMQLUWpgmYiUxA8AOdLMz+iDKvIAAAAASUVORK5CYII=) no-repeat scroll center center #fff;
    background-size: 11px;
  }

  #suggest .close {
    text-align: right;
    font-size: 14px;
    color: #888;
    padding-right: 12px;
  }

  .search_bar {
    box-shadow: 0 0 5px rgba(70, 70, 40, .255);
    -webkit-animation: fadeIn 2.5s;
    animation: fadeIn 2.5s;
    background-color: rgba(255, 255, 255, .0);
    border-radius: 3px;
    display: table;
    vertical-align: middle;
    width: 85%;
    height: 20px;
    max-width: 400px;
    margin: 10px auto;
    position: relative;
    z-index: 10;
    border-radius: 50px;
  }

  #search_submit {
    outline: 0;
    height: 40px;
    float: right;
    color: #4a4266;
    font-size: 18px;
    font-weight: 500;
    border: none;
    background-color: transparent;
    padding: 0 13px 0 13px;
  }

  #content {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0px;
  }



  .box {
    /*-webkit-animation: fadeInDown 1s;*/
    animation: fadeInDown 1s;
    position: relative;
    display: inline-block;
    width: 70px;
    border: 0;
  }


  .box a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }


  .url {
    color: #4a4266;
    height: 1.5em;
    line-height: 1.5em;
    width: 72px;
    font-size: 0.75em;
    white-space: nowrap;
    overflow: hidden;
    margin: auto;
    /* -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px; */
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    padding-top: 0px;
    padding-bottom: 8px;
  }


  .icon {
    width: 3em;
    height: 3em;
    max-width: 72px;
  }

  .sugList {
    list-style: none;
    display: list-item;
    cursor:pointer;
  }

  #app-items {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    text-align: center;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 15px;
  }

  .title {
    background-color: #ffffff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 20px;
    color: #4a4266;

  }

  .searchImg{
    width: 20px;
    height: 20px;
  }



  @-webkit-keyframes flipInX {
    0% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      opacity: 0
    }

    40% {
      -webkit-transform: perspective(400px) rotateX(-10deg);
      transform: perspective(400px) rotateX(-10deg)
    }

    70% {
      -webkit-transform: perspective(400px) rotateX(10deg);
      transform: perspective(400px) rotateX(10deg)
    }

    100% {
      -webkit-transform: perspective(400px) rotateX(0);
      transform: perspective(400px) rotateX(0);
      opacity: 1
    }
  }

  @keyframes flipInX {
    0% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      -ms-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      opacity: 0
    }

    40% {
      -webkit-transform: perspective(400px) rotateX(-10deg);
      -ms-transform: perspective(400px) rotateX(-10deg);
      transform: perspective(400px) rotateX(-10deg)
    }

    70% {
      -webkit-transform: perspective(400px) rotateX(10deg);
      -ms-transform: perspective(400px) rotateX(10deg);
      transform: perspective(400px) rotateX(10deg)
    }

    100% {
      -webkit-transform: perspective(400px) rotateX(0);
      -ms-transform: perspective(400px) rotateX(0);
      transform: perspective(400px) rotateX(0);
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px)
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  }

  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px)
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
    }
  }

  @media screen and (min-width:1025px) {
     body {
      text-align: center;
      background-image: url('https://gcore.jsdelivr.net/gh/captainmai/web/mai/images/PC2.jpg') !important;
      background-size: 100% !important;
      background-repeat: no-repeat;
      background-color: #fff;
    } 
    .box {
      -webkit-animation: fadeInDown 1s;
      animation: fadeInDown 1s;
      position: relative;
      display: inline-block;
      width: 100px;
      border: 0;
    }

    }
    #footer {
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    color: #444;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 1px;
    }

    .content {
    height: 1800px;
    width: 100%;
    text-align: center;
    }


    .hitokoto {
    font-size: 2rem;
    text-align: center;
    line-height: 50px;
    word-break: normal;
    margin: 0;
    padding: 0px 50px;
}