﻿
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
.intro-wrap {
    background-color: #1c2029; 
}
#nav-bar-vas.navbar-active {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

#nav-bar-vas nav {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: right;
}

.intro-top-nav #nav-bar-vas.navbar-active {
    background-color: #fff;
} 


.intro-top-nav #nav-bar-vas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: none;
}

.intro-top-nav #nav-bar-vas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: none;
} 

    .intro-top-nav #nav-bar-vas .comment:before {
        content: "New";
        position: absolute;
        top: 8px;
        right: -30px;
        padding: 0 11px;
        line-height: 20px;
        color: #fff;
        font-size: 12px;
        border-radius: 6px 6px 6px 0;
        background-color: #f64;
    }


#nav-bar-vas .logo {
    float: left;
    height: 70px;
    padding: 18px 0;
}

    #nav-bar-vas .logo img {
        height: 36px;
    }


#nav-bar-vas ul {
    display: inline-block;
}

#nav-bar-vas li {
    position: relative;
    display: inline-block;
    margin-left: 50px;
    font-size: 16px;
    cursor: pointer;
}

    #nav-bar-vas li.login-item {
        margin-left: 100px;
    }

#nav-bar-vas a:focus {
    outline: none;
    text-decoration: none;
}

#nav-bar-vas .arrow-down {
    display: inline-block;
    position: relative;
    width: 7px;
    height: 7px;
    bottom: 4px;
    margin-left: 10px;
    line-height: 0;
    border: 1px solid #fff;
    border-width: 0 0 1px 1px;
    font-size: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


#nav-bar-vas .top-nav {
    position: relative;
}

    #nav-bar-vas .top-nav.active:after {
        content: '';
        position: absolute;
        width: 16px;
        height: 4px;
        left: 50%;
        bottom: 12px;
        margin-left: -8px;
        background-color: #f64;
    }

    #nav-bar-vas .top-nav a {
        display: inline-block;
        position: relative;
        height: auto;
        line-height: 70px;
        padding: 0 20px;
        color: #fff;
    }

#nav-bar-vas .sub-nav {
    display: none;
    position: absolute;
    top: 90%;
    left: 50%;
    border-radius: 4px;
    text-align: center;
    word-break: keep-all;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

    #nav-bar-vas .sub-nav .arrow-top {
        position: absolute;
        width: 15px;
        height: 15px;
        -webkit-transform: rotate(-45deg) translateX(-50%);
        transform: rotate(-45deg) translateX(-50%);
        top: -12px;
        left: 50%;
        background-color: #fff;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    }

    #nav-bar-vas .sub-nav .drop {
        position: relative;
        border-radius: 4px;
        background-color: #fff;
    }

    #nav-bar-vas .sub-nav a {
        display: block;
        padding: 10px 25px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.65);
        border-radius: 4px;
    }

        #nav-bar-vas .sub-nav a:hover {
            background-color: #f4f4f4;
        }

#nav-bar-vas li:hover .sub-nav {
    display: block;
}

#nav-bar-vas .login {
    line-height: 70px;
    cursor: pointer;
}

    #nav-bar-vas .login .name,
    #nav-bar-vas .login a {
        display: inline-block;
        padding: 6px 16px;
        line-height: 1;
        border: 1px solid #999;
        border-radius: 20px;
        font-size: 14px;
        color: #fff;
    }


/*一份好简历*/ 
.ant-spin {
    color: #108ee9;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    font-size: 12px;
    display: none;
}

.ant-spin-spinning {
    opacity: 1;
    position: static;
    display: inline-block;
}

.ant-spin-nested-loading {
    position: relative;
}

    .ant-spin-nested-loading > div > .ant-spin {
        position: absolute;
        height: 100%;
        max-height: 320px;
        width: 100%;
        z-index: 4;
    }

        .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -10px;
        }

        .ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
            position: absolute;
            top: 50%;
            width: 100%;
            padding-top: 6px;
        }

        .ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
            margin-top: -20px;
        }

    .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
        margin: -7px;
    }

    .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
        padding-top: 3px;
    }

    .ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
        margin-top: -17px;
    }

    .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
        margin: -16px;
    }

    .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
        padding-top: 12px;
    }

    .ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
        margin-top: -26px;
    }

.ant-spin-container {
    position: relative;
}

.ant-spin-blur {
    overflow: hidden;
    opacity: 0.7;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);  
    filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false);
    -webkit-transform: translateZ(0);
}

    .ant-spin-blur:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        opacity: 0.3;
        -webkit-transition: all .3s;
        transition: all .3s;
        z-index: 10;
    }

.ant-spin-tip {
    color: rgba(0, 0, 0, 0.43);
}

.ant-spin-dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: antRotate 1.2s infinite linear;
    animation: antRotate 1.2s infinite linear;
}

    .ant-spin-dot i {
        width: 9px;
        height: 9px;
        border-radius: 100%;
        background-color: #108ee9;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        display: block;
        position: absolute;
        opacity: 0.3;
        -webkit-animation: antSpinMove 1s infinite linear alternate;
        animation: antSpinMove 1s infinite linear alternate;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

        .ant-spin-dot i:nth-child(1) {
            left: 0;
            top: 0;
        }

        .ant-spin-dot i:nth-child(2) {
            right: 0;
            top: 0;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        .ant-spin-dot i:nth-child(3) {
            right: 0;
            bottom: 0;
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
        }

        .ant-spin-dot i:nth-child(4) {
            left: 0;
            bottom: 0;
            -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
        }

.ant-spin-sm .ant-spin-dot {
    width: 14px;
    height: 14px;
}

    .ant-spin-sm .ant-spin-dot i {
        width: 6px;
        height: 6px;
    }

.ant-spin-lg .ant-spin-dot {
    width: 32px;
    height: 32px;
}

    .ant-spin-lg .ant-spin-dot i {
        width: 14px;
        height: 14px;
    }

.ant-spin.ant-spin-show-text .ant-spin-text {
    display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ */
    .ant-spin-blur {
        background: #fff;
        opacity: 0.5;
    }
}

@-webkit-keyframes antSpinMove {
    to {
        opacity: 1;
    }
}

@keyframes antSpinMove {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes antRotate {
    to {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
}

@keyframes antRotate {
    to {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
}

#footer-zb-pc {
    min-width: 1200px;
    padding-top: 46px;
    padding-bottom: 46px;
    background-color: #f2f2f2;
}

    #footer-zb-pc p {
        padding: 5px 0;
        line-height: 1;
        font-size: 14px;
        text-align: center;
        color: #666;
    }

    #footer-zb-pc span {
        margin-left: 12px;
    }

    #footer-zb-pc a {
        color: #666;
    }

.comment-top-nav #nav-bar-vas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

    .comment-top-nav #nav-bar-vas.navbar-active {
        border: none;
    }

    .comment-top-nav #nav-bar-vas .comment:before {
        content: "New";
        position: absolute;
        top: 8px;
        right: -30px;
        padding: 0 11px;
        line-height: 20px;
        color: #fff;
        font-size: 12px;
        border-radius: 6px 6px 6px 0;
        background-color: #f64;
    }

