.nav-box {
  height: 88px;
  background: #0D0D24;
  img {
    margin-top: 0px;
    cursor: pointer;
  }
  ul {
    float: right;
    margin-top: 30px;
    margin-right: 10px;
    width: 213px;
    li {
      cursor: pointer;
      float: left;
      color: #fff;
      margin-left: 28px;
    }
  }
}

.nav-box ul :hover li {
  color: #999 !important;
}
i{
  display: none;
}
body {
  background: #161534;
}

.nav-content {
  width: 1200px;
  margin: 0 auto;
  img{
    width: 140px;
    /* vertical-align: middle; */
    position: relative;
    top: 14px;
    cursor: pointer;
  }
}

.pay-content {
  background: #22234D;
  width: 1200px;
  min-height: 800px;
  margin: 0 auto;
  margin-top: 34px;
  border-radius: 18px;
}

.pay-user-content {
  height: 128px;
  margin-left: 130px;
  margin-right: 130px;
  line-height: 128px;
  border-bottom: 1px solid #292A53;
  img {
    vertical-align: middle;
  }
  input {
    background: #282A5B;
    height: 42px;
    width: 240px;
    border-radius: 50px;
    margin-left: 8px;
    font-size: 16px;
    text-indent: 18px;
    color: #6B78A8;
  }
  button {
    width: 90px;
    height: 40px;
    border-radius: 30px;
    margin-left: 20px;
    background: #22234D;
    border: 1px solid #08CAB8;
    color: #08CAB8;
  }
}

.pay-more-content {
  height: 150px;
  margin-left: 130px;
  margin-right: 130px;
  overflow: hidden;
  border-bottom: 1px solid #292A53;
  h2 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 5px;
    height: 40px;
    line-height: 40px;
    color: #CCCCCC;
    font-size: 16px;
    margin-left: 12px;
  }
}

.h2-span {
  height: 15px;
  width: 2.1px;
  background: #ccc;
  position: absolute;
  left: -8px;
  top: 13px;
}

.pay-ul {
  li {
    float: left;
    width: 137px;
    height: 55px;
    border-radius: 6px;
    background: #444680;
    margin-right: 15px;
    text-align: center;
    line-height: 55px;
    border: 1px solid #22234D;
    img {
      vertical-align: middle;
      margin-top: -3px;
    }
  }
  i{
    display: none;
  }
}

.pay-gash-content {
  display: none;
  margin-left: 130px;
  margin-right: 130px;
  border-bottom: 1px solid #292A53;
  h2 {
    position: relative;
    margin-top: 20px;
    height: 40px;
    margin-bottom: 5px;
    line-height: 40px;
    color: #CCCCCC;
    font-size: 16px;
    margin-left: 12px;

  }
  ul {
    width: 770px;
    min-height: 184px;
    li {
      float: left;
      width: 137px;
      height: 40px;
      padding-top: 16px;
      padding-bottom: 16px;
      margin-right: 15px;
      margin-bottom: 20px;
      border-radius: 5px;
      background: #282B54;
      border: 1px solid #22234D;
      color: #6874A4;
      font-size: 16px;
      line-height: 40px;
      text-align: center;
      p {
        line-height: 20px;
      }
      :nth-child(2) {
        text-indent: -20px;
      }
    }
  }

}

.pay-money-content {
  margin-left: 130px;
  margin-right: 130px;
  h2 {
    position: relative;
    margin-top: 20px;
    height: 40px;
    margin-bottom: 5px;
    line-height: 40px;
    color: #CCCCCC;
    font-size: 16px;
    margin-left: 12px;
  }
  ul {
    width: 770px;
    min-height: 184px;
    li {
      float: left;
      width: 137px;
      margin-right: 15px;
      height: 55px;
      padding-top: 11px;
      padding-bottom: 6px;
      background: #282B54;
      border-radius: 5px;
      margin-bottom: 20px;
      border: 1px solid #22234D;

      :nth-child(1) {
        color: #00F3D7;
        text-align: center;
        line-height: 30px;
        img {
          vertical-align: middle;
          margin-top: -4px;
        }
      }
      :nth-child(2) {
        color: #6B78A8;
        text-align: center;
        line-height: 18px;
        font-size: 14px;
      }
      .money{
        color:#6B78A8 ;
      }
    }
  }
}

.gash-click {
  border: 1px solid #08CAB8 !important;
  color: #08CAB8 !important;
}

.money-click {
  background: #313466 !important;
  border: 1px solid #08CAB8 !important;
  :nth-child(2) {
    color: #fff !important;
  }
  .money{
    color: #fff !important;
  }
}

.pay-click {
  background: #4F52C4 !important;
  border: 1px solid #fff !important;
}

.pay-btn-box {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 30px;
  p {
    line-height: 70px;
    color: #6B78A8;
    span {
      color: #fff;
      font-size: 24px;
    }
  }
  button {
    width: 350px;
    height: 46px;
    background: linear-gradient(to right, #00f088, #00a0e9);
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
  }
}

.login-yes {
  display: none;
  position: relative;
  .login-name {
    color: #fff;
    position: absolute;
    left: 69px;
    top: -8px;
  }
  .login-rich {
    color: #6B78A8;
    position: absolute;
    left: 69px;
    top: 16px;
    font-size: 14px;
    img {
      margin-top: -4px;
    }
  }
  .login-out{
    color: #D1D3FE;
    position: absolute;
    cursor: pointer;
    right: 0;
    font-size: 14px;
  }
}
.pay-btn-box{
  p{
   opacity: 0;
  }
  button{
    opacity: 0.7;
  }
}
.gash-ul{
  i{
    display: none;
  }
}
.pay-layer-box{
  display: none;
  width: 450px;
  height: 360px;
  background: #fff;
  border-radius: 6px;
  h2{
    height: 50px;
    border-bottom:1px solid #F0F0F0;
    line-height: 50px;
    text-indent: 25px;
    font-size: 16px;
    position: relative;
    img{
      position: absolute;
      right: 14px;
      top: 14px;
      cursor: pointer;
    }
  }
  .pay-layer-tips{
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
  }
  .pay-layer-img{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    img{
      margin-top: 5px;
      width: 120px;
      margin-left: 5px;
    }
  }
  .pay-layer-money{
    text-align: center;
    margin-top: 25px;
  }
  .pay-layer-ps{
    text-align: center;
    margin-top: 5px;
  }
  .layer-money-span{
    color: #DE2638;
  }
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #6B78A8;
  font-size: 16px;
  text-indent: 18px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #6B78A8;
  font-size: 16px;
  text-indent: 18px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #6B78A8;
  font-size: 16px;
  text-indent: 18px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6B78A8;
  font-size: 16px;
  text-indent: 18px;
}
.login-face{
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#paypal-button-container{
  position: relative;
  top:-50px;
}