.page {
  width: 100%;
  max-width: 600px;
  background-color: #000000;
  height: 100vh;
  position: relative;
}
.page .c1 {
  position: relative;
  height: 100%;
}
.page .c1 .bj {
  width: 100%;
  height: 100%;
}
.page .c1 .nr {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.page .c1 .nr .block {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #fff;
}
.page .c1 .nr .nr1 {
  padding: 30px 0;
  margin-top: 50px;
  overflow: hidden;
}
.page .c1 .nr .nr1 h1 {
  font-size: 28px;
  color: #1A7B97;
}
.page .c1 .nr .nr1 .list .row {
  margin-top: 15px;
}
.page .c1 .nr .links {
  display: flex;
  padding: 65px 20px;
  justify-content: space-between;
}
.page .c1 .nr .links .but {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #FF4B57;
  padding: 5px 40px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
}
.page .c1 .nr .links .but img {
  width: 40px;
  margin-right: 5px;
}
.page .c1 .nr .nr2 {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .c1 .nr .nr2 .number {
  color: #FF4B57;
  font-size: 35px;
  font-weight: bold;
}
.page .c1 .nr .nr3 {
  padding: 30px;
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.page .c2 .nr1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}
.page .c2 .nr1 img {
  width: 48%;
  margin-top: 15px;
}
.page .c2 .nr2 {
  padding: 15px;
}
.page .c2 .nr2 img {
  width: 100%;
}