.intro-top-nav #nav-bar-vas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: none;
}

    .intro-top-nav #nav-bar-vas.navbar-active {
        background-color: #fff;
    }

    .intro-top-nav #nav-bar-vas .comment:before {
        content: "New";
        position: absolute;
        top: 8px;
        right: -30px;
        padding: 0 11px;
        line-height: 20px;
        color: #fff;
        font-size: 12px;
        border-radius: 6px 6px 6px 0;
        background-color: #f64;
    }

/* 简历顾问、生涯咨询: 9折活动  */
.nine-discount-box {
    position: relative;
    padding-top: 80px;
    line-height: 50px;
    height: auto;
    font-size: 18px;
    text-align: center;
    color: #333;
    background-color: #f8f9fb;
}

    .nine-discount-box.career-discount-box {
        background-color: #fff;
    }

    .nine-discount-box .discount {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
        -webkit-box-shadow: 0 8px 30px 0 rgba(204, 204, 204, 0.2);
        box-shadow: 0 8px 30px 0 rgba(204, 204, 204, 0.2);
    }

    .nine-discount-box img.vip {
        position: relative;
        top: 5px;
        right: 6px;
        width: 25px;
        height: 25px;
    }

    .nine-discount-box img.discount {
        position: relative;
        top: 4px;
        margin-left: 4px;
        margin-right: 4px;
        width: 56px;
        height: 20px;
    }

.intro-wrap .need-good-box {
    padding-top: 66px;
    padding-bottom: 56px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #333;
    background-color: #f8f9fb;
}

    .intro-wrap .need-good-box h3 {
        padding-top: 33px;
        padding-bottom: 18px;
        color: #000;
    }

    .intro-wrap .need-good-box .last-text {
        margin-top: 16px;
        line-height: 1.4;
        font-size: 14px;
        color: #999;
    }

.intro-wrap .need-optimize-box {
    padding: 88px 0 94px;
    text-align: center;
    color: #333;
    background-color: #f1f1f3;
}

    .intro-wrap .need-optimize-box .title:before {
        left: -52px;
        top: -16px;
        width: 502px;
        background-position: 0 -102px;
    }

    .intro-wrap .need-optimize-box .content {
        position: relative;
        display: inline-block;
        margin-top: 90px;
    }

        .intro-wrap .need-optimize-box .content:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: -190px;
            width: 64px;
            height: 138px;
            background-size: 100%;
            background: url(/Resume/images/ornament.1331d325.png) no-repeat -140px -404px;
            opacity: .8;
            z-index: 3;
        }

    .intro-wrap .need-optimize-box .vs {
        position: relative;
    }

        .intro-wrap .need-optimize-box .vs:before,
        .intro-wrap .need-optimize-box .vs:after {
            content: '';
            position: absolute;
            background-size: 100%;
            background: url(/Resume/images/ornament.1331d325.png) no-repeat;
            opacity: .8;
        }

        .intro-wrap .need-optimize-box .vs:before {
            left: -60px;
            bottom: -20px;
            width: 200px;
            height: 200px;
            background-position: 0px -170px;
        }

        .intro-wrap .need-optimize-box .vs:after {
            right: -20px;
            top: -20px;
            width: 110px;
            height: 120px;
            background-position: -100px 0;
        }

    .intro-wrap .need-optimize-box dl {
        position: absolute;
        top: 83px;
    }

        .intro-wrap .need-optimize-box dl.left {
            left: 90px;
        }

        .intro-wrap .need-optimize-box dl.right {
            right: 70px;
            top: 63px;
        }

    .intro-wrap .need-optimize-box dt {
        padding-bottom: 44px;
        text-align: left;
        line-height: 30px;
        font-weight: bold;
        font-size: 26px;
    }

    .intro-wrap .need-optimize-box dd {
        text-align: left;
        line-height: 40px;
        font-size: 20px;
    }

