.wrap {
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff
}

.about img {
    padding-bottom: .15rem;
    margin-right: auto
}

.income img {
    padding-bottom: .15rem;
    height: 300px;
    width: auto;
    margin-top: .01rem;
    margin-left: auto;
    margin-right: auto
}

.appfree_H1 {
    font-size: .4rem;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 700;
    color: #000000;
}

.appfree_in {
    font-size: .25rem;
}

.appfree_H2 {
    font-size: .3rem;
    text-align: center;
    font-weight: 700;
    color: #000000;
}

.master_in {
    padding-left: .2rem;
    padding-right: .2rem;
    background-color: #fff
}

.master_in p {
    font-size: .3rem;
    line-height: .48rem;
    font-family: Arial, Helvetica, sans-serif
}

.appfree_alert {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    background: rgba(0, 0, 0, .8)
}

.appfree_pop {
    width: 330px;
    height: 320px;
    background: url(../img/notice.html);
    background-size: 100% 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 4
}

.appfree_close {
    width: 52px;
    height: 51px;
    background: url(../img/close.html);
    margin-top: -14%;
    margin-left: 43%;
    cursor: pointer
}

.appfree_notice {
    border: 2px solid #acacac;
    background-color: rgb(240 245 255/84%);
    margin: .3rem .35rem;
    padding: .35rem 0;
    border-radius: .1rem
}

.appfree_notice p {
    margin: 0 .3rem;
    font-size: .3rem;
    line-height: .48rem;
    font-family: Arial, Helvetica, sans-serif
}

.button {
    background-color: #ffdb28;
    color: #000;
    text-align: center;
    font-weight: 700;
    border-radius: .1rem;
    margin: 0 1.9rem .15rem;
    line-height: .48rem;
    padding: .1rem .3rem
}

.appfree_contact {
    text-align: center;
    border: 2px solid #000000;
    background-color: rgb(0, 34, 255);
    margin: .3rem .35rem;
    padding: .35rem 0;
    border-radius: 20px
}

.gmail {
    position: absolute;
    line-height: .35rem;
    margin-bottom: .3rem;
    margin: 0 .3rem 0 .75rem;
}

.telegram {
    position: absolute;
    line-height: .35rem;
    margin-bottom: .3rem;
    margin: 0 .3rem 0 .75rem;
}

/* .arrow {
    position: absolute;
    width: .45rem;
    height: .2rem;
    background-size: 100% 100%;
    margin: .14rem 0 0 .5rem
} */

.contact {
    background-color: #ffdb28;
    color: #000;
    text-align: center;
    font-weight: 700;
    border-radius: .1rem;
    margin: 0 .3rem 0 .75rem;
    line-height: .48rem;
    padding: .1rem .3rem
}

.appfree_contact p {
    margin: 0 .3rem 0 .75rem;
    font-size: .3rem;
    line-height: .50rem;
    font-family: Arial, Helvetica, sans-serif
}