
i {
    font-style: normal;
}
.studys_plan {
    width: 1100px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.top_banner,
.top_banner img {
    width: 100%;
    height: 110px;
}
.plan_load {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.plan_load_aside {
    display: flex;
    flex-direction: column;
}

.aside_top {
    background-color: white;
    width: 360px;
    padding-bottom: 10px;
}

.aside_title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff6c6c;
    width: 100%;
    line-height: 62px;
}

.aside_title img {
    width: 25px;
    height: 28px;
}

.aside_title h2 {
    color: white;
    font-size: 22px;
    color: #ffffff;
    margin-left: 10px;
    line-height: 62px;
}

.aside_top p {
    width: 330px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding: 20px 0;
    text-align: justify;
    border-bottom: 1px dashed #e0e0e0;
}

.aside_top p:last-child {
    border: none;
}

.aside_top p b {
    color: rgb(20, 20, 20);
}


.aside_top p>a>span {
    color: #ff1c1c;
    font-size: 16px;
    font-weight: 600;
}

.aside_down {
    margin-top: 30px;
}

.aside_down .aside_title img {
    width: 34px;
    height: 28px;
}

.aside_down_cont {
    width: 360px;
    height: 340px;
    background-image: url("/statics/anhui/gxfz_img/bkg.png");
    background-size: 100% 100%;
}

.aside_down_cont img {
    display: block;
    width: 180px;
    height: 180px;
    border: solid 2px #333333;
    margin: 0 auto;
}

.aside_down_cont p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    padding: 20px 0;
}

.aside_down_cont p span {
    color: #ff1c1c;
}

.aside_down_cont p:last-child {
    font-size: 16px;
    color: #666666;
}

.plan_load_content {
    background: white;
}

.plan_load_content .title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 94px;
    color: #333333;
    border-bottom: 2px solid #e8e8e8;
}

.plan_sele li h2 {
    font-family: SourceHanSansCN-Heavy;
    font-size: 22px;
    font-weight: 600;
    line-height: 90px;
    color: #333333;
    margin-left: 10px;
    padding-left: 43px;
}

.plan_sele li h2 span {
    position: relative;
}

.plan_sele li h2 span::after {
    position: absolute;
    content: '';
    top: calc(50% + 10px);
    left: 0px;
    width: 200px;
    height: 3px;
    background-color: #ec443f;
    opacity: 0.3;
    position: absolute;
    content: '';
    top: calc(50% + 10px);
    left: 0rem;
    width: 80%;
    height: 3px;
    background-color: #ec443f;
    opacity: 0.3;
}

.plan_sele li h2 img {
    width: 24px;
    height: 24px;
    margin-top: -6px;
}

.plan_sele li ul {
    display: flex;
}

.plan_sele li ul li {
    margin-left: 80px;
    width: 140px;
    line-height: 35px;
    text-align: center;
    /* background-color: #ffffff; */
    border-radius: 23px;
    border: solid 3px #e8e8e8;
    font-size: 14px;
    color: #666666;
    padding: 1px;
    transition: 0.2s;
}

.plan_sele li ul .active {
    background-color: #ec443f;
    /* background-color: #49403f; */
    border: solid 4px rgb(253, 198, 195);
    padding: 0rem;
    color: white;
    font-weight: 600;
}

.plan_sele li ul li:hover {
    background-color: #ec443f;
    /* background-color: #49403f; */
    border: solid 4px rgb(253, 198, 195);
    padding: 0rem;
    color: white;
    font-weight: 600;
    cursor: pointer;
}

.plan_form {
    width: 100%;
    height: 90px;
    background-image: url("/statics/anhui/gxfz_img/form_bg.png");
    background-size: 100% 100%;
    margin-top: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan_form div {
    position: relative;
    background: #ffffff;
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.plan_form div input {
    height: 40px;
    border: none;
    color: #999999;
}

.plan_form div i {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ec443f;
    margin: 0 10px;
}

.plan_form div .icon {
    width: 40px;
    height: 40px;
    background-color: #ec443f;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
}

.plan_form div .icon img {
    width: 23px;
    height: 24px;
}

.plan_form div:nth-child(1) .icon img {
    width: 16px;
    height: 24px;
}

.form_btn button {
    border: none;
    outline: none;
    width: 148px;
    line-height: 40px;
    background-image: linear-gradient(180deg, #ff4e32 0%, #ef2525 100%), linear-gradient( #ec443f, #ec443f);
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.form_btn button:hover {
    background-image: linear-gradient(180deg, #fd6750 0%, #f85757 100%), linear-gradient( #ee6661, #eb6762);
}

.tips {
    width: 100%;
    text-align: center;
    height: 15px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #f93d2d;
    margin-top: 20px;
}