@media screen and (min-width: 600px) {
  .banner {
    height: 770px;
    width: 100%;
    background: gray;
    position: relative;
  }
  .banner .el-carousel {
    width: 100%;
    height: 100%;
  }
  .banner .el-carousel .el-carousel__container {
    width: 100%;
    height: 100%;
  }
  .banner .el-carousel .el-carousel__container img {
    width: 100%;
    height: 100%;
  }
  .banner .nav_box {
    width: 1200px;
    height: 95px;
    background: #FFF;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -600px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner .nav_box nav {
    width: 965px;
    height: 95px;
  }
  .banner .nav_box nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner .nav_box nav ul li {
    width: 193px;
    height: 95px;
    font-size: 18px;
    color: #323232;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .banner .nav_box nav ul li:hover {
    font-weight: bold;
  }
  .banner .nav_box nav ul .active {
    font-weight: bold;
  }
  .banner .nav_box .link {
    width: 235px;
    height: 95px;
    background: #262ca6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner .nav_box .link .link_evn {
    width: 50%;
    height: 60px;
    color: #FFF;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
  }
  .banner .nav_box .link .link_evn .icon_img {
    width: 26px;
    height: 26px;
  }
  .course_trailer {
    width: 1200px;
    height: 320px;
    margin: 20px auto;
    position: relative;
  }
  .course_trailer .title {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .course_trailer .title .sub_title {
    font-size: 26px;
    font-weight: bold;
  }
  .course_trailer .title .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .course_trailer .title .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .course_trailer .trailer_box {
    width: 1200px;
    height: 200px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
  }
  .course_trailer .trailer_box .scroll_layer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0px;
    transition: 0.6s;
  }
  .course_trailer .trailer_box .scroll_layer .course_item {
    width: 400px;
    height: 200px;
    border-right: 1px solid #e6e6e6;
    padding: 5px;
    box-sizing: border-box;
    flex-shrink: 0;
    cursor: pointer;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .roof {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .roof .times {
    width: 140px;
    height: 28px;
    border: 1px solid #6a6a6a;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.6s;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .roof .times .date {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .roof .times .status {
    width: 50%;
    height: 100%;
    background: #6a6a6a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    transition: 0.6s;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .roof .subscribe {
    width: 80px;
    height: 28px;
    border: 1px solid #b49962;
    color: #b49962;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .ogtitle {
    width: 340px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 28px;
    transition: 0.6s;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .name_address {
    height: 50px;
    width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px;
    color: #323232;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .name_address .name {
    display: flex;
    align-items: center;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .name_address .name .icon_name {
    width: 20px;
    height: 22px;
    margin-right: 5px;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .name_address .address {
    display: flex;
    align-items: center;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .name_address .address .icon_address {
    width: 20px;
    height: 22px;
    margin-right: 5px;
  }
  .course_trailer .trailer_box .scroll_layer .course_item:hover .roof .times {
    border: 1px solid #262ca6;
  }
  .course_trailer .trailer_box .scroll_layer .course_item:hover .roof .status {
    background: #262ca6;
  }
  .course_trailer .trailer_box .scroll_layer .course_item:hover .ogtitle {
    color: #262ca6;
  }
  .course_trailer .gray_line {
    width: 100%;
    height: 6px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0px;
  }
  .core_course {
    width: 1200px;
    height: 600px;
    margin: 20px auto;
  }
  .core_course .title_box {
    width: 1200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .core_course .title_box .title_left {
    display: flex;
  }
  .core_course .title_box .title_left .title {
    font-size: 26px;
    font-weight: bold;
  }
  .core_course .title_box .title_left .title_describe {
    font-size: 14px;
    color: #666666;
    position: relative;
    top: 15px;
    left: 5px;
  }
  .core_course .title_box .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .core_course .title_box .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .core_course .switch_page {
    width: 1200px;
    height: 360px;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
  }
  .core_course .switch_page .switch_scoll {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0px;
    transition: 0.6s;
  }
  .core_course .switch_page .switch_scoll .scoll_page {
    width: 1200px;
    height: 360px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_img {
    width: 600px;
    height: 360px;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_img .m_img {
    width: 100%;
    height: 100%;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_describe {
    width: 600px;
    height: 360px;
    padding: 50px 30px;
    box-sizing: border-box;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_describe .page_sub_title {
    font-size: 20px;
    font-weight: bold;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_describe .sub_title_describe {
    width: 540px;
    height: 50px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 20px;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_describe .btns {
    width: 260px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 36px;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_describe .btns .btn_left {
    width: 50%;
    height: 100%;
    background: #262ca6;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_describe .btns .btn_right {
    width: 50%;
    height: 100%;
    background: #b49962;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core_course .switch_page nav {
    width: 776px;
    height: 88px;
    background: #262ca6;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .core_course .switch_page nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .core_course .switch_page nav ul li {
    width: 155.2px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    cursor: pointer;
  }
  .core_course .switch_page nav ul .active {
    background: #b49962;
    font-weight: bold;
  }
  .core_course .gap_img {
    width: 1200px;
    height: 140px;
    margin-top: 35px;
  }
  .core_course .gap_img img {
    width: 100%;
    height: 100%;
  }
  .activitys {
    width: 1200px;
    height: 520px;
    margin: 0px auto;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .activitys .left {
    width: 780px;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .activitys .left .school_roadshow {
    width: 780px;
    height: 270px;
  }
  .activitys .left .school_roadshow .title_box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 6px solid #262ca6;
  }
  .activitys .left .school_roadshow .title_box .title_left {
    display: flex;
  }
  .activitys .left .school_roadshow .title_box .title_left .title {
    font-size: 26px;
    font-weight: bold;
  }
  .activitys .left .school_roadshow .title_box .title_left .title_describe {
    font-size: 14px;
    color: #666666;
    position: relative;
    top: 15px;
    left: 5px;
  }
  .activitys .left .school_roadshow .title_box .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .activitys .left .school_roadshow .title_box .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .activitys .left .school_roadshow .roadshow {
    width: 780px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_news {
    width: 380px;
    height: 190px;
    padding-top: 30px;
    box-sizing: border-box;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_news .news_title {
    font-size: 18px;
    font-weight: bold;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_news .news_describe {
    width: 380px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_news .look_more {
    width: 380px;
    height: 72px;
    background: #b49962;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    cursor: pointer;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_news .look_more .more_text {
    color: #FFF;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_news .look_more .more_img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_news .look_more .more_img img {
    width: 100%;
    height: 100%;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_img {
    width: 360px;
    height: 190px;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_img img {
    width: 100%;
    height: 100%;
  }
  .activitys .left .school_activity {
    width: 780px;
    height: 270px;
  }
  .activitys .left .school_activity .title_box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 6px solid #262ca6;
  }
  .activitys .left .school_activity .title_box .title_left {
    display: flex;
  }
  .activitys .left .school_activity .title_box .title_left .title {
    font-size: 26px;
    font-weight: bold;
  }
  .activitys .left .school_activity .title_box .title_left .title_describe {
    font-size: 14px;
    color: #666666;
    position: relative;
    top: 15px;
    left: 5px;
  }
  .activitys .left .school_activity .title_box .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .activitys .left .school_activity .title_box .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .activitys .left .school_activity .news_imgs {
    width: 780px;
    height: 137px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .activitys .left .school_activity .news_imgs .imgs {
    width: 242px;
    height: 137px;
    position: relative;
    cursor: pointer;
  }
  .activitys .left .school_activity .news_imgs .imgs img {
    width: 100%;
    height: 100%;
  }
  .activitys .left .school_activity .news_imgs .imgs .img_title {
    height: 40px;
    width: 242px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
  }
  .activitys .left .school_activity .news_imgs .imgs .img_title .sub_title {
    width: 220px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activitys .right {
    width: 390px;
    height: 520px;
  }
  .activitys .right .title_box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 6px solid #262ca6;
  }
  .activitys .right .title_box .title_left {
    display: flex;
  }
  .activitys .right .title_box .title_left .title {
    font-size: 26px;
    font-weight: bold;
  }
  .activitys .right .title_box .title_left .title_describe {
    font-size: 14px;
    color: #666666;
    position: relative;
    top: 15px;
    left: 5px;
  }
  .activitys .right .title_box .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .activitys .right .title_box .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .activitys .right .mall {
    width: 390px;
    height: 205px;
    margin: 10px 0px;
  }
  .activitys .right .mall img {
    width: 100%;
    height: 100%;
  }
  .activitys .gray_line {
    width: 100%;
    height: 6px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0px;
  }
  .alumnus {
    width: 1200px;
    height: 528px;
    margin: 0px auto;
    margin-top: 40px;
  }
  .alumnus .title_box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .alumnus .title_box .title_left {
    display: flex;
  }
  .alumnus .title_box .title_left .title {
    font-size: 26px;
    font-weight: bold;
  }
  .alumnus .title_box .title_left .title_describe {
    font-size: 14px;
    color: #666666;
    position: relative;
    top: 15px;
    left: 5px;
  }
  .alumnus .title_box .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .alumnus .title_box .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .alumnus .content {
    width: 1200px;
    height: 462px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
  }
  .alumnus .content .left {
    width: 300px;
    height: 462px;
    background: #f2f2f2;
  }
  .alumnus .content .left ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .alumnus .content .left ul li {
    width: 300px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 48px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .alumnus .content .left ul li img {
    width: 32px;
    height: 35px;
    margin-right: 10px;
  }
  .alumnus .content .left ul li .li_title {
    color: #666666;
    font-size: 16px;
  }
  .alumnus .content .left ul .active {
    background: #b49962;
  }
  .alumnus .content .left ul .active .li_title {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
  }
  .alumnus .content .right {
    width: 900px;
    height: 462px;
    overflow: hidden;
    position: relative;
  }
  .alumnus .content .right .right_srcoll {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    transition: 0.6s;
    top: 0px;
  }
  .alumnus .content .right .right_srcoll img {
    width: 900px;
    height: 462px;
    flex-shrink: 0;
  }
  .faculty {
    width: 1200px;
    height: 400px;
    margin: 0px auto;
    margin-top: 40px;
  }
  .faculty .title_box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .faculty .title_box .title_left {
    display: flex;
  }
  .faculty .title_box .title_left .title {
    font-size: 26px;
    font-weight: bold;
  }
  .faculty .title_box .title_left .title_describe {
    font-size: 14px;
    color: #666666;
    position: relative;
    top: 15px;
    left: 5px;
  }
  .faculty .title_box .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .faculty .title_box .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .faculty .standard {
    width: 1200px;
    height: 335px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .faculty .standard .standard_item {
    width: 288px;
    height: 335px;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: 0.6s;
  }
  .faculty .standard .standard_item .title_img {
    width: 100%;
    height: 120px;
  }
  .faculty .standard .standard_item .title_img img {
    width: 100%;
    height: 100%;
  }
  .faculty .standard .standard_item .standard_title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .faculty .standard .standard_item .standard_title::after {
    content: '';
    width: 20px;
    height: 4px;
    background: #000;
    position: absolute;
    bottom: -20px;
  }
  .faculty .standard .standard_item .standard_describe {
    width: 240px;
    text-align: center;
    margin-top: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #666666;
  }
  .faculty .standard .standard_item:hover {
    background: #FFF;
    box-shadow: 0px 0px 15px #c8c8c8;
  }
  .free_receive {
    width: 1200px;
    height: 130px;
    background: url('../../image/index/index/bg.jpg');
    margin: 0px auto;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .free_receive input {
    width: 338px;
    height: 38px;
    border: 1px solid #FFF;
    border-radius: 30px;
    background: none;
    padding-left: 20px;
    box-sizing: border-box;
    color: #FFF;
  }
  .free_receive .m_btn {
    width: 400px;
    height: 40px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #181c63;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
  }
  .rapex {
    width: 1200px;
    height: 565px;
    margin: 0px auto;
    margin-top: 40px;
  }
  .rapex .title_box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .rapex .title_box .title_left {
    display: flex;
  }
  .rapex .title_box .title_left .title {
    font-size: 26px;
    font-weight: bold;
  }
  .rapex .title_box .title_left .title_describe {
    font-size: 14px;
    color: #666666;
    position: relative;
    top: 15px;
    left: 5px;
  }
  .rapex .title_box .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .rapex .title_box .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .rapex .four_rapex {
    width: 1200px;
    height: 502px;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rapex .four_rapex .rapex_item {
    width: 588px;
    height: 240px;
    background: #f8f8f8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.6s;
  }
  .rapex .four_rapex .rapex_item .left_img {
    width: 288px;
    height: 240px;
    position: relative;
  }
  .rapex .four_rapex .rapex_item .left_img img {
    width: 100%;
    height: 100%;
  }
  .rapex .four_rapex .rapex_item .left_img .m_title {
    width: 100px;
    height: 32px;
    position: absolute;
    background: #262ca6;
    bottom: 0px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
  }
  .rapex .four_rapex .rapex_item .right {
    width: 300px;
    padding-left: 25px;
    box-sizing: border-box;
  }
  .rapex .four_rapex .rapex_item .right .right_title {
    font-size: 18px;
    font-weight: bold;
  }
  .rapex .four_rapex .rapex_item .right .right_describe {
    width: 250px;
    color: #666666;
    margin-top: 25px;
  }
  .rapex .four_rapex .rapex_item:hover {
    background: #FFF;
    box-shadow: 0px 0px 15px #c8c8c8;
  }
  .rapex .four_rapex .rapex_item:hover .m_title {
    background: #b49962;
  }
  .get_course {
    width: 1200px;
    height: 303px;
    background: #f8f8f8;
    margin: 0px auto;
    margin-top: 30px;
    padding-top: 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .get_course .advantage {
    width: 1200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .get_course .advantage .advantage_item {
    width: 171px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .get_course .advantage .advantage_item img {
    width: 84px;
    height: 60px;
  }
  .get_course .receive_form {
    width: 1160px;
    height: 80px;
    background: #FFF;
    box-shadow: 0px 0px 20px #c8c8c8;
    border-radius: 50px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .get_course .receive_form input {
    width: 198px;
    height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .get_course .receive_form select {
    width: 198px;
    height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .get_course .receive_form .receive {
    width: 214px;
    height: 46px;
    background: #262ca6;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    cursor: pointer;
  }
  .popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    border: 1px solid red;
    opacity: 0;
  }
  .popup .content {
    width: 460px;
    height: 440px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    padding: 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popup .content .popup_title {
    font-size: 24px;
    font-weight: bold;
  }
  .popup .content .inps {
    width: 390px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
  }
  .popup .content .inps .inp_item {
    width: 388px;
    height: 58px;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .popup .content .inps .inp_item input {
    width: 280px;
    height: 30px;
    border: none;
    font-size: 16px;
  }
  .popup .content .inps .inp_item select {
    width: 280px;
    height: 30px;
    border: none;
    font-size: 16px;
  }
  .popup .content .subscribe {
    width: 388px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #262ca6;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    margin-top: 48px;
    border-radius: 10px;
    cursor: pointer;
  }
  .popup .content .close {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .popup .content .close img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .banner {
    height: 200px;
    width: 100%;
    background: gray;
    position: relative;
  }
  .banner .el-carousel {
    width: 100%;
    height: 100%;
  }
  .banner .el-carousel .el-carousel__container {
    width: 100%;
    height: 100%;
  }
  .banner .el-carousel .el-carousel__container img {
    width: 100%;
    height: 100%;
  }
  .banner .nav_box {
    width: 1200px;
    height: 95px;
    background: #FFF;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -600px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
  }
  .banner .nav_box nav {
    width: 965px;
    height: 95px;
  }
  .banner .nav_box nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner .nav_box nav ul li {
    width: 193px;
    height: 95px;
    font-size: 18px;
    color: #323232;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .banner .nav_box nav ul li:hover {
    font-weight: bold;
  }
  .banner .nav_box nav ul .active {
    font-weight: bold;
  }
  .banner .nav_box .link {
    width: 235px;
    height: 95px;
    background: #262ca6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner .nav_box .link .link_evn {
    width: 50%;
    height: 60px;
    color: #FFF;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
  }
  .banner .nav_box .link .link_evn .icon_img {
    width: 26px;
    height: 26px;
  }
  .course_trailer {
    width: 375px;
    height: 320px;
    margin: 20px auto;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .course_trailer .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .course_trailer .title .sub_title {
    font-size: 26px;
    font-weight: bold;
  }
  .course_trailer .title .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .course_trailer .title .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .course_trailer .trailer_box {
    width: 1200px;
    height: 200px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
  }
  .course_trailer .trailer_box .scroll_layer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0px;
    transition: 0.6s;
  }
  .course_trailer .trailer_box .scroll_layer .course_item {
    width: 375px;
    height: 200px;
    border-right: 1px solid #e6e6e6;
    padding: 5px;
    box-sizing: border-box;
    flex-shrink: 0;
    cursor: pointer;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .roof {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .roof .times {
    width: 140px;
    height: 28px;
    border: 1px solid #6a6a6a;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.6s;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .roof .times .date {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .roof .times .status {
    width: 50%;
    height: 100%;
    background: #6a6a6a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    transition: 0.6s;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .roof .subscribe {
    width: 80px;
    height: 28px;
    border: 1px solid #b49962;
    color: #b49962;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .ogtitle {
    width: 340px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 28px;
    transition: 0.6s;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .name_address {
    height: 50px;
    width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px;
    color: #323232;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .name_address .name {
    display: flex;
    align-items: center;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .name_address .name .icon_name {
    width: 20px;
    height: 22px;
    margin-right: 5px;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .name_address .address {
    display: flex;
    align-items: center;
  }
  .course_trailer .trailer_box .scroll_layer .course_item .name_address .address .icon_address {
    width: 20px;
    height: 22px;
    margin-right: 5px;
  }
  .course_trailer .trailer_box .scroll_layer .course_item:hover .roof .times {
    border: 1px solid #262ca6;
  }
  .course_trailer .trailer_box .scroll_layer .course_item:hover .roof .status {
    background: #262ca6;
  }
  .course_trailer .trailer_box .scroll_layer .course_item:hover .ogtitle {
    color: #262ca6;
  }
  .course_trailer .gray_line {
    width: 100%;
    height: 6px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0px;
  }
  .core_course {
    width: 375px;
    min-height: 0px;
    margin: 20px auto;
    padding: 5px;
    box-sizing: border-box;
  }
  .core_course .title_box {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .core_course .title_box .title_left {
    display: flex;
  }
  .core_course .title_box .title_left .title {
    font-size: 26px;
    font-weight: bold;
  }
  .core_course .title_box .title_left .title_describe {
    font-size: 14px;
    color: #666666;
    position: relative;
    top: 15px;
    left: 5px;
  }
  .core_course .title_box .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .core_course .title_box .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .core_course .switch_page {
    width: 375px;
    height: 360px;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
  }
  .core_course .switch_page .switch_scoll {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0px;
    transition: 0.6s;
  }
  .core_course .switch_page .switch_scoll .scoll_page {
    width: 375px;
    height: 360px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_img {
    width: 600px;
    height: 360px;
    display: none;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_img .m_img {
    width: 100%;
    height: 100%;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_describe {
    width: 100%;
    height: 360px;
    padding: 50px 30px;
    box-sizing: border-box;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_describe .page_sub_title {
    font-size: 20px;
    font-weight: bold;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_describe .sub_title_describe {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 20px;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_describe .btns {
    width: 260px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 36px;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_describe .btns .btn_left {
    width: 50%;
    height: 100%;
    background: #262ca6;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core_course .switch_page .switch_scoll .scoll_page .page_describe .btns .btn_right {
    width: 50%;
    height: 100%;
    background: #b49962;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core_course .switch_page nav {
    width: 365px;
    height: 50px;
    background: #262ca6;
    position: absolute;
    right: 10px;
    bottom: 0px;
  }
  .core_course .switch_page nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .core_course .switch_page nav ul li {
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    padding: 0px 5px;
    box-sizing: border-box;
  }
  .core_course .switch_page nav ul .active {
    background: #b49962;
    font-weight: bold;
  }
  .core_course .gap_img {
    width: 100%;
    height: 50px;
    margin-top: 15px;
  }
  .core_course .gap_img img {
    width: 100%;
    height: 100%;
  }
  .activitys {
    width: 375px;
    min-height: 520px;
    margin: 0px auto;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
  }
  .activitys .left {
    width: 100%;
    min-height: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5px;
    box-sizing: border-box;
  }
  .activitys .left .school_roadshow {
    width: 100%;
    min-height: 0px;
  }
  .activitys .left .school_roadshow .title_box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 6px solid #262ca6;
  }
  .activitys .left .school_roadshow .title_box .title_left {
    display: flex;
  }
  .activitys .left .school_roadshow .title_box .title_left .title {
    font-size: 26px;
    font-weight: bold;
  }
  .activitys .left .school_roadshow .title_box .title_left .title_describe {
    font-size: 14px;
    color: #666666;
    position: relative;
    top: 15px;
    left: 5px;
  }
  .activitys .left .school_roadshow .title_box .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .activitys .left .school_roadshow .title_box .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .activitys .left .school_roadshow .roadshow {
    width: 100%;
    min-height: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_news {
    width: 100%;
    min-height: 0px;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_news .news_title {
    font-size: 18px;
    font-weight: bold;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_news .news_describe {
    width: 100%;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_news .look_more {
    width: 100%;
    height: 50px;
    background: #b49962;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_news .look_more .more_text {
    color: #FFF;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_news .look_more .more_img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 6px;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_news .look_more .more_img img {
    width: 100%;
    height: 100%;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_img {
    width: 187px;
    height: 100px;
    display: none;
  }
  .activitys .left .school_roadshow .roadshow .roadshow_img img {
    width: 100%;
    height: 100%;
  }
  .activitys .left .school_activity {
    width: 100%;
    min-height: 0px;
    margin-top: 10px;
  }
  .activitys .left .school_activity .title_box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 6px solid #262ca6;
  }
  .activitys .left .school_activity .title_box .title_left {
    display: flex;
  }
  .activitys .left .school_activity .title_box .title_left .title {
    font-size: 26px;
    font-weight: bold;
  }
  .activitys .left .school_activity .title_box .title_left .title_describe {
    font-size: 14px;
    color: #666666;
    position: relative;
    top: 15px;
    left: 5px;
  }
  .activitys .left .school_activity .title_box .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .activitys .left .school_activity .title_box .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .activitys .left .school_activity .news_imgs {
    width: 100%;
    min-height: 0px;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .activitys .left .school_activity .news_imgs .imgs {
    width: 242px;
    height: 137px;
    position: relative;
    cursor: pointer;
    margin: 10px 0px;
  }
  .activitys .left .school_activity .news_imgs .imgs img {
    width: 100%;
    height: 100%;
  }
  .activitys .left .school_activity .news_imgs .imgs .img_title {
    height: 40px;
    width: 242px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
  }
  .activitys .left .school_activity .news_imgs .imgs .img_title .sub_title {
    width: 220px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activitys .right {
    width: 100%;
    height: 520px;
  }
  .activitys .right .title_box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 6px solid #262ca6;
  }
  .activitys .right .title_box .title_left {
    display: flex;
  }
  .activitys .right .title_box .title_left .title {
    font-size: 26px;
    font-weight: bold;
  }
  .activitys .right .title_box .title_left .title_describe {
    font-size: 14px;
    color: #666666;
    position: relative;
    top: 15px;
    left: 5px;
  }
  .activitys .right .title_box .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .activitys .right .title_box .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .activitys .right .mall {
    width: 100%;
    height: 205px;
    margin: 10px 0px;
  }
  .activitys .right .mall img {
    width: 100%;
    height: 100%;
  }
  .activitys .gray_line {
    width: 100%;
    height: 6px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0px;
  }
  .alumnus {
    width: 375px;
    min-height: 0px;
    margin: 0px auto;
    margin-top: 40px;
    padding: 5px;
    box-sizing: border-box;
  }
  .alumnus .title_box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .alumnus .title_box .title_left {
    display: flex;
  }
  .alumnus .title_box .title_left .title {
    font-size: 26px;
    font-weight: bold;
  }
  .alumnus .title_box .title_left .title_describe {
    font-size: 14px;
    color: #666666;
    position: relative;
    top: 15px;
    left: 5px;
  }
  .alumnus .title_box .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .alumnus .title_box .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .alumnus .content {
    width: 100%;
    min-height: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
  .alumnus .content .left {
    width: 100%;
    height: auto;
    background: #f2f2f2;
  }
  .alumnus .content .left ul {
    display: flex;
    align-items: center;
    overflow-y: auto;
  }
  .alumnus .content .left ul li {
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0px 10px;
  }
  .alumnus .content .left ul li img {
    width: 25px;
    height: 28px;
    margin-right: 10px;
  }
  .alumnus .content .left ul li .li_title {
    color: #666666;
    font-size: 14px;
  }
  .alumnus .content .left ul .active {
    background: #b49962;
  }
  .alumnus .content .left ul .active .li_title {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
  }
  .alumnus .content .right {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
  }
  .alumnus .content .right .right_srcoll {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    transition: 0.6s;
    top: 0px;
  }
  .alumnus .content .right .right_srcoll img {
    width: 100%;
    height: 220px;
    flex-shrink: 0;
  }
  .faculty {
    width: 375px;
    min-height: 400px;
    margin: 0px auto;
    margin-top: 10px;
    padding: 5px;
    box-sizing: border-box;
  }
  .faculty .title_box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .faculty .title_box .title_left {
    display: flex;
  }
  .faculty .title_box .title_left .title {
    font-size: 16px;
    font-weight: bold;
  }
  .faculty .title_box .title_left .title_describe {
    font-size: 12px;
    color: #666666;
    position: relative;
    top: 15px;
    left: 5px;
  }
  .faculty .title_box .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .faculty .title_box .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .faculty .standard {
    width: 100%;
    min-height: 335px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .faculty .standard .standard_item {
    width: 180px;
    height: 200px;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: 0.6s;
    flex-shrink: 0;
    overflow: hidden;
    margin: 6px 0px;
  }
  .faculty .standard .standard_item .title_img {
    width: 100%;
    height: 88px;
  }
  .faculty .standard .standard_item .title_img img {
    width: 100%;
    height: 100%;
  }
  .faculty .standard .standard_item .standard_title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .faculty .standard .standard_item .standard_title::after {
    content: '';
    width: 20px;
    height: 4px;
    background: #000;
    position: absolute;
    bottom: -20px;
  }
  .faculty .standard .standard_item .standard_describe {
    width: 240px;
    text-align: center;
    margin-top: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #666666;
    display: none;
  }
  .faculty .standard .standard_item:hover {
    background: #FFF;
    box-shadow: 0px 0px 15px #c8c8c8;
  }
  .free_receive {
    width: 1200px;
    height: 130px;
    background: url('../../image/index/index/bg.jpg');
    margin: 0px auto;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    display: none;
  }
  .free_receive input {
    width: 338px;
    height: 38px;
    border: 1px solid #FFF;
    border-radius: 30px;
    background: none;
    padding-left: 20px;
    box-sizing: border-box;
    color: #FFF;
  }
  .free_receive .m_btn {
    width: 400px;
    height: 40px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #181c63;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
  }
  .rapex {
    width: 375px;
    min-height: 565px;
    margin: 0px auto;
    margin-top: 10px;
    padding: 5px;
    box-sizing: border-box;
  }
  .rapex .title_box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .rapex .title_box .title_left {
    display: flex;
  }
  .rapex .title_box .title_left .title {
    font-size: 12px;
    font-weight: bold;
  }
  .rapex .title_box .title_left .title_describe {
    font-size: 12px;
    color: #666666;
    position: relative;
    top: 15px;
    left: 5px;
  }
  .rapex .title_box .point_box {
    width: 36px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .rapex .title_box .point_box .point {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 50%;
  }
  .rapex .four_rapex {
    width: 100%;
    min-height: 502px;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rapex .four_rapex .rapex_item {
    width: 588px;
    height: 120px;
    background: #f8f8f8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.6s;
    margin: 5px 0px;
  }
  .rapex .four_rapex .rapex_item .left_img {
    width: 120px;
    height: 90px;
    position: relative;
  }
  .rapex .four_rapex .rapex_item .left_img img {
    width: 100%;
    height: 100%;
  }
  .rapex .four_rapex .rapex_item .left_img .m_title {
    height: 28px;
    position: absolute;
    padding: 0px 6px;
    box-sizing: border-box;
    background: #262ca6;
    bottom: 0px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    font-size: 12px;
  }
  .rapex .four_rapex .rapex_item .right {
    width: 240px;
    box-sizing: border-box;
  }
  .rapex .four_rapex .rapex_item .right .right_title {
    font-size: 14px;
    font-weight: bold;
  }
  .rapex .four_rapex .rapex_item .right .right_describe {
    width: 250px;
    color: #666666;
    margin-top: 5px;
    font-size: 12px;
  }
  .rapex .four_rapex .rapex_item:hover {
    background: #FFF;
    box-shadow: 0px 0px 15px #c8c8c8;
  }
  .rapex .four_rapex .rapex_item:hover .m_title {
    background: #b49962;
  }
  .get_course {
    width: 375px;
    min-height: 0px;
    margin: 0px auto;
    margin-top: 30px;
    padding-top: 5px;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .get_course .advantage {
    width: 1200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
  }
  .get_course .advantage .advantage_item {
    width: 171px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .get_course .advantage .advantage_item img {
    width: 84px;
    height: 60px;
  }
  .get_course .receive_form {
    width: 100%;
    min-height: 80px;
    background: #FFF;
    box-shadow: 0px 0px 10px #c8c8c8;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 12%;
    padding-bottom: 60px;
    box-sizing: border-box;
    position: relative;
  }
  .get_course .receive_form input {
    width: 198px;
    height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding-left: 15px;
    box-sizing: border-box;
    margin: 10px 0px;
  }
  .get_course .receive_form select {
    width: 198px;
    height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding-left: 15px;
    box-sizing: border-box;
    margin: 10px 0px;
  }
  .get_course .receive_form .receive {
    width: 214px;
    height: 46px;
    background: #262ca6;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    cursor: pointer;
    margin: 10px 0px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    opacity: 0;
  }
  .popup .content {
    width: 460px;
    height: 440px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    padding: 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popup .content .popup_title {
    font-size: 24px;
    font-weight: bold;
  }
  .popup .content .inps {
    width: 390px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
  }
  .popup .content .inps .inp_item {
    width: 388px;
    height: 58px;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .popup .content .inps .inp_item input {
    width: 280px;
    height: 30px;
    border: none;
    font-size: 16px;
  }
  .popup .content .inps .inp_item select {
    width: 280px;
    height: 30px;
    border: none;
    font-size: 16px;
  }
  .popup .content .subscribe {
    width: 388px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #262ca6;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    margin-top: 48px;
    border-radius: 10px;
    cursor: pointer;
  }
  .popup .content .close {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .popup .content .close img {
    width: 30px;
    height: 30px;
  }
}
/*# sourceMappingURL=index.css.map */