body {
  color: #222;
  -webkit-text-size-adjust: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

body,
button,
input,
select,
textarea {
  font-family: Tahoma, Arial, Roboto, ”Droid Sans”, ”Helvetica Neue”, ”Droid Sans Fallback”, ”Heiti SC”, sans-self;
  font-size: 62.5%;
}

ol,
ul {
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-wrap {
  width: 100%;
  height: 100%;
  overflow: visible;
  transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}

.section-wrap .section {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-wrap .section-1 {
  background-color: #39aff9;
}

.section-bg {
  width: 178vh;
  height: 100vh;
  margin: 0 auto;
}

.section-1_yun {
  position: absolute;
  top: 35%;
  right: -7%;
  width: 13%;
  height: 21%;
  background: url('../images/yun.png') no-repeat 0 0;
  background-size: 100% auto;
}

/* 内容部分 */

.section .section-1_content-container {
  position: absolute;
  top: 7.22rem;
  left: 19%;
  color: #fffefe;
}

.section-1_content-container .section-1_content {
  display: inline-block;
  font-size: 0.22rem;
  display: block;
  height: 0.58rem;
}

/* 领取福利 */

.section-1_welfare {
  width: 2.34rem;
  height: 0.75rem;
  position: absolute;
  top: 8.53rem;
  left: 19%;
  background: url('../images/welfare-1.png') no-repeat 0 0;
  background-size: 100% auto;
}


.section .section-bg-top {
  display: block;
  width: 100%;
  height: 18%;
  background-color: #39aff9;
}

.section .section-bg-bottom {
  display: block;
  width: 100%;
  height: 82%;
  background-color: #f97858;
}

/* 背景色 */

.section-wrap .section-3 {
  background: url('../images/section-3_bg.png') no-repeat 0 0;
  object-fit: cover;

}

/* 内容部分 */

.section-3_content-container {
  color: #a3a6ab;
  font-size: .22rem;
  position: absolute;
  top: 4.48rem;
  left: 3.4rem;
}

.section-3_content-container .section-3_content {
  display: block;
  height: 0.64rem;
}

/* 领取福利 */

.section .section-3_welfare {
  width: 2.36rem;
  height: 0.70rem;
  background: url('../images/welfare-3.png') no-repeat 0 0;
  background-size: 100% auto;
  top: 6.8rem;
  left: 3.3rem;
}

/* 内容部分 */

.section-wrap .section-4 {
  background-color: #f19149;
}

.section .section-4-yun-container {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2.66rem;
}

.section .section-4-yun-container .section-4-yun {
  width: 100%;
  display: block;
}

/* 内容部分 */

.section .section-4_content {
  font-size: 0.22rem;
  color: #ffffff;
  position: absolute;
  top: 22%;
  left: 42%;
}

.section-4-yun-container .section-4-yun {
  width: 100%;
}

/* 背景图 */

.section-1_bg {
  background-image: url('../images/section-1_img.png');
  background-size: 100% auto;
  position: relative;
}


.section-3_bg {
  background-image: url('../images/section-3_img.png');
  background-size: 100% auto;
  position: relative;
}

.section-4_bg {
  background-image: url('../images/section-4_img.png');
  background-size: 100% auto;
  position: relative;
}

/* 动画 */

.put-section-0 {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.put-section-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.put-section-2 {
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
}

.put-section-3 {
  transform: translateY(-300%);
  -webkit-transform: translateY(-300%);
}

.put-section-4 {
  transform: translateY(-400%);
  -webkit-transform: translateY(-400%);
}

/* 二维码部分 */

.section-4-code {
  width: 100%;
  height: 3.03rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-4-code_cont {
  width: 13rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.section-4-left {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding-top: 0.2rem;
}

.section-4-left .section-4-code_container {
  width: 2rem;
  position: relative;
}

.section-4-code_container .code {
  width: 100%;
}

.section-4-code_container .code2 {
  width: 1.18rem;
  height: 1.18rem;
  position: absolute;
  top: 40px;
  left: 36px;
}

.section-4_sweep {
  width: 2.4rem;
  height: .6rem;
  border-radius: .1rem;
  border: 2px solid #00b7ee;
  font-size: .24rem;
  line-height: .56rem;
  color: #45a6f5;
  font-weight: bold;
  text-align: center;
  margin-left: .25rem;
}


/* 联系方式 */

.section .section-4-right {
  flex: 1;
  height: 100%;
  color: #f17a4b;
  font-size: .18rem;
  padding-top: 0.7rem;
}

.section-4-right .section-4-right_item {
  display: block;
  width: 100%;
  text-align: right;
  padding: 0.06rem 0;
}


.section-4-right .section-4-right_item:nth-child(5) {
  padding: .2rem 0;
  color: #c1c4ca;
}

/* 按钮部分 */

.section-btn {
  width: 0.24rem;
  position: fixed;
  right: 1rem;
  top: 1rem;
}

.section-btn li {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  margin: auto;
  -webkit-border-radius: 50%;
  margin-bottom: 10px;
}

.section-btn li a {
  display: block;
  margin: 0 auto;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  box-shadow: 1px 1px 3px 1px #999 inset;
}

.section-btn a img {
  width: 100%;
  display: none;

}

.section-btn li.on a {
  width: 100%;
  box-shadow: 0 0 0 0;
}

.section-btn li.on img {
  display: block;
}


/* banner 部分 */

#roll {
  width: 100%;
}

#roll dd {
  width: 3.68rem;
  float: left;

}


dd img {
  width: 100%;
}

.indicator {
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 50%;
  position: absolute;
  top: 42%;
  cursor: pointer;
}

.indicator img {
  width: 100%;
}

.prev {
  left: -0.65rem;
  background: url('../images/indicator-left.png') no-repeat 0 0;
  background-size: 100% auto;
}

.prev:hover {
  background: url('../images/selected-left.png') no-repeat 0 1px;
  background-size: 100% auto;
  box-shadow: 0px 5px 14px 0px #999;
}

.next {
  background: url('../images/indicator-right.png') no-repeat 0 0;
  background-size: 100% auto;
  left: auto;
  right: -0.6rem;
}

.next:hover {
  background: url('../images/selected-right.png') no-repeat 0 1px;
  background-size: 100% auto;
  box-shadow: 0px 5px 14px 0px #999;
}

/* 海量游戏等你来玩 */

.section .section-2_intro-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -0.025rem;
  left: 0;
}

.section .section-2_intro {
  position: relative;
  margin: 0 auto;
  width: 12.5rem;
  height: 8.8rem;
}

.box {
  position: absolute;
  left: .75rem;
  top: 3.6rem;
  margin: 0 auto;
}

.section-2_intro img {
  width: 100%;
  height: 100%;
}

.section .section-2_intro-cont {
  width: 100%;
  position: absolute;
  top: 2.4rem;
  left: 0;
}

.section-2_intro-item {
  display: block;
  width: 100%;
  text-align: center;
  color: #9ca1a7;
  font-size: .22rem;
  height: .5rem;
}

.box>div {
  height: 4.12rem;
}