.intro-wrap .advantage-box {
    position: relative;
    padding: 100px 0;
    text-align: center;
    background-color: #f8f9fb;
}

    .intro-wrap .advantage-box .title:before {
        left: -28px;
        top: -22px;
        width: 410px;
        background-position: -44px -202px;
    }

    .intro-wrap .advantage-box .max-width {
        position: relative;
        width: 1320px;
        margin: 0 auto;
    }

        .intro-wrap .advantage-box .max-width:before {
            content: '';
            position: absolute;
            top: -20px;
            left: 380px;
            width: 136px;
            height: 138px;
            background-size: 100%;
            background: url(/Resume/images/ornament.1331d325.png) no-repeat -80px -570px;
            opacity: .8;
        }

    .intro-wrap .advantage-box .swiper-container {
        position: relative;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 1140px;
        height: 600px;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 60px;
    }

    .intro-wrap .advantage-box .swiper-slide {
        text-align: center;
        font-size: 18px;
        -webkit-transition: 300ms;
        transition: 300ms;
        background-color: #fff;
        border: 2px solid #ffe0da;
    }

    .intro-wrap .advantage-box .slide-content {
        height: 580px;
    }

    .intro-wrap .advantage-box .swiper-slide-active,
    .intro-wrap .advantage-box .swiper-slide-duplicate-active {
        border: 2px solid #ed7050;
        -webkit-box-shadow: 0 0 18px 0 rgba(237, 112, 80, 0.33);
        box-shadow: 0 0 18px 0 rgba(237, 112, 80, 0.33);
        -webkit-transform: scale(1.1842, 1.07);
        transform: scale(1.1842, 1.07);
        z-index: 2;
    }

        .intro-wrap .advantage-box .swiper-slide-active .slide-content,
        .intro-wrap .advantage-box .swiper-slide-duplicate-active .slide-content {
            -webkit-transform: scale(0.84445, 0.93458);
            transform: scale(0.84445, 0.93458);
        }

        .intro-wrap .advantage-box .swiper-slide-active h3,
        .intro-wrap .advantage-box .swiper-slide-duplicate-active h3 {
            margin-top: 30px;
        }

        .intro-wrap .advantage-box .swiper-slide-active .fill,
        .intro-wrap .advantage-box .swiper-slide-duplicate-active .fill {
            height: 32px !important;
            opacity: 1;
        }

    .intro-wrap .advantage-box .swiper-button-next,
    .intro-wrap .advantage-box .swiper-button-prev {
        width: 60px;
        height: 60px;
        background-color: #f5d0c7;
        background-image: none;
        border-radius: 50%;
        z-index: 3;
    }

        .intro-wrap .advantage-box .swiper-button-next:hover,
        .intro-wrap .advantage-box .swiper-button-prev:hover {
            background-color: #f64;
        }

        .intro-wrap .advantage-box .swiper-button-next:before,
        .intro-wrap .advantage-box .swiper-button-prev:before {
            content: '';
            display: inline-block;
            position: relative;
            left: 2px;
            width: 18px;
            height: 100%;
            background: url(/Resume/images/arrow.355a3220.png) no-repeat center;
            background-size: 18px 30px;
            z-index: 1;
        }

    .intro-wrap .advantage-box .swiper-button-next {
        right: 12px;
    }

    .intro-wrap .advantage-box .swiper-button-prev {
        left: 12px;
    }

        .intro-wrap .advantage-box .swiper-button-prev:before {
            left: -1px;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .intro-wrap .advantage-box .fill {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 12px;
        background-color: #f64;
        opacity: .3;
    }

    .intro-wrap .advantage-box dt {
        padding-bottom: 15px;
        font-weight: bold;
        font-size: 20px;
        color: #333;
    }

        .intro-wrap .advantage-box dt span {
            color: #f64;
        }

    .intro-wrap .advantage-box .slide-one .team {
        display: inline-block;
        position: absolute;
        top: 9px;
        padding-left: 14px;
        line-height: 1;
    }

    .intro-wrap .advantage-box .slide-one dl {
        position: relative;
        padding-left: 32px;
        margin-bottom: 30px;
        line-height: 0;
        text-align: left;
    }

    .intro-wrap .advantage-box .slide-one dd {
        font-size: 16px;
        color: #333;
    }

    .intro-wrap .advantage-box .slide-two dt {
        padding-bottom: 12px;
    }

    .intro-wrap .advantage-box .slide-two dd {
        font-size: 20px;
    }

    .intro-wrap .advantage-box .slide-two h4 {
        padding-top: 29px;
        padding-bottom: 40px;
        font-size: 20px;
        color: #ed7151;
    }

    .intro-wrap .advantage-box h3 {
        line-height: 58px;
        height: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        display: inline-block;
        font-weight: normal;
        font-size: 26px;
        color: #333;
    }

        .intro-wrap .advantage-box h3.title-one {
            width: 246px;
            margin-bottom: 60px;
            background: url(/Resume/images/01.ca190fe4.png);
            background-size: cover;
        }

        .intro-wrap .advantage-box h3.title-two {
            width: 310px;
            background: url(/Resume/images/02.83c0d15c.png);
            background-size: cover;
        }

        .intro-wrap .advantage-box h3.title-three {
            width: 321px;
            background: url(/Resume/images/03.076da884.png);
            background-size: cover;
        }

    .intro-wrap .advantage-box .left {
        position: absolute;
        left: 12px;
        border-right: 2px solid #f64;
        text-align: right;
    }

        .intro-wrap .advantage-box .left li {
            position: relative;
            padding-right: 25px;
            font-weight: bold;
        }

            .intro-wrap .advantage-box .left li:after {
                content: '';
                position: absolute;
                right: -7px;
                top: 3px;
                width: 12px;
                height: 12px;
                border: 2px solid #f64;
                border-radius: 50%;
                background-color: #fff;
            }

            .intro-wrap .advantage-box .left li:nth-child(1) {
                padding-bottom: 64px;
            }

            .intro-wrap .advantage-box .left li:nth-child(2) {
                padding-bottom: 290px;
            }

    .intro-wrap .advantage-box .right {
        position: absolute;
        right: 18px;
        width: 206px;
        text-align: left;
    }

        .intro-wrap .advantage-box .right li {
            padding-bottom: 55px;
        }

            .intro-wrap .advantage-box .right li:last-child {
                padding-bottom: 0;
            }

    .intro-wrap .advantage-box li {
        line-height: 1;
        font-size: 20px;
        color: #333;
    }

.intro-wrap .comment-box {
    padding-top: 110px;
    padding-bottom: 110px;
    text-align: center;
    border-top: 15px solid #f8f9fb;
    background-color: #fff;
}

    .intro-wrap .comment-box .title:before {
        left: -42px;
        top: -21px;
        width: 226px;
        background-position: -140px -410px;
    }

    .intro-wrap .comment-box ul {
        width: 1200px;
        margin: 0 auto 20px;
    }

    .intro-wrap .comment-box li {
        padding: 60px 0;
        margin-left: 85px;
        margin-right: 85px;
        overflow: hidden;
    }

        .intro-wrap .comment-box li:first-child {
            border-bottom: 1px solid #ddd;
        }

    .intro-wrap .comment-box .user {
        float: left;
        padding-left: 36px;
        text-align: center;
    }

        .intro-wrap .comment-box .user .photo {
            position: relative;
            width: 68px;
            height: 68px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            overflow: hidden;
            border-radius: 50%;
            border: 1px solid #eee;
        }

            .intro-wrap .comment-box .user .photo:after {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
            }

        .intro-wrap .comment-box .user img {
            width: 68px;
            height: 68px;
        }

        .intro-wrap .comment-box .user .name {
            padding-top: 16px;
            font-size: 18px;
            color: #333;
        }

    .intro-wrap .comment-box .detail {
        padding-left: 130px;
        padding-right: 36px;
        vertical-align: top;
        text-align: left;
    }

        .intro-wrap .comment-box .detail span {
            display: inline-block;
            position: relative;
            top: 1px;
            width: 1px;
            height: 12px;
            margin: 0 5px;
            border-right: 1px solid #666;
        }

        .intro-wrap .comment-box .detail .work-info {
            display: inline-block;
            font-size: 18px;
            color: #333;
        }

            .intro-wrap .comment-box .detail .work-info span:last-child {
                width: 0;
                height: 0;
            }

        .intro-wrap .comment-box .detail .stars {
            display: inline-block;
            float: right;
            position: relative;
        }

            .intro-wrap .comment-box .detail .stars p {
                display: inline-block;
                padding-right: 8px;
                font-size: 18px;
                color: #333;
            }

        .intro-wrap .comment-box .detail .text-icon {
            padding: 0 3px;
            font-size: 18px;
            color: #ed7050;
        }

        .intro-wrap .comment-box .detail .comment {
            padding-top: 10px;
            line-height: 24px;
            font-size: 14px;
            text-align: justify;
            color: #333;
        }

        .intro-wrap .comment-box .detail .date {
            padding-top: 4px;
            font-size: 14px;
            color: #999;
        }

    .intro-wrap .comment-box a {
        padding: 22px 48px;
        font-size: 18px;
        color: #fff;
        border: none;
        letter-spacing: 1px;
        background: linear-gradient(-45deg, #ed7050 0%, #ed7050 40%, #ffb79e 50%, #ed7050 60%, #ed7050 100%) 0 0;
        background-size: 300%;
        -webkit-animation: shine 2s infinite;
        animation: shine 2s infinite;
    }

@-webkit-keyframes shine {
    0% {
        background-position: -440px;
    }

    100% {
        background-position: 0;
    }
}

@keyframes shine {
    0% {
        background-position: -440px;
    }

    100% {
        background-position: 0;
    }
}

.intro-wrap .products-box {
    padding-top: 90px;
    padding-bottom: 95px;
    text-align: center;
    background-color: #f8f9fb;
}

    .intro-wrap .products-box .title:before {
        left: -18px;
        top: -21px;
        width: 440px;
        background-position: -32px -530px;
    }

    .intro-wrap .products-box ul {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        height: 360px;
        padding-top: 90px;
    }

    .intro-wrap .products-box li {
        position: relative;
        display: inline-block;
        width: 230px;
        height: 330px;
        margin: 0 6px;
        vertical-align: top;
        line-height: 22px;
        font-size: 14px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-box-shadow: 0 4px 16px 0 rgba(20, 69, 192, 0.1);
        box-shadow: 0 4px 16px 0 rgba(20, 69, 192, 0.1);
        background-color: #fff;
    }

        .intro-wrap .products-box li:hover {
            height: 350px;
            -webkit-box-shadow: 0 4px 10px 0 rgba(20, 69, 192, 0.22);
            box-shadow: 0 4px 10px 0 rgba(20, 69, 192, 0.22);
        }

            .intro-wrap .products-box li:hover .type:before {
                background-color: #ed7050;
                opacity: 0.8;
            }

    .intro-wrap .products-box .type {
        position: relative;
        line-height: 0;
    }
     

    .intro-wrap .products-box .type-txt {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .intro-wrap .products-box h4 {
        padding-top: 5px;
        font-weight: normal;
        font-size: 24px;
        color: #fff;
    }

    .intro-wrap .products-box h5 { 
        padding-top: 15px;
        font-weight: normal;
        font-size: 16px;
        color: #fff;
    }

    .intro-wrap .products-box .now {
        padding-top: 45px;
        font-size: 18px;
        color: #ed7050;
    }

        .intro-wrap .products-box .now span {
            font-size: 36px;
            font-weight: bold;
        }

    .intro-wrap .products-box .original {
        line-height: 40px;
        font-size: 14px;
        color: #999;
        text-decoration: line-through;
    }

    .intro-wrap .products-box .btn {
        margin-top: 47px;
        width: 120px;
        height: auto;
        line-height: 36px;
        border: 1px solid #f64;
        border-radius: 0;
        font-size: 14px;
        background-color: #fff;
        color: #f64;
    }

        .intro-wrap .products-box .btn:hover {
            -webkit-box-shadow: 0 0 4px rgba(255, 122, 25, 0.5);
            box-shadow: 0 0 4px rgba(255, 122, 25, 0.5);
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

    .intro-wrap .products-box .tips {
        padding-top: 50px;
        font-size: 24px;
        color: #666;
    }

    .intro-wrap .products-box .main-tips {
        font-size: 24px;
        color: #666;
        font-weight: bold;
    }

    .intro-wrap .products-box .price-infos {
        margin-top: 20px;
        font-size: 14px;
        color: #333;
    }

    .intro-wrap .products-box .content-foot {
        margin-top: 60px;
    }

    .intro-wrap .products-box .see-more {
        margin-top: 38px;
    }

        .intro-wrap .products-box .see-more a {
            color: #ff7a19;
        }

            .intro-wrap .products-box .see-more a span.bold {
                margin-right: 4px;
            }

.intro-wrap {
    background-color: #1c2029;
    /* ------- 公共 end ------ */
}

    .intro-wrap .hide {
        display: none;
    }

    .intro-wrap .title {
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 36px;
        color: #333;
        z-index: 2;
    }

        .intro-wrap .title:before {
            content: '';
            display: inline-block;
            position: absolute;
            left: -25px;
            top: -12px;
            width: 420px;
            height: 64px;
            background-size: 100%;
            background: url(/Resume/images/title.be06a786.png) no-repeat -45px 0;
            opacity: .8;
        }

        .intro-wrap .title span {
            position: relative;
        }



/*一份好简历end*/

/*底部*/
#footer-zb-pc {
    min-width: 1200px;
    padding-top: 46px;
    padding-bottom: 46px;
    background-color: #f2f2f2;
}

    #footer-zb-pc p {
        padding: 5px 0;
        line-height: 1;
        font-size: 14px;
        text-align: center;
        color: #666;
    }

    #footer-zb-pc span {
        margin-left: 12px;
    }

    #footer-zb-pc a {
        color: #666;
    }

