*{
    padding: 0;
    margin: 0;
}

html,
body {
    /* 文字风格 Sans-serif 各笔画粗细相同，Serif 笔画粗细不同，monospace 等宽体，cursive草书，fantasy梦幻 */
    font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial,
        '黑体', '宋体', Arial;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #F7F7F7;
}

/* body {
    font-size: 14px;
    color: #333;
} */

/* 重置各标签的默认样式 */
a,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
textarea,
time,
td,
th,
ul {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
    box-sizing: border-box;
    /*  自动换行 */
    word-wrap: break-word;
    /*  强制英文单词断行 */
    word-break: break-all;
}

/*  设置标签为块级分类 */
article,
aside,
details,
fieldset,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

/* 去除input标签的默认样式 */
button,
input,
textarea {
    -webkit-appearance: none;
    font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial,
        '黑体', '宋体', Arial;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    outline: none;
    background-color: transparent;
}

/*  禁止多文本框手动拖动大小 */
textarea {
    resize: none;
    -webkit-appearance: none;
}

/* 去掉按下的阴影盒子 */
input,
textarea,
a {
    -webkit-tap-highlight-color: transparent;
    all: unset;
}

/*  清除a标签下划线 */
a,
a:visited {
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    outline: none;
}

/*  清除列表前面的点 */
ol,
li,
ul {
    list-style: none;
}

/*  清除IE下图片的边框 */
img {
    border-style: none;
    font-size: 0;
}

/*  解决chrome浏览器默认黄色背景问题 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/*  设置默认滚动条样式 */
::-webkit-input-placeholder {
    color: #afbdcc;
}

:-moz-placeholder {
    color: #afbdcc;
}

::-moz-placeholder {
    color: #afbdcc;
}

:-ms-input-placeholder {
    color: #afbdcc;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 6px;
}

::-webkit-scrollbar-corner {
    background-color: #f5f5f5;
}

