.cp-pattern {
  position: relative;
  height: 900px;
  max-height: calc(60vh + 155px);
  margin-left: 0;
  margin-right: 0;
  background: 50% 50% / cover no-repeat fixed;
}

.ios .cp-pattern {
  background-attachment: scroll;
}

.cp-pattern::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  width: 100%;
  height: 25vw;
  max-height: 155px;
}

.cp-pattern__logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  max-width: 50% !important;
  transform: translateX(-50%);
}

.cp-pattern__note {
  width: 100%;
  text-align: center;
}

.cp-footer {
  margin-bottom: 0;
}

.cp-blur {
  margin-top: -15px;
}

.main-cover .title .tabs a.tab.underline {
  color: #fff !important;
}