.snnner{
    width: 100%;
}
.snnner img{
    width: 100%;
}
.notes {
    width: 75.67%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0 40px 0;
}

.notes #notes_left {
    width: 16.667%;
}

.notes #notes_right {
    width: 80.209%;
    margin-top: 24px;
}

.notes #notes_right .notes_right_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F6F6F6;
}

.notes #notes_right .notes_right_top .notes_right_top_right {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #363636;
    line-height: 33px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0562CC;
}

.notes #notes_right .notes_right_top .notes_right_top_left span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 22px;
}
.notes #notes_right .notes_right_top .notes_right_top_left span a{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 22px;
}
.notes #notes_right .notes_right_content {
    width: 100%;
    margin-top: 34px;
}

.notes #notes_right .notes_right_content p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 30px;
}

.notes #notes_right .notes_right_content form {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #575757;
    line-height: 22px;
}

.layui-input-block {
    width: 540px ;
    margin-left: 90px !important;
}

.layui-input {
    height: 50px !important;
}

.layui-form-radio {
    margin: 0 !important;
    line-height: 50px !important;
}

.layui-form-label {
    padding: 14.32px 0 !important;
    text-align: left !important;
    width: 85px !important;
}

.bred {
    color: #FF0000;
    vertical-align: middle;
    margin-right: 5px;
}

.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
    color: #0562CC !important;
}

.submit {
    width: 60%;
    text-align: center;
}

.submit .layui-btn {
    margin-top: 35px !important;
    background-color: #0562CC !important;
    width: 240px !important;
    height: 50px !important;
    line-height: 50px !important;
    color: #ffffff !important;
}


@media (min-width:1920px) {
    .notes {
        width: 1440px;
    }
}
@media (max-width:1600px) {
    .notes {
        width: 78%;
    }
}
@media (max-width:1400px) {
    .notes {
        width: 80%;
    }
}
@media (max-width:1200px) {
   
}
@media (max-width:1000px) {
    .notes {
        width: 85%;
    }
}
@media (max-width:900px) {
    .notes {
        width: 90%;
    }
    .notes #notes_left{
        display: none;
    }
    .notes #notes_right,
    .submit{
        width: 100%;
    }
    .layui-input-block{
        width: auto !important;
    }
}
@media (max-width:750px) {
    .notes {
        width: 95%;
    }
}
@media (max-width:650px) {
   
}
@media (max-width:500px) {
    .notes{
        padding: 20px 0 30px;
    }
    .notes #notes_right .notes_right_top .notes_right_top_right{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .notes #notes_right .notes_right_top .notes_right_top_left span,
    .notes #notes_right .notes_right_top .notes_right_top_left span a,
    .notes #notes_right .notes_right_content form,
    .notes #notes_right .notes_right_content p{
        font-size: 14px;
    }
}
@media (max-width:350px) {
    .notes #notes_right .notes_right_top .notes_right_top_right{
        font-size: 14px;
        padding-bottom: 5px;
    }
    .notes #notes_right .notes_right_top .notes_right_top_left span,
    .notes #notes_right .notes_right_top .notes_right_top_left span a{
        font-size: 12px;
    }
    .notes #notes_right{
        margin-top: 0;
    }
}