html,
body {
    background-color: #fff !important;
}

.curriculum_content {
    min-width: 1126px;
    max-width: 1920px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.pos {
    position: relative;
}

.curriculum_content .content_img {
    display: inline-block;
    width: 1920px;
    margin: 0 -100%;
    max-width: none;
}

.apply_content {
    width: 1066px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 21px 0px rgba(127, 127, 127, 0.5);
    padding: 25px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translate(-50%, 345px);
    z-index: 2;
}

.apply_content .left{
    display: flex;
}
.apply_content .right{
    display: flex;
}

.apply_content div:nth-last-child(1) {
    margin-right: 0;
}

.apply_right {
    margin-left: 10px;
}

.apply_content div>h2 {
    font-size: 21px;
    color: #333;
    font-weight: bold;
}

.apply_content div>p {
    font-size: 14px;
    color: #333;
}

.online_btn img {
    margin-top: 9px;
}

.apply_box div{
    display: inline-block;
    width: 1920px;
    margin: 0 -100%;
    max-width: none;
    background: no-repeat;
} 
.apply_box img{
    width: 852px !important;
    padding: 192px 0 80px;
}

.at_once {
    width: 170px;
    height: 60px;
    background: #f63236;
    border-radius: 30px;
    font-size: 24px;
    color: #fff !important;
    font-weight: bold;
    display: block;
    line-height: 60px;
    margin-top: 3px;
    margin-left: 36px;
}

.line {
    position: relative;
}

.fonticon {
    font-size: 20px !important;
}
.mb100{
    margin-bottom: 100px;
}