@charset "UTF-8";
html {
  min-width: 1224px; }

::-moz-placeholder {
  color: #d0d3d6; }

::-webkit-input-placeholder {
  color: #d0d3d6; }

:-ms-input-placeholder {
  color: #d0d3d6; }

.whiteBg {
  background: none !important; }

body {
  font-family: 'Microsoft YaHei';
  background: #F1F1F1; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }

img {
  max-width: 100%; }

:focus {
  outline: none !important; }

* {
  margin: 0;
  padding: 0;
  /*去移动端点击阴影*/
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

em,
i,
s,
b,
u {
  text-decoration: none;
  font-style: normal;
  font-weight: normal; }

ul,
ol {
  list-style: none; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

.clear {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  clear: both; }

.clear::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0; }

.bg-white {
  background-color: white !important; }

.navbar-white .navbar-nav .nav-link {
  color: #242424; }

.navbar-white .navbar-nav .active > .nav-link,
.navbar-white .navbar-nav .nav-link.active,
.navbar-white .navbar-nav .nav-link.show,
.navbar-white .navbar-nav .show > .nav-link {
  color: #1E468B; }

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #1E468B; }

.navbar-toggler {
  background-color: #1E468B; }

.top {
  background-image: url("../images/but_arr.png");
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 999;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  cursor: pointer; }

.side-menu-box {
  display: block;
  overflow: hidden;
  position: fixed;
  bottom: 30%;
  right: 0;
  background-color: #1E468B;
  z-index: 999999;
  transition: all ease-in-out 0.2s; }

.side-menu-box > ul {
  display: block;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  color: white; }

.side-menu-box > ul .header-title {
  text-align: center;
  font-size: 1rem;
  border-bottom: 1px solid #F1F1F1;
  border-top: 1px solid #F1F1F1;
  cursor: pointer; }

.side-menu-box > ul li {
  display: block;
  overflow: hidden;
  list-style: none;
  padding: 0.5rem;
  margin: 0;
  background-color: #1E468B; }

.side-menu-box > ul li img {
  width: 1.5rem; }

.side-menu-box > ul li a {
  color: white;
  display: block;
  text-decoration: none; }

footer.footer {
  background-color: #031F3A;
  display: block;
  overflow: hidden;
  color: #677788; }

.link-content a {
  text-decoration: none;
  color: #677788;
  padding: 2rem 0 2rem 0;
  display: inline-block; }

footer.footer .item {
  display: block;
  overflow: hidden;
  margin-bottom: 2rem; }

footer.footer .item > img {
  width: 2rem; }

footer.footer .gongzhonghao {
  width: 10rem; }

footer.footer .guanzhu {
  margin: 1rem;
  display: block;
  overflow: hidden; }

footer.footer .bottom-content {
  background: linear-gradient(180deg, #2c2d31 0%, #101013 100%);
  display: block;
  overflow: hidden;
  font-size: 0.8rem;
  color: #677788;
  text-align: center;
  padding: 1rem; }

footer.footer .bottom-content a {
  text-decoration: none;
  color: #677788;
  transition: all ease-in-out 0.2s; }

footer.footer .bottom-content a:hover {
  color: white; }

.banner-box {
  /*background-image: url('../images/banner/ban7.jpg');*/
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 18.75rem; }

.banner {
  height: 100%;
  width: 100%; }

.app-download-wrap {
  position: relative; }

.pay-online {
  position: absolute;
  bottom: -0.9rem;
  left: 0.9rem;
  font-size: 16px;
  color: #333; }

.pay-online:hover {
  color: #1E468B; }

.header-top {
  display: block;
  width: 100%;
  height: 64px;
  background: linear-gradient(180deg, #2c2d31 0%, #101013 100%); }

.header-top {
  position: relative; }

.header-top h3 {
  font-size: 20px;
  color: #fff;
  display: block;
  float: left;
  padding-left: 24px;
  line-height: 64px; }
  .header-top h3 a {
    color: #fff; }

.header-top h3 span {
  color: #50CECC; }

.header-top .page-title {
  position: absolute;
  width: 400px;
  height: 44px;
  border-radius: 20px;
  background: #fff;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #000;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -22px;
  display: flex;
  justify-content: center; }

.page-title span {
  display: block;
  width: 24px;
  height: 44px;
  background: url(../images/icon/VIP.png) no-repeat center center;
  margin-left: 10px; }

.header-top .user-info {
  position: absolute;
  left: 50%;
  margin-left: 260px;
  height: 100%;
  top: 0;
  color: #fff; }

.header-top .user-info-details {
  float: left; }

.header-top .user-name {
  font-size: 16px;
  padding: 9px 0 3px 0;
  margin-bottom: 0; }

.header-top .user-level {
  font-size: 12px;
  background: #50cecc;
  text-align: center;
  line-height: 12px;
  padding: 2px 6px 2px 5px;
  border-radius: 9px;
  margin-left: 8px; }

.header-top .user-num {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0; }

.head-pic {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  z-index: 100;
  margin: 7px 10px 0 0;
  float: left; }

.head-pic img {
  width: 100%;
  height: 100%; }

.loginOut {
  display: block;
  float: left;
  color: #fff;
  line-height: 64px;
  margin-left: 20px; }

.loginOut:hover {
  color: #50CECC; }

.isCompanyRed {
  color: #FF2A4D !important;
  font-size: 24px !important; }

.pop-tips {
  display: none;
  height: auto;
  background: #E3E6EB;
  border-radius: 20px;
  position: fixed;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 299; }

.pop-tips-but {
  display: flex;
  width: 100%;
  height: 66px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 5px; }

.pop-tips-but button {
  display: flex;
  width: 135px;
  height: 40px;
  border: none;
  background: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  border-radius: 10px;
  margin: 0 5px; }

.pop-tips-title {
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  padding-top: 16px; }

.pop-tips-but .confirm {
  color: #fff;
  background: #50CECC;
  border-radius: 10px; }

.pop-tips-in {
  display: block;
  width: 100%;
  height: auto;
  padding: 16px 10px 15px;
  text-align: center;
  font-size: 16px;
  color: #616161; }
  .pop-tips-in p {
    margin: 0;
    padding: 0 14px; }

.mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.53);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199; }

/*响应式排版设置*/
@media (min-width: 768px) {
  .side-menu-box > ul li.mobile-item {
    display: none; }
  .navbar {
    padding: 0.8rem 1rem; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.9rem;
    padding-right: 0.9rem; } }

@media (max-width: 768px) {
  .side-menu-box > ul li.pc-item {
    display: none; }
  .menu-box {
    padding-right: 0;
    padding-left: 0; }
  footer.footer .link-content {
    text-align: center; }
  .link-content a {
    padding: 1rem 0 1rem 0; }
  footer.footer .item {
    display: block;
    overflow: hidden;
    margin-bottom: 1rem; } }

html {
  height: 100%; }

body {
  background-color: #f5f5f5;
  min-height: 100%;
  box-sizing: border-box;
  padding-bottom: 50px; }

.withdraw-deposit {
  display: block;
  width: 1074px;
  height: auto;
  margin: 30px auto 0; }

.head-label {
  height: 44px;
  display: flex;
  position: relative;
  width: 100%; }
  .head-label div {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EBEBEB;
    width: 180px;
    height: 44px;
    font-size: 16px;
    cursor: pointer;
    color: #616161; }
  .head-label div:nth-child(1) {
    border-top-left-radius: 10px; }
  .head-label div:nth-child(2) {
    border-top-right-radius: 10px; }
  .head-label .select {
    background-color: #50CECC;
    color: #fff; }

.header-top {
  position: relative; }

.header-top h3 {
  font-size: 20px;
  color: #fff;
  display: block;
  float: left;
  padding-left: 24px;
  line-height: 64px; }

.header-top h3 span {
  color: #50CECC; }

.header-top .page-title {
  position: absolute;
  width: 400px;
  height: 44px;
  border-radius: 20px;
  background: #fff;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #000;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -22px; }

.page-title span {
  display: block;
  width: 24px;
  height: 44px;
  background: url(../images/icon/VIP.png) no-repeat center center;
  margin-left: 10px; }

.header-top .user-info {
  position: absolute;
  left: 50%;
  margin-left: 260px;
  height: 100%;
  top: 0;
  color: #fff; }

.header-top .user-info-details {
  float: left; }

.header-top .user-name {
  font-size: 16px;
  padding: 9px 0 3px 0;
  margin-bottom: 0; }

.header-top .user-level {
  font-size: 12px;
  background: #50cecc;
  text-align: center;
  line-height: 12px;
  padding: 2px 6px 2px 5px;
  border-radius: 9px;
  margin-left: 8px; }

.header-top .user-num {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0; }

.head-pic {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  z-index: 100;
  margin: 7px 10px 0 0;
  float: left; }

.head-pic img {
  width: 100%;
  height: 100%; }

.loginOut {
  display: block;
  float: left;
  color: #fff;
  line-height: 64px;
  margin-left: 20px; }

.loginOut:hover {
  color: #50CECC; }

.table {
  background-color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 16px; }

.table .thead-light th {
  background-color: #50CECC;
  border-color: #50CECC;
  color: #fff;
  font-weight: normal; }

.table tbody {
  min-height: 400px; }

.isCompanyRed {
  color: #FF2A4D !important;
  font-size: 24px !important; }

.table td {
  vertical-align: middle; }

.paging {
  display: flex;
  justify-content: center;
  font-size: 10px;
  padding-bottom: 30px; }
  .paging div {
    padding: 0 10px; }
    .paging div input {
      text-align: center; }
  .paging .change_page {
    cursor: pointer; }

.earnings {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  .earnings .earnings-content {
    width: 360px;
    height: 348px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #E3E6EB;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .earnings .earnings-content .earnings-title {
      text-align: center;
      font-size: 16px;
      color: #000;
      padding-bottom: 10px; }
    .earnings .earnings-content .tx-items {
      margin: 0 0 2px 0;
      width: 100%;
      border-radius: 10px;
      height: 44px;
      line-height: 44px;
      font-size: 14px;
      color: #616161;
      background: #fff;
      padding: 0 10px;
      box-sizing: border-box; }
      .earnings .earnings-content .tx-items input {
        padding: 0 10px;
        width: 214px;
        text-align: center;
        border: none; }
      .earnings .earnings-content .tx-items span {
        display: block;
        height: 34px;
        width: 234px;
        float: right;
        margin-top: 5px;
        border-radius: 6px;
        text-align: center;
        line-height: 34px; }
    .earnings .earnings-content .earnings-most {
      text-align: center;
      font-size: 16px;
      color: #FF2A4D;
      padding: 8px 0 10px;
      margin: 0; }
    .earnings .earnings-content .earnings-tips {
      color: #A4A4A4;
      font-size: 14px;
      text-align: center;
      margin: 0;
      padding-bottom: 8px; }
    .earnings .earnings-content button {
      width: 166px;
      height: 44px;
      border-radius: 10px;
      background: #fff;
      color: #000;
      font-size: 16px;
      line-height: 44px;
      border: none; }
    .earnings .earnings-content button.earnings-confirm {
      background: #50CECC;
      color: #fff; }

.earnings-btn {
  background-color: #50CECC;
  width: 80px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: none;
  color: #fff;
  border-radius: 10px;
  float: right;
  margin-top: 5px;
  font-size: 16px; }

.head-label .earnings-phl {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 50%;
  height: 44px;
  background: none; }
  .head-label .earnings-phl p {
    display: block;
    float: right;
    margin: 0;
    line-height: 44px;
    padding-right: 50px; }
    .head-label .earnings-phl p span {
      color: #FF2A4D;
      padding-left: 6px; }
