* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #27272b;
}
/*里面的代码可以根据自己需求去进行更改*/
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 2px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(239, 185, 5, 0.8);
}
.out {
  width: 100%;
  min-height: 100vh;
  background: url(../img/pc/bgimgpc.jpg) no-repeat center top;
  background-size: cover;
}
.out .loginOut {
  width: 40%;
  height: 40%;
  min-height: 500px;
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.out .loginOut .logo {
  width: 30%;
  height: 30%;
  margin: 0 auto;
}
.out .loginOut .logo img {
  width: 100%;
}
.out .loginOut .login {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  background: url(../img/pc/centerbg.png) no-repeat center top;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.out .loginOut .login .loginContent {
  width: 70%;
  height: 80%;
}
.out .loginOut .login .loginContent .gameBox {
  width: 100%;
  height: 40px;
  display: flex;
  border-top: 2px #f5c487 solid;
  border-radius: 5px;
}
.out .loginOut .login .loginContent .gameBox div {
  flex: 1;
  width: 49%;
  height: 40px;
  border: 2px #f5c487 solid;
  border-top: none;
  border-right: none;
  text-align: center;
}
.out .loginOut .login .loginContent .gameBox div button {
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 100%;
  background-color: #100f0f;
}
.out .loginOut .login .loginContent .gameBox div .activeBtn {
  background-color: #bdb1b1;
  color: #f5c487;
}
.out .loginOut .login .loginContent .gameBox div .btn {
  color: #fff;
  background-color: #100f0f;
}
.out .loginOut .login .loginContent .gameBox div:nth-child(2) {
  float: right;
  border-right: 2px #f5c487 solid;
}
.out .loginOut .login .loginContent .serverList {
  position: relative;
  width: 100%;
  height: 40px;
  padding-left: 5%;
  margin-top: 20px;
  border: 0;
  border-bottom: 2px solid #f5c487;
  background-color: rgba(255, 255, 255, 0);
  font-weight: 700;
  color: #bfbfcf;
  font-size: 18px;
}
.out .loginOut .login .loginContent .serverList .serverPopBox {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
}
.out .loginOut .login .loginContent .serverList .serverPopBox .triangle {
  position: absolute;
  top: -26px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  /* 左边 */
  border-right: 15px solid transparent;
  /* 右边 */
  border-bottom: 26px solid rgba(92, 88, 88, 0.8);
  /* 底边 */
}
.out .loginOut .login .loginContent .serverList .serverPopBox .serverPop {
  display: none;
  display: flex;
  width: 95%;
  height: 40vh;
  padding: 2%;
  background-color: rgba(92, 88, 88, 0.8);
}
.out .loginOut .login .loginContent .serverList .serverPopBox .serverPop .serverMoudle {
  flex: 4;
  list-style: none;
  background-color: rgba(232, 241, 232, 0.6);
  overflow: auto;
}
.out .loginOut .login .loginContent .serverList .serverPopBox .serverPop .serverMoudle li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background-color: #1b1a19;
  border-bottom: solid 1px #eeb56f;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.out .loginOut .login .loginContent .serverList .serverPopBox .serverPop .serverMoudle .activeLi {
  background-color: #eeb56f;
  color: #fff;
}
.out .loginOut .login .loginContent .serverList .serverPopBox .serverPop .serverBox {
  flex: 8;
  overflow: auto;
}
.out .loginOut .login .loginContent .serverList .serverPopBox .serverPop .serverBox .server {
  width: 85%;
  margin: 0 auto;
  list-style: none;
}
.out .loginOut .login .loginContent .serverList .serverPopBox .serverPop .serverBox .server li {
  float: left;
  width: 45%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 2%;
  background-color: #1b1a19;
  color: #fff;
  font-size: 14px;
  box-shadow: #eeb56f 2px 2px 2px;
  cursor: pointer;
}
.out .loginOut .login .loginContent .serverList .serverPopBox .serverPop .serverBox .server li:nth-child(event) {
  float: right;
}
.out .loginOut .login .loginContent .serverList .serverPopBox .serverPop .serverBox .server .serverActive {
  background-color: #eeb56f;
  color: #1b1a19;
  box-shadow: none;
}
.out .loginOut .login .loginContent input {
  width: 95%;
  height: 40px;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  padding-left: 5%;
  font-size: 18px;
  color: #bfbfcf;
  font-weight: 700;
  border-bottom: 2px solid #f5c487;
}
.out .loginOut .login .loginContent input::-webkit-input-placeholder {
  color: #bfbfcf;
  font-size: 18px;
}
.out .loginOut .login .loginContent input:-moz-placeholder {
  color: #bfbfcf;
  font-size: 18px;
}
.out .loginOut .login .loginContent input:-ms-input-placeholder {
  color: #bfbfcf;
  font-size: 18px;
}
.out .loginOut .login .loginContent .text {
  display: block;
  width: 30%;
  text-align: center;
  margin: 10px auto;
  font-size: 12px;
  color: #bfbfcf;
  text-decoration: underline;
  cursor: pointer;
}
.out .loginOut .login .loginContent .loginButton {
  display: block;
  width: 50%;
  height: 50px;
  border: 2px solid #272b2a;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  background: url(../img/button.png) no-repeat center top;
  background-size: 100% 100%;
}
.out .loginOut .login .loginContent .loginButton span {
  background-image: linear-gradient(#f1f9f1, #f2cf07);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.out .pop {
  display: none;
  position: fixed;
  z-index: 99;
  width: 50%;
  height: 60%;
  background-color: #e4dcdc;
  top: 50%;
  left: 50%;
  padding: 2%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  overflow: auto;
}
.out .pop .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  border-radius: 5px;
}
.out .pop .close:before,
.out .pop .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.out .pop .close:before {
  transform: rotate(45deg);
}
.out .pop .close:after {
  transform: rotate(-45deg);
}
.out .pop .close:hover {
  background-color: #fff;
}
.out .pop h2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.out .pop p {
  width: 90%;
  margin: 10px auto;
}
.out .pop img {
  display: block;
  width: 60%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 500px) {
  .out {
    width: 100%;
    height: 100vh;
  }
  .out .gameLogo {
    font-size: 90px;
    position: fixed;
    top: 0;
    right: 0;
    line-height: 150px;
  }
  .out .loginOut {
    width: 100%;
    height: 60%;
  }
  .out .loginOut .logo {
    width: 40%;
    height: 25%;
  }
  .out .loginOut .login {
    width: 90%;
    height: 100%;
    background: url(../img/sp/centerbg.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .out .loginOut .login .loginContent {
    width: 90%;
    height: 70%;
  }
  .out .loginOut .login .loginContent .text {
    display: block;
    width: 30%;
    text-align: center;
    margin: 10px auto;
    font-size: 12px;
    color: #bfbfcf;
    text-decoration: underline;
    cursor: pointer;
  }
  .out .loginOut .login .loginContent .serverList .serverPopBox .serverPop {
    height: 35vh;
  }
  .out .loginOut .login .loginContent .serverList .serverPopBox .serverPop .serverMoudle {
    flex: 6;
  }
  .out .loginOut .login .loginContent .serverList .serverPopBox .serverPop .serverBox {
    flex: 6;
  }
  .out .loginOut .login .loginContent .serverList .serverPopBox .serverPop .serverBox .server li {
    width: 100%;
  }
  .out .loginOut .login .loginContent .serverList .serverPopBox .serverPop .serverBox .server li:nth-child(odd) {
    float: left;
  }
  .out .loginOut .login .loginContent .loginButton {
    display: block;
    width: 50%;
    height: 40px;
    border: 2px solid #27272b;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    background-color: rgba(88, 197, 33, 0.6);
  }
  .out .pop {
    display: none;
    position: fixed;
    z-index: 99;
    width: 90%;
    height: 60%;
    background-color: #e4dcdc;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
  }
  .out .pop .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    border-radius: 5px;
  }
  .out .pop .close:before,
  .out .pop .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
  }
  .out .pop .close:before {
    transform: rotate(45deg);
  }
  .out .pop .close:after {
    transform: rotate(-45deg);
  }
  .out .pop .close:hover {
    background-color: #fff;
  }
  .out .pop iframe {
    display: block;
    width: 90%;
    height: 80%;
    margin: 10% auto;
  }
}
