
/* 头部样式 */
.header {
    position: relative;
    height: 3.2rem;
    padding: 0px 8px;
    margin-top: 1.4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.header .logo {
    height: 29px;
}

.header .menu-icon {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    padding: 0px;
    transform: translateY(-50%);
    inset-inline-end: 20px;
    cursor: pointer;
    border: none;
    outline: none;
    background-image: url(../images/menu.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


/* 主内容样式 */
.main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: relative;
    margin-bottom: 4rem;
}

.main .top-box {
    color: #FFF;
    width: 100%;
}

.top-box .top-box-title {
  background-image: url(../images/index-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 74px;
  width: 50%;
  margin-top: 15px;
}

.title-title {
    font-family: SF Pro, SF Pro;
    font-weight: bold;
    font-size: 16px;
    color: #262626;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.title-desc {
    font-family: SF Pro, SF Pro;
    font-weight: 500;
    font-size: 12px;
    color: #AEAEAE;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.star-icon {
    width: 85px;
    height: 17px;
}

.image-box {
    margin-top: 18px;
}

.center-title {
    margin-top: 31px;
    font-family: SF Pro, SF Pro;
    font-weight: bold;
    font-size: 28px;
    color: #262626;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.center-subtitle {
    margin-top: 10px;
    margin-bottom: 21px;
    font-family: SF Pro, SF Pro;
    font-weight: 600;
    font-size: 14px;
    color: #262626;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.center-question {
    font-family: SF Pro, SF Pro;
    font-weight: bold;
    font-size: 18px;
    color: #262626;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.button-gap {
    width:13px;
}

.button-box1 {
    z-index: 2;
    bottom: 0px;
    cursor: pointer;
    margin: 10px 0;
    width: 100%;
}

.more-info {
    bottom: 30px;
    font-family: SF Pro, SF Pro;
    font-weight: 500;
    font-size: 12px;
    color: #AEAEAE;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.more-info span {
    font-weight: 600;
    text-decoration-line: underline;
}


/* 底部样式 */
.footer {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0.3rem 6.5rem;
    font-size: 0.7rem;
    color: #FFF;
    bottom: 0;
    margin-bottom: 0.5rem;
}

.footer a {
    color: #FFF;
}

.help-btn {
    position: absolute;
    bottom: 0;
    right: 1rem;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 0.8rem 1rem;
    border-radius: 50px;
    background: rgb(82, 80, 100);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