.comment-top-nav #nav-bar-vas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

    .comment-top-nav #nav-bar-vas.navbar-active {
        border: none;
    }

    .comment-top-nav #nav-bar-vas .comment:before {
        content: "New";
        position: absolute;
        top: 8px;
        right: -30px;
        padding: 0 11px;
        line-height: 20px;
        color: #fff;
        font-size: 12px;
        border-radius: 6px 6px 6px 0;
        background-color: #f64;
    }

.intro-top-nav #nav-bar-vas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: none;
}

    .intro-top-nav #nav-bar-vas.navbar-active {
        background-color: #fff;
    }

    .intro-top-nav #nav-bar-vas .comment:before {
        content: "New";
        position: absolute;
        top: 8px;
        right: -30px;
        padding: 0 11px;
        line-height: 20px;
        color: #fff;
        font-size: 12px;
        border-radius: 6px 6px 6px 0;
        background-color: #f64;
    }

   /*中间优化简历*/
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-spin {
    color: #108ee9;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    font-size: 12px;
    display: none;
}

.ant-spin-spinning {
    opacity: 1;
    position: static;
    display: inline-block;
}

.ant-spin-nested-loading {
    position: relative;
}

    .ant-spin-nested-loading > div > .ant-spin {
        position: absolute;
        height: 100%;
        max-height: 320px;
        width: 100%;
        z-index: 4;
    }

        .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -10px;
        }

        .ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
            position: absolute;
            top: 50%;
            width: 100%;
            padding-top: 6px;
        }

        .ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
            margin-top: -20px;
        }

    .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
        margin: -7px;
    }

    .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
        padding-top: 3px;
    }

    .ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
        margin-top: -17px;
    }

    .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
        margin: -16px;
    }

    .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
        padding-top: 12px;
    }

    .ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
        margin-top: -26px;
    }

