@charset "utf-8";

/* 通用*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: normal 16px "Microsoft Yahei";
    font: normal 16px "Pingfang SC";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
}


/*HC - 2021.07.07*/

.study_footer_new {
    background: #be2f00;
}

.study_footer_new .main_lesson {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    background: #be2f00;
    display: flex;
}

.footer_study_c {
    display: flex;
    flex-direction: column;
    padding: 30px 0 0 0;
}

.footer_study_c .title_no1 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 31px;
}

.footer_study_c .text_no1 {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    color: #ebb19f;
    margin-bottom: 10px;
}

.footer_study_c .text_no1:nth-last-child(1) {
    margin-bottom: 0;
}

.footer_study_c .text_no1 a {
    font-size: 15px;
    color: #ebb19f;
    display: block;
    transition: .3s;
}

.footer_study_c .text_no1 a:hover {
    color: #FFF;
    transition: .3s;
}

.footer_study_d {
    width: 263px;
    display: flex;
    padding-top: 85px;
    margin-left: 3px;
    justify-content: space-between;
}

.footer_study_d .qr_code {
    width: 112px;
    height: 153px;
    background: #ce4214;
    padding: 6px;
    box-sizing: border-box;
}

.footer_study_d .qr_code .img_cx1 {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.footer_study_d .qr_code .title_cx1 {
    font-size: 13px;
    color: #FFF;
    text-align: center;
    line-height: 1.4;
    padding-top: 6px;
}

.mg_hc_1 {
    margin-left: 30px;
}

.mg_hc_2 {
    margin: 0 0px 0 48px;
}

.line_style {
    width: 1px;
    height: 230px;
    border-left: 1px solid #fff;
    left: 312px;
    position: absolute;
    top: 66px;
    opacity: .6;
}

.line_style2 {
    width: 1px;
    height: 230px;
    border-left: 1px solid #fff;
    left: 446px;
    position: absolute;
    top: 66px;
    opacity: .6;
}

.line_style3 {
    width: 1px;
    height: 230px;
    border-left: 1px solid #fff;
    left: 590px;
    position: absolute;
    top: 66px;
    opacity: .6;
}

.text_footer_1 {
    width: 1200px;
    font-size: 14px;
    color: #ebb19f;
    opacity: 0.5;
    margin: 81px auto 0;
    padding-bottom: 135px;
}

.text_footer_1 a {
    color: #fff;
}

.new_footer_border {
    padding: 0 23px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    margin-top: 30px;
}