<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
p,
ul,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-weight: 500;
    font-family: "Microsofe Yahei", "å¾®è½¯é›…é»‘";
    color: #888;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

.clearfix:after {
    content: '';
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.ico {
    display: block;
    background-image: url(/images/zhaopin/xiaozhao/icons.png?v4);
    background-repeat: no-repeat;
}

.nav {
    height: 40px;
    padding: 0 35px;
}

.nav li {
    float: left;
    position: relative;
}

.nav li a.band {
    display: block;
    width: 200px;
    height: 40px;
}

.nav a {
    color: #000;
    font-weight: bold;
}

.nav li.active a {
    color: #1470d5;
}

.nav li.active:after {
    content: '';
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -5px;
    background: #1470d5;
}

.nav li + li {
    width: 100px;
    text-align: center;
    padding-top: 18px;
    font-size: 12px;
}

.pull-left {
    float: left;
}

.pull-right,
.nav .pull-right {
    float: right;
}

.nav .email {
    margin-left: 22px;
    margin-top: 6px;
    width: auto;
    color: #000;
    font-weight: bold;
    border:2px solid #fff;
    line-height:38px;
    border-radius: 19px;
    padding:0 15px;
}

#subHeader .email {
}
.nav .email img {
    vertical-align: middle;
}

.nav .email a {
    display: inline;
}

.nav .email a:hover {
    text-decoration: underline;
}

.logo {
    display: block;
    background-image: url(/images/zhaopin/xiaozhao/icon-zp.png?v4);
    background-repeat: no-repeat;
}
#subHeader .ico {
    width: 240px;
    height: 40px;
    display: block;
    background-image: url(/images/zhaopin/xiaozhao/icons.png?v4);
    background-repeat: no-repeat
}
.sub-nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 28px 0;
    background: #fff;
    box-shadow: 0 5px 10px rgba(232, 234, 237, 0.5);
    -moz-box-shadow: 0 5px 10px rgba(232, 234, 237, 0.5);
    -webkit-box-shadow: 0 5px 10px rgba(232, 234, 237, 0.5);
    z-index: 999;
}

#contentWrap {
    background: #f0f3f6;
    position: relative;
    top:-56px;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

#footerWrap {
    width: 100%;
    height: 432px;
    background-color: #0077d9;
}

.footer-box {
    padding-top: 84px;
    width: 1000px;
    margin: 0 auto;
}

.resume {
    width: 395px;
    margin: 0 auto;
}

.send-resume {
    display: block;
    width: 389px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    color: #e6f0ef;
    font-size: 34px;
    border-radius: 50px;
    border: 3px solid #fff;
}

.copyright-text {
    margin-top: 51px;
    height: 54px;
    line-height: 54px;
    color: #e6f0ef;
    font-size: 12px;
    text-align: center;
}

.connect-box {
    margin: 0 auto 15px;
    width: 151px;
    height: 12px;
    background: url(/images/zhaopin/xiaozhao/index_ico.png) no-repeat -138px -153px;
}

.share-box {
    margin: 0 auto;
    text-align: center;
}

.share-box a {
    margin-left: 8px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(/images/zhaopin/xiaozhao/index_ico.png) no-repeat;
}

.share-box .weixin {
    background-position: -125px -64px;
}

.share-box .weixin:hover {
    background-position: -125px 0;
}

.share-box .weibo {
    background-position: -190px -64px;
}

.share-box .weibo:hover {
    background-position: -190px 0;
}

.share-box .qzone {
    background-position: -256px -64px;
}

.share-box .qzone:hover {
    background-position: -256px 0;
}

.share-box .renren {
    background-position: -320px -64px;
}

.share-box .renren:hover {
    background-position: -320px 0;
}

.share-box .douban {
    background-position: -385px -64px;
}

.share-box .douban:hover {
    background-position: -385px 0;
}

/*modal*/
/*start modal*/
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 150px 0 0;
}

.modal-content {
    width: 420px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
    padding: 10px 40px;
}

#signIn .modal-header,
#signUp .modal-header {
    height: 20px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 26px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=50);
    opacity: .5;
    margin-right: -30px;
    outline: 0;
}

.modal-body {
    padding: 10px 10px 50px;
}

.send-resume:hover {
    background: #34cc67;
    border-color: #34cc67;
}

.modal-header p {
    margin: 0;
}

.modal-icons {
    display: inline-block;
    background-image: url('/images/zhaopin/xiaozhao/images/zhaopin/site-dep/index/modal-icons.png');
    background-repeat: no-repeat;
}

.modal-header span.close {
    width: 22px;
    height: 22px;
    background-position: -69px -66px;
}

.modal-header i.checked {
    width: 50px;
    height: 50px;
    background-position: -6px -52px;
    vertical-align: middle;
}

.modal-header h4 p {
    display: inline-block;
    color: #666666;
    font-size: 20px;
}

.modal .modal-title {
    padding: 10px 0;
    border-bottom: 1px solid #e2e4e6;
}

.modal.alert .modal-content {
    width: 580px;
}

.modal.gamelist .modal-content {
    width: 815px;
}

.gamelist .inner {
    padding: 0 30px;
    position: relative;
}

.modal-inner {
    padding: 30px 30px 40px;
}

.modal-inner p,
.modal-inner a {
    color: #747474;
}

.text-lg {
    font-size: 24px;
}

.text-lg a {
    color: #0077d9;
    text-decoration: none;
}

a.btn-radius {
    display: block;
    width: 210px;
    height: 48px;
    background-color: #0077d9;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 18px;
    letter-spacing: 5px;
    text-decoration: none;
    position: relative;
}

a.btn-radius:hover {
    background-color: #0182d9;
}

.text-center {
    text-align: center;
}

.modal-body p {
    margin-top: 0;
}

.modal-body .btn-primary {
    display: block;
    width: 270px;
    height: 48px;
    margin: 20px auto 0;
    background: #0077d9;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    font-size: 20px;
}

.content-wrap {
    padding: 20px 20px 0 30px;
    max-height: 550px;
    overflow-x: hidden;
    overflow-y: auto;
}

.content-wrap h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: normal;
}

.content-wrap h2 small {
    font-size: 60%;
}

.content-wrap h2.blue,
strong.blue {
    color: #0077d9;
}

.content-wrap .mark {
    color: #333333;
}

.content-wrap .dialy {
    margin-bottom: 30px;
}

.content-wrap p {
    margin-bottom: 20px;
    line-height: 22px;
}

#modalDesc .content-wrap p {
    margin-bottom: 0;
}

.content-wrap p.title {
    font-size: 24px;
}

.content-wrap p.title a {
    color: #0077d9;
    text-decoration: underline;
}

.content-wrap .item {
    margin-bottom: 40px;
}

.content-wrap p span {
    color: #0077d9;
}

#modalDesc .content-wrap p {
    text-align: center;
}

.modal h4 {
    padding: 0;
    margin: 0;
}

.modal h4.logo {
    text-align: center;
}

.modal-body .content {
    border-top: 2px solid #e9e9e9;
    position: relative;
    margin-top: 30px;
    padding-top: 20px;
}

.modal-body.form {
    padding-left: 50px;
    padding-right: 50px;
}

.modal-body .content:before {
    content: '';
    position: absolute;
    top: -2px;
    width: 50%;
    height: 2px;
    background-color: #0177d9;
}

.modal-body .content .item {
    display: none;
}

.modal-body .content .item.active {
    display: block;
}
</pre></body></html>