.sj_head_right {
    padding: 2.5% 2%;
    border-radius: 6px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1500);
    margin-right: 5%;
    width: 285px;
    margin-top: 7%;
    float: right;
}

.sj_head_right>h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 6%;
}

.sj_head_right>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    border-radius: 6px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.sj_head_right>div>span {}

.sj_head_right>div>i {
    width: 1px;
    height: 14px;
    background: #FFFFFF;
    margin: 0 8px;
}

.sj_head_right>div>input {
    outline: none;
    border: none;
    padding: 5px 10px;
    font-size: .14rem;
    background: none;
    color: #fff;
    width: 83%;
}

.sj_head_right>div>input::placeholder {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sj_head_right>div>input:focus::placeholder {
    color: #aeaeae
}

.sj_head_right>button.btn {
    font-size: 16px;
    padding: 9px 48px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    width: 100%;
    border-radius: 6px;
    letter-spacing: 2px;
    color: #fff;
    height: auto;
}

.sj_head_right>p {
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width:1440px) {
    .sj_head_right>h3 {
        font-size: 20px;
    }

    .sj_head_right>div>input {
        padding: 5px;
        width: 170px;
        font-size: 14px;
    }

    .sj_head_right>button.btn {
        padding: 7px 30px;
        margin-top: 10px;
        width: 100%;
    }

    .sj_head_right>p {
        margin-top: 13px;
    }
}

@media screen and (max-width:768px) {
    .sj_head_right {
        margin: 0 5%;
        width: 90%;
    }

    .sj_head_right>div>input {
        font-size: 14px;
    }

    .sj_head_right>div {
        justify-content: flex-start;
    }
}