#wrap {
    padding-bottom: 33.33vw
}

#wrap #app_card {
    padding: 5.56vw 1.11vw 6.67vw
}

#wrap #app_card .top {
    display: flex;
    align-items: center;
    column-gap: 3.33vw;
    margin-bottom: 3.33vw
}

#wrap #app_card .top img {
    width: 22.22vw;
    height: 22.22vw;
    border-radius: 8px;
}

#wrap #app_card .top .right .name {
    font-size: 5.56vw;
    font-weight: 700;
    color: #1F1F25;
    line-height: 8.06vw;
    margin-bottom: 2.22vw
}

#wrap #app_card .top .right ul {
    display: flex;
    column-gap: 1.11vw
}

#wrap #app_card .top .right ul li {
    width: fit-content;
    height: 6.67vw;
    border-radius: 5.56vw;
    font-size: 3.33vw;
    text-align: center;
    line-height: 6.67vw
}

#wrap #app_card .bottom {
    height: 14.44vw;
    border-radius: 3.33vw;
    background-color: #F7F8FA;
    padding: 0 5.56vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#wrap #app_card .bottom .attr {
    text-align: center
}

#wrap #app_card .bottom .attr .label {
    font-size: 3.33vw;
    color: #9C9FAC;
    line-height: 4.72vw
}

#wrap #app_card .bottom .attr .value {
    font-size: 3.33vw;
    font-weight: 500;
    color: #6F7385;
    line-height: 4.72vw
}

#wrap #app_card .bottom .hr {
    width: .13vw;
    height: 6.67vw;
    background-color: #E5E6EB
}

#wrap #tabs {
    padding: 3.33vw 1.11vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*position: sticky;*/
    top: 15.56vw;
    z-index: 99;
    background-color: #fff
}

#wrap #tabs li {
    font-size: 4.44vw;
    color: #1F1F25;
    line-height: 6.39vw
}

#wrap #tabs li.current {
    font-size: 5vw;
    font-weight: 700;
    line-height: 7.22vw;
    position: relative
}

#wrap #tabs li.current::after {
    content: '';
    width: 5.56vw;
    height: 1.11vw;
    position: absolute;
    bottom: -2.22vw;
    left: 50%;
    transform: translateX(-50%)
}

#wrap #imgs {
    padding: 2.22vw 1.11vw 5.56vw;
    display: flex;
    column-gap: 2.22vw;
    overflow-x: scroll
}

#wrap #imgs img {
    height: 41.78vw;
}

#wrap .title {
    display: block;
    margin: 3.33vw 1.11vw;
    font-size: 5vw;
    font-weight: 700;
    color: #1F1F25;
    line-height: 7.22vw;
    display: flex;
    align-items: center;
    column-gap: 1.11vw
}

#wrap .title img {
    width: 3.89vw;
    height: 3.89vw
}
#wrap #introduce div{
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}
#wrap #introduce h3{
    margin: 10px 0;
    font-size: 16px;
}
#wrap #introduce p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
#wrap #introduce img{
    width: 100% !important;
    height: auto !important;
}
#introduce img[data-orientation="landscape"]{
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 15px auto;
    max-width: 320px;
}
#introduce img[data-orientation="portrait"]{
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 15px auto;
    max-width: 220px;
}
#wrap #info {
    padding: 4.44vw 3.33vw;
    margin: 0 1.11vw 5.56vw;
    border-radius: 3.33vw;
    background-color: #F7F8FA;
    display: flex;
    flex-direction: column;
    row-gap: 3.33vw
}

#wrap #info li {
    display: flex;
    justify-content: space-between
}

#wrap #info li span {
    font-size: 3.89vw
}

#wrap #info li .label {
    color: #6F7385
}

#wrap #info li .value {
    color: #1F1F25
}

#wrap #info li a {
    font-size: 3.89vw
}

#wrap #recommend {
    padding: 0 1.11vw
}

#wrap #recommend .type_explain {
    padding: 3.33vw;
    border-radius: 3.33vw;
    position: relative;
    margin-bottom: 5.56vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 2.22vw
}

