﻿.body .data-content .content .table tr button,.fixed-footer button,.job-ul .job-cell .deliverBtn button {
    color: white;
    border: none;
    font-size: 16px;
    padding: 5px;
    width: 86px;
    height: 30px;
    line-height: 20px;
    outline: none
}

.body .data-content .content .table tr .deliver,.fixed-footer .deliver,.job-ul .job-cell .deliverBtn .deliver {
    background: #0050d2
}

.body .data-content .content .table tr .delivered,.fixed-footer .delivered,.job-ul .job-cell .deliverBtn .delivered {
    background: #F39800
}

.ad .QRCode,.body .right-detail .right-content .QRCode-content .QRCode {
    width: 110px;
    height: 110px;
    background: url("/static/suobo/style/images/careertalk2018/QRCode.png") no-repeat;
    background-size: 100px 100px;
    margin-top: 10px
}

input {
    outline: none
}

body {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%
}

body .blue-header .content .search .fake-submit {
    right: 0
}

#content {
    position: relative;
    flex: 1;
    display: flex;
    flex-flow: row;
    margin-top: 50px
}

#content .scroll-hidden {
    flex: 0 0 260px;
    width: 260px;
    position: relative;
    top: -64px;
    overflow: hidden;
    background: #1860d6;
}

#content .scroll-hidden .left {
    width: 260px;
    height: calc(100vh - 0);
    padding-top: 64px;
    background: #1860d6;
    color: white;
    overflow-y: auto;
    transition: padding 1s
}

.login {
    flex: 0;
    height: 100px;
    background: #0040be;
    text-align: center
}

.login button {
    width: 100px;
    height: 33px;
    border: none;
    border-radius: 5px;
    margin-top: 35px
}

.login button:first-child {
    background: #007aff;
    margin-right: 20px
}

.login button:last-child {
    background: #F6AB00
}

.login button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 31px;
    color: white
}

.college {
    width: 100%;
    font-size: 16px;
    padding-top: 40px;
    flex: 1;
    padding-bottom: 1000px
}

.college ul {
    width: 100%;
    font-weight: 100;
    padding: 0 20px
}

.college ul li {
    height: 54px;
    line-height: 54px
}

.college ul li:hover {
    cursor: pointer
}

.college ul li.current,.college ul li:hover {
    color: black;
    padding-left: 10px;
    background: url("/static/suobo/style/images/careertalk2018/selected.png") 0 14px no-repeat;
    background-size: 210px 30px
}

.right {
    display: flex;
    flex: 1;
    font-size: 0;
    flex-flow: column
}

.body {
    flex: 1 0 auto;
    height: auto
}

.header-content {
    position: relative;
    display: flex;
    flex-flow: row;
    height: 180px;
    background: #e6e7e8;
    font-size: 14px
}

.search-content {
    flex: 1;
    padding: 50px
}

.search-content p {
    font-size: 22px;
    font-weight: 500
}

.search-content .search {
    box-sizing: border-box;
    background: #b5b5b6;
    height: 56px;
    width: 78%;
    min-width: 648px;
    padding: 8px 10px 8px 12px
}

.search-content .search form {
    width: 100%
}

.search-content .search form .flex-box {
    width: 100%;
    display: flex;
    flex-flow: row
}

.search-content .search form .flex-box .search_bar {
    flex: 1
}

.search-content .search form .flex-box .search_bar #keyword {
    min-width: 100%;
    height: 40px;
    border-radius: 4px 0 0 4px;
    border: none;
    text-indent: 20px
}

.fixed-block {
    flex: 0 0 418px;
    border-left: 4px solid #B5B5B6
}

#beginDate {
    width: 120px;
    height: 40px;
    border: none;
    background: url("/static/suobo/style/images/careertalk2018/date.png") 6px center no-repeat;
    background-size: 18px 18px;
    background-color: white;
    text-indent: 26px
}

.city {
    position: relative
}

#name_searchCity {
    position: relative;
    top: 0;
    left: 0;
    width: 64px;
    height: 40px;
    border: none;
    background-color: white;
    text-align: left
}

.dropDownArrow {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 64px;
    height: 40px;
    text-indent: 6px;
    line-height: 40px
}

