@charset "UTF-8";
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

body, th, td, p, ol, ul, li, dl, dt, dd, a, h1, h2, h3, h4, h5, h6, form, fieldset, input, legend, select, textarea {
  margin: 0;
  padding: 0;
}

input, img, fieldset {
  border: none;
}

input, select, fieldset {
  vertical-align: middle;
}

ul, ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder {
  color: transparent;
}

button, input[type=button], input[type=password], input[type=submit], input[type=text], textarea {
  -webkit-appearance: none;
}

input:-ms-clear {
  display: none;
}

/* clear IE10 X */
input {
  -webkit-user-modify: read-write-plaintext-only;
}

.clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.bc {
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.vm {
  vertical-align: middle;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.none {
  display: none;
}

.block {
  display: block;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f20 {
  font-size: 20px;
}

.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.t2 {
  text-indent: 2em;
}

/* ellipsis */
.elli {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mr6 {
  margin-right: 6px;
}

.w10 {
  width: 10px;
}

.h10 {
  height: 10px;
}

del {
  text-decoration: line-through;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

[v-cloak] {
  display: none;
}

.layout, .layout1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/**layout**/
.layoutbg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.child-with-unknown-dimensions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**
 * 让子元素绝对居中于父容器
 * 向 Sass mixin 传递了宽度，所以就使用负向 margin 处理水平位置，
 * 使用 CSS transform 处理垂直位置 
 */
.child-with-known-width {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  margin-left: -1rem;
  transform: translateY(-50%);
}

/**
 * 让子元素绝对居中于父容器
 * 向 Sass mixin 传递了高度，所以就使用负向 margin 处理垂直位置，
 * 使用 CSS transform 处理水平位置 
 */
.child-with-known-height {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2rem;
  margin-top: -1rem;
  transform: translateX(-50%);
}

/**
 * 让子元素绝对居中于父容器
 * 向 Sass mixin 传递了高度和宽度，所以就使用负向 margin 处理水平和垂直位置
 */
.child-with-known-dimensions {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 -1rem;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #d89c76;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d89c76;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d89c76;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d89c76;
}

body {
  max-width: 3.75rem;
  margin: 0 auto;
  height: 10.47rem;
  background: #1c0f29 url(../images/bg.jpg) center 0 no-repeat;
  background-size: 3.75rem auto;
  padding-top: 2.035rem;
}

.ltime {
  width: 2.695rem;
  height: 0.225rem;
  background: url(../images/time.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

ul.dot {
  width: 2.955rem;
  height: 0.945rem;
  margin: 0 auto;
  padding: 1.5rem 0 0rem;
}

ul.dot li {
  width: 0.945rem;
  height: 0.945rem;
  background: url(../images/dot1.png) center center no-repeat;
  background-size: 0.58rem 0.58rem;
  color: #fff;
  font-size: 0.15rem;
  text-align: center;
  float: left;
  margin: 0 0.02rem;
  line-height: 0.9rem;
  opacity: 1;
}

ul.dot li span {
  font-size: 0.25rem;
  font-weight: bolder;
}

ul.dot li.swiper-pagination-bullet-active {
  width: 0.945rem;
  height: 0.945rem;
  background: url(../images/dot2.png) center 0 no-repeat;
  background-size: 100% auto;
  font-size: 0.185rem;
  line-height: 0.9rem;
  box-sizing: border-box;
}

ul.dot li.swiper-pagination-bullet-active span {
  font-size: 0.315rem;
}

.swiper-container {
  width: 100%;
  height: 5.1rem;
  margin: 0 auto;
}

.swiper-container .swiper-wrapper {
  width: 100%;
  height: 5.1rem;
}

.swiper-container .swiper-slide {
  width: 3.63rem;
  height: 3.63rem;
  display: block;
  opacity: 0;
}

.swiper-container .swiper-slide a {
  display: none;
}

.swiper-container .swiper-slide-active {
  opacity: 1;
}

.swiper-container .swiper-slide-active a {
  display: block;
}

.swiper-container .swiper-slide-prev {
  opacity: 0.3;
}

.swiper-container .swiper-slide-next {
  opacity: 0.3;
}

.btn, .getbtn {
  width: 1.935rem;
  height: 0.45rem;
  background: url(../images/btn.png) center 0 no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 0.17rem;
  text-align: center;
  line-height: 0.45rem;
}

.info-btn {
  width: 1.935rem;
  height: 0.45rem;
  background: url(../images/btn3.png) center 0 no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 0.17rem;
  text-align: center;
  line-height: 0.45rem;
}

.btn1 {
  width: 0.78rem;
  height: 0.22rem;
  background: url(../images/btn1.png) center 0 no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0.1rem auto 0;
}

.btn2 {
  width: 0.78rem;
  height: 0.22rem;
  background: url(../images/btn2.png) center 0 no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0.1rem auto 0;
}

.rule {
  width: 0.71rem;
  height: 0.165rem;
  background: url(../images/rule.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.rulecon {
  width: 3.31rem;
  margin: 0 auto;
  padding-top: 0.25rem;
  padding-bottom: 1.575rem;
  color: #af8bbb;
  font-size: 0.12rem;
  line-height: 0.24rem;
}

.layout, .layout1 {
  width: 3.06rem;
  height: 3.95rem;
}

.layout1 {
  width: 2.52rem;
  height: 2.65rem;
}

.lay-tips {
  width: 2.5rem;
  height: 2rem;
  border: 0.01rem solid #e730a0;
  border-radius: 0.1rem;
  margin-bottom: 0.135rem;
  background: #fff;
  background-size: 1.155rem 0.525rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #616161;
  padding: 0.1rem;
}

.lay-tips p {
  font-size: 0.11rem;
  text-align: center;
}

.layout-con {
  width: 3.06rem;
  height: 3.31rem;
  border: 0.01rem solid #e730a0;
  border-radius: 0.1rem;
  margin-bottom: 0.135rem;
  background: #fff url(../images/tips.png) 0.05rem 0.11rem no-repeat;
  background-size: 1.155rem 0.525rem;
  box-sizing: border-box;
}

.btnbg {
  width: 1.345rem;
  height: 0.31rem;
  background: url(../images/btnbg.png) center 0 no-repeat;
  background-size: 100% auto;
  font-size: 0.13rem;
  color: #fff;
  display: block;
  margin: 0.23rem auto 0;
  text-align: center;
  line-height: 0.31rem;
}

.close {
  width: 0.49rem;
  height: 0.49rem;
  background: url(../images/close.png) center 0 no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
}

.choose-game-con {
  clear: both;
  padding: 0.6rem 0.41rem 0;
  box-sizing: border-box;
}

.choose-game-con h2 {
  font-size: 0.13rem;
  font-weight: normal;
  padding: 0.1rem 0 0.1rem;
  color: #fc15a2;
}

.choose-game-con p {
  font-size: 0.11rem;
  padding-top: 0.1rem;
  border-top: 0.005rem solid #cecece;
  color: #616161;
}

.select-box {
  width: 2.215rem;
  height: 0.325rem;
  border: 0.005rem solid #ad53b3;
  box-sizing: border-box;
  background: #f7f4f4;
  box-shadow: 0px 2px 5px #e3e1e1 inset;
  -webkit-box-shadow: 0px 2px 5px #e3e1e1 inset;
  padding: 0.03rem 0.05rem;
  position: relative;
  margin-bottom: 0.165rem;
}

.select-box ul {
  position: absolute;
  top: 0.32rem;
  left: -0.005rem;
  width: 2.21rem;
  border: 0.005rem solid #ad53b3;
  border-top: none;
  box-sizing: border-box;
  background: #f7f4f4;
  z-index: 5;
  height: 1.625rem;
  overflow: scroll;
  display: none;
}

.select-box ul li {
  font-size: 0.13rem;
  height: 0.325rem;
  line-height: 0.325rem;
  color: #443f3f;
  padding: 0 0.05rem;
}

.phone-select > ul {
  height: 0.65rem;
}

.select-text {
  width: 1.86rem;
  font-size: 0.13rem;
  height: 0.25rem;
  line-height: 0.275rem;
  color: #443f3f;
  float: left;
  border-right: 0.005rem solid #795eda;
  box-sizing: border-box;
}

.arrow {
  width: 0;
  height: 0;
  border-top: 0.1rem solid #795eda;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  float: left;
  margin-left: 0.04rem;
  margin-top: 0.08rem;
}

.wxcode {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.1rem auto 0;
}

.wxcode img {
  width: 1.5rem;
  height: 1.5rem;
}

.get-sdk,
.get-jf, .get-info, .focus-us {
  padding-top: 1.035rem;
  text-align: center;
}

.get-sdk h2,
.get-jf h2, .get-info h2, .focus-us h2 {
  width: 2.345rem;
  height: 0.47rem;
  background: #ebebeb;
  font-size: 0.2rem;
  color: #e6068e;
  margin: 0.14rem auto;
  line-height: 0.47rem;
}

.get-sdk h3,
.get-jf h3, .get-info h3, .focus-us h3 {
  color: #e6068e;
  font-size: 0.2rem;
  margin-bottom: 0.16rem;
}

.get-sdk p,
.get-jf p, .get-info p, .focus-us p {
  color: #676767;
  font-size: 0.13rem;
}

.get-sdk p.tips,
.get-jf p.tips, .get-info p.tips, .focus-us p.tips {
  color: #ff0707;
  font-size: 0.11rem;
  padding-top: 0.135rem;
}

.get-sdk h4,
.get-jf h4, .get-info h4, .focus-us h4 {
  width: 2.635rem;
  height: 0.395rem;
  background: #b8b8b8;
  line-height: 0.395rem;
  color: #fffefe;
  font-size: 0.14rem;
  margin: 0.17rem auto 0.15rem;
}

.get-sdk a,
.get-jf a, .get-info a, .focus-us a {
  width: 1.345rem;
  height: 0.31rem;
  background: url(../images/btnbg.png) center 0 no-repeat;
  background-size: 100% auto;
  font-size: 0.13rem;
  color: #fff;
  display: block;
  margin: 0.7rem auto 0;
  text-align: center;
  line-height: 0.31rem;
}

.get-info {
  padding-top: 0.77rem;
}
