
.page_nav_tag .tag_list {
    width: 1200px;
    margin: 0 auto;
}

.page_nav_tag .tag_list {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.page_nav_tag .tag_list .item{
    display: inline-block;
    margin-right: 50px;
}
.page_nav_tag .tag_list .item a.active {
    background-color: #343c43;
    padding: 12px 15px;
    color: #fff;
    border-radius: 19px !important;
    -moz-border-radius: 19px !important;
    -webkit-border-radius: 19px !important;
}
.page_nav_tag .tag_list .item a.active:hover {
    background-color: #dcdcde;
    color: #666;
}
.page_banner .page_nav .nav_list a:hover {
    background: rgba(255, 255, 255, .4);
}

.page_banner .page_nav .nav_list.active a,
.page_banner .page_nav .nav_list.active a:hover {
    background: #f8f8f8;
    color: #444;
}

.page_content {
    padding-top: 30px;
}

.page_content .page_floor {
    padding-left: 42px;
    padding-bottom: 40px;
    position: relative;
}
.page_content .page_floor:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    background-color: #dfdfdf;
}

.page_content .page_floor:last-child {
    padding-bottom: 0;
}

.page_content .page_floor .floor_title {
    padding: 0 0 25px;
    margin-left: -42px;
    font-size: 16px;
    color: #333;
}

.page_content .page_floor .floor_title .title_wrapper,
.page_content .page_floor .floor_title .checkbox-item {
    padding-left: 42px;
    font-size: 16px;
    display: inline-block;
    color: #04C3A0;
    font-weight: 600;
    position: relative;
    line-height: 22px;
    background: #F8F8F8;
    cursor: pointer;
}
.page_content .page_floor .floor_title .checkbox-item {
    min-height: 22px;
}

.page_content .page_floor .floor_title .checkbox-item input {
    display: inline-block;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    z-index: -1000;
}

.page_content .page_floor .floor_title .checkbox-item > span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px solid #aaa;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    text-align: center;
    line-height: 18px;
}

.page_content .page_floor .floor_title .checkbox-item.checked:hover > span {
    border-color: #04C3A0;
}

.page_content .page_floor .floor_title .checkbox-item.checked > span {
    background-color: #04C3A0;
}

.page_content .page_floor .floor_title .checkbox-item:hover > span:after,
.page_content .page_floor .floor_title .checkbox-item.checked > span:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 6px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    -webkit-transform: rotate(-50deg) translate(30%, -30%);
    -moz-transform: rotate(-50deg) translate(30%, -30%);
    -ms-transform: rotate(-50deg) translate(30%, -30%);
    -o-transform: rotate(-50deg) translate(30%, -30%);
    transform: rotate(-50deg) translate(30%, -30%);
}

.page_content .page_floor .floor_title .checkbox-item.checked > span {
    background-color: #04C3A0;
    border-color: rgba(6, 168, 232, .7);
}

.page_content .page_floor .floor_title .checkbox-item:hover > span {
    border-color: #04C3A0;
}

.page_content .page_floor .floor_title .checkbox-item:hover > span:after {
    border-color: #fff;
    border-top-color: transparent;
    border-right-color: transparent;
}

.page_content .floor_container {
    height: 300px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .06);
    -moz-box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .06);
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .06);
}

.page_content .floor_container > * {
    float: left;
}

.page_content .floor_container > .short_video {
    width: 140px;
    height: 100%;
    background: #04C3A0 no-repeat center / cover;
    position: relative;
    -webkit-border-radius: 10px 0 0 10px !important;
    -moz-border-radius: 10px 0 0 10px !important;
    border-radius: 10px 0 0 10px !important;
}

.page_content .floor_container > .short_video > .play_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, .80);
}

.page_content .floor_container > .short_video > .play_icon > .iconfont {
    font-size: 38px;
    line-height: 38px;
}

.page_content .floor_container > .short_video > .play_icon:hover > .iconfont {
    color: #fff;
}

.page_content .floor_container > .course_details {
    width: calc(100% - 140px);
    background: #fff;
    padding-top: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0 10px 10px 0 !important;
    -moz-border-radius: 0 10px 10px 0 !important;
    border-radius: 0 10px 10px 0 !important;
}

.page_content .floor_container > .course_details > .course_catalog > .catalog_item {
    float: left;
    margin-left: 20px;
    width: calc(100% - 20px);
    height: 200px;
    background: #f8f8f8;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    position: relative;
}