.search_drop_down {
    position: relative
}

#careerTalkSchoolSelect {
    width: 142px;
    height: 40px
}

.search-button {
    width: 74px;
    height: 40px;
    border: none;
    border-radius: 4px;
    vertical-align: middle;
    background: url("/static/suobo/style/images/careertalk2018/searchIcon.png") center center no-repeat;
    background-size: 20px 20px;
    background-color: #0050d2
}

.search-content .search form div {
    display: inline-block
}

.ad {
    display: flex;
    position: relative;
    width: 220px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.ad:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fdfdfd;
    border-left: 1px solid #cacbcb;
    border-right: 1px solid #edeeef;
    box-shadow: 0 0 3px #edeeef
}

.body .data-content {
    font-size: 16px;
    padding: 28px 38px
}

.body .data-content .content {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 96%;
    min-width: 900px;
    height: auto;
    border: 1px solid #ccc;
    padding: 0 10px;
    background: #ffffff
}

.body .data-content .content .fake-thead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f7f8f8;
    z-index: 10
}

.body .data-content .content .fake-thead td:first-child {
    text-indent: 10px
}

.body .data-content .content .fake-thead td {
    font-weight: 600;
    line-height: 40px;
    text-align: left
}

.body .data-content .content .table {
    width: 100%;
    height: auto;
    table-layout: fixed;
    margin-bottom: 100px
}

.body .data-content .content .table thead td:first-child {
    min-width: 50px;
    color: #f39800;
    font-weight: 600
}

.body .data-content .content .table tbody>tr {
    height: 50px
}

.body .data-content .content .table tbody>tr:hover {
    background: #fafafb
}

.body .data-content .content .table tbody>tr td:first-child:hover {
    cursor: pointer
}

.body .data-content .content .table tbody>tr td:nth-child(2) {
    text-indent: 20px
}

.body .data-content .content .table tbody>tr td:nth-child(2),.body .data-content .content .table tbody>tr td:nth-child(5) {
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.body .data-content .content .table tbody>tr td:nth-child(3),.body .data-content .content .table tbody>tr td:nth-child(4),.body .data-content .content .table tbody>tr td:nth-child(5) {
    color: #7d7c7c
}

.body .data-content .content .table tbody>tr td {
    border-bottom: 1px dashed #dadbdb;
    font-size: 16px
}

.body .data-content .content .table tbody>tr .star {
    background: url("/static/suobo/style/images/careertalk2018/star.png") center center no-repeat;
    background-size: 20px 20px
}

.body .data-content .content .table tbody>tr .star_bling {
    background: url("/static/suobo/style/images/careertalk2018/star_bling.png") center center no-repeat;
    animation: bling 1s
}

@keyframes bling {
    to,from {
        transform: none
    }

    50% {
        transform: scale(1.5)
    }
}

.body .data-content .content .table tr {
    height: 40px
}

.body .data-content .content .table tr td {
    text-align: center
}

.body .data-content .content .pagination {
    position: relative;
    margin-bottom: 30px;
    text-align: right
}

.body .data-content .content .pagination .message {
    display: inline-block;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top
}

.body .data-content .content .pagination .message:first-child {
    position: absolute;
    left: 50px
}

.body .data-content .content .pagination .pg {
    font-size: 14px
}

.body .data-content .content .pagination .current {
    background: #0050D2;
    border: 1px solid #0050D2
}

.body .detail-header {
    width: 100%;
    height: 270px;
    background-color: #e6e7e8;
    box-sizing: border-box;
    padding: 50px 60px;
    font-size: 14px
}

.body .detail-header .company-name {
    font-size: 20px;
    font-weight: 500
}

.body .detail-header .message {
    width: 75%;
    min-width: 790px;
    height: 100px;
    background: white;
    margin-top: 10px
}

.body .detail-header .message .option {
    display: inline-flex;
    width: 200px;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: url("/static/suobo/style/images/careertalk2018/line.png") right center no-repeat;
    margin-right: 30px
}

.body .detail-header .message .option span {
    width: 60px;
    vertical-align: top
}

.body .detail-header .message .option span i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 4px
}

