* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  border: none;
}

ul,
ol,
li {
  list-style: none;
}

html {
  font-size: 62.5%;
  min-height: 100%;
}

.mobe {
  font-size: 13.33333333vw;
}

body {
  font-size: 30px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.mobe .mymobe {
  font-size: 0.24rem;
}

body {
  font-family: "微软雅黑", "Heiti SC";
}

.mypc .mar50 {
  margin-top: 50px;
}

p {
  line-height: 1.7;
  margin-bottom: 0;
}

.mymobe .mar50 {
  margin-top: 15px;
}

.mypc .mar20 {
  margin-top: 20px;
}

.mar10 {
  margin-top: 10px;
}
a {
  outline: none !important;
}
.mymobe .mar20 {
  margin-top: 15px;
}

.mypc .mar30 {
  margin-top: 30px;
}

.mymobe .mar30 {
  margin-top: 15px;
}
.mypc .container {
  width: 1240px;
}
.mypc .main-page{
  width: 100%;
  background: url(../images/bg01.jpg) center top no-repeat;
  background-size: 100% 100%;
  padding-bottom: 50px;
  
}
.mymobe .main-page{
  width: 100%;
  background: url(../images/bg01.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: .3rem;
  
}
.mypc .dec-item{
  display: block;
  width: 1164px;
  height: 767px;
  background: url(../images/bg.png) 0 0 no-repeat;
  
  padding: 145px 60px 0 60px;
}
.top-dec{
  display: flex;
}
.mypc .top-dec{
  align-items: center;
}
.mymobe .top-dec{
  flex-direction: column-reverse;
  background: white;
  border-radius: .2rem;
  margin-top: -.4rem;
  padding-top: .4rem;
  padding-bottom: .3rem;
}
.mymobe .codeimg{
  display: block;
  width: 3rem;
  margin: .24rem auto;
}
.mymobe  .giftimg{
  width: .3rem;
}
.mymobe .decleft{
  padding: 0 .3rem;
}
.mymobe .imga1{
  width: 3rem;
  margin-top: .2rem;
}
.mypc .top-dec p{
  margin-bottom: 12px;
}
.mymobe .top-dec p{
  margin-bottom: .1rem;
}
.mypc .decleft{
  flex: 1;
  padding-right: 20px;
}
.bot-dec{
  display: flex;
  justify-content:center;
}
.mypc .bot-dec{
  gap: 23px;
}
.mymobe .bot-dec{
  flex-wrap: wrap;
  justify-content: space-between;
  
  padding: 0 .4rem;
}
.footer {
    padding: 15px;
    text-align: center;
    color: #fff;
    background: #333333;
}
.mymobe .imgg{
  display: block;
  width: 3rem;
  
  margin-bottom: .2rem;
}