.ant-spin-container {
    position: relative;
}

.ant-spin-blur {
    overflow: hidden;
    opacity: 0.7;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    /* autoprefixer: off */
    filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false);
    -webkit-transform: translateZ(0);
}

    .ant-spin-blur:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        opacity: 0.3;
        -webkit-transition: all .3s;
        transition: all .3s;
        z-index: 10;
    }

.ant-spin-tip {
    color: rgba(0, 0, 0, 0.43);
}

.ant-spin-dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: antRotate 1.2s infinite linear;
    animation: antRotate 1.2s infinite linear;
}

    .ant-spin-dot i {
        width: 9px;
        height: 9px;
        border-radius: 100%;
        background-color: #108ee9;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        display: block;
        position: absolute;
        opacity: 0.3;
        -webkit-animation: antSpinMove 1s infinite linear alternate;
        animation: antSpinMove 1s infinite linear alternate;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

        .ant-spin-dot i:nth-child(1) {
            left: 0;
            top: 0;
        }

        .ant-spin-dot i:nth-child(2) {
            right: 0;
            top: 0;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        .ant-spin-dot i:nth-child(3) {
            right: 0;
            bottom: 0;
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
        }

        .ant-spin-dot i:nth-child(4) {
            left: 0;
            bottom: 0;
            -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
        }

.ant-spin-sm .ant-spin-dot {
    width: 14px;
    height: 14px;
}

    .ant-spin-sm .ant-spin-dot i {
        width: 6px;
        height: 6px;
    }

.ant-spin-lg .ant-spin-dot {
    width: 32px;
    height: 32px;
}

    .ant-spin-lg .ant-spin-dot i {
        width: 14px;
        height: 14px;
    }

.ant-spin.ant-spin-show-text .ant-spin-text {
    display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ */
    .ant-spin-blur {
        background: #fff;
        opacity: 0.5;
    }
}

@-webkit-keyframes antSpinMove {
    to {
        opacity: 1;
    }
}

@keyframes antSpinMove {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes antRotate {
    to {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
}

@keyframes antRotate {
    to {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
}

#footer-zb-pc {
    min-width: 1200px;
    padding-top: 46px;
    padding-bottom: 46px;
    background-color: #f2f2f2;
}

    #footer-zb-pc p {
        padding: 5px 0;
        line-height: 1;
        font-size: 14px;
        text-align: center;
        color: #666;
    }

    #footer-zb-pc span {
        margin-left: 12px;
    }

    #footer-zb-pc a {
        color: #666;
    }

.comment-top-nav #nav-bar-vas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

    .comment-top-nav #nav-bar-vas.navbar-active {
        border: none;
    }

    .comment-top-nav #nav-bar-vas .comment:before {
        content: "New";
        position: absolute;
        top: 8px;
        right: -30px;
        padding: 0 11px;
        line-height: 20px;
        color: #fff;
        font-size: 12px;
        border-radius: 6px 6px 6px 0;
        background-color: #f64;
    }

.intro-top-nav #nav-bar-vas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: none;
}

    .intro-top-nav #nav-bar-vas.navbar-active {
        background-color: #fff;
    }

    .intro-top-nav #nav-bar-vas .comment:before {
        content: "New";
        position: absolute;
        top: 8px;
        right: -30px;
        padding: 0 11px;
        line-height: 20px;
        color: #fff;
        font-size: 12px;
        border-radius: 6px 6px 6px 0;
        background-color: #f64;
    }

.nine-discount-box {
    position: relative;
    padding-top: 80px;
    line-height: 50px;
    height: auto;
    font-size: 18px;
    text-align: center;
    color: #333;
    background-color: #f8f9fb;
}

    .nine-discount-box.career-discount-box {
        background-color: #fff;
    }

    .nine-discount-box .discount {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
        -webkit-box-shadow: 0 8px 30px 0 rgba(204, 204, 204, 0.2);
        box-shadow: 0 8px 30px 0 rgba(204, 204, 204, 0.2);
    }

    .nine-discount-box img.vip {
        position: relative;
        top: 5px;
        right: 6px;
        width: 25px;
        height: 25px;
    }

    .nine-discount-box img.discount {
        position: relative;
        top: 4px;
        margin-left: 4px;
        margin-right: 4px;
        width: 56px;
        height: 20px;
    }

.intro-wrap .need-good-box {
    padding-top: 66px;
    padding-bottom: 56px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #333;
    background-color: #f8f9fb;
}

    .intro-wrap .need-good-box h3 {
        padding-top: 33px;
        padding-bottom: 18px;
        color: #000;
    }

    .intro-wrap .need-good-box .last-text {
        margin-top: 16px;
        line-height: 1.4;
        font-size: 14px;
        color: #999;
    }