::-webkit-resizer {
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* 公共样式 */
.text_chao{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.both{
    clear: both;
}
.rich_text img{
    max-width: 100%;
}
/* 导航栏开始 */
nav{
    width: 100%;
    min-width: 1280px;
    height: 80px;
    background: #21314C;
    position: fixed;
    z-index: 999999;
}
.nav{
    width: 1280px;
    padding: 20px 0 0;
    /* box-sizing: border-box; */
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: yellowgreen; */
}
.nav_left{
    width: 157px;
    height: 40px;
}
.nav_right{
    display: flex;
    align-items: center;
}
.nav_a_p_1{
    font-size: 14px;
    color: #A0A7B2;
    margin-left: 50px;
    cursor: pointer;
    transition: 0.3s;
}
.nav_a_p_1:nth-child(1){
    margin-left: 0;
}
.nav_a_p_2{
    color: #FFC000;
}
.nav_a_p_1:hover{
    color: #FFC000;
}
.nav_xian{
    width: 1px;
    height: 14px;
    background: #808EA7;
    margin: 0 40px 0 26px;
}
.nav_logon{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.nav_logon img{
    width: 17px;
    height: 17px;
    transition: 0.3s;
}
.nav_logon span{
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 8px;
    transition: 0.3s;
}
.nav_logon:hover img{
    transform: rotate(360deg);
}
.nav_logon span:hover{
    color: #FFC000;
}
/* 导航栏结束 */
/* 主体开始 */
main{
    width: 100%;
    min-width: 1280px;
    padding-top: 80px;
}
.main{
    width: 1280px;
    margin: 0 auto;
    /* background: aqua; */
}
/* 轮播图开始 */
.swiper{
    width: 100%;
    min-width: 1280px;
    height: 672px;
}
.swiper .banner_img{
    width: 100%;
    height: 672px;
    object-fit: cover;
}
/* 轮播图结束 */
/* 通知公告开始 */
.notice{
    width: 1280px;
    height: 80px;
    margin: -40px auto 0;
    position: relative;
    z-index: 2;
    padding: 0 32px;
    box-sizing: border-box;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notice_flex{
    display: flex;
}
.notice_logo{
    width: 86px;
    height: 30px;
    margin-top: -8px;
}
.notice_info{
    width: 400px;
    margin-left: 54px;
    cursor: default;
}
.notice_info .p1{
    width: 100%;
    font-size: 13px;
    color: #171717;
    font-weight: bold;
    transition: 0.3s;
}
.notice_info .p2{
    font-size: 11px;
    color: #767676;
    margin-top: 3px;
}
.notice_info:hover .p1{
    color: #AC1D3D;
}
.notice_xian{
    width: 1px;
    height: 36px;
    background: #CECECE;
}
.notice_jiantou{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.notice_jiantou span{
    font-size: 11px;
    color: #767676;
}
.notice_jiantou img{
    width: 6px;
    margin-left: 10px;
}
/* 通知公告结束 */
/* 花纹背景开始 */
.huawen{
    width: 100%;
    position: relative;
}
.huawen1{
    width: calc((100vw - 1280px) / 2 + 225px + 90px);
    min-width: calc(226px + 90px);
    /* height: 335px; */
    position: absolute;
    left: 0;
}
.huawen2{
    width: calc((100vw - 1280px) / 2 + 1052px);
    min-width: 1055px;
    /* height: 900px; */
    position: absolute;
    right: 0;
}
/* 花纹背景结束 */
.main{
    position: relative;
    padding-bottom: 140px;
}
/* 步骤开始 */
.step{
    width: 225px;
    float: left;
    margin-top: 74px;
}
.step_bj{
    width: 100%;
    display: block;
}
.step_main{
    width: 100%;
    background-color: #EBEEF2;
    padding-bottom: 810px;
}
.step_card{
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
}
.step_flex{
    width: 100%;
    display: flex;
    align-items: center;
}
.step_flex img{
    width: 56px;
    height: 56px;
    display: block;
}
.step_flex span{
    font-size: 16px;
    color: #767676;
    margin-left: 18px;
}
.step_flex_1 img{
    width: 60px;
}
.step_flex_1 span{
    font-weight: bold;
    font-size: 16px;
    color: #AC1D3D;
    margin-left: 14px;
}
.step_flex_3 img{
    width: 56px;
    height: 56px;
}
.step_flex_3 span{
    font-weight: 500;
    font-size: 16px;
    color: #000D1F;
    margin-left: 18px;
}
.step_xian{
    width: 1px;
    height: 48px;
    border: 1px solid #999999;
    margin-left: 28px;
}
/* 步骤结束 */
/* 表单开始 */
.fill_in{
    width: 1055px;
    float: right;
}
.fill_in_title{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 54px;
}
.fill_in_title h1{
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
}
.fill_in_title p{
    font-size: 14px;
    color: #C2CED7;
    margin-top: 14px;
    line-height: 14px;
}
.formdata{
    width: 100%;
    background: #FFFFFF;
    margin-top: 50px;
    padding: 0 18px 30px;
    box-sizing: border-box;
    position: relative;
    min-height: 50vh;
}
.formdata .cuxian{
    width: 100%;
    height: 6px;
    background: #F7F7F7;
}
.btn_flex{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 50px 0 0 0px;
    padding-left: 6px;
    box-sizing: border-box;
}
.btn{
    width: 230px;
    height: 62px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 19px;
    color: #FFFFFF;
    line-height: 62px;
    text-align: center;
    margin-right: 16px;
    transition: 0.3s;
    cursor: default;
}
.btn1{
    background: #AC1D3D;
}
.btn2{
    background: #21314C;
}
.btn:hover{
    font-size: 21px;
    letter-spacing: 2px;
}
.xiazai_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.xiazai_btn img{
    width: 18px;
    height: 20px;
    margin: 0 14px 0 0;
}
/* 表单结束 */
/* 审核状态开始 */
.shenhezhong{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 100px;
    box-sizing: border-box;
    /* opacity: 0; */
}
.shenhezhong img{
    width: 205px;
    height: 174px;
    display: block;
    margin: 0 auto;
}
.reject_reason{
    width: 800px;
    background: #FFEDF1;
    padding: 20px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 19px;
    color: #AC1D3D;
    text-align: center;
    margin: 20px auto 0;
}
.shenhezhong_btn_group{
    display: flex;
    justify-content: center;
}
.shenhezhong_btn{
    width: 230px;
    height: 60px;
    background: #AC1D3D;
    border-radius: 8px;
    margin: 23px 10px 0;
    font-weight: bold;
    font-size: 19px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    display: block;
}
.next_step_btn{
    width: 230px;
    height: 60px;
    background: #21314C;
    border-radius: 8px;
    margin: 23px 10px 0;
    font-weight: bold;
    font-size: 19px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    display: block;
}
.shenhe_tips{
    width: 100%;
    font-size: 16px;
    color: rgb(118,118,118);
    text-align: center;
    margin-top: 10px;
}
.shenhe_address{
    width: 460px;
    padding: 12px;
    border-radius: 8px;
    background-color: #f5f4f4;
    margin: 10px auto 0;
}
.shenhe_address p{
    width: 100%;
    margin: 0 auto 0;
    font-size: 14px;
    color: #171717;
}
.mianshi_status{
    color: #AC1D3D;
    font-weight: bold;
    font-size: 18px;
    margin-left: 6px;
}
/* 审核状态结束 */
/* 主体结束 */
/* 底部开始 */
footer{
    width: 100%;
    min-width: 1280px;
    background: #1C1D1F;
}
.footer{
    width: 1280px;
    margin: 0 auto;
    /* background: aquamarine; */
}
.footer_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.school_flex{
    display: flex;
    align-items: flex-start;
}
.school_info{
    width: 280px;
    margin-right: 36px;
}
.school_info .p1{
    font-size: 16px;
    color: #CC929E;
}
.school_info .p2{
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 8px;
}
.school_info .p2 a{
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}
.school_info .p2 a:hover{
    font-size: 17px;
    color: #F0A6B6;
}
.school_erweima{
    display: flex;
    align-items: flex-start;
}
.erweima{
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-left: 20px;
}
.erweima img{
    width: 90px;
    height: 90px;
    display: block;
}
.erweima p{
    font-size: 12px;
    color: #F0A6B6;
    margin-top: 8px;
}
.footer_beian{
    width: 100%;
    border-top: 1px solid #B33954;
    padding: 14px 0;
    font-size: 16px;
    color: #D57388;
    text-align: center;
    margin-top: 9px;
}
.footer_beian span{
    font-size: 16px;
    color: #D57388;
}
.footer_beian a span{
    font-size: 15px;
    cursor: pointer;
    padding-right: 20px;
}
.footer_menu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0 17px;
}
.footer_logo{
    width: 157px;
    height: 40px;
}
.footer_menu_a{
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_a_1{
    font-size: 18px;
    color: #A0A7B2;
    transition: 0.3s;
    cursor: pointer;
}
.footer_a_2{
    color: #FFC000;
}
.footer_a_1:hover{
    color: #FFC000;
}
.footer_black .footer_top{
    border-top: 1px solid #353537;
    padding-top: 17px;
}
.footer_black .school_flex .school_info .p1{
    color: #9B9B9B;
}
.footer_black .school_flex .school_info .p2 a:hover{
    color: #FFC000;
}
/* .footer_black .school_erweima .erweima{
    width: 126px;
    margin-left: 56px;
}
.footer_black .school_erweima .erweima img{
    width: 120px;
    height: 120px;
} */
.footer_black .school_erweima .erweima p{
    /* font-size: 14px; */
    color: #B4B4B4;
    /* margin-top: 10px; */
}
.footer_black .footer_beian{
    border-top: 1px solid #353537;
    color: #C2C2C2;
}
.footer_black .footer_beian span{
    
    color: #C2C2C2;
}
.footer_black .footer_beian a span{
    font-size: 15px;
    cursor: pointer;
    padding-right: 20px;
}
/* 底部结束 */
.hidden{
    display: none !important;
}