.body .detail-header .message .option .favorite:hover {
    cursor: pointer
}

.option .star {
    background: url("/static/suobo/style/images/careertalk2018/star.png") left center no-repeat;
    background-size: 20px 20px
}

.option .star_bling {
    background: url("/static/suobo/style/images/careertalk2018/star_bling.png") left center no-repeat;
    animation: bling 1s
}

.option .share {
    background: url("/static/suobo/style/images/careertalk2018/share.png") left center no-repeat;
    overflow: visible
}

.option span i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 4px;
}
.option .share:after {
     content: "分享";
     position: relative;
     display: inline-block;
     left: 24px;
     top: 5px;
     font-size: 14px;
 }
.option .favorite:hover {
    cursor: pointer;
}

.body .detail-header .message .option .share:after {
    content: "分享";
    position: relative;
    display: inline-block;
    left: 24px;
    top: 5px;
    font-size: 14px
}

.body .detail-header .message .message-details {
    width: 552px;
    height: 60%;
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    margin-top: 30px
}

.body .detail-header .message .message-details span {
    display: inline-block;
    width: 250px;
    font-weight: 500;
    vertical-align: top
}

.body .detail-header .message .message-details span em {
    font-weight: 300
}

.body .detail-header .message .message-details span:nth-child(2),.body .detail-header .message .message-details span:nth-child(4) {
    width: 290px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.body .right-detail .right-content .QRCode-content .content-header,.body .guess .content-header,.body .schoolEnrollment .content-header,.body .xiangqing-content .content .content-header,.body .xiangqing-content .content-job .content-header {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f7f8f8;
    text-align: left;
    text-indent: 20px
}

.body .right-detail .right-content .QRCode-content,.body .guess,.body .schoolEnrollment,.body .xiangqing-content .content,.body .xiangqing-content .content-job {
    display: block;
    width: 100%;
    height: 500px;
    background: white;
    border: 1px solid #edeeee
}

.body .right-detail {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    height: 100%;
    font-size: 14px;
    z-index: 10;
    transition: width 1s
}

@media screen and (max-width: 1364px) {
    .body .right-detail {
        overflow: hidden;
        width: 0
    }

    .body .right-detail p {
        visibility: hidden
    }
}

.body .right-detail .right-content {
    width: 100%
}

.body .right-detail .right-content .QRCode-content {
    height: 250px;
    text-align: center;
    margin-bottom: 9px
}

.body .right-detail .right-content .QRCode-content .stress {
    color: #0050D2;
    font-size: 16px;
    font-weight: 600
}

.body .right-detail .right-content .QRCode-content .QRCode {
    background-size: 110px 110px;
    margin: 20px auto
}

.guess {
    margin-bottom: 10px
}

.guess .main-content {
    padding: 20px;
    height: 320px
}

.guess .main-content .image-content {
    display: inline-block;
    margin: 0 4px 18px 0;
    text-align: center
}

.guess .main-content .image-content .image {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #ededed;
    border-radius: 14px;
    overflow: hidden
}

.guess .main-content .image-content .image img {
    width: 60px;
    height: 60px;
    transition: all 1s
}

.guess .main-content .image-content .name {
    display: block;
    width: 60px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px
}

.guess .main-content .image-content:hover .image img {
    transform: scale(1.4)
}

.schoolEnrollment {
    margin-bottom: 100px
}

.schoolEnrollment .main-content {
    padding: 20px;
    height: 320px
}

.schoolEnrollment .main-content .image-content {
    display: inline-block;
    margin: 0 4px 18px 0;
    text-align: center
}

.schoolEnrollment .main-content .image-content .image {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #ededed;
    border-radius: 50%;
    overflow: hidden
}

.schoolEnrollment .main-content .image-content .image img {
    width: 60px;
    height: 60px;
    transition: all 1s
}

.schoolEnrollment .main-content .image-content .name {
    display: block;
    width: 60px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px
}

.schoolEnrollment .main-content .image-content:hover .image img {
    transform: scale(1.4)
}

.decoration {
    width: 100%;
    background: white;
    border: 1px solid #edeeee;
    position: relative;
    top: -90px
}

.body .xiangqing-content .content .content-header a,.body .xiangqing-content .content-job a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.body .xiangqing-content .content .content-header a.current,.body .xiangqing-content .content-job a.current {
    display: inline-block;
    position: relative;
    width: 120px;
    color: #0050d2;
    font-size: 16px;
    font-weight: 600
}

.body .xiangqing-content .content .content-header a.current:after,.body .xiangqing-content .content-job a.current:after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    width: 80%;
    height: 0;
    border-bottom: 2px solid #0050d2
}

