
.header {
    padding: 0 2vw;
    width: 96vw;
    height: 68px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: transparent;
}

.nav {
    width: 100%;
    padding-top: 20px;
    height: 38px;
}

.nav > .logo {
    height: 100%;
}

.nav > .toolbar {
    color: #ffffff;
    font-size: 16px;
    height: 100%;
}

.toolbar > .button {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.more {
    width: 25px;
    background-color: #ffffff;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    background-clip: content-box;
    height: 3px;
    padding: 6px 0px;
    margin: auto;
}

.downloadMask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

.enjoyMask {
    width: 100%;
    height: 100%;
}

.downloadPanel {
    color: #ffffff;
    font-size: 18px;
    margin-top: 25px;
    position: relative;
}

.qrcode {
    margin-top: 240px;
    position: absolute;
}

.text-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20% 10%;
  flex-direction: column;
}

.text-content p {
  color: white;
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}
.text-content h2 span {
  color: #33c1cf;
}
.text-content h2 {
  color: white;
  font-size: 35px;
}

.text-content a {
  color: white;
}

.box {
  position: relative;
  overflow: hidden;
}

.box img:hover {
  transform: scale(1.2);
  transition: transform 0.3s;
}

.box p{
  position: absolute;
  left: 0;
  width: calc(100% - 40px);
  bottom: 0;
  height: 60px;
  color: white;
  background-color: rgba(0, 0, 0, .4);
  padding: 20px;
  font-size: 16px;
}

.circle {
    width: 29vw;
    height: 29vw;
    position: absolute;
    border-radius:50%;
    background: transparent;
    border: 1px rgb(169 168 168) dashed;
}
.circle-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.separator {
    width: 40%;
    background-color: #ffffff;
    border-top: 3px solid rgb(237, 125, 49);
    border-bottom: none;
    background-clip: content-box;
    height: 3px;
    padding: 6px 0px;
    margin: 15px 0 15px 0;
}
