* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 15px;
  color: #fff;
  background-color: #000000 !important;
}
a {
  color: #fff;
  text-decoration: none;
  display: block;
}
ul li {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*---------------index--------------*/
.sjbdmap {
  display: none;
}
@media (max-width: 768px) {
  .sjbdmap {
    display: block !important;
    margin-bottom: 10px;
  }
  .webv {
    display: none !important;
  }
}

.pcbdmap {
  display: none;
}
@media (min-width: 768px) {
  .pcbdmap {
    display: block !important;
  }
  .mobl {
    display: none !important;
  }
  .btm-logo {
    display: none !important;
  }
}

#app {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#main {
  flex: 1;
  max-height: 100%;
}
#header {
  margin-bottom: 10px;
  padding: 0 0 22px;
  background-color: #1e1e1e;
}

#header .hInner {
  margin: 0 auto;
  width: 1000px;
}

#header .hInner h1 {
  float: left;
  color: #262626;
  font-size: 14px;
  font-weight: normal;
}

#header .hInner h1 span {
  color: #fe8f21;
  font-weight: bold;
}

#header .hInner ul {
  float: right;
}

#header .hInner li {
  margin-left: 10px;
  float: left;
  color: #4d4d4d;
  font-size: 14px;
}

#header .hInner li a {
  margin-right: 3px;
  color: #a6805c;
  font-size: 13px;
}

#header .hInner li:last-child a {
  margin-right: 0;
}

#header .hInner li a:hover {
  color: #ff0;
}

#header .hBox {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .logo img {
  display: block;
  width: 200px;
}

#header .hIm01 {
  margin: 6px 0 0;
  float: left;
  position: relative;
  color: #ffff96;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

#header .hIm01 img,
#header .hIm02 img {
  display: block;
}

#header .hIm02 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#header .hIm02 a {
  background-color: #fff;
  border-radius: 35px;
}

#main {
  padding: 22px 13px 0 20px;
  width: 1000px;
  margin: 0 auto 10px;
  position: relative;
  border: 2px solid #fef998;
  background-color: #262626;
}

#main #conts {
  width: 579px;
  float: left;
  position: relative;
  padding-top: 60px;
}
#main h2 {
  margin-bottom: 17px;
  text-align: center;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
#conts .linkUl li {
  margin-bottom: 35px;
  overflow: hidden;
  zoom: 1;
}

#conts .linkUl li span {
  margin: 1px 10px 0 0;
  padding: 0 3px;
  line-height: 34px;
  float: left;
  width: 294px;
  color: #fff;
  font-size: 13px;
  background-color: #1e1e1e;
  border: 1px solid #fef998;
  text-align: center;
}

#conts .linkUl li .txt {
  width: 102px;
  text-align: center;
}

#conts .linkUl li img {
  margin: 11px 9px 0 2px;
  display: block;
  float: left;
}

#conts .linkUl li a {
  width: 123px;
  display: block;
  float: right;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  background: url(../images/index/bg02.png) no-repeat;
}

#conts .linkUl li a:hover {
  color: #ff0;
}

#main #conts .refresh {
  margin: 0 auto;
  width: 110px;
}

#main #conts .refresh a {
  color: #fff;
  font-size: 17px;
  line-height: 38px;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  background: #8c8952;
  border-radius: 3px;
}

#main #conts .refresh a:hover {
  color: #8a8753;
  background: linear-gradient(to right, #e8e38c 0%, #e8e38c 100%);
  cursor: pointer;
}

#main #conts .btm {
  color: #b97048;
  font-size: 14px;
  text-align: center;
}

#main #sideBar {
  padding-top: 55px;
  width: 338px;
  float: right;
  position: relative;
}

#main #sideBar h2 {
  margin-bottom: 17px;
  text-align: center;
}

#main #sideBar .inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#main #sideBar .inner .imgBox {
  float: left;
}

#main #sideBar .img {
  position: relative;
}