.body .xiangqing-content {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1000px;
    font-size: 14px;
    z-index: 2
}

.body .xiangqing-content .content {
    position: relative;
    left: 60px;
    /*top: -40px;*/
    width: 70%;
    height: auto;
    min-height: 900px;
    max-width: 1200px;
    background:0;
}

@media screen and (max-width: 1364px) {
    .body .xiangqing-content .content {
        width: 900px
    }
}

.content-detail {
    width: 100%;
    padding: 80px 80px 120px 80px;
    box-sizing: border-box;
    background:#fff;
}

.content-detail table {
    width: 80%;
    table-layout: fixed
}

.fixed-footer {
    height: 100px;
    width: 90%;
    margin: 30px auto -120px auto;
    border-top: 1px solid #ccc;
    text-align: center;
    clear: both
}

.fixed-footer button {
    margin-top: 30px
}

.body .xiangqing-content .content-job {
    position: relative;
    left: 60px;
    width: 70%;
    height: auto;
    max-width: 1200px;
    min-width: 900px;
    padding-bottom: 10px
}

.job-ul {
    width: 96%;
    margin-left: 2%
}

.job-ul .job-cell {
    display: inline-flex;
    width: 47%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #dadbdb
}

.job-ul .job-cell:nth-child(odd) {
    margin-right: 4%
}

.job-ul .job-cell span {
    display: inline-block
}

.job-ul .job-cell .name {
    flex: 1
}

.job-ul .job-cell .deliverBtn {
    flex: 0 0 86px
}

.job-ul .job-cell .deliverBtn button {
    height: 26px;
    font-size: 14px;
    padding: 14px;
    line-height: 2px
}

.right-footer {
    flex: 0 0 400px;
    flex-shrink: 0
}

.new-footer {
    width: 100%;
    height: 200px;
    margin: 10px auto 40px auto;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 1364px) {
    .new-footer {
        margin-left: 70px
    }
}

.level1 {
    position: relative;
    justify-content: space-around;
    width: 700px;
    margin: 20px auto;
    font-size: 16px;
    line-height: 40px;
    padding: 0 30px
}

.level1 a {
    display: inline-block;
    width: 80px;
    height: 40px;
    text-align: center
}

.level1:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 40px;
    background: #fdfdfd;
    border-top: 1px solid #cacbcb;
    border-bottom: 1px solid #edeeef;
    box-shadow: 0 0 3px #edeeef
}


.province-container,.detail-container {
    position:relative;
    padding-top:60px;
    width:1200px;
    left:50%;
    margin-left:-600px
}
.province-container .position,.detail-container .position {
    height:50px;
    line-height:50px;
    color:white;
    border:1px solid #dadada;
    box-sizing:border-box;
    font-size:0
}
.province-container .position>p,.detail-container .position>p {
    position:relative;
    font-size:18px;
    background:#0050d2;
    display:inline-block;
    height:100%;
    box-sizing:border-box;
    padding:0 10px;
    line-height:48px
}
.province-container .position>p:after,.detail-container .position>p:after {
    position:absolute;
    right:-48px;
    top:0;
    content:"";
    display:inline-block;
    border-width:24px;
    border-style:solid;
    border-color:transparent transparent transparent #0050D2
}
.province-container .position>p .no-point,.detail-container .position>p .no-point {
    cursor:not-allowed
}

