body {
  margin: 0;
  font-size: 14px; }

html, body, #app {
  width: 100%;
  height: 100%;
  overflow: hidden; }

#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

.page-bg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent; }

.left, .center, .user-box, .footer {
  position: relative;
  z-index: 50; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #888;
  text-align: center;
  padding: 13px 0; }

.fl-box {
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .fl-box .fl-title {
    font-size: 16px;
    margin-top: 14px; }
    .fl-box .fl-title span {
      font-size: 20px;
      color: #faed67; }
  .fl-box .fl-tip {
    margin-top: 18px;
    line-height: 1.6em;
    width: 90%; }
  .fl-box .fl-btn {
    width: 160px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    background-color: #f3d131;
    color: #a40000;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 18px; }
  .fl-box .fl-qrcode {
    margin-top: 40px; }
    .fl-box .fl-qrcode img {
      width: 200px;
      height: 200px; }

.left {
  width: 260px;
  height: 432px; }
  .left .left-top {
    width: 100%;
    height: 140px;
    background-image: url("../img/flbg1.jpg"); }
  .left .left-bottom {
    width: 100%;
    height: 280px;
    margin-top: 12px;
    background-image: url("../img/flbg2.jpg"); }

.center {
  height: 432px;
  width: 280px;
  margin-left: 12px;
  background-image: url("../img/flbg3.jpg"); }

.user-box {
  margin-left: 62px;
  height: 320px;
  width: 300px;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .user-box .login-title {
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background-color: #f4f7f9;
    color: #333; }
  .user-box .login-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 20px; }
    .user-box .login-content input {
      width: 100%;
      height: 40px;
      margin: 0;
      padding: 0;
      border: 1px solid #DDD;
      border-radius: 5px;
      text-indent: 40px;
      margin-bottom: 20px;
      background-image: url("../img/account.png");
      background-position: 10px center;
      background-repeat: no-repeat;
      background-size: 20px 20px; }
    .user-box .login-content input.password {
      background-image: url("../img/password.png"); }
  .user-box .login-btns {
    margin-top: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    color: #666; }
    .user-box .login-btns a {
      color: #00BFFF;
      cursor: pointer; }
  .user-box .login-btn {
    background-color: #e91a1a;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    color: #FFF;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    cursor: pointer; }
  .user-box .user-top {
    width: 100%;
    height: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #DDD; }
    .user-box .user-top .user-head {
      width: 120px;
      height: 120px;
      display: block;
      border-radius: 50%; }
    .user-box .user-top .user-lv {
      width: 65px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      color: #FFF;
      background-image: url("../img/vipbg.png");
      background-size: 100% 100%;
      margin-top: -10px;
      font-size: 12px;
      padding-left: 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .user-box .user-top .user-name {
      margin-top: 10px;
      font-size: 18px;
      color: #333; }
    .user-box .user-top .user-id {
      margin-top: 10px;
      color: #666; }
  .user-box .user-bottom {
    height: 85px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .user-box .user-bottom > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .user-box .user-bottom > div > div:nth-of-type(1) {
        color: #666; }
      .user-box .user-bottom > div > div:nth-of-type(2) {
        color: #ff4130;
        font-size: 20px;
        margin-top: 10px; }

.dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .dialog .dialog-wrapper {
    width: 320px;
    height: 220px;
    background-color: #FFF;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .dialog .dialog-wrapper .dialog-content {
      margin-bottom: 24px;
      font-size: 18px;
      color: #333; }
    .dialog .dialog-wrapper .dialog-btn {
      background-color: #eb492e;
      border-radius: 5px;
      width: 120px;
      height: 40px;
      color: #FFF;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 16px;
      cursor: pointer; }

[v-cloak] {
  display: none !important; }

.dialog-wrapper.server {
  width: 660px;
  height: 540px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 30px;
  position: relative; }
  .dialog-wrapper.server .dialog-title {
    font-size: 28px;
    text-align: center;
    color: #666;
    margin-bottom: 37px;
    width: 100%; }
  .dialog-wrapper.server .dialog-close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border: 1px solid #BBB;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #BBB;
    font-size: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 2px; }
  .dialog-wrapper.server .server-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .dialog-wrapper.server .server-search input {
      width: 240px;
      height: 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #DDD;
      background-color: #f5f5f5;
      border-radius: 0;
      margin: 0;
      padding: 0;
      text-indent: 0.5em; }
    .dialog-wrapper.server .server-search .search-btn {
      margin-left: 20px;
      cursor: pointer;
      width: 100px;
      height: 40px;
      color: #FFF;
      background-color: #970000;
      text-align: center;
      line-height: 40px; }
  .dialog-wrapper.server .server-list {
    margin-top: 40px;
    height: 300px;
    overflow: auto; }
    .dialog-wrapper.server .server-list > div {
      width: 180px;
      height: 44px;
      margin-right: 17px;
      margin-bottom: 17px;
      cursor: pointer;
      color: #FFF;
      background-color: #4f4f59;
      line-height: 44px;
      text-indent: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block;
      font-size: 18px; }
    .dialog-wrapper.server .server-list > div:nth-of-type(3n) {
      margin-right: 0; }
