.select_function {
    height: 712px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.select_function h5 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #9f9f9f;
}

.select_function_item {
    height: 350px;
}

.select_function_item li {
    float: left;
}

.function_item {
    width: 320px;
    height: 330px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 5px 10px 20px 0px rgba(36, 119, 227, 0.2);
    border-radius: 6px;
    margin-left: 60px;
    position: relative;
    cursor: pointer;
}

.major_function_item {
    width: 320px;
    height: 330px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 5px 10px 20px 0px rgba(36, 119, 227, 0.2);
    border-radius: 6px;
    margin-left: 80px;
    position: relative;
    cursor: pointer;
}

.subject_function_item {
    width: 320px;
    height: 330px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 5px 10px 20px 0px rgba(36, 119, 227, 0.2);
    border-radius: 6px;
    margin-left: 80px;
    position: relative;
    cursor: pointer;
}

.automatic_icon {
    width: 320px;
    height: 140px;
    position: relative;
}

.automatic_icon_img {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 102px;
    height: 95px;
    /* border-radius: 50%; */
    background-image: url(/images/zdtj.png);
    background-repeat: no-repeat;
}

.major_icon_img {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 105px;
    height: 110px;
    /* border-radius: 50%; */
    background-image: url(/images/zyxkm.png);
    background-repeat: no-repeat;
}

.subjects_icon_img {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 100px;
    /* border-radius: 50%; */
    background-image: url(/images/kmxzy.png);
    background-repeat: no-repeat;
}

.colleges_icon_img {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 100px;
    /* border-radius: 50%; */
    background-image: url(/images/dxxzy.png);
    background-repeat: no-repeat;
}

.function_item h2 {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.function_item:hover {
    background-color: #2478e4;
}

.function_item:hover .text_zd {
    color: #fff !important;
}

.function_item:hover h2 {
    color: #fff !important;
}

.function_item:hover .start_cp {
    background-color: #fff;
}

.function_item:hover a {
    color: #2478e4;
}

.function_item:hover .automatic_icon_img {
    background-image: url(/images/zdtj_white.png);
}

.function_item:hover .major_icon_img {
    background-image: url(/images/zyxkm_white.png);
}

.function_item:hover .subjects_icon_img {
    background-image: url(/images/kmxzy_white.png);
}

.function_item:hover .colleges_icon_img {
    background-image: url(/images/dxxzy_white.png);
}

.text_zd {
    width: 266px;
    height: 51px;
    margin: 20px 28px;
    color: #7c7c7c;
    text-align: center;
}

.start_cp {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 40px;
    background-color: #2478e4;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 5px 10px 20px 0px rgba(36, 119, 227, 0.2);
}

.start_cp a {
    color: #fff;
}

.sjts {
    width: 1160px;
    height: 166px;
    border: 1px dashed #fe9916;
    border-radius: 10px;
    padding: 25px 60px 0 60px;
    background: rgba(254, 153, 22, 0.05);
    margin: 40px 20px;
}

.sjsm_t {
    font-size: 24px;
}

.sjsm_i {
    margin-bottom: 7px;
}

.a_item_title {
    width: 1020px;
    height: 60px;
    background: rgba(244, 248, 252, 1);
    border-radius: 10px;
    line-height: 60px;
    padding-left: 40px;
}

.major_title {
    width: 550px;
    color: #2478e4;
    font-size: 24px;
}

.college_pp {
    margin-right: 100px;
}

.select_sk {
    float: right;
    margin-right: 90px;
    cursor: pointer;
}

.icon_up {
    position: absolute;
    top: 18px;
    right: 114px;
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #2478e4;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.icon_down {
    position: absolute;
    top: 18px;
    right: 114px;
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #2478e4;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.college_number {
    width: 120px;
    height: 30px;
    border-radius: 10px;
    border: 0.5px solid rgba(157, 157, 157, 1);
    text-align: center;
    line-height: 30px;
    margin-left: 125px;
    cursor: pointer;
}

.my_major_content {
    /* height: 500px; */
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding-bottom: 30px;
}

.major_content_header {
    height: 60px;
}

.my_major_text {
    display: block;
    float: left;
    font-size: 30px;
    color: #2478e4;
    padding-top: 30px;
}

.my_major_text::before {
    content: '';
    display: block;
    float: left;
    width: 8px;
    height: 30px;
    background-color: #2478e4;
    margin-top: 8px;
    margin-right: 12px;
    margin-left: 40px;
}

.bottom_sc {
    position: fixed;
    bottom: 0;
    height: 130px;
    width: 1200px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    z-index: 99999;
}

.operation {
    text-align: center;
}

.operation_tip {
    text-align: center;
    margin-top: 20px;
}

.operation {
    width: 1200px;
    height: 80px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    /* bottom: -20px; */
}

.adds {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 489px;
    height: 50px;
    background: rgba(36, 119, 227, 1);
    border-radius: 10px;
    box-shadow: 5px 10px 20px 0px rgba(36, 119, 227, 0.2);
    line-height: 50px;
    text-align: center;
    /* font-size: 24px; */
    color: #fff;
}

.chose_pro {
    height: 670px;
}

.float_box {
    width: 860px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
    border-radius: 6px;
    padding: 0 10px;
    z-index: 9999999;
}

.float_title_left {
    font-size: 24px;
    color: #2477e3;
}

.chose_pro_search {
    width: 800px;
    height: 40px;
    border-radius: 20px;
    border: 0.5px solid rgba(151, 151, 151, 1);
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
}

#search_keywords {
    position: absolute;
    top: 4px;
    left: 70px;
    width: 400px;
    height: 30px;
    border: none;
}

.search_but {
    width: 50px;
    height: 30px;
    border-right: 1px solid #cacaca;
    margin-top: 5px;
}

