<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	position: relative;
	height: 100%;
	font-family: "Hiragino Sans GB", "Microsoft Yahei", SimSun, Arial, "Helvetica Neue", Helvetica;
	font-size: 12px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f2f6fc;
	*background-image: url(about:blank);
	*background-attachment: fixed;
}
* {
	box-sizing: border-box;
}
a,a:hover {
    text-decoration: none;
}

dd, dl, dt, em, i, li, ol, ul {
    font-style: normal;
    list-style: none;
}
.icon {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 8;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../Images/newicon.png) no-repeat;
    zoom: 1;
}
.icon-refresh {
    left: 0;
    background-position: 0 -285px;
}
.fl {
    float: left !important;
}
.fr{
    float: right !important; 
}
.mr15{
    margin-right: 15px;
}
h2 {
    font-size: 30px;
}
.pl50{
    padding-left: 50px !important;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
}
h4.title {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}

h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    *padding: 0 10px;
    *line-height: 1.5;
}
.btn-blue {
    background-color: #0780db;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    zoom: 1;
}
.open{
    z-index:999;
  }
  .open .dropdown-menu{
    display:block;
  }
.header *{
    box-sizing: content-box;
}
.header .nav {
    position: relative;
}
.logined{
    line-height: 100px;
    color: #fff;
    font-size: 14px;
}
.logined .companyname{
    max-width: 100px;
}
.logined a{
    color: #fff;
    text-decoration: none;
}
.container {
    width: 1140px;
    margin: 0 auto;
}
.resume-info{
    width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0;
}
.resume-info .hd {
    float: left;
    display: table;
    overflow: hidden;
    zoom: 1;
}
.resume-info .hd .avatar {
    display: table-cell;
    width: 160px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
.resume-info .hd .avatar img {
    width: 150px;
    margin: 0 auto;
    vertical-align: middle;
    border-radius: 4px;
    _width: expression(this.width&gt;160 &amp;&amp; this.width&gt;this.height ? 160:true);
    _height: expression(this.height&gt;160 ? 160:true);
}
.resume-info .bd {
    float: left;
    width: 84%;
    margin-left: 20px;
}
.resume-info .bd h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 34px;
}
.resume-info .bd h2 span {
    display: inline-block;
    margin-right: 5px;
}
.resume-info .bd h2 span.icon {
    position: relative;
    top: 0;
    margin-top: 0;
    display: inline-block;
}
.resume-info .bd h2 span.icon.icon-female {
    background-position: -117px -101px;
}
.resume-info .bd h2 span.icon.icon-male {
    background-position: -117px -121px;
}
.resume-info .bd h2 em {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 15px;
    line-height: 1.5;
    font-size: 15px;
    color: #666;
    background-color: #fff;
    border-radius: 100px;
}
.resume-info .bd p .label {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 15px;
    line-height: 1.5;
    font-size: 15px;
    color: #666;
    background-color: #fff;
    border-radius: 100px;
}
.resume-info .bd ul {
    margin-top: 20px;
}
.resume-info .bd ul li {
    position: relative;
    float: left;
    margin-right: 15px;
    padding-left: 25px;
    font-size: 18px;
    line-height: 20px;
}
.blue {
    color: #0780db !important;
}
.resume-info .clicklink{
    font-size: 14px;
}
.resume-info .bd ul li .icon.icon-mobile {
    background-position:-24px -361px
}
.resume-info .bd ul li .icon.icon-qq {
    background-position:-99px -303px
}
.resume-info .bd ul li .icon.icon-email {
    background-position:-118px -303px
}
.resume-info .bd ul li .icon.icon-wechat {
    background-position:-115px -284px;
}
.resume-info .ft .btns .btn-lg {
    position: relative;
    padding: 12px 25px!important;
    line-height: 20px;
    font-size: 18px!important;
}
.btns .icon.icon-download {
    background-position: -65px -447px;
    width: 28px;
    left: 20px;
}
.resume-info .ft .btns .btn-download {
    position: relative;
    padding: 12px 20px 12px 55px!important;
    line-height: 20px;
    font-size: 18px!important;
}
.resume-info .ft {
    position: absolute;
    top: 30px;
    right: 0;
}
.btns{
    display: block;
    text-align: right;
}
.btns a{
text-decoration: none;
color: #fff;
}
.btn-blue-outline {
    color: #0780db !important;
    border: 1px solid #0780db !important;
}
.handle
{   display: block;
    text-align: right;
    padding-top: 20px;
}
.resume-info .ft .handle a {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    width: 20px;
    height: 20px;
}
.resume-info .ft .handle a .dropdown-menu {
    top: 30px;
    margin-left: -20px;
    padding: 4px 0;
    min-width: 60px;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    text-align: center;
    background-color: #000;
    border: none;
    border-radius: 3px;
    box-shadow: none;
}
.logintime{
    color: #000; text-align: right;
    padding-top: 8px;
}
.resume-info .ft .handle a .icon.icon-favorite {
    background-position: 0 -361px;
}
.resume-info .ft .handle a .icon.icon-favorited {
    background-position: -62px -338px;
}
.resume-info .ft .handle a .icon.icon-download {
    background-position: -44px -362px;
    width: 22px;
}

