.uni-header {
    width: 100%;
    height: 347px;
    background: url('../img/uninstall/banner.png') no-repeat ;
    background-size: cover;
    text-align: center;
    padding-top: 69px;
}

.accomplish-box {
    width: 122px;
    height: 122px;
    position: relative;
    margin: 0 auto;
}

.accomplish-box::after {
    content: url('../img/uninstall/star.svg');
    display: block;
    position: absolute;
    left: 112px;
    top: -17px;
}

.title {
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    color: #FFFFFF;
    margin-top: 24px;
}

.uni-help-content {
    width: 1080px;
    margin: 0 auto;
    padding: 82px 0 91px 0;
    text-align: center;
}

.uni-help-header {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #131313;
}

.practice-left {
    width: 481px;
    height: 450px;
}

.uni-help-practice {
    display: flex;
    justify-content: space-between;
    margin-top: 53px;
}

.practice-right {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 67px;
}

.practice-right-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #2AA8A4;
}

.practice-right-subhead {
    width: 80%;
    font-size: 16px;
    line-height: 30px;
    /* font-family: r-l; */
    color: #393939;
}

.practice-right-email {
    margin-top: 7px;
    display: flex;
    flex-direction: column;
}

.email-text,
.description-text {
    font-weight: 600;
    /* font-family: r-l; */
    font-size: 16px;
    line-height: 30px;
    color: #393939;
}

.email-input {
    width: 262px;
    height: 38px;
    border: 1px solid #DADADA;
    border-radius: 5px;
    font-weight: 600;
    /* font-family: r-l; */
    font-size: 16px;
    padding-left: 15px;
}

.practice-right-description {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
}

.description-input {
    width: 490px;
    height: 99px;
    border: 1px solid #DADADA;
    border-radius: 5px;
    resize: none;
    font-weight: 600;
    /* font-family: r-l; */
    font-size: 16px;
    padding: 10px 0 0 15px;
}

.help-but {
    width: 204px;
    height: 60px;
    background: #fafafa;
    border-radius: 8.4px;
    font-weight: 500;
    font-size: 20px;
    color: #bfbdbd;
    cursor: pointer;
    margin-top: 25px;
}
.pop {
    width: 300px;
    height: 50px;
    background: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    border-radius: 25px;
    box-shadow: 0px -3px 22px rgba(0, 0, 0, 0.2);
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    display: none;
    /* position: relative; */
}
/* .pop::after {
    content: '×';
    width: 40px;
    height: 100%;
    background-size: 100%;
    display: inline-block;
 position: absolute;
 right: 10px;
 cursor: pointer;
} */
.pop_active {
    background-color: #fef0f0;
    border-color: #fde2e2;
    color: #f56c6c;
}
@media (max-width: 770px) {
    .uni-header {
        background: url('../img/uninstall/banner-mobile.png') no-repeat;
        background-size: cover;
        width: 100%;
        padding-bottom: 74rem;
    }

    .title {
        display: block;
        font-size: 36rem;

    }

    .uni-help-content {
        width: 100%;
        padding: 64rem 15rem 50rem 15rem;
    }

    .uni-help-header {
        font-weight: 600;
        font-size: 32rem;
        line-height: 40rem;
        color: #131313;
        text-align: left;
    }

    .practice-left {
        display: none;
    }

    .practice-right-title,
    .practice-right-subhead {
        text-align: left;
    }
    .uni-help-practice {
        margin-top: 23rem;
    }
    .practice-right {
        margin-left: 0rem;
    }

    .email-input,
    .description-input {
        width: 345rem;
    }

    .practice-right-subhead {
        width: 100%;
        margin-top: 10rem;
    }

    .help-but {
        margin: 29rem auto 0;
        width: 192rem;
        height: 42rem;
        border-radius: 8.4rem;
    }
}