.search_but img {
    width: 20px;
    height: 18px;
    margin-left: 15px;
    margin-top: 6px;
}

.search_cz {
    position: absolute;
    top: -1px;
    right: 0;
    width: 80px;
    height: 40px;
    background: rgba(36, 119, 227, 1);
    border-radius: 0px 20px 20px 0px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.chose_pros {
    width: 800px;
    margin-left: 20px;
}

.chose_pro_item {
    width: 800px;
    height: 60px;
    /* background: rgba(242, 242, 242, 1); */
    /* border-radius: 10px; */
    line-height: 60px;
    border-bottom: 1px dashed #cacaca;
}

.chose_pro_item span {
    display: inline-block;
}

.chose_pro_right {
    float: right;
    width: 120px;
    height: 40px;
    border-radius: 10px;
    border: 0.5px solid rgba(157, 157, 157, 1);
    line-height: 40px;
    text-align: center;
    margin-top: 9px;
}

.chose_pro_right_gray {
    float: right;
    width: 120px;
    height: 40px;
    border-radius: 10px;
    border: 0.5px solid rgba(254, 153, 22, 1);
    background: rgba(254, 153, 22, 1);
    line-height: 40px;
    text-align: center;
    margin-top: 9px;
    color: #fff;
}

.ui-pagination-container {
    line-height: 18px;
}

.pages_nums {
    height: 100px;
}

span,
a {
    display: inline-block;
}

.ui-pagination-container .ui-pagination-page-item {
    padding: 4px 10px;
    margin: 0 3px;
}

.choice_subjects {
    margin-bottom: 67px;
}

.mb10 {
    margin-bottom: 10px;
}

.choice_subjects_t {
    width: 1020px;
    margin: 0 90px;
    height: 45px;
    background: rgba(36, 119, 227, 0.1);
    border-radius: 10px;
    line-height: 45px;
    padding-left: 35px;
    position: relative;
    padding-right: 22px;
}

.choice_subjects_cancel {
    width: 13px;
    height: 13px;
    position: absolute;
    background: url(../images/search_close.png);
    right: 15px;
    top: 17px;
}

.mr15 {
    margin-right: 15px;
}

.choice_subjects_tt {
    font-size: 16px;
    margin-left: 20px;
}

/* .choice_subjects_tt_arrow {
    width: 8px;
    height: 5px;
    background: url(../images/arrowtb333.png);
    position: absolute;
    top: 20px;
    left: 16px;
} */

.checkbox_on:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/checkbox_selected.png);
    top: -2px;
    left: -2px;
}

.choice_subjects_cons {
    width: 1020px;
    margin: 0 90px;
    padding-left: 32px;
}

.choice_subjects_con {
    padding: 0 22px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.checkbox {
    width: 13px;
    height: 13px;
    border: 1px solid #cccccc;
    position: absolute;
    top: 7px;
    /* transform: translateY(-50%); */
    cursor: pointer;
}

.checkbox input {
    width: 100%;
    height: 100%;
    opacity: 0.001;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0;
    cursor: pointer;
}

.choice_cancel {
    right: 40px;
}

.college_result_content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1100px;
    /* height: 700px; */
    background-color: #fff;
    z-index: 99999999;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.college_result_header {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #cacaca;
}

.college_result_header h3 {
    float: left;
    margin: 0;
    line-height: 80px;
    padding-left: 30px;
}

.college_result_number {
    display: block;
    float: left;
    width: 150px;
    height: 40px;
    background-color: #2478e4;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-left: 25px;
    margin-top: 15px;
}

.yx_pp {
    display: block;
    float: left;
    font-size: 16px;
}

.yx_nb {
    display: block;
    float: left;
    margin-left: 20px;
    font-size: 16px;
}

.result_main_content_header {
    width: 1060px;
    height: 60px;
    background-color: #cacaca;
    margin: 20px 20px;
    border-radius: 10px;
}

.result_main_content_college {
    display: inline-block;
    width: 480px;
    line-height: 60px;
    text-align: center;
}

.result_main_content_major {
    display: inline-block;
    width: 200px;
    text-align: center;
}

.school_result_content_item {
    width: 1060px;
    border-bottom: 1px dashed #cacaca;
    margin: 0 20px;
    /* vertical-align: middle; */
}

.school_result_content_item .school_logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0;
}

.school_name_title {
    display: inline-block;
    font-size: 24px;
    margin-top: 10px;
    margin-left: 25px;
    color: #000;
}

.school_belong_item span:first-of-type {
    margin-left: 25px;
}

.school_belong_item span {
    display: inline-block;
    width: 60px;
    height: 20px;
    border: 0.5px solid #cacaca;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
}

.collge_item_content {
    display: inline-block;
    width: 480px;
    padding-left: 20px;
    vertical-align: middle;
}

.major_item_content {
    display: inline-block;
    width: 200px;
    padding: 30px 0;
    vertical-align: middle;
}

.major_item_content span {
    text-align: center;
}

.major_lm {
    display: block;
    font-size: 16px;
}

.major_yq {
    /* margin-top: 10px; */
    display: block;
    color: #979797;
}

.major_yq {
    display: block;
    text-align: center;
}

.result_main_content_yx {
    display: inline-block;
    text-align: center;
    width: 200px;
}

.pp_text {
    display: inline-block;
    width: 200px;
    text-align: center;
    line-height: 140px;
}

#college_list_content {
    background-color: #fff;
    margin-bottom: 50px;
    height: 550px;
    overflow: scroll;
}

.xh_close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background-image: url(/images/xxh.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 20px 40px 0 0;
    cursor: pointer;
}

.college_result_main_header {
    float: left;
}