.resume-info .ft .handle a .icon.icon-printing {
    background-position: -68px -361px;
}
.resume-info .ft .handle a .icon.icon-report {
    background-position: -90px -361px;
}
.resume-info .ft .handle a .icon.icon-shield {
    background-position: -113px -361px;
}
.resume-box{
    background: #fff;
}
.resume-box .container{
    position: relative;
}
.sidebar {
    width: 280px;
}
.sidebar h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.sidebar .resume .resume-item {
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.sidebar .resume .resume-item .hd {
    padding: 15px 15px 0;
    overflow: hidden;
}
.sidebar .resume .resume-item .hd .avatar {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.sidebar .resume .resume-item .hd .avatar img {
    width: 50px;
}
.sidebar .resume .resume-item .hd .desc {
    margin-left: 65px;
    overflow: hidden;
}
.sidebar .resume .resume-item .hd .desc h5 {
    position: relative;
    margin-bottom: 5px;
    height: 20px;
    line-height: 1;
}
.sidebar .resume .resume-item .hd .desc h5 span {
    display: inline-block;
    line-height: 20px;
}

.sidebar .resume .resume-item .hd .desc h5 .icon {
    position: relative;
    top: 0;
    margin-top: 0;
    margin-left: 5px;
    display: inline-block;
}
.sidebar .resume .resume-item .hd .desc h5 .icon.icon-female {
    background-position: -97px -101px
}
.sidebar .resume .resume-item .hd .desc h5 .icon.icon-male {
    background-position: -97px -121px;
}
.dark-grey {
    color: #666 !important;
}
.sidebar .resume .resume-item .bd {
    padding: 10px 15px 15px;
}
.sidebar .resume .resume-item .bd p {
    margin-top: 5px;
}

.content.bd {
    *width: 740px;
    padding-right: 20px;
    padding-bottom: 30px;
    border-right: 1px dashed #bccfe3;
}
.content {
    width: 820px;
}
.content.bd {
    padding-right: 40px;
}
.mt40 {
    margin-top: 40px !important;
}
.con p {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    word-break: break-all;
}
.con p span {
    display: inline-block;
}
.red {
    color: #ff3030 !important;
}
.light-grey {
    color: #ccc !important;
}
/*æ—¶é—´è½´*/
.timeline {
    position: relative;
    overflow: hidden;
}
.pt10 {
    padding-top: 10px;
}
.timeline li {
    position: relative;
    zoom: 1;
    padding-bottom: 30px;
}
.timeline li .timeline-round {
    position: absolute;
    top: 0;
    left: -3px;
    z-index: 500;
    display: block;
    width: 13px;
    height: 13px;
    background-color: #c5ddf6;
    border: 3px solid #fff;
    border-radius: 10px;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 3px;
    border-left: 1px solid #c5ddf6;
}
.timeline li .timeline-content {
    margin-left: 20px;
    font-size:14px;
}
.timeline li .timeline-content h6 {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1;
}
.timeline li .timeline-content p {
    line-height: 24px;
    font-size: 13px;
}
.grey {
    color: #999 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.resume-label {
    position: relative;
    margin-bottom: -15px;
    overflow: hidden;
}
.resume-label li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.resume-label li span {
    position: relative;
    display: block;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    border: 1px solid #cde2f7;
    border-radius: 10px;
    background-color: #f7faff;
}
.resume-works {
    position: relative;
    overflow: hidden;
}
.resume-works li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 202px;
}
.resume-works li .resume-works-hd {
    display: table;
    height: 204px;
    text-align: center;
    overflow: hidden;
    *display: block;
    *zoom: 1;
}
.resume-works li .resume-works-hd a {
    display: table-cell;
    width: 200px;
    height: 202px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #eee;
    *display: block;
    *font-size: 150px;
}
.resume-works li .resume-works-hd a img {
    max-height: 100%;
    vertical-align: middle;
    _width: expression(this.width&gt;200 &amp;&amp; this.width&gt;this.height ? 200:true);
    _height: expression(this.height&gt;200 ? 200:true);
}
.resume-works li .resume-works-bd {
    margin-top: 5px;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
}
.resume-works  img {
    max-width: 100%;
    height: auto;
    border: 0;
}

/*æç¤ºæ¡†*/
.user_report, .dialog_downloadapp {
    display: none;
}

.dialog_report {
    padding: 25px;
}

    .dialog_report ul {
        margin: -8px;
        padding: 10px 0;
        background-color: #fff;
    }

        .dialog_report ul li {
            float: left;
            margin: 8px;
        }

            .dialog_report ul li a {
                display: block;
                padding: 13px 20px;
                font-size: 14px;
                line-height: 1;
                color: #666;
                border-radius: 3px;
                background-color: #eee;
            }

                .dialog_report ul li a.active, .dialog_report ul li a:hover {
                    color: #fff;
                    text-decoration: none;
                    background-color: #ff6060;
                }

    .dialog_report .textarea textarea {
        display: block;
        resize: none;
        padding: 0 !important;
        width: 100%;
        color: inherit;
        font-size: 12px;
        line-height: inherit;
        outline: 0;
        border: none;
    }

    .dialog_report .textarea {
        margin: 10px 0 20px;
        padding: 10px;
        border: 1px solid #ddd;
    }

.interview-resume{display:none;}

.dialog_downloadapp {
    display: none;
}

.view-contact-info {
    background-color: #ff4d00;
    padding: 5px 15px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
}

    .view-contact-info:hover {
        background-color: #ff7235;
        color: #fff;
        text-decoration: none;
    }</pre></body></html>