/* 右侧 */
.schRight{
    width: 340px;
}
.schRight .sRTitle{
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.schRight .sRTitle .sRmore{
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.schRight .sRone{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.schRight .sRone .sroneImg{width: 168.15px;height: 100.7px;}
/* 留学方案 */
.schRight .morefa{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 35px;
}
.schRight .morefa .fanganImg{
    width: 324px;
    height: auto;
}
/* 预约 */
.syy{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #eee;
    padding: 0 0 10px 0;
    margin-bottom: 35px;
}
.syy .syyTitle{
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.syy .get-form{
    width: 100%;
}
.syy .get-form .gft-item{
    width: 100%;height: 38px;
    display: flex;align-items: center;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    position: relative;
}
.syy .get-form .gft-item .syyleft{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7d7d7d;
    font-size: 14px;
    border-right: 1px solid #eee;
    width: 108px;
    height: 100%;
    padding-left: 15px;
    box-sizing: border-box;
}
.syy .get-form .gft-item .syyleft .leftIcon{width: 21px;height: 18px;}
.syy .get-form .gft-item .gfi-input-name{
    width: 230px;height: 36px;border-radius: 0 8px 8px 0;
    padding-left: 8px;box-sizing: border-box;
    font-size: 14px;
}
.syy .get-form .gft-item .gfi-getCode{position: absolute;right: 5px;top: 50%;transform: translate(0, -50%);}
.syy .get-form .gft-item .gfi-getCode .getYzm{
    border: none;height: 32px;padding: 0 15px;
    background-color: #767676;border-radius: 22px;
    color: #ffffff;font-size: 12px;line-height: 32px;
}
.syy .get-form .gft-submit{
    width: 154px;height: 35px;
    font-size: 16px;line-height: 35px;text-align: center;color: #fff;
    background: #6379fa;border-radius: 5px;
    cursor: pointer;
    margin: 10px auto 12px auto;
}
.syy .get-form .form-privacy{font-size: 12px;}