@media screen and (max-width: 768px) {
  .logins-title-box {
    text-align: center;
    padding-top: 6px;
  }
  .logins-title-box .tabs-title li {
    display: inline-block;
    width: 70px;
    margin: 0 20px;
    line-height: 34px;
    font-size: 14px;
    color: #8c8c8c;
    cursor: not-allowed;
  }
  .logins-title-box .tabs-title li.auth_show {
    display: inline-block;
    cursor: pointer;
  }
  .logins-title-box .tabs-title li.active {
    position: relative;
    color: #1466ed;
  }
  .logins-title-box .tabs-title li.active::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #1466ed;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .logins-title-box .tabs-title li:nth-child(1) {
    margin-left: 0px;
  }
  .logins-title-box .tabs-title li:last-child {
    margin-right: 0px;
  }
}
