html,
body,
h1,
h2,
h3,
h4,
h6,
h5,
ul,
li,
figcaption,
figure,
article,
p,
input,
form,
img,
dd,
dt,
dl,
a {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

html,
body {
  width: 100%;
  height: 100%
}

header{
  width: 100%;
}
header a{
  display: block;
  margin-left: 100px;
  display: flex;
  align-items: center;
}
header img{
  display: block;
}
header .logo1{
  width: 54px;
  height: 48px;
}
header .logo2 {
  width: 140px;
}
.topContainer{
  width: 99.1vw;
  height: 54.68vw;
  background: url('../img/bg1.png') no-repeat;
  background-size: 100% 100%;
}

.aboutBox{
  width: 100%;
  background-color: #1C51FF;
  overflow: hidden;
}
.about{
  width: 1220px;
  margin: 100px auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.about .left{
  width: 50%;
}
.about h1{font-size: 60px;}
.about h3{font-size: 24px;margin-bottom: 40px;}
.about .p1{font-size: 18px;}
.about .p2{font-size: 16px;margin-bottom: 40px;}
.about .right div{
  font-size: 32px;
  margin-top: 33px;
}



.cardBox{
  width: 100%;
  overflow: hidden;
}
.card{
  width: 1300px;
  margin: 80px auto;
  color: #000;
}
.card h1{
  font-size: 46px;
  text-align: center;
}
.card h2{
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 98px;
  margin-top: 10px;
}
.card .list{
  display: flex;
  justify-content: space-between;
  font-size: 26px;
  margin-bottom: 50px;
  margin-right: 30px;
}
.card .list p{
  width: 200px;
}
.card .list span{
  display: inline-block;
  background-color: #1C51FF;
  color: #fff;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  font-size: 24px;
}



.wawa {
  width: 99.1vw;
  height: 48.65vw;
  /* width: 100%;
    height: 934px; */
  background: url('../img/bg2.png') no-repeat;
  background-size: 100% 100%;
}

.game {
  width: 99.1vw;
  height: 45.72vw;
  background: url('../img/list1.png') no-repeat;
  background-size: 90% 90%;
}
.msgBox {
  width: 99.1vw;
  height: 50.85vw;
  background: url('../img/bg3.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.mstBox{
  background-color: #F2F2F2;  
  width: 100%;
  overflow: hidden;
}
.mst{
  width: 1120px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 80px;
  color: #000;
  left: 50%;
  transform: translate(-50%);
}
.mst div{
  width: 347px;
  height: 253px;
  background: #FFFFFF;
  box-shadow: -1px 1px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: all 0.3s ease;
  text-align: center;
}

.mst div h2{
  font-size: 30px;
  margin-top: 70px;
  margin-bottom: 20px;
}
.mst div p{
  font-size: 16px;
  width: 240px;
  margin: 0 auto;
  opacity: 0.8;
}

.mst div:hover  h2{
  color: #D12249;
  font-size: 48px;
}
.mst div:hover {
  width: 355px;
  height: 266px;
  box-shadow: -5px 5px 80px 00px rgba(0, 0, 0, 0.2);
}

.textBox{
  width: 100%;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.textBox .text{
  width: 1220px;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
}
.text .left {
  width: 60%;
}
.text .left h1{
  font-size: 15px;
  opacity: 0.8;
  font-weight: normal;
  margin-bottom: 30px;
}
.text .left p{
  font-size: 12px;
  color: #545B66;
}
.text .right h2{
  font-size: 12px;
  color: #D12249;
  margin-bottom: 14px;
  font-weight: normal;
}
.text .right .top{
  margin-bottom: 30px;
}
.text .right .top .heng{
  display: flex;
  justify-content: left;
}
.text .right .top .heng img{
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.text .right .bottom p{
  font-size: 12px;
  opacity: 0.8;
}

.dibu{
  font-size: 14px;
  color: #fff;
  opacity: 0.84;
  text-align: center;
  margin-bottom: 80px;
}
.dibu a,.dibu2 a{
  color: #fff;
  opacity: 0.88;
}
.dibu2 {
  font-size: 14px;
  color: #fff;
  opacity: 0.84;
  text-align: center;
  margin-bottom: 20px;
}