.intro-wrap .need-optimize-box {
    padding: 88px 0 94px;
    text-align: center;
    color: #333;
    background-color: #f1f1f3;
}

    .intro-wrap .need-optimize-box .title:before {
        left: -52px;
        top: -16px;
        width: 502px;
        background-position: 0 -102px;
    }

    .intro-wrap .need-optimize-box .content {
        position: relative;
        display: inline-block;
        margin-top: 90px;
    }

        .intro-wrap .need-optimize-box .content:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: -190px;
            width: 64px;
            height: 138px;
            background-size: 100%;
            background: url(/Resume/images/ornament.1331d325.png) no-repeat -140px -404px;
            opacity: .8;
            z-index: 3;
        }

    .intro-wrap .need-optimize-box .vs {
        position: relative;
    }

        .intro-wrap .need-optimize-box .vs:before,
        .intro-wrap .need-optimize-box .vs:after {
            content: '';
            position: absolute;
            background-size: 100%;
            background: url(/Resume/images/ornament.1331d325.png) no-repeat;
            opacity: .8;
        }

        .intro-wrap .need-optimize-box .vs:before {
            left: -60px;
            bottom: -20px;
            width: 200px;
            height: 200px;
            background-position: 0px -170px;
        }

        .intro-wrap .need-optimize-box .vs:after {
            right: -20px;
            top: -20px;
            width: 110px;
            height: 120px;
            background-position: -100px 0;
        }

    .intro-wrap .need-optimize-box dl {
        position: absolute;
        top: 83px;
    }

        .intro-wrap .need-optimize-box dl.left {
            left: 90px;
        }

        .intro-wrap .need-optimize-box dl.right {
            right: 70px;
            top: 63px;
        }

    .intro-wrap .need-optimize-box dt {
        padding-bottom: 44px;
        text-align: left;
        line-height: 30px;
        font-weight: bold;
        font-size: 26px;
    }

    .intro-wrap .need-optimize-box dd {
        text-align: left;
        line-height: 40px;
        font-size: 20px;
    }

