html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ADDEF8;
}

body {
  width: 100%;
  background-image: url(/csr/plastic-recycle/game/images/present/desktop/bg.png);
}

.wrapper {
  width: 900px;
  height: 100%;
  margin: 0 auto;
  padding: 57px 0 0;
  background-image: url(/csr/plastic-recycle/game/images/present/desktop/chara.png);
  background-repeat: no-repeat;
  background-position: 616px 72px;
}

.title {
  margin: 0 0 46px 10px;
}

.news {
  background-color: #FFF;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 50px;
}

.news .newsTitle {
  height: 80px;
  background-color: #19A4CA;
}

.news .newsTitle img {
  margin: 11px 0 0 26px;
}

.news .newsImage {
  margin: 35px auto 0;
  width: 521px;
  height: 293px;
  position: relative;
}

.news .newsImage .newsImagePop {
  position: absolute;
  top: -20px;
  left: -138px;
}

.news .newsButtonList {
  list-style: none;
  margin: 0 auto;
  width: 376px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 26px 0 33px;
  box-sizing: border-box;
}

.news .newsButtonList li {
  width: 376px;
  height: 56px;
  margin: 10px;
}

.bg {
  background-color: #FFF;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.bg .bgTitle {
  height: 80px;
  background-color: #19A4CA;
  text-align: center;
}

.bg .bgTitle img {
  margin: 10px 0 0 0;
}

.bg .bgImageList {
  flex-grow: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}

.bg .bgImageList li {
  width: 255px;
  height: 210px;
  margin: 22px 30px;
}

.topButton {
  display: block;
  width: 216px;
  height: 65px;
  margin: 33px auto 34px;
}

.footer {
  width: 100%;
  background: #E98B00;
  color: #FFF;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