#main #sideBar .img img {
  position: absolute;
  top: -10px;
  left: 11px;
}
#footer {
  display: flex;
  align-items: end;
  text-align: center;
  clear: both;
  background-color: #1e1e1e;
  border-top: 1px solid #1e1e1e;
}
#footer .fBox {
  width: 1001px;
  margin: 0 auto;
  padding: 10px;
}

#footer .fNavi li {
  margin: 0 10px;
  display: inline-block;
}

#footer .fNavi li a {
  color: #825c48;
}

#footer .fNavi li a:hover {
  color: #ff0;
}

#footer p {
  margin-top: 7px;
  color: #ffffff;
  font-size: 12px;
  line-height: 2.2;
}

.box-redirect {
  padding: 0px 13px 0 20px !important;
}

.link-download-app {
  padding: 0px;
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}
.link-download-app .content {
  position: relative;
  background-color: #262626;
  padding: 10px;
  text-align: center;
  z-index: 2;
}

.link-download-app,
.link-download-app .content {
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  #main,
  #header .hBox,
  #header .hInner,
  #footer .fBox {
    max-width: 100%;
  }
}

@media screen and (max-width: 1023.98px) {
  html,
  body {
    overflow-x: hidden;
  }

  #container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  #main #sideBar h2,
  .img-download-app {
    display: none;
  }

  #main #conts {
    width: 100%;
  }

  #main #conts:before {
    border: none;
  }

  #header .logo img {
    width: 250px;
  }

  #conts .linkUl li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  #main #sideBar {
    width: 100%;
    padding: 0 0 20px;
  }

  .link-download-app {
    margin-top: 0;
    width: 100%;
  }

  .link-download-app::before {
    height: 1125%;
  }

  #header .hInner h1 {
    font-size: 20px;
    padding: 10px;
    text-align: center;
  }

  #conts .linkUl li span {
    padding: 7px;
    font-size: 24px;

    width: 50%;
  }

  #conts .linkUl li a {
    height: 50px;
    background-size: cover;
    font-size: 22px;
  }

  #conts .linkUl li .txt,
  #conts .linkUl li a {
    width: 20%;
  }

  #footer p {
    font-size: 20px;
  }

  .link-download-app .content {
    padding: 20px;
  }
}

@media screen and (max-width: 767.98px) {
  #header .logo {
    width: 40%;
    height: 40%;
  }
  #header {
    padding: 0px !important;
  }

  #header .hIm02 {
    width: 40%;
    position: absolute;
    right: 10px;
  }

  #header .logo img {
    width: 100%;
  }

  #header .hIm02 a,
  #header .hIm02 a img {
    width: 100%;
  }

  #conts h2 img {
    width: 300px;
  }

  #conts .linkUl li span,
  #conts .linkUl li a {
    font-size: 14px;
    padding: 0;
  }

  #conts .linkUl li a {
    height: 37px;
  }
  #main2 #sideBar {
    width: 100%;
    padding: 0 0 20px;
  }

  .link-download-app {
    margin-top: 0;
    width: 100%;
  }
  .link-download-app::before {
    height: 700%;
  }

  .link-download-app .content {
    padding: 10px;
  }

  #main #conts {
    padding-top: 20px;
  }
  #footer p {
    font-size: 16px;
  }
  /*.footerphoto {
		width: 150%;
		max-width: 375px;
		height: 325px;
		margin: -50px -80px -15px;
		padding: 0;
	}*/
}

.btm-logo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  justify-items: center;
  align-items: center;
}

.btm-logo a {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.btm-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.btm-logo img[alt="X88"],
.btm-logo img[alt="Cwin"] {
  max-width: 80% !important;
}

.btm-logo img[alt="Hubet"],
.btm-logo img[alt="Win55"] {
  max-width: 90% !important;
}
.btm-logo img[alt="King88"] {
  margin-top: -4px;
}

.btm-logo img[alt="Hello88"] {
  max-width: 100%;
  margin-top: 7px !important;
}
