  .major_gzh_tab {
    display: flex;
  }

  .major_gzh_box div img {
    width: 150px;
    height: 150px;
  }

  .major_gzh_title {
    color: red;
  }

  .major_gzh_box .major_gzh_title {
    margin: 20px 0 15px 0;
    font-size: 16px;
    color: #F65742;
  }

  .major_gzh_box p {
    font-size: 14px;
    color: #333333;
  }

  .major_gzh_box div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 310px;
    align-items: center;
    padding: 0 20px;
  }

  .major_gzh_tab .major_gzh_active {
    color: #fff;
    background: #F65742;
  }

  .major_gzh_tab div {
    width: 50%;
    background: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 100%);
    line-height: 50px;
    text-align: center;
  }

  .major_gzh {
    width: 318px;
    height: 360px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    margin-top: 20px;
  }

  .major_gzh_box .hidden {
    display: none;
  }

  .cate_main a:hover {
    text-decoration: none;
  }

  .major_gzh_active {}

  .major_ksbd {
    padding: 16px 12px;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    height: 220px;
  }

  .major_ksbd li a {
    width: 100%;
    height: 100%;
    display: block;
  }

  .major_ksbd li {
    width: 90px;
    height: 40px;
    background: #EEEEEE;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    text-align: center;
  }

  .major_time p {
    font-size: 18px;
    font-weight: bold;
    color: #FF8048;
    line-height: 30px;
  }

  .major_time a {
    width: 250px;
    height: 46px;
    background: linear-gradient(0deg, #F28E26, #FD644F);
    border-radius: 4px;
    display: block;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    color: #FFF;
  }

  .major_time a:first-of-type {
    margin-top: 18px;
  }

  .major_time a:last-of-type {
    margin-bottom: 18px;
  }

  .major_time {
    width: 318px;
    background: linear-gradient(0deg, rgba(255, 246, 246, 0.28), rgba(254, 228, 225, 0.28));
    border: 1px solid #E8E8E8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 20px 0;
  }

  .hot_major_title {

    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }

  .hot_major_hits {
    background: url('/statics/images/majoricon1.png') no-repeat left center;
    width: 100%;
    padding-left: 20px;
    position: relative;
  }

  .hot_major_hits a {
    position: absolute;
    right: 10px;
    top: 0;
    color: #f65742;
  }

  .hot_major_image {
    width: 56px;
    height: 56px;
    background: #FFDBD6;
    display: grid;
    place-items: center;
    text-align: center;
    font-size: 14px;
    padding: 2px;
    flex: 0 0 auto;
  }

  .hot_major {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
  }

  .hot_major>div {
    margin-bottom: 20px;
    width: 240px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    display: flex;
    padding: 20px 10px;
  }

  .hot_major_info {
    display: flex;
    width: 200px;
    flex-wrap: wrap;
    align-content: space-around;
    margin-left: 10px;
    font-size: 14px;
  }

  .major_title a {
    font-size: 14px;
    color: #999999;
    position: absolute;
    right: 10px;
    top: 0;
  }

  .major_title a:hover,
  .hot_major_hits a:hover {
    color: #F65742;
    text-decoration: none;
  }

  .hot_major_hits a:hover {
    text-decoration: underline;
  }

  .major_school {
    margin-top: 20px;
  }

  .major_school_th {
    height: 41px;
    background: #E6E6E6;
    width: 828px;
    line-height: 41px;
    font-size: 0;
    font-weight: bold;
    border-right: 1px solid #E8E8E8;

    color: #333333;
  }

  .major_school ul .major_school_tr:nth-child(2n+1) {
    background: #FFF6F5;
  }

  .major_school_tr {
    height: 41px;
    background: #fff;
    width: 828px;
    line-height: 41px;
    font-size: 0;
    color: #333333;
    border-right: 1px solid #E8E8E8;
  }

  .major_school_tr span:nth-last-child(-n+2) a {
    color: #F65742;
    font-weight: bold;
  }

  .major_school_tr span:nth-last-child(-n+2) a:hover {
    text-decoration: underline;
  }

  .major_school span {
    width: 92px;
    display: table-cell;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
  }

  .major_school .major_school_th1 {
    width: 51px;
  }

  .major_school .major_school_th2 {
    width: 255px;
  }

  .major_school .major_school_th3 {
    width: 82px;
  }

  .major_school .major_school_th4 {
    width: 72px;
  }

  .major_cont {
    padding: 10px 16px;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
  }

  .major_cont p {
    margin: 20px 0;
  }

  .major_cont p:last-child br {
    display: none;
  }

  .major_title:before {
    content: "";
    width: 4px;
    display: block;
    height: 18px;
    position: absolute;
    background: #F65742;
    left: 12px;
    top: 17px;
  }

  .major_title {
    margin-top: 20px;

    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    color: #333333;
    padding-left: 22px;
    line-height: 50px;
    font-size: 18px;
    height: 50px;
    border: 1px solid #E8E8E8;
    background: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 100%);
  }

  .major_btn a {
    width: 130px;
    height: 40px;
    background: #FFF6F5;
    border: 1px solid #FFC1B9;
    display: inline-block;
    color: #F65742;
    text-align: center;
    line-height: 40px;
    margin-right: 6px;
    text-decoration: none;
  }

  .major_btn a:first-child {
    background: #F65742;
    color: #FFFFFF;
  }

  .major_info {
    margin-left: 16px;
  }

  .major_tag img {
    vertical-align: middle;
    margin-right: 5px;
  }

  .major_tag {
    margin: 10px 0 11px 0;
    color: #333333;
    font-size: 14px;
    width: 570px;
    height: 48px;
    background: #F6F6F6;
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }

  .cate_main_head h1 {
    font-size: 22px;
    margin: 0;
  }

  .cate_main_head {
    display: flex;
    justify-content: flex-start;
  }

  .major_body {
    display: flex;
    justify-content: space-between;

  }

  .major_main_right {
    width: 318px;
  }

  .major_main_left {
    width: 830px;
  }

  .major_image {
    user-select: none;
    width: 220px;
    height: 140px;
    background: url(/statics/files/img/major_bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: grid;
    place-items: center;
    text-align: center;
    font-size: 24px;
    color: #8d8d8d;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .major_image span {
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    left: 0;
    top: 0;
  }

  .wechat_qrcode {
    margin-top: 20px;
  }

/* 报名登记表 开始 */
.major_formBox{
    width: 318px;
    background: url(../img/bg_show_major_form.png) no-repeat;
    background-size: 100% 100%; 
    box-sizing: border-box;
    padding: 68px 11px 12px;
    margin-top: 20px;
}
.major_formBox .formBox_main{
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 24px 11px 12px;
}
.major_formBox .formBox_main_input{
    display: flex;
    flex-direction: column;
}
.major_formBox .formBox_main_input span{
    font-size: 14px;
    color: #333;
    position: relative;
}
.major_formBox .formBox_main_input span.formBox_light::before{
    content: '*';
    position: absolute;
    font-size: 14px;
    top: -1px;
    left: -7px;
    color: red;
}
.major_formBox .formBox_main_input input{
    width: 212px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D4D4D4;
    outline: transparent;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
}
.major_formBox .formBox_main_input select{
    width: 212px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D4D4D4;
    outline: transparent;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
}
.major_formBox .formBox_main_input input::placeholder{
    font-size: 14px;
    color: #BEBEBE;
}
.major_formBox .formBox_main_input select option{
    font-size: 14px;
}
.major_formBox .formBox_main_input>label,
.major_formBox .formBox_main_input>div{
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.major_formBox .major_formBox_submit{
    width: 278px;
    height: 40px;
    background: #F65742;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    outline: transparent;
    border: transparent;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}
.major_formBox .major_formBox_submit:hover{
    cursor: pointer;
}
.major_formBox .major_formBox_privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}
.major_formBox .major_formBox_privacy_agree {
    margin: 0;
    margin-right: 3px;
}
.major_formBox .major_formBox_privacy_view {
    color: #F65742;
}
.major_formBox .major_formBox_privacy_view:hover {
    cursor: pointer;
    text-decoration: underline;
}
/* 报名登记表 结束 */

/* 培训意向表 河北版 开始 */
.major_formBox_hb{
    width: 320px;
    background: #FFFFFF;
    border: 1px solid #F65742;
    box-sizing: border-box;
    position: relative;
    padding: 100px 0 21px 0;
    margin-top: 20px;
}
.major_formBox_hb .formhb_logo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 318px;
    height: 100px;
}
.major_formBox_hb .formhb_title{
    width: 176px;
    height: 25px;
    background: #FFFFFF;
    border-radius: 13px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    color: #F65742; 
    position: absolute;
    top: 15px;
    left: 120px;
}
.major_formBox_hb .formBox_hb_main{
    width: 100%;
    box-sizing: border-box;
    padding: 16px 17px 0;
}
.major_formBox_hb .formBox_hb_main .formBox_hb_main_input{
    display: flex;
    flex-direction: column;
}
.major_formBox_hb .formBox_hb_main_input span{
    font-size: 14px;
    color: #333;
}
.major_formBox_hb .formBox_hb_main_input input{
    width: 212px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D4D4D4;
    outline: transparent;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
}
.major_formBox_hb .formBox_hb_main_input select{
    width: 212px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D4D4D4;
    outline: transparent;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
}
.major_formBox_hb .formBox_hb_main_input input::placeholder{
    font-size: 14px;
    color: #BEBEBE;
}
.major_formBox_hb .formBox_hb_main_input select option{
    font-size: 14px;
}
.major_formBox_hb .formBox_hb_main_input>label,
.major_formBox_hb .formBox_hb_main_input>div{
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.major_formBox_hb .major_formBox_submit{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    outline: transparent;
    border: transparent;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    width: 284px;
    height: 50px;
    background: linear-gradient(0deg, #F65742 0%, #FF725F 100%);
    border-radius: 10px;
}
.major_formBox_hb .major_formBox_submit:hover{
    cursor: pointer;
}
.major_formBox_hb .major_formBox_privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}
.major_formBox_hb .major_formBox_privacy_agree {
    margin: 0;
    margin-right: 3px;
}
.major_formBox_hb .major_formBox_privacy_view {
    color: #F65742;
}
.major_formBox_hb .major_formBox_privacy_view:hover {
    cursor: pointer;
    text-decoration: underline;
}
/* 培训意向表 河北版 结束 */