.app3 {
    position: relative;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    height: 100%;
    background: #f5f5f5;
    padding: 0px 16px;
}

.title {
    font-family: Source Han Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
    padding: 15px 0px 4px;
    box-sizing: border-box;
}

.footer {
    max-width: 296px;
    font-family: Source Han Sans;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 辅字 */
    color: #8D8D8D;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 11px;
}

.subtitle {
    max-width: 341px;
    font-family: Source Han Sans;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #8D8D8D;
    margin: 7px auto;
}

.aip-box {
    min-width: 343px;
    height: 226px;
    border-radius: 16px;
    background: #FFFFFF;
    margin: 16px auto;
}

.aicool-box {
    min-width: 343px;
    /* height: 250px; */
    height: 286px;
    border-radius: 16px;
    background: #FFFFFF;
    margin: 16px auto;
}

.aip-box-title {
    display: flex;
    justify-content: space-between;
    padding: 16px 25px 16px 16px;
}

.aicool-box-title {
    display: flex;
    justify-content: space-between;
    padding: 16px 25px 16px 16px;
}

.aip-box-subtitle {
    font-family: Source Han Sans;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #8D8D8D;
    text-align: left;
    padding: 0px 16px 16px 16px;
    margin:-33px 0px 0px 67px;
}

.aicool-box-subtitle {
    font-family: Source Han Sans;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #8D8D8D;
    text-align: left;
    padding: 0px 16px 16px 16px;
    margin:-33px 0px 0px 67px;
}

.aip-box-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aicool-box-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.df {
    display: flex;
}

.aipVersion {
    /* height: 54px; */
    /* line-height: 31px; */
    height: 20px;
    font-family: Source Han Sans;
    font-weight: 500;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 16px;
    color: #767676;
}

.aicoolVersion {
    height: 54px;
    line-height: 31px;
    font-family: Source Han Sans;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}

#aipImg {
    width: 54px;
    height: 54px;
    margin-right: 16px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#aicoolImg {
    width: 54px;
    height: 54px;
    margin-right: 16px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#aipText {
    height: 54px;
    line-height: 31px;
    font-family: Source Han Sans;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}

#aicoolText {
    height: 54px;
    line-height: 31px;
    font-family: Source Han Sans;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}

.aip-box-detail {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #0E273B;
    text-align: left;
    padding: 0px 0px 0px 16px;
}

.aicool-box-detail {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #0E273B;
    text-align: left;
    padding: 0px 0px 0px 16px;
}

.aipIcon {
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.aicoolIcon {
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.detailText {
    height: 14px;
    line-height: 12px;
    padding-left: 8px;
}

.p8 {
    padding: 8px 0px;
}

.pb16 {
    padding: 8px 0px 16px 0px;
}

.aip-box-button {
    display: flex;
    justify-content: center;
    align-content: center;
    min-width: 309px;
    height: 40px;
    border-radius: 8px;
    background: #0888FF;
    font-family: Source Han Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    margin: 16px auto 0px;
    cursor: pointer;
}

.aicool-ground {
    display: flex;
    justify-content: space-between;
}

.aicool-box-button1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 148px;
    height: 58px;
    border-radius: 8px;
    background: #F65E3D;
}

.aicool-text {
    font-family: Source Han Sans;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

.aicool-box-button2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 58px;
    border-radius: 8px;
    background: #28C445;
}

.aip-android-img {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 10px 12px 0px 0px;
}

.aicool-ios-img {
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 5px 8px 5px 8px;
}

.aicool-android-img {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 10px 8px 0px 8px;
}

.google-img {
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 12px 8px 0px 0px;
}
.google-img2 {
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 12px 8px 0px 0px;
}


.p16 {
    padding: 0px 16px;
}

.aicool-versions {
    display: flex;
    justify-content: space-between;
}

.aicool-version-text {
    height: 20px;
    padding: 2px 12px;
    margin:10px auto;
    background: #F5F5F5;
    border-radius: 10px;
    font-family: Source Han Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #767676;
    box-sizing: border-box;
}
.aicool-version-item {
    display: flex;
    justify-content: center;
    width: 148px;
}