#app .header_class .one {
  color: black; }
#app .header_class .two {
  color: #fff709; }
#app .bank_main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  #app .bank_main .bottom_main {
    margin-top: 10px;
    width: 65%;
    height: 100%;
    background: white;
    border-radius: 5px;
    margin-bottom: 20px; }
    #app .bank_main .bottom_main hr {
      margin-top: 5px; }
#app .item .class_title {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }
  #app .item .class_title img {
    width: 40px; }
#app .item .content_class {
  width: 100%; }
  #app .item .content_class .website {
    display: inline-block;
    position: relative;
    width: calc(25% - 24px);
    height: 100px;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px #d9dbdd solid;
    border-bottom: 2px blueviolet solid;
    background: white; }
    #app .item .content_class .website a {
      text-decoration: transparent;
      color: black; }
    #app .item .content_class .website .img {
      width: 100%;
      display: flex;
      align-items: center; }
      #app .item .content_class .website .img img {
        margin: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%; }
      #app .item .content_class .website .img .title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        #app .item .content_class .website .img .title .one {
          color: #3a8ee6; }
        #app .item .content_class .website .img .title .two {
          font-size: 14px;
          color: #808595;
          font-weight: initial;
          margin-top: 10px; }
    #app .item .content_class .website .about {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 5px;
      font-size: 14px;
      font-weight: initial; }
    #app .item .content_class .website:hover {
      bottom: 2px;
      transition: all 0.3s; }

@media (max-width: 850px) {
  #app .header_class .one {
    font-size: 50px;
    color: black; }
  #app .header_class .two {
    font-size: 20px;
    color: #fff709; }
  #app .bank_main .bottom_main {
    width: 100%; }
    #app .bank_main .bottom_main .content_class .website {
      width: calc(100% - 10px);
      margin: 5px; } }

/*# sourceMappingURL=databank.css.map */
