body{
    font-family: 'OPPOSANS_En';
}
.TRUSTe-a {
    margin-top: 20px;
    display: inline-block;
}
.question-collapse .card .card-body>p a{
    font-size: 14px;
    white-space: nowrap;
}
.modal-backdrop{
    z-index: 1040;
}
.hover-box-wap{
    position: relative;
    top: 7px;
    right: 3px;
}
.power-decision span{
    display: flex;
}
@media (max-width: 900px){
    .problem .select-title{
        font-size: 14px;
        white-space: nowrap;
        margin-bottom: 25px;
    }
    .problem .selected-content{
        font-size: 14px;
    }
    .problem .select-cascader{
        font-size: 14px;
    }
    .select-title .modify{
        top: 35px;
    }
    .textarea-box textarea{
        font-size: 14px;
    }
    .upload-text-box .upload-tip {
        text-indent: 10em;
    }
    .description .textarea-box .textarea{
        padding: 12px;
    }
    input::-webkit-input-placeholder {
        font-size: 14px;
    }
    input::placeholder {
        font-size: 14px;
    }
    #showMore .modal-btn-box{
        margin-top: 10px;
        width: 140px;
        height: 40px;
    }
    #showMore .modal-dialog .modal-btn-box span{
        line-height: 40px;
    }
    .power-decision span{
        display: block;
    }
}