.intro-wrap .advantage-box {
    position: relative;
    padding: 100px 0;
    text-align: center;
    background-color: #f8f9fb;
}

    .intro-wrap .advantage-box .title:before {
        left: -28px;
        top: -22px;
        width: 410px;
        background-position: -44px -202px;
    }

    .intro-wrap .advantage-box .max-width {
        position: relative;
        width: 1320px;
        margin: 0 auto;
    }

        .intro-wrap .advantage-box .max-width:before {
            content: '';
            position: absolute;
            top: -20px;
            left: 380px;
            width: 136px;
            height: 138px;
            background-size: 100%;
            background: url(/Resume/images/ornament.1331d325.png) no-repeat -80px -570px;
            opacity: .8;
        }

    .intro-wrap .advantage-box .swiper-container {
        position: relative;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 1140px;
        height: 600px;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 60px;
    }

    .intro-wrap .advantage-box .swiper-slide {
        text-align: center;
        font-size: 18px;
        -webkit-transition: 300ms;
        transition: 300ms;
        background-color: #fff;
        border: 2px solid #ffe0da;
    }

    .intro-wrap .advantage-box .slide-content {
        height: 580px;
    }

    .intro-wrap .advantage-box .swiper-slide-active,
    .intro-wrap .advantage-box .swiper-slide-duplicate-active {
        border: 2px solid #ed7050;
        -webkit-box-shadow: 0 0 18px 0 rgba(237, 112, 80, 0.33);
        box-shadow: 0 0 18px 0 rgba(237, 112, 80, 0.33);
        -webkit-transform: scale(1.1842, 1.07);
        transform: scale(1.1842, 1.07);
        z-index: 2;
    }

        .intro-wrap .advantage-box .swiper-slide-active .slide-content,
        .intro-wrap .advantage-box .swiper-slide-duplicate-active .slide-content {
            -webkit-transform: scale(0.84445, 0.93458);
            transform: scale(0.84445, 0.93458);
        }

        .intro-wrap .advantage-box .swiper-slide-active h3,
        .intro-wrap .advantage-box .swiper-slide-duplicate-active h3 {
            margin-top: 30px;
        }

        .intro-wrap .advantage-box .swiper-slide-active .fill,
        .intro-wrap .advantage-box .swiper-slide-duplicate-active .fill {
            height: 32px !important;
            opacity: 1;
        }

    .intro-wrap .advantage-box .swiper-button-next,
    .intro-wrap .advantage-box .swiper-button-prev {
        width: 60px;
        height: 60px;
        background-color: #f5d0c7;
        background-image: none;
        border-radius: 50%;
        z-index: 3;
    }

        .intro-wrap .advantage-box .swiper-button-next:hover,
        .intro-wrap .advantage-box .swiper-button-prev:hover {
            background-color: #f64;
        }

        .intro-wrap .advantage-box .swiper-button-next:before,
        .intro-wrap .advantage-box .swiper-button-prev:before {
            content: '';
            display: inline-block;
            position: relative;
            left: 2px;
            width: 18px;
            height: 100%;
            background: url(/Resume/images/arrow.355a3220.png) no-repeat center;
            background-size: 18px 30px;
            z-index: 1;
        }

    .intro-wrap .advantage-box .swiper-button-next {
        right: 12px;
    }

    .intro-wrap .advantage-box .swiper-button-prev {
        left: 12px;
    }

        .intro-wrap .advantage-box .swiper-button-prev:before {
            left: -1px;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .intro-wrap .advantage-box .fill {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 12px;
        background-color: #f64;
        opacity: .3;
    }

    .intro-wrap .advantage-box dt {
        padding-bottom: 15px;
        font-weight: bold;
        font-size: 20px;
        color: #333;
    }

        .intro-wrap .advantage-box dt span {
            color: #f64;
        }

    .intro-wrap .advantage-box .slide-one .team {
        display: inline-block;
        position: absolute;
        top: 9px;
        padding-left: 14px;
        line-height: 1;
    }

    .intro-wrap .advantage-box .slide-one dl {
        position: relative;
        padding-left: 32px;
        margin-bottom: 30px;
        line-height: 0;
        text-align: left;
    }

    .intro-wrap .advantage-box .slide-one dd {
        font-size: 16px;
        color: #333;
    }

    .intro-wrap .advantage-box .slide-two dt {
        padding-bottom: 12px;
    }

    .intro-wrap .advantage-box .slide-two dd {
        font-size: 20px;
    }

    .intro-wrap .advantage-box .slide-two h4 {
        padding-top: 29px;
        padding-bottom: 40px;
        font-size: 20px;
        color: #ed7151;
    }

    .intro-wrap .advantage-box h3 {
        line-height: 58px;
        height: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        display: inline-block;
        font-weight: normal;
        font-size: 26px;
        color: #333;
    }

        .intro-wrap .advantage-box h3.title-one {
            width: 246px;
            margin-bottom: 60px;
            background: url(/Resume/images/01.ca190fe4.png);
            background-size: cover;
        }

        .intro-wrap .advantage-box h3.title-two {
            width: 310px;
            background: url(/Resume/images/02.83c0d15c.png);
            background-size: cover;
        }

        .intro-wrap .advantage-box h3.title-three {
            width: 321px;
            background: url(/Resume/images/03.076da884.png);
            background-size: cover;
        }

    .intro-wrap .advantage-box .left {
        position: absolute;
        left: 12px;
        border-right: 2px solid #f64;
        text-align: right;
    }

        .intro-wrap .advantage-box .left li {
            position: relative;
            padding-right: 25px;
            font-weight: bold;
        }

            .intro-wrap .advantage-box .left li:after {
                content: '';
                position: absolute;
                right: -7px;
                top: 3px;
                width: 12px;
                height: 12px;
                border: 2px solid #f64;
                border-radius: 50%;
                background-color: #fff;
            }

            .intro-wrap .advantage-box .left li:nth-child(1) {
                padding-bottom: 64px;
            }

            .intro-wrap .advantage-box .left li:nth-child(2) {
                padding-bottom: 290px;
            }

    .intro-wrap .advantage-box .right {
        position: absolute;
        right: 18px;
        width: 206px;
        text-align: left;
    }

        .intro-wrap .advantage-box .right li {
            padding-bottom: 55px;
        }

            .intro-wrap .advantage-box .right li:last-child {
                padding-bottom: 0;
            }

    .intro-wrap .advantage-box li {
        line-height: 1;
        font-size: 20px;
        color: #333;
    }

.intro-wrap .comment-box {
    padding-top: 110px;
    padding-bottom: 110px;
    text-align: center;
    border-top: 15px solid #f8f9fb;
    background-color: #fff;
}

    .intro-wrap .comment-box .title:before {
        left: -42px;
        top: -21px;
        width: 226px;
        background-position: -140px -410px;
    }

    .intro-wrap .comment-box ul {
        width: 1200px;
        margin: 0 auto 20px;
    }

    .intro-wrap .comment-box li {
        padding: 60px 0;
        margin-left: 85px;
        margin-right: 85px;
        overflow: hidden;
    }

        .intro-wrap .comment-box li:first-child {
            border-bottom: 1px solid #ddd;
        }

    .intro-wrap .comment-box .user {
        float: left;
        padding-left: 36px;
        text-align: center;
    }

        .intro-wrap .comment-box .user .photo {
            position: relative;
            width: 68px;
            height: 68px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            overflow: hidden;
            border-radius: 50%;
            border: 1px solid #eee;
        }

            .intro-wrap .comment-box .user .photo:after {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
            }

        .intro-wrap .comment-box .user img {
            width: 68px;
            height: 68px;
        }

        .intro-wrap .comment-box .user .name {
            padding-top: 16px;
            font-size: 18px;
            color: #333;
        }

    .intro-wrap .comment-box .detail {
        padding-left: 130px;
        padding-right: 36px;
        vertical-align: top;
        text-align: left;
    }

        .intro-wrap .comment-box .detail span {
            display: inline-block;
            position: relative;
            top: 1px;
            width: 1px;
            height: 12px;
            margin: 0 5px;
            border-right: 1px solid #666;
        }

        .intro-wrap .comment-box .detail .work-info {
            display: inline-block;
            font-size: 18px;
            color: #333;
        }

            .intro-wrap .comment-box .detail .work-info span:last-child {
                width: 0;
                height: 0;
            }

        .intro-wrap .comment-box .detail .stars {
            display: inline-block;
            float: right;
            position: relative;
        }

            .intro-wrap .comment-box .detail .stars p {
                display: inline-block;
                padding-right: 8px;
                font-size: 18px;
                color: #333;
            }

        .intro-wrap .comment-box .detail .text-icon {
            padding: 0 3px;
            font-size: 18px;
            color: #ed7050;
        }

        .intro-wrap .comment-box .detail .comment {
            padding-top: 10px;
            line-height: 24px;
            font-size: 14px;
            text-align: justify;
            color: #333;
        }

        .intro-wrap .comment-box .detail .date {
            padding-top: 4px;
            font-size: 14px;
            color: #999;
        }

    .intro-wrap .comment-box a {
        padding: 22px 48px;
        font-size: 18px;
        color: #fff;
        border: none;
        letter-spacing: 1px;
        background: linear-gradient(-45deg, #ed7050 0%, #ed7050 40%, #ffb79e 50%, #ed7050 60%, #ed7050 100%) 0 0;
        background-size: 300%;
        -webkit-animation: shine 2s infinite;
        animation: shine 2s infinite;
    }

@-webkit-keyframes shine {
    0% {
        background-position: -440px;
    }

    100% {
        background-position: 0;
    }
}

@keyframes shine {
    0% {
        background-position: -440px;
    }

    100% {
        background-position: 0;
    }
}

.intro-wrap .products-box {
    padding-top: 90px;
    padding-bottom: 95px;
    text-align: center;
    background-color: #f8f9fb;
}

    .intro-wrap .products-box .title:before {
        left: -18px;
        top: -21px;
        width: 440px;
        background-position: -32px -530px;
    }

    .intro-wrap .products-box ul {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        height: 360px;
        padding-top: 90px;
    }

    .intro-wrap .products-box li {
        position: relative;
        display: inline-block;
        width: 230px;
        height: 330px;
        margin: 0 6px;
        vertical-align: top;
        line-height: 22px;
        font-size: 14px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-box-shadow: 0 4px 16px 0 rgba(20, 69, 192, 0.1);
        box-shadow: 0 4px 16px 0 rgba(20, 69, 192, 0.1);
        background-color: #fff;
    }

        .intro-wrap .products-box li:hover {
            height: 350px;
            -webkit-box-shadow: 0 4px 10px 0 rgba(20, 69, 192, 0.22);
            box-shadow: 0 4px 10px 0 rgba(20, 69, 192, 0.22);
        }

            .intro-wrap .products-box li:hover .type:before {
                background-color: #ed7050;
                opacity: 0.8;
            }

   
   

    .intro-wrap .products-box .now {
        padding-top: 45px;
        font-size: 18px;
        color: #ed7050;
    }

        .intro-wrap .products-box .now span {
            font-size: 36px;
            font-weight: bold;
        }

    .intro-wrap .products-box .original {
        line-height: 40px;
        font-size: 14px;
        color: #999;
        text-decoration: line-through;
    }

   

    

    .intro-wrap .products-box .main-tips {
        font-size: 24px;
        color: #666;
        font-weight: bold;
    }

    .intro-wrap .products-box .price-infos {
        margin-top: 20px;
        font-size: 14px;
        color: #333;
    }

    .intro-wrap .products-box .content-foot {
        margin-top: 60px;
    }

    .intro-wrap .products-box .see-more {
        margin-top: 38px;
    }

        .intro-wrap .products-box .see-more a {
            color: #ff7a19;
        }

            .intro-wrap .products-box .see-more a span.bold {
                margin-right: 4px;
            }

.intro-wrap {
    background-color: #1c2029;
    /* ------- 公共 end ------ */
}

    .intro-wrap .hide {
        display: none;
    }

    .intro-wrap .title {
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 36px;
        color: #333;
        z-index: 2;
    }

        .intro-wrap .title:before {
            content: '';
            display: inline-block;
            position: absolute;
            left: -25px;
            top: -12px;
            width: 420px;
            height: 64px;
            background-size: 100%;
            background: url(/Resume/images/title.be06a786.png) no-repeat -45px 0;
            opacity: .8;
        }

        .intro-wrap .title span {
            position: relative;
        }

/*中间优化简历*/



/*专业用工*/
.mar {
    cursor: pointer;
    /*box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);*/
    margin-left: 2px;
}

 .mar:hover {
    border-top-color: transparent;
    /*box-shadow: 0 0 10px 0 rgba(124,124,124,.26);*/
}

.zhuanye_img {
    width: 179px;
    height: 326px;
    background-image: url(/images/zhuanyeyonggongs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 138px 0 0 19px;
    box-sizing: border-box;
    margin-right: 4px;
}

.chakan_gengduo a {
    display: inline-block;
    width: 76px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF6E65;
    line-height: 20px;
    text-align: center;
    margin-bottom: 8px;
}

.ruzhu {
    width: 76px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}

.info_card {
    width: 226px;
    height: 326px;
    background-color: #fff;
    padding: 25px 9px 0 9px;
    box-sizing: border-box;
}

.card_top a {
    width: 202px;
    padding-left: 7px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 13px;
}

.touxiang {
    margin-top: 4px;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
    line-height: 28px;
}

.card_top > .touxiang {
    width: 36px;
    height: 36px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin-right: 3px;
}

.touxiang img {
    width: auto;
    height: auto;
    max-width: 30px;
    max-height: 30px;
    vertical-align: middle;
}

.title_name {
    margin-left: 10px;
}

    .title_name p {
        width: 143px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .title_name p:nth-child(1) {
            font-size: 12px;
            font-family: PingFangSC-Medium, PingFang SC;
            font-weight: 500;
            color: #333333;
            line-height: 20px;
        }

        .title_name p:nth-child(2) {
            font-size: 10px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #999999;
            line-height: 17px;
        }

.zhu_tu {
    width: 174px;
    height: 174px;
    margin: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .zhu_tu img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }

.jiage_pric {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    display: flex;
    justify-content: space-between;
    padding-left: 3px;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding-right: 3px;
    box-sizing: border-box;
}

jiage_pric .qian_biao {
    font-size: 15px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF6A00;
    line-height: 20px;
    color: #FF6A00;
}

.jiage_pric .qian_number {
    font-size: 16px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FF6A00;
    line-height: 20px;
}

.sku_iem {
    width: 140px;
    font-size: 13px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 15px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
}

.sku_dinggou {
    width: 60px;
    float: right;
    line-height: 23px;
    background: #f60;
}

    .sku_dinggou a {
        display: block;
        color: #fff !important;
        text-align: center;
        font-size: 12px;
    }
a:link, a:visited {
    color: #747474;
    text-decoration: none;
}
    /*专业用工end*/



/*一键下单*/
.win {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0,0,0,0.50);
    z-index: 999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
 
.win_tit {
    padding: 30px 0px;
    border-bottom: 1px dashed #E8E8E8;
}

    .win_tit .bt {
        display: block;
        float: left;
        font-size: 18px;
        color: #333333;
        line-height: 10px;
        margin-left: 30px;
        margin-right: 28px;
    }

    .win_tit .icon_gb {
        display: block;
        float: right;
        width: 31px;
        height: 31px;
        text-align: center;
        line-height: 28px;
        cursor: pointer;
        margin-top: -31px;
    }

        .win_tit .icon_gb img {
            width: auto;
            height: auto;
            max-height: 11px;
            max-width: 11px;
            vertical-align: middle;
        }

.win_con {
    padding: 32px 22px 15px 30px;
}

.win .layui-form-label {
    font-size: 14px;
    color: #333333;
    width: 77px;
    padding: 9px 10px;
}

.win .layui-input-block {
    margin-left: 97px;
}

.win .layui-form-label {
    font-size: 14px;
    color: #333333;
    width: 77px;
    padding: 9px 10px;
}

.win .layui-input-block {
    margin-left: 97px;
}

.win .layui-form-radio i {
    font-size: 16px;
}
 

.win_btn {
    width: 285px;
    margin: 30px auto;
    padding-left: 15px;
}



    .win_btn span {
        display: block;
        float: left;
        width: 102px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        font-size: 16px;
        cursor: pointer;
        margin: 13px 10px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .win_btn .icon_qx {
        color: #999999;
        border: 1px solid #D8D8D8;
    }

    .win_btn .icon_qr {
        color: #FFFFFF;
        background: #FF7D3C;
        border: 1px solid #FF7D3C;
    }

.win_box3 {
    width: 400px;
    height: 336px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -219px;
    margin-top: -182px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: none;
}

    .win_box3 .ts {
        line-height: 36px;
        font-size: 14px;
        color: #000000;
    }

        .win_box1 p em, .win_box3 .ts em, .win .layui-form-radio i:hover, .win .layui-form-radioed i, .win .layui-form-radioed span {
            color: #FF7D3C;
        }

.sjhzc {
    width: 100%;
    height: 40px;
    height: 40px;
    margin-bottom: 12px;
    border: 1px solid #efeded;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .sjhzc .quhao span {
        display: block;
        padding: 0px 10px;
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        border-right: 1px solid #efeded;
    }

        .sjhzc .quhao span img {
            vertical-align: middle;
            margin-bottom: 3px;
            margin-left: 18px;
        }

    .sjhzc input {
        float: left;
        width: 260px;
        outline: none;
        border: none;
        height: 37px;
        line-height: 37px !important;
        margin-left:10px;
    }

.fl {
    float: left;
}

.yzm1 {
    position: relative;
}

    .yzm1 input {
        outline: none;
        width: 100%;
        height: 40px;
        padding-left: 10px;
        border: 1px solid #efeded;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .yzm1 input::-webkit-input-placeholder {
            font-size: 14px;
            color: #999;
        }

        .yzm1 input::-moz-placeholder {
            font-size: 14px;
            color: #999;
        }

    .yzm1 .hqyzm {
        display: block;
        width: 90px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        font-size: 14px;
        color: #f64;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

/*一键下单end*/