.page_content .floor_container > .course_details > .course_catalog.col-2 > .catalog_item {
    width: calc(50% - 20px);
}
.page_content .floor_container > .course_details > .course_catalog.col-3 > .catalog_item {
    width: calc(33.333333% - 20px);
}
.page_content .floor_container > .course_details > .course_catalog.col-4 > .catalog_item {
    width: calc(25% - 20px);
}
.page_content .floor_container > .course_details > .course_catalog.col-5 > .catalog_item {
    width: calc(20% - 20px);
}

.page_content .floor_container > .course_details > .course_catalog > .catalog_item > .catalog_wrapper {
    padding: 20px;
    display: inline-block;
    min-height: 100%;
    height: 200px;
    max-height: 100%;
    z-index: 5;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    color: #666;
}

.page_content .floor_container > .course_details > .course_catalog > .catalog_item > .catalog_wrapper:hover {
    position: absolute;
    min-height: 100%;
    max-height: 1000px;
    background: #FFFFFF;
    height: auto;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .2);
    -moz-box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .2);
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .2);
}

.page_content .floor_container > .course_details > .course_catalog > .catalog_item > .catalog_wrapper .catalog_title {
    font-size: 16px;
    color: #333;
    line-height: 1;
    padding-bottom: 15px;
    position: relative;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 40px;
    font-weight: 400;
}

