/*@media screen and (min-width: 300px) and (max-width: 820px) {*/
/*    .ApplyFor-big textarea {*/
/*        height: 5rem !important;*/
/*    }*/

/*    .feedback-b {*/
/*        height: 2rem !important;*/
/*    }*/

/*    .feedback-text {*/
/*        font-size: 16px !important;*/
/*    }*/

/*    .feedback-b {*/
/*        width: 100% !important;*/

/*    }*/

/*    input::-webkit-input-placeholder {*/
/*        font-size: 16px !important;*/
/*    }*/

/*    .feedback-b {*/
/*        font-size: 16px !important;*/
/*    }*/

/*    textarea {*/
/*        width: 100% !important;*/
/*    }*/

/*    input {*/
/*        width: 100% !important;*/
/*    }*/

/*    .feedback-title {*/
/*        width: 100%;*/
/*    }*/

/*    .feedback {*/
/*        padding-left: 0 !important;*/
/*        padding-right: 0 !important;*/
/*    }*/
/*}*/

.feedback-text {
    font-family: 'Alibaba PuHuiTi-Regular';
}

.feedback-b {
    font-family: 'Alibaba PuHuiTi-Medium';
}

.ApplyFor-big textarea {
    padding-top: 0.125rem;
    width: 17.5rem;
    height: 2.125rem;
    -web-kit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border: 1px solid #D9E3EF;
    box-sizing: border-box;
    padding-left: 0.375rem;
    resize: none;
}

input::-webkit-input-placeholder {

    color: #D9D9D9;
    font-size: 0.2rem;
}

input {
    -web-kit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border: 1px solid #D9E3EF;
    border-radius: 5px;
    padding-left: 0.375rem;
    box-sizing: border-box;
}

.feedback-title {
    padding-bottom: 0.625rem;
    display: grid;
}

.bigInput {
    height: 3.25rem !important;
    width: 17.15rem !important;
}

.feedback-b {
    margin-top: 0.025rem;
    margin-bottom: 1rem;
    width: 17.5rem;
    height: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;

    background: #144297;

    border-radius: 5px 5px 5px 5px;
    font-size: 0.2rem;
    color: #fff;
}

.feedback-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feedback-title input {
    width: 8.15rem;
    height: 0.75rem;
}

.feedback-text {
    display: flex;
    align-items: flex-start;
    padding-bottom: 0.125rem;
    font-size: 0.225rem;
}

.feedback-text span {
    color: red;
}

.feedback {
    padding-top: 0.75rem;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
}

.intrduction-main {
    padding-left: 3.25rem;
}

/* * {
    padding: 0;
    margin: 0;
} */

.container-title {

    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
}

.container-title-background {
    font-size: 1.375rem;
    font-family: Source Han Serif CN-Heavy, Source Han Serif CN;
    font-weight: 800;
    color: #F0F4F9;
    position: relative;
}

.container-title-above {
    position: absolute;
    font-family: 'Alibaba PuHuiTi-Bold';
    top: 0.85rem;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 0.5rem;
    color: #144297;
    text-shadow: 0.053333rem 0.053333rem 0.08rem rgba(0,0,0,.2);
}











@media (max-width: 1042px) {
    .container-title-background{
        font-size: 1rem;
    }
    .container-title-above{
        top: 50%;
        transform: translateY(-50%);
    }
    .ApplyFor-big textarea {
        height: 3rem !important;
        padding: 0.4rem;
        box-sizing: border-box;
        border-radius: 3px;
    }

    .feedback-text {
        font-size: 14px !important;
    }

    .feedback-b {
        width: 100% !important;
        height: 1rem !important;
        font-size: 16px !important;
    }

    input::-webkit-input-placeholder {
        font-size: 14px !important;
    }
    textarea {
        width: 100% !important;
    }

    input {
        width: 100% !important;
        border-radius: 3px;
        height: 0.8rem !important;
        line-height: 0.8rem;
        font-size: 14px;
    }

    .feedback-title {
        width: 100%;
    }

    .feedback {
        padding: 0.75rem 0.4rem 0;
        box-sizing: border-box;
    }
}