#wrap #recommend .type_explain .tip {
    padding: 1.67vw 3.33vw;
    font-size: 3.89vw;
    font-weight: 700;
    color: #fff;
    border-top-left-radius: 3.33vw;
    border-bottom-right-radius: 3.33vw;
    position: absolute;
    top: 0;
    left: 0
}

#wrap #recommend .type_explain a {
    width: 16.11vw;
    height: 6.67vw;
    border-radius: 20vw;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .56vw
}

#wrap #recommend .type_explain a span {
    font-size: 3.33vw;
    font-weight: 500
}

#wrap #recommend .type_explain a img {
    width: 3.33vw;
    height: 3.33vw
}

#wrap #recommend .type_explain p {
    font-size: 3.33vw;
    color: #41475E;
    line-height: 4.72vw
}

#wrap #recommend ul {
    display: flex;
    flex-wrap: wrap;
}

#wrap #recommend ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

#wrap #recommend ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

#wrap #recommend ul li a img {
    width: 15vw;
    height: 15vw;
    border-radius: 10px;
}

#wrap #recommend ul li a span {
    width: 80%;
    font-size: 3.89vw;
    font-weight: 500;
    color: #1F1F25;
    margin-top: 1.67vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#wrap #recommend ul li button {
    width: 14.44vw;
    height: 7.78vw;
    border-radius: 20vw;
    font-size: 3.33vw;
    font-weight: 700;
    margin-top: 2.78vw
}

#download {
    height: 20vw;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 3.335vw 4.445vw
}

#download a {
    width: 91.11vw;
    height: 13.33vw;
    border-radius: 10.83vw;
    font-size: 5vw;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2.22vw
}

#download a img {
    width: 5.56vw;
    height: 5.56vw
}

#download a span {
    font-size: 3.33vw;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6)
}
/* power */
.gRule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.ruleTxt {
    position: absolute;
    z-index: 5;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100% auto;
    background-color: #fff;
    width: 95%;
    border-radius: 6px;
    text-align: center;
}

.gRule .gRclose {
    position: absolute;
    top: 21px;
    right: 21px;
    z-index: 10;
    cursor: pointer;
}

.gRule .gRclose i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: -15px -19px;
    position: relative;
}

.gRule .oTitle {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 24px;
    line-height:65px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
}



.gRule .oTitle p {

    margin-top: 10px;
    font-size: 20px;
    color: #202020;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
}

.gRule .gSure {
    display: block;
    cursor: pointer;
    width: 80%;
    border: 0;
    background: linear-gradient(to right, #38a6fd, #008bff);
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    line-height: 58px;
    margin: 21px auto 36px;
    overflow: hidden;
    white-space: nowrap;
}

.ruleMain {
    background-color: #fff;
    display: block;
    height: 280px;
    border: none;
    padding: 10px 15px;
    line-height: 28px;
    font-size: 16px;
    margin: 10px;
    text-align: left;
    overflow: auto;
}

.ruleMain strong {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.ruleMain p:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.ruleMain p:nth-last-of-type(1) {
    margin-bottom: 20px;
}

/* Privacy */
.gPrivacy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100% auto;
    background-color: #fff;
    width: 95%;
    height: 60%;
    border-radius: 6px;
    text-align: center;
}

.gPrivacy .gPclose {
    position: absolute;
    top: 21px;
    right: 21px;
    z-index: 10;
    cursor: pointer;
}

.gPrivacy .gPclose i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: -15px -19px;
    position: relative;
}

.gPrivacy .oTitle {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 24px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
}



.gPrivacy .oTitle p {
    margin-top: 10px;
    font-size: 20px;
    color: #202020;
    font-weight: bold;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
}

.gPrivacy .gSure {
    display: block;
    cursor: pointer;
    width: 82%;
    border: 0;
    background: linear-gradient(to right, #38a6fd, #008bff);
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    line-height: 58px;
    margin: 21px auto 36px;
    overflow: hidden;
    white-space: nowrap;
}
.privacyMain {
    display: block;
    height: 60%;
    border: none;
    padding: 0 18px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    text-align: left;
    overflow: auto;
}

.privacyMain strong {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}

.privacyMain p {
    margin-bottom: 8px;
    display: block;
}

.privacyMain p span {
    display: block;
}

.privacyMain p br {
    display: none;
}

.hide{
    display: none;
}