.page_content .floor_container > .course_details > .course_catalog > .catalog_item > .catalog_wrapper .catalog_title span {
    font-size: 24px;
    color: #ccc;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: calc((100% - 15px) / 2 );
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_content .floor_container > .course_details > .course_catalog > .catalog_item > .catalog_wrapper .catalog_list {
    line-height: 24px;
    overflow: hidden;
    height: 120px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.page_content .floor_container > .course_details > .course_catalog > .catalog_item > .catalog_wrapper:hover .catalog_list {
    height: auto;
}
.page_content .floor_container > .course_details > .course_catalog > .catalog_item > .catalog_wrapper .catalog_list .list_text {
    width: 100%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    list-style: inside;
}
.page_content .floor_container > .course_details > .course_catalog > .catalog_item > .catalog_wrapper:hover .etc {
    display: none;
}

.page_content .floor_container > .course_details .course_info {
    padding: 32px 0 32px 20px;
    line-height: 16px;
    height: 80px;
}

.page_content .floor_container > .course_details .course_info > * {
    float: left;
    margin-right: 60px;
    color: #999;
}

.page_content .floor_container > .course_details .course_info > .course_cost {
    color: #de3f3b;
}

.page_content .floor_container > .course_details .course_info > .course_cost.free {
    color: #00d983;
}
.page_content .floor_container > .course_details .course_info > .course_cost del {
    padding-right: 5px;
    color: #666!important;
}

.page_content .floor_container > .course_details .course_info > .course_action {
    float: right;
    margin-right: 0;
    display: block;
    height: 16px;
    position: relative;
    line-height: 16px;
    padding-right: 18px;
    color: #999;
}
.page_content .floor_container > .course_details .course_info > .course_action:hover {
    color: #077eec;
}

.page_content .floor_container > .course_details .course_info > .course_action .iconfont {
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.page_content .page_floor.ultimate {
    padding-bottom: 55px;
}
.page_content .page_floor.ultimate:before {
    display: none;
}
.page_content .page_floor.ultimate .floor_title {
    padding-bottom: 0;
    position: relative;
}
.page_content .page_floor.ultimate .floor_title .floor_link {
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 14px;
    color: #999;
}
.page_content .page_floor.ultimate .floor_title .floor_link:hover {
    color: #077eec;
}
.page_content .page_floor .floor_title .title_wrapper i {
    position: absolute;
    left: 0;
    font-size: 28px;
    line-height: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #077eec;
}
.page_content .page_floor.ultimate .floor_title>.title_desc {
    font-size: 14px;
    color: #666;
    line-height: 1;
    padding: 20px 0 20px 42px;
}
.page_content .page_floor.ultimate .floor_container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    height: auto;
    overflow: visible;
}
.page_content .page_floor.ultimate .floor_container .job_item {
    float: none;
    margin-left: -5px;
    margin-right: -5px;
}
.page_content .page_floor.ultimate .floor_container .job_item .job_wrapper {
    width: calc(100% / 3);
    float: left;
    padding: 0 5px;
}
.page_content .page_floor.ultimate .floor_container .job_item .link_wrapper {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 30px 20px 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.page_content .page_floor.ultimate .floor_container .job_item .link_wrapper:hover {
    -webkit-box-shadow: 0 6px 12px 0 rgba(7, 17, 27, .15);
    -moz-box-shadow: 0 6px 12px 0 rgba(7, 17, 27, .15);
    box-shadow: 0 6px 12px 0 rgba(7, 17, 27, .15);
}
.page_content .page_floor.ultimate .floor_container .job_item .link_wrapper>.job_seeker_icon.iconfont {
    position: absolute;
    left: 20px;
    display: inline-block;
    height: 40px;
    top: calc(50% + 5px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    line-height: 1;
    color: #444;
}
.page_content .page_floor.ultimate .floor_container .job_item .link_wrapper>.job_info {
    line-height: 1;
    color: #333;
    font-size: 16px;
    padding-left: 60px;
}
.page_content .page_floor.ultimate .floor_container .job_item .link_wrapper>.job_info .job_salary {
    color: #999;
    font-size: 14px;
    padding-top: 10px;
}
.page_content .page_floor.ultimate .floor_container .job_item .link_wrapper>.job_info .job_salary .salary_val {
    color: #de3f3b;
}
.page_content .page_floor.ultimate .floor_container .job_item .link_wrapper>.job_requirements {
    line-height: 1;
    padding: 20px 17px;
    border-bottom: 1px solid #eee;
}
.page_content .page_floor.ultimate .floor_container .job_item .link_wrapper>.job_requirements span {
    display: inline-block;
    padding-right: 13px;
    padding-left: 13px;
    border-right: 1px solid #ccc;
}
.page_content .page_floor.ultimate .floor_container .job_item .link_wrapper>.recommended_enterprise {
    padding-top: 20px;
}
.page_content .page_floor.ultimate .floor_container .job_item .link_wrapper>.recommended_enterprise>* {
    float: left;
}
.page_content .page_floor.ultimate .floor_container .job_item .link_wrapper>.recommended_enterprise>.company_logo {
    width: 40px;
    height: 40px;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.page_content .page_floor.ultimate .floor_container .job_item .link_wrapper>.recommended_enterprise>.company_info {
    padding-left: 10px;
}
.page_content .page_floor.ultimate .floor_container .job_item .link_wrapper>.recommended_enterprise>.company_info>* {
    line-height: 1;
}
.page_content .page_floor.ultimate .floor_container .job_item .link_wrapper>.recommended_enterprise>.company_info .company_name {
    padding-bottom: 12px;
    color: #333;
    font-weight: 400;
}

.page_main.fixed_bottom {
    padding-bottom: 100px;
}
.page_main.fixed_bottom .page_action {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    right: 0;
}
.page_action {
    background: #fff;
    padding: 15px 0;
    -webkit-box-shadow: 0 -4px 8px 0 rgba(7, 17, 27, .10);
    -moz-box-shadow: 0 -4px 8px 0 rgba(7, 17, 27, .10);
    box-shadow: 0 -4px 8px 0 rgba(7, 17, 27, .10);
}
.page_action .action_wrapper > * ,
.page_action .action_wrapper .action_label>* {
    float: left;
}
.page_action .action_wrapper .action_label .label_title {
    float: left;
    font-size: 18px;
    color: #de3f3b;
    font-weight: 600;
    line-height: 24px;
    padding: 3px 0;
    margin-right: 20px;
}
.page_action .action_wrapper .package_wrapper .package_list .list_label,
.page_action .action_wrapper .action_label .label_wrapper {
    width: 168px;
    height: 54px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    background: #f8f8f8;
    padding: 7px 20px 7px 10px;
    position: relative;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    overflow: hidden;
}
.page_action .action_wrapper .action_label .label_wrapper .label_text {
    height: 100%;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    line-height: 21px;
}
.page_action .action_wrapper .action_label .else_text {
    display: inline-block;
    height: 64px;
    width: 46px;
    line-height: 64px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.page_action .action_wrapper .package_wrapper .package_list {
    position: relative;
}
.page_action .action_wrapper .package_wrapper .package_list.checked,
.page_action .action_wrapper .action_label .label_wrapper.checked {
    border-color: #077eec;
}

.page_action .action_wrapper .package_wrapper .package_list i.iconfont {
    display: none;
}

.page_action .action_wrapper .package_wrapper .package_list.checked i.iconfont,
.page_action .action_wrapper .action_label .label_wrapper.checked i.iconfont {
    color: #077eec;
    position: absolute;
    bottom: -1px;
    right: -1px;
    font-size: 42px;
    line-height: 1;
    display: block;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.page_action .action_wrapper .action_label .label_wrapper i.iconfont.icon_delete {
    color: #666;
    cursor: pointer;
    right: 3px;
    position: absolute;
    bottom: auto;
    top: 3px;
    font-size: 12px;
}
.page_action .action_wrapper .action_label .label_wrapper.checked i.iconfont.icon_delete:hover {
    color: #333;
}
.page_action .action_wrapper .package_wrapper .package_list input,
.page_action .action_wrapper .action_label .label_wrapper input {
    width: 0;
    height: 0;
    position: absolute;
    display: inline-block;
    opacity: 0;
    z-index: -1000;
}
.page_action .action_wrapper .action_package {
    position: relative;
}
.page_action .action_wrapper .package_wrapper .package_list {
    float: left;
    margin-right: 20px;
}
.page_action .action_wrapper .package_wrapper .package_list:last-child {
    margin-right: 0;
}
.page_action .action_wrapper .package_wrapper .package_list .list_label {
    display: block;
    cursor: pointer;
}
.page_action .action_wrapper .package_wrapper .package_list.checked .list_label {
    border-color: #077eec;
}
.page_action .action_wrapper .package_wrapper .package_list .list_label .package_name {
    color: #333;
}

.page_action .package_list .package_details {
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    height: 212px;
    text-align: center;
    width: 1000px;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.page_action .package_list:hover .package_details {
    display: block;
}
.page_action .package_list .details_wrapper {
    /*position: absolute;*/
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 0 10px 0 rgba(7, 17, 27, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(7, 17, 27, 0.2);
    box-shadow: 0 0 10px 0 rgba(7, 17, 27, 0.2);
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    padding: 30px 30px 25px;
}
.page_action .package_list:first-child .details_wrapper {
    -webkit-transform: translateX(calc(50% - 134px));
    -moz-transform: translateX(calc(50% - 134px));
    -ms-transform: translateX(calc(50% - 134px));
    -o-transform: translateX(calc(50% - 134px));
    transform: translateX(calc(50% - 134px));
}
.page_action .package_list .arrow {
    display: none;
    background: #fff;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 0 0 10px 0 rgba(7, 17, 27, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(7, 17, 27, .2);
    box-shadow: 0 0 10px 0 rgba(7, 17, 27, .2);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 15;
    -webkit-transform: translate(-50%, -25px) rotate(45deg);
    -moz-transform: translate(-50%, -25px) rotate(45deg);
    -ms-transform: translate(-50%, -25px) rotate(45deg);
    -o-transform: translate(-50%, -25px) rotate(45deg);
    transform: translate(-50%, -25px) rotate(45deg);
}
.page_action .package_list .arrow:after {
    display: inline-block;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(-45deg) translateY(-19px);
    -moz-transform: rotate(-45deg) translateY(-19px);
    -ms-transform: rotate(-45deg) translateY(-19px);
    -o-transform: rotate(-45deg) translateY(-19px);
    transform: rotate(-45deg) translateY(-19px);
    background: #fff;
}
.page_action .package_list:hover .arrow {
    display: block;
}
.page_action .package_list .details_wrapper>*,
.page_action .package_list .package_details .details_item>* {
    float: left;
}
.page_action .package_list .package_details .course_info {
    width: 160px;
}
.page_action .package_list .package_details .course_plus {
    width: 60px;
    text-align: center;
    padding: 37px 0;
    height: 90px;
}
.page_action .package_list .package_details .course_plus i.iconfont {
    position: static!important;
    font-size: 16px!important;
    display: block!important;
    color: #666!important;
    line-height: 1;
}
.page_action .package_list .package_details .course_info .course_img {
    width: 100%;
    height: 90px;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.page_action .package_list .package_details .course_info .course_name {
    line-height: 1.714;
    padding-top: 10px;
    color: #333;
}
.page_action .package_list .package_details .details_total {
    margin-left: 50px;
    color: #de3f3b;
    line-height: 1.714;
    text-align: center;
}
.page_action .package_list .package_details .details_total .total_title {
    color: #333;
}
.page_action .package_list .package_details .details_total .total_price {
    font-size: 18px;
}
.page_action .package_list .package_details .details_total .original_price {
    color: #999;
}

.page_action .action_wrapper .action_btn_wrapper {
    float: right;
    position: relative;
    height: 54px;
    padding: 4px 0 4px 20px;
}
.page_action .action_wrapper .action_btn_wrapper .price_item {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
.page_action .action_wrapper .action_btn_wrapper .submit_price {
    color: #de3f3b;
    white-space: nowrap;
}
.page_action .action_wrapper .action_btn_wrapper .submit_price.free {
    color: #28b28b;
}
.page_action .action_wrapper .action_btn_wrapper .submit_price span {
    font-size: 18px;
}
.page_action .action_wrapper .action_btn_wrapper .original_price {
    color: #999;
}
.page_action .action_wrapper .action_btn_wrapper .btn {
    width: 140px;
    height: 46px;
    line-height: 32px;
    font-size: 16px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.page_action .action_wrapper .action_btn_wrapper .btn.green:not(.btn-outline) {
    background-color: #28b28b;
    border-color: #28b28b;
}