.province-container .right {
    width:326px;
    top:66px;
    margin-left:876px
}
.province-container .right>.item,.detail-container .right>.item {
    background:white;
    padding:10px 16px;
    line-height:30px;
    margin-bottom:10px;
    border-color: #0050D2 #dadada #dadada #dadada;
    border-width: 4px 1px 1px 1px;
    border-style: solid solid solid;
}
.province-container .right>.item .title,.detail-container .right>.item .title {
    margin-bottom:10px
}
.province-container .right>.item em,.detail-container .right>.item em {
    font-weight:bold
}
.province-container .select-content,.detail-container .select-content {
    width:110%;
    margin-left:-6px
}
.province-container .select-content a,.detail-container .select-content a {
    display:inline-block;
    width:58px;
    height:22px;
    line-height:22px;
    border:1px dashed #cdcdcd;
    text-align:center;
    border-radius:10px;
    box-sizing:border-box;
    margin-bottom:10px
}
.province-container .select-content a.active,.province-container .select-content a:hover,.detail-container .select-content a.active,.detail-container .select-content a:hover {
    background:#008cf0;
    color:white;
    border-color:#008cf0
}
.province-container .right {
    position:absolute
}
.province-container .right .contact-content {
    margin:0 0 24px 10px
}
.province-container .right .qrcode-content {
    font-size:0;
    text-align:center
}
.province-container .right .qrcode-content img:first-child {
    margin-right:38px
}
.province-container .table-content {
    background:white;
    margin-top:6px;
    box-sizing:border-box;
    border-color:#dadada;
    border-style:solid;
    border-width:0 1px 1px 1px;
    padding-bottom:6px
}
.province-container .table-content:before {
    content:'';
    display:block;
    height:2px;
    width:100%;
    background:#0050D2
}
.province-container .table-content>table {
    width:100%;
    table-layout:fixed
}
.province-container .table-content>table .em {
    color:#0050D2
}
.province-container .table-content>table thead {
    position:relative;
    border-top:2px solid #dadada;
    border-bottom:2px solid #dadada
}
.province-container .table-content>table tr {
    height:54px;
    line-height:54px
}
.province-container .table-content>table tbody tr {
    padding:0 2px;
    border-bottom:1px dashed #dadada
}
.province-container .table-content>table tbody tr:hover {
    background:#fafafb
}
.province-container .table-content>table th:first-child {
    padding-left:14px
}
.province-container .table-content>table td:first-child {
    padding-left:12px
}
.province-container .table-content>table td,.province-container .table-content>table th {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align:center
}
.province-container .table-content>table td:first-child,.province-container .table-content>table th:first-child {
    text-align:left
}

.intro-content {
    margin: 0px 0 10px 0;
    border: 1px solid #dadada;
    padding:10px 20px 20px 20px;
    background:white
}
.intro-content .intro-detail {
    color:#8c8c8c;
    border-bottom:1px dashed #c0c0c0
}
.intro-content .intro-detail>span {
    margin-right:24px
}
.intro-content .em {
    font-size:25px;
    font-weight:bold;
}
.intro-content .message-content {
    margin-top:16px
}
.intro-content .message-content>p {
    color:#0050d2;
    display:inline-block;
    width:300px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    margin-right:10px
}
.intro-content .message-content>p>span {
    color:black
}
.content .involve {
    background: white;
    height: 454px;
    width: 100%;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #dadada;
    text-align: center;
    padding: 14px 0;
    box-sizing: border-box;
}
.content .involve .tip {
    text-align: left;
    width: 98%;
    height: 86px;
    box-sizing: border-box;
    color: #004098;
    background: #ccdcf6;
    padding: 16px 24px 22px;
    margin: 44px auto 0 auto;
    line-height: 2;
}

.right-con{
    width:218px;
    margin-left: 75px;
}
.right-con>.item, .right-con>.item {
    background: white;
    padding: 10px 16px;
    line-height: 30px;
    margin-bottom: 10px;
    border-color: #0050D2 #dadada #dadada #dadada;
    border-width: 4px 1px 1px 1px;
    border-style: solid solid solid;
}
.right-con .title {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #0050d2;
    font-weight: bold;
}
.title:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #0050d2;
    margin-right: 8px;
}
.vertical-top {
    vertical-align: top;
}
.tel-content {
    display: inline-block;
}
.right-con .qrcode-content {
    margin-top: 20px;
    text-align: center;
}
.right-con .qrcode-content p {
    color: #0050D2;
    line-height: 20px;
}
