* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 24px;
}

body {
  width: 100%;
  /* height: 2050px; */
  min-height: 100vh;
  padding-bottom: 200px;
  /* background-size: 100% 100%; */
  /* position: absolute; */
  /* background-color: rgba(34, 15, 16, .8); */
  background-color: rgba(118, 0, 0, 1);
  overflow-x: hidden;
}

.contain {
  width: 100%;
  display: block;
  position: relative;
}

.downloadimg {
  width: 100%;
  /* height: 100px; */
  /* clear: both; */
  /* text-align: center; */
  /* margin-top: 740px; */
  /* cursor: pointer; */
}


.header {
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  background: #760000;
  border-bottom: 4px solid #b45c18;
  /* background-image: url('../img/bgheader.png'); */
  /* background-position: center bottom; */
  /* background-repeat: repeat-x; */
}

.header .logo {
  width: 289px;
}

.header100 label {
  width: 95px;
  height: 93px;
  overflow: hidden;
  display: inline-block;
  background-image: url('../img/lp-responsive-sprite_3.png');
  background-position: -156px -343px;
}

.mid {
  width: 100%;
  position: relative;
  border-top: 4px solid #b45c18;
  background: #760000;
  padding: 30px 30px;
}

.midtxt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}

li {
  list-style: none;
}

.list {
  margin-top: 40px;
}

.list>ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.list>ul>li {
  width: 100%;
  border-radius: 12px;
  padding: 12px 18px;
  background-color: rgba(34, 15, 16, .5);
  color: #fff;

}

.media {
  display: flex;
  gap: 25px;
}

.media-left label {
  width: 95px;
  height: 93px;
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/lp-responsive-sprite_3.png);
}

.mainlp_option_list {
  padding: 0 0 0 24px;
  margin: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.mainlp_option_list li {
  margin: 0;
  list-style: none;
  padding: 3px 0;
}

.mainlp_option_list li:before {
  content: "\2713\0020";
  font-size: .875rem;
  color: rgba(255, 255, 255, .8);
  padding-right: 2px;
  font-weight: 700;
  position: absolute;
  margin-left: -24px;
}

.mainlp_option_icon1 {
  background-position: 0 -343px;
}

.mainlp_option_icon2 {
  background-position: -315px -343px;
}

.mainlp_option_icon3 {
  background-position: -158px -488px;
}

.mainlp_option_icon4 {
  background-position: -156px -343px;
}

.mainlp_option_icon5 {
  background-position: 0 -488px;
}

.mainlp_option_icon6 {
  background-position: -315px -488px;
}

.mainlp_option_icon7 {
  background-position: 0 -633px;
}

.mainlp_option_icon8 {
  background-position: -158px -633px;
}

.mainlp_option_icon9 {
  background-position: -315px -633px;
}

.midchou {
  position: absolute;
  right: -50px;
  top: 5px;
}

.midhua {
  position: absolute;
  left: 0px;
  top: -25px;
}

.icon {
  margin: 0 auto;
  width: 80%;
  color: #5FBB92;
}

.icon li {
  list-style: none;
}

.icon span {
  font-size: 25px;
  color: #5FBB92;
}

.bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 200px;
  text-align: center;
  background-color: rgba(34, 15, 16, .5);
}

.getbonus {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  background-image: url('../img/getbonus.png');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}

.getbonustxt {
  font-size: 28px;
  font-weight: bold;
  color: white;
}

.downloadbottom {
  width: 100%;
  text-align: center;
  margin-top: -35px;
}

#can_download {
  display: none;
  cursor: pointer;
}