/*================reset========================*/

html {
    min-height: 100%;
    position: relative;
}

body {
    -webkit-font-smoothing: antialiased;
    padding-bottom: 0;
    background-color: #fff;
    min-height: 100%;
    font-family: "Microsoft YaHei", "SimHei", sans-serif;
    color: #393939;
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
}

/*浏览器默认样式重置*/

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

.clear:after, .clear:before {
    display: table;
    content: "";
    clear: both;
}

/*================字体颜色=====================*/

.font-blue {
    color: #f29700;
}

/*================字体大小=====================*/

.font-s18 {
    font-size: 18px;
}

/*================链接字体=====================*/

.yellow-sm {
    color: #ffffff;
    text-decoration: none;
}

.yellow-sm:hover {
    color: #fdc730;
}

/*================线条=====================*/

.border-dotted-b {
    font-weight: bold;
}

.border-dotted-all {
    border: 1px dashed #dedede;
}

/*================按钮=====================*/

.button-tiffny, .button-tiffny-flat {
    background-color: #f29700 !important;
    border-color: #f29700 !important;
    color: #FFF !important;
}

.button-tiffny:visited, .button-tiffny-flat:visited {
    color: #FFF;
}

.button-tiffny:hover, .button-caution:focus, .button-tiffny-flat:hover, .button-tiffny-flat:focus {
    background-color: #f27d00 !important;
    border-color: #f27d00 !important;
    color: #FFF !important;
}

.button-tiffny:active, .button-caution.active, .button-caution.is-active, .button-tiffny-flat:active, .button-tiffny-flat.active, .button-tiffny-flat.is-active {
    background-color: #f27d00 !important;
    border-color: #f27d00 !important;
    color: #fff !important;
}

.button-sm2 {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
}

.button-large {
    padding: 0 50px;
}

/*================边距离=====================*/

.padding-top {
    padding-top: 20px;
}

.margin-top {
    margin-top: 10px;
}

.margin-lr {
    margin-left: 15px;
    margin-right: 15px;
}

/*================表单=====================*/

.checkbox-w {
    width: 100px;
}

/*表单样式初始化*/

.form-control {
    height: 45px;
    padding-right: 0px;
    line-height: 45px;
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

select.form-control {
    height: 45px;
    padding-right: 0px;
    line-height: 18px;
    padding: 10px 0 10px 12px;
    vertical-align: middle;
    max-height: 45px;
}

/*###########################以上为通用样式##########################*/

/*头部样式 + 头部弹出层样式*/

.mobile-menu-show {
    width: 100%;
    min-width: 320px;
    overflow: hidden;
    height: 100%;
}

@media only screen and (max-width:800px) {
    .head-w {
        display: none;
    }
    .breadcrumbs {
        display: none;
    }
    .head-mobile {
        position: relative;
        z-index: 100;
    }
    .head-mobile {
        background-color: #f29700;
        padding: 0;
        border: none;
        margin-bottom: 0;
        box-shadow: none;
    }
    .nav-header-content {
        display: none;
    }
    .nav-header {
        background-color: #f29700;
        height: 50px;
    }
    .icon-bar-bgwhite {
        background-color: #fff !important;
    }
    .page-title {
        color: #fff !important;
        text-align: center;
        margin-right: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 12px;
        font-size: 18px;
    }
    #menuButton {
        background-color: #f29700;
        border: none;
    }
    .message a {
        position: absolute;
        z-index: 100;
        color: #fff;
        font-size: 18px;
        right: 20%;
        top: 20%;
        display: inline-block;
    }
    .message a:focus, .message a:hover {
        color: #fff;
    }
}

@media only screen and (min-width:801px) {
    .head-mobile {
        display: none;
    }
    .head-w {
        height: 55px;
        background-color: #f29700;
        box-shadow: 14px 5px 4px 6px #f9f9f9;
    }
    .nav-header-content {
        display: none;
    }
}

.breadcrumbs {
    min-height: 55px;
    line-height: 40px;
    padding: 0;
    display: block;
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    background-color: #f29700;
}

.breadcrumb {
    line-height: 48px;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #ffffff;
}

.breadcrumb .col-xs-offset-1 {
    margin-left: 80px;
}

.breadcrumb>li {
    color: #fff;
    margin-left: 5px;
    float: left;
    margin-right: 10px;
}

.breadcrumb>li>.home-icon {
    margin-top: 12px;
    display: block;
    line-height: 1;
}

.breadcrumb>li>a {
    display: inline-block;
    width: 55px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    height: 51px;
}

.nav-myhome {
    width: 80px;
}

.nav-myhome a {
    width: 80px !important;
    display: block !important;
}

.breadcrumb>li>a:hover {
    color: #FFF;
    border-bottom: 3px #FFF solid;
}

.breadcrumb>li+li:before {
    font-family: FontAwesome;
    font-size: 14px;
    color: #ffffff;
    margin-right: 2px;
    padding: 0 10px;
    position: relative;
    top: 1px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: none;
}

.breadcrumb>.active {
    border-bottom: 3px solid #FFF;
    height: 51px;
}

.breadcrumb>.active a {
    color: #FFF;
}

.nav-search {
    position: relative;
    top: 10px;
    left: 590px;
    line-height: 24px;
    width: 200px;
}

.nav-search .form-search {
    margin-bottom: 0;
}

.nav-search .nav-search-input {
    border: 1px solid #f29700;
    width: 200px;
    FFF height: 32px !important;
    background: #10a293;
    border-radius: 4px !important;
    font-size: 13px;
    color: #fff;
    z-index: 11;
    -webkit-transition: width ease .15s;
    transition: width ease .15s;
}

.nav-search .nav-search-input+.dropdown-menu {
    min-width: 0;
    left: 0;
    right: 0;
}

.nav-search .nav-search-input:focus, .nav-search .nav-search-input:hover {
    border-color: #6fb3e0;
}

.nav-search .nav-search.minimized .nav-search-input {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    max-width: 0;
}

.nav-search.minimized:hover .nav-search-input, .nav-search.minimized .nav-search-btn:active+.nav-search-input, .nav-search.minimized .nav-search-input:focus, .nav-search.minimized .nav-search-input:hover, .nav-search.minimized .nav-search-input:active {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 152px;
    max-width: 152px;
}

.nav-search.minimized .nav-search-icon {
    border: 1px solid;
    border-radius: 100%;
    background-color: #FFF;
    padding: 0 5px !important;
}

.nav-search.minimized:hover .nav-search-icon, .nav-search.minimized .nav-search-input:focus~.nav-search-icon, .nav-search.minimized .nav-search-input:hover~.nav-search-icon, .nav-search.minimized .nav-search-input:active~.nav-search-icon {
    border: 0;
    border-radius: 0;
    padding: 0 3px !important;
}

.nav-search-icon {
    border: 0;
    border-radius: 0;
    padding: 0 3px !important;
}

.sidebar>.nav-search {
    position: static;
    background-color: #fafafa;
    border-bottom: 1px solid #DDD;
    text-align: center;
    height: 35px;
    padding-top: 6px;
}

.sidebar>.nav-search .nav-search-input {
    width: 162px !important;
    border-radius: 0 !important;
    max-width: 162px !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.sidebar>.nav-search .nav-search-input+.dropdown-menu {
    text-align: left;
}

.sidebar.menu-min .nav-search .form-search {
    position: absolute;
    left: 5px;
    z-index: 14;
}

.sidebar.menu-min .nav-search .nav-search-input {
    width: 0 !important;
    max-width: 0 !important;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}

.sidebar.menu-min .nav-search .nav-search-input:hover, .sidebar.menu-min .nav-search .nav-search-input:focus, .sidebar.menu-min .nav-search .nav-search-input:active {
    width: 162px !important;
    max-width: 162px !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.sidebar.menu-min .nav-search .nav-search-input:hover~#nav-search-icon, .sidebar.menu-min .nav-search .nav-search-input:focus~#nav-search-icon, .sidebar.menu-min .nav-search .nav-search-input:active~#nav-search-icon {
    border: 0;
    border-radius: 0;
    padding: 0 3px !important;
}

.sidebar.menu-min .nav-search:hover .nav-search-input {
    width: 162px !important;
    max-width: 162px !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.sidebar.menu-min .nav-search:hover .nav-search-input~.nav-search-icon {
    border: 0;
    border-radius: 0;
    padding: 0 3px !important;
}

.sidebar.menu-min .nav-search .nav-search-icon {
    border: 1px solid;
    border-radius: 32px;
    background-color: #FFF;
    padding: 0 5px !important;
}

.search-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    position: absolute !important;
    background: none;
    top: 3px;
    right: 10px;
    z-index: 999;
}

.user-name, .header-message {
    height: 55px;
}

.breadcrumb-2 .has-user {
    height: 55px;
    width: 80px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
}

.breadcrumb-2 .has-user>a:hover {
    background-color: #F9B33E;
    transition: all 0.5s;
}

.none-user {
    width: 220px !important;
}

.none-user span {
    position: relative;
    top: -18px;
}

.header-user-popup {
    position: absolute;
    top: 55px;
    z-index: 1000;
    display: none;
    width: 95px;
    background-color: #F9B33E;
    color: #fff;
    border-radius: 0 0 4px 4px;
    padding-left: 0px;
    overflow: hidden;
}

.header-user-popup a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-right: -35px;
    width: 95px;
    -webkit-animation: headerLeft 0.5s;
}

.header-user-popup a:hover {
    background-color: #18d7c4;
    color: #fff;
    transition: all 0.5s;
    background-color: #FF9933;
    text-decoration: none;
}

.nav-search .nav-search-input {
    position: relative;
    top: -7px;
    padding-left: 7px;
    line-height: 32px;
}

.header-message-popup {
    position: absolute;
    padding-left: 0px;
}

.header-message-popup a {
    text-decoration: none;
    text-align: center;
}

.header-message-popup a:hover {
    background-color: #FF9933;
}

.tn-bubble-message {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background-color: red;
    border-radius: 50%;
    border: none;
}

.breadcrumb-2 {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 55px;
    left: 46px;
}

@media only screen and (max-width:767px) {
    .nav-search {
        right: 5px;
    }
    .nav-search .nav-search-input {
        width: 105px;
    }
    .nav-search:hover .nav-search-input, .nav-search .nav-search-btn:active+.nav-search-input, .nav-search .nav-search-input:focus, .nav-search .nav-search-input:hover, .nav-search .nav-search-input:active {
        width: 145px;
    }
}

@media only screen and (max-width:480px) {
    .nav-search .nav-search-input {
        width: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        max-width: 0;
    }
    .nav-search:hover .nav-search-input, .nav-search .nav-search-btn:active+.nav-search-input, .nav-search .nav-search-input:focus, .nav-search .nav-search-input:hover, .nav-search .nav-search-input:active {
        opacity: 1;
        filter: alpha(opacity=100);
        width: 152px;
        max-width: 152px;
    }
    .nav-search .nav-search-icon {
        border: 1px solid;
        border-radius: 100%;
        background-color: #FFF;
        padding: 0 5px !important;
    }
    .nav-search:hover .nav-search-icon, .nav-search .nav-search-input:focus~.nav-search-icon, .nav-search .nav-search-input:hover~.nav-search-icon, .nav-search .nav-search-input:active~.nav-search-icon {
        border: 0;
        border-radius: 0;
        padding: 0 3px !important;
    }
}

.input-icon {
    position: absolute;
    right: 5px;
    top: 6px;
    color: #fff;
}

.breadcrumb-2 {
    line-height: 55px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    float: right;
}

.breadcrumb-2>li>a {
    display: inline-block;
    padding: 0 4px;
    color: #ffffff;
    text-decoration: none;
    width: 95px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width:800px) {
    .flickity-prev-next-button {
        display: none;
    }
    .mobile-login-content {
        background-color: #fff;
        width: 80%;
        position: relative;
        margin: 0px auto;
    }
}

@media only screen and (min-width:801px) {
    .page-content {
        margin: 70px auto 70px auto;
        width: 950px;
        position: relative;
        min-height: 500px;
        height: auto;
        zoom: 1;
        border-radius: 5px;
        font-family: "Microsoft YaHei"，"SimHei"， sans-serif !important;
        background-color: #f9f9f9;
    }
}

.breadcrumb-2>li>a:hover {
    background-color: #ffa817;
}

.page-content-margin {
    margin-bottom: 130px;
}

.mar-sm-1 {
    margin-top: 5px;
}

.padding-sm-1 {
    padding-top: 70px;
}

@media only screen and (max-width:800px) {
    .logo-mobile {
        width: 115px;
    }
    #legend {
        /*background-image: url(MobileImages/login-mobile/logo-mobile.png);
        background-position-x: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 130px;
        position: relative;
        margin: auto;
        height: 62px;
        margin-top: 10%;*/
        margin-top: 15%;
    }
    .mobile-login-header {
        color: #fff;
        text-align: center;
        margin-top: 12px;
        position: relative;
    }
    .mobile-login-header .glyphicon-chevron-left {
        position: absolute;
        left: 15px;
        top: 4px;
    }
    .mobile-login-register {
        position: absolute;
        right: 15px;
        color: #fff;
    }
    .mobile-register-back {
        color: #fff;
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .mobile-login-register:hover {
        color: #fff;
    }
    #mobile-register-legend {
        display: none;
    }
    .mobile-register-welcome-join {
        display: none;
    }
    .legend-tittle {
        left: 0 !important;
    }
    .legend-tittle p {
        display: none;
    }
}

@media only screen and (min-width:801px) {
    .login-register {
        display: none;
    }
    .legend-tittle {
        background: url(Images/tittle-6.png) no-repeat;
        position: absolute;
        top: -12px;
        left: 30px;
        width: 260px;
        height: 52px;
        color: #fff;
        text-align: center;
        font-size: 24px;
        line-height: 52px;
        z-index: 999;
    }
}

.border-left-1 {
    border-right: 1px dashed #000;
}

@media only screen and (max-width:800px) {
    .form-login, .share-div {
        background-color: #fff;
        width: 98% !important;
        margin-left: 0 !important;
    }
    .directly-login {
        letter-spacing: 2px;
        text-align: center;
        font-size: 16px;
    }
    .directly-login a {
        color: #f29700;
    }
    .validate-img-content {
        border-radius: 30px;
        line-height: 16px;
    }
    .mobile-register-verify-code {
        padding-left: 0;
    }
    .mobile-register-share {
        display: none;
    }
    #mobileCaptchaButton {
        background-color: #f2f2f2;
        color: #f29700;
        border: 1px solid #f29700;
        border-radius: 30px;
        padding: 0 10%;
        font-weight: 500;
        width: 100%;
    }
    .form-login {
        margin-top: 10px !important;
    }
    .share-div {
        margin-top: 0;
        border: none;
        margin-bottom: 10%;
    }
}

@media only screen and (max-width:800px) {
    .login-btn {
        background-color: #f29700;
        height: 44px;
        text-align: center;
        margin: auto 15px;
        border-radius: 30px;
        display: block !important;
        color: #fff;
    }
    .have-no-account, .share-div span, .wr-footer {
        display: none;
    }
    .login-third {
        position: relative;
        margin-top: 20px;
        text-align: center;
    }
    .login-third-topsent {
        font-size: 14px;
        color: #aaaaaa;
        line-height: 1.833;
        letter-spacing: 2px;
    }
    .login-register {
        text-align: center;
        font-size: 16px;
        margin-bottom: 15%;
    }
    .register-ime {
        display: none;
    }
    .login-register-now {
        color: #f29700;
    }
    .share-div>ul {
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }
    .login-third-items {
        text-align: center;
    }
    .login-third-items img {
        width: 20%;
        height: 20%;
    }
    hr {
        display: block !important;
    }
    .share-div hr {
        margin-top: 10px;
    }
    .login-btn-origin {
        display: none;
    }
    .login-mobile-input {
        border-radius: 30px;
        padding-left: 8%;
        line-height: 14px;
    }
    .please-enter-password {
        margin-bottom: 0;
    }
    .login-btn-responsive {
        background-color: #f29700;
        border: none;
        line-height: 1.7;
        height: 90%;
        letter-spacing: 4px;
    }
    .side-bar-left {
        position: absolute;
        left: 100%;
        top: 0;
        height: 100% !important;
        background-color: #192424;
    }
    .login-area {
        color: #cccdce !important;
        font-size: 18px;
    }
    .login-area img {
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }
    .header-right-arrow {
        width: 15px !important;
        height: 15px !important;
    }
    .nav-content img {
        width: 30px;
        height: 30px;
        margin-right: 5%;
    }
    .login-area img {
        width: 70px;
        height: 70px;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .user-exit {}
    .nav-content {
        background-color: #353f49;
        color: #cccdce !important;
        margin-top: 0;
    }
    .nav-content a {
        color: #FFF !important;
        font-size: 15px;
        text-shadow: none;
    }
    .nav-header-content {
        width: 75%;
        background-color: #353f49 !important;
    }
    .nav-content li a:hover, .nav-content li a:focus {
        background-color: #1c2329;
    }
}

@media only screen and (min-width:801px) {
    .form-login {
        float: left;
        width: 500px;
        margin-left: 40px;
        margin-top: 90px;
    }
    .share-div {
        float: right;
        text-align: left;
        width: 400px;
        height: 280px;
        margin-top: 70px;
        border-left: 1px #c0c0c0 dashed;
    }
    .directly-login {
        display: none;
    }
}

/*.footer {
    background: #f7f7f7;
    border-top: 1px #d7d7d7 solid;
  top:40px;
}

.footer-panel {
    height: 50px;
    line-height: 50px;
    width: 950px;
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
}

    .footer-panel a {
        color: #6a6a6a;
    }*/

/*##########################页脚样式#########################*/

.wr-footer {
    width: 100%;
    background-color: #ededed;
}

.return-top {
    position: fixed;
    bottom: 182px;
    left: 50%;
    margin-left: 540px;
    width: 40px;
    height: 40px;
    background: url(Images/community/totop.png) no-repeat;
    background-position: -107px 0px;
    background-size: cover;
    cursor: pointer;
}

.return-top:hover {
    background-position: -203px 0px;
}

.footer-link {
    position: relative;
}

.footer-message {
    width: 100%;
    background-color: #e5e5e5;
}

.footer-message-content {
    width: 1000px;
    padding: 0 70px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.footer-message-content a {
    color: #666;
    margin-left: 30px;
}

.footer-message-content a:hover {
    color: #10a293;
}

.footer-link-content {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 30px;
    position: relative;
}

.footer-link-content h2, .footer-link-content h4, .footer-link-content p {
    text-align: center;
}

.footer-link-content h2 {
    color: #f29700;
    font-size: 30px;
}

.footer-link-content .contack-us p {
    color: #999;
    font-size: 14px;
}

.footer-link-content h4 {
    color: #333;
    font-size: 18px;
}

.footer-link-content>div {
    float: left;
}

.about-waren>div {
    float: left;
    margin: 0 22px;
}

.contack-us a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #f29700 !important;
    margin: 0 auto;
    font-size: 16px;
}

.contack-us a:hover {
    background-color: #ff6a19 !important;
}

.about-waren {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 20px;
    margin: 0 45px;
}

.about-waren a {
    font-size: 16px;
    color: #333;
}

.pay-attention h4, .about-waren h4 {
    margin-bottom: 30px;
}

.about-waren a:hover {
    color: #f29700;
}

.pay-attention a {
    display: inline-block;
    width: 80px;
    font-size: 14px;
}

.pay-attention a p {
    color: #333;
}

.pay-attention a p:hover {
    color: #f29700;
}

.pay-attention a img {
    position: relative;
    left: 18px;
}

.feedback-wrap {
    width: 350px;
}

.feedback-wrap .popup-email-2 {
    margin-top: 15px;
}

.feedback-wrap .validate-label-position {
    position: relative;
    top: 28px;
    right: 10px;
}

.feedback-wrap label {
    float: left;
    width: 80px;
    text-align: right;
    margin-bottom: 20px;
}

.feedback-wrap .report-title {
    position: relative;
    top: 10px;
    font-weight: bold;
}

.feedback-wrap .btn-change {
    margin-left: 80px !important;
}

.clear {
    clear: both;
}

.text-float {
    float: right;
}

.legend-tittle2 {
    background: url(Images/tittle-4.png) no-repeat;
    position: absolute;
    top: -12px;
    left: 30px;
    width: 160px;
    height: 52px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 52px;
    z-index: 999;
    padding-left: 10px;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.warenwang.com/Styles/Images/tittle-4.png', sizingMethod='scale');
}

.form-data {
    width: 700px;
    margin: 0 auto;
    position: relative;
    padding-top: 90px;
}

.processstep {
    height: 100px;
    width: 650px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.cercle-doing {
    width: 95px;
    height: 95px;
    background: url(Images/img-cercle-do.png) no-repeat;
    text-align: center;
    line-height: 95px;
    color: #aeaeae;
    font-size: 18px;
    float: left;
}

.cercle-done {
    width: 95px;
    height: 95px;
    background: url(Images/img-cercle-done.png) no-repeat;
    text-align: center;
    line-height: 95px;
    color: #fff;
    font-size: 18px;
    float: left;
}

.process-line-doing {
    width: 90px;
    height: 5px;
    margin-top: 45px;
    float: left;
    background: #ededed;
}

.process-line-done {
    width: 90px;
    height: 5px;
    margin-top: 45px;
    float: left;
    background: #f29700;
}

/*================求职补充=====================*/

.title-data {
    font-size: 18px;
    color: #f29700;
    border-bottom: 1px #dedede dashed;
    line-height: 45px;
    text-indent: 0px;
    text-align: left;
    margin-bottom: 10px;
}

.title-company {
    font-size: 18px;
    border-bottom: 1px #dedede dashed;
    line-height: 45px;
    text-indent: 0px;
    text-align: left;
    margin-bottom: 10px;
    float: left;
}

.row-white {
    background: #fff;
    border-radius: 5px;
    line-height: 45px;
    padding-left: 20px;
    vertical-align: central;
}

.row {
    margin-bottom: 15px;
}

.tags-selected {
    border-bottom: 1px #dedede dashed;
    text-indent: 0px;
    text-align: left;
    margin-bottom: 10px;
}

.tags-selected-margin {
    padding-bottom: 15px;
}

.btn-tags {
    margin-bottom: 10px;
    margin-left: 10px;
    width: 164px;
}

.btn-tags i {
    float: right;
    margin-top: 16px;
    font-weight: lighter;
    font-size: 14px;
}

.button-jumbo {
    margin-bottom: 50px !important;
}

.tn-helper-clearfix:after, .tn-helper-clearfix:before {
    display: table;
    content: "";
    clear: both;
}

/*企业测评选人控件样式*/

.user-selector .expand-select {
    padding: 0px;
    position: relative;
    width: 480px;
    height: 30px;
    float: left;
    top: -35px;
    left: 75px;
    line-height: 30px;
}

.user-selector .expand-select ul.as-selections {
    overflow: hidden;
    line-height: 30px;
}

.user-selector .expand-select .as-original input {
    font-size: 14px;
}

.point-member .fa {
    color: #333;
    position: absolute;
    top: 10px;
    left: 445px;
    font-size: 24px;
}

.expand-select-box {
    border: 1px solid #f29700;
    padding: 5px 8px;
    background-color: #fff;
    position: absolute;
    width: 600px;
    z-index: 999;
    top: 40px;
}

.expand-select-box .expand-select-head {
    margin-bottom: 10px;
}

.expand-select-box .expand-select-head span {
    position: relative;
    left: -390px;
    top: 5px;
}

.expand-select-box .expand-select-head select {
    position: relative;
    left: 370px;
    width: 180px;
    height: 35px;
    border: 1px solid #999;
    border-radius: 4px;
}

.expand-select-box .expand-select-head select option {
    width: 140px;
}

.expand-select-box .expand-select-list {
    height: 260px;
    overflow-y: auto;
    margin-bottom: 15px;
    overflow-x: hidden;
}

.expand-select-box .expand-select-list ul {
    padding: 5px 0;
    border-radius: 5px;
    border: 1px dashed #f9f9f9;
}

.expand-select-box .expand-select-list .list-group {
    box-shadow: none;
}

.as-results ul:after, .as-results ul:before, .expand-select-box ul:after, .expand-select-box ul:after {
    display: table;
    content: "";
    clear: both;
}

.as-results .as-list {
    padding: 10px 5px;
}

.expand-select-box .expand-select-list .expand-select-item {
    width: 140px;
    float: left;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
}

.expand-select-box .expand-select-list .expand-select-item:hover {
    background-color: #fcf2e2;
    border-radius: 5px;
}

.expand-select-box .expand-select-list .expand-select-item div {
    float: left;
}

.as-results li .avatar-mini, .expand-select-box .expand-select-list .expand-select-item .avatar-mini {
    width: 25px;
    height: 25px;
}

.as-results li .avatar-mini img, .expand-select-box .expand-select-list .expand-select-item .avatar-mini img {
    width: 25px;
    height: 25px;
}

.expand-select-box .expand-select-list .expand-select-item .avatar-name {
    width: 110px;
    margin-left: 5px;
}

.expand-select-box .expand-select-list .expand-select-item .avatar-name span {
    width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.expand-select-foot .btn-default {
    height: 35px;
    display: block;
    margin: 0 auto;
    background-color: #f29700;
    color: #fff;
    background-image: none;
}

.expand-select-foot .btn-default:hover {
    background-color: #F9B33E;
}

ul.as-selections li.as-original input {
    font-size: 16px !important;
    color: #666 !important;
}

ul.as-selections li.as-original input {
    height: 30px !important;
}

.as-list li.as-result-item.active {
    background-color: #f9f9f9;
    background-image: none;
    border-color: #f9f9f9;
    margin-top: 3px;
    margin-bottom: 3px;
    border-bottom: none !important;
    color: #333 !important;
    text-shadow: none !important;
}

li.as-result-item {
    border-bottom: none !important;
}

#basicProfileForm {
    padding-bottom: 30px;
}

/*==============求职意向===============*/

.form-control-width {
    width: 213px;
    padding-left: 25px;
}

.fa {
    margin-left: 10px;
}

.button-margin {
    margin-left: -60px !important;
}

#selectedTradeSortNames, #selectedJobSortNames {
    margin-left: -58px;
}

#selectedTradeSortNames {
    display: block;
    margin-top: 8px;
}

.pre-step {
    position: absolute;
    top: 70px;
    display: block;
    right: 250px;
    font-size: 20px;
    color: #f29700;
}

.pre-step:hover {
    text-decoration: none;
}

.text-right {
    position: relative;
}

.job-sort-name {
    width: 500px;
    float: right;
    margin-right: -75px;
    margin-top: 5px;
}

.hope-area-position {}

.row {
    position: relative;
}

.text-danger-position {
    color: #a94442;
    position: absolute;
    left: 230px;
    top: 2px;
    font-size: 33px;
}

.form-control {
    color: #999;
    resize: none;
}

.form-control-email {
    display: block;
    margin-top: 0px;
    margin-left: 15px;
    width: 360px;
    height: 50px;
    border-radius: 10px;
    padding-left: 30px;
    outline: none;
    border: 1px solid #999;
}

.button-one-first, .button-one-second, .button-one-third {
    margin-right: 10px !important;
}

/*求职意向弹出层的样式*/

.clause-agree {
    width: 160px;
    height: 50px;
    color: #fff;
    background-color: #f29700;
    margin: 0 auto;
    border: none;
    background-image: none;
}

.clause-agree:hover {
    background-color: #18d7c4;
    transition: all 0.5s;
}

.border-position {
    position: relative;
}

.hope-job-position {
    line-height: 45px;
    text-align: left;
}

.area-popup {
    display: none;
    width: 320px;
    height: 180px;
    position: absolute;
    top: 49px;
    left: 15px;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #efefe4;
    box-shadow: 1px 1px 1px #efefe4;
    border-radius: 4px;
}

.content-control {
    margin: 0;
    top: 0;
    list-style: none;
    padding: 0;
}

ul.wr-province {
    width: 90px;
    border-right: 1px solid #ececec;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    height: 180px;
    overflow: auto;
    padding: 0px;
}

ul.wr-province li {
    padding: 0px;
    margin: 0px;
    text-align: center;
    height: 33px;
    font-size: 14px;
    line-height: 33px;
    cursor: pointer;
}

ul.wr-province li:hover {
    height: 33px;
    border-radius: 4px;
    background-color: #efefe4;
    transition: all 0.5s;
}

.wr-province li ul {
    height: 180px;
    padding: 10px;
    zoom: 1;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 90px;
    width: 228px;
    overflow: auto;
    color: #555;
    width: 232px !important;
}

.wr-province li ul li {
    float: left;
    padding: 0px 8px;
    border-radius: 3px;
    margin: 2px;
    height: 23px;
    line-height: 23px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}

.wr-province li ul li:hover {
    height: 23px;
    background-color: #efefe4;
    border-radius: 3px;
    transition: all 0.5s;
}

.wr-province li span {
    display: block;
    cursor: pointer;
}

/*选中样式*/

.province-selected {
    background-color: #f29700;
    border-radius: 4px;
    transition: all 0.5s;
    color: #fff;
}

.city-selected {
    background-color: #f29700;
    border-radius: 3px;
    transition: all 0.5s;
    color: #fff;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

/*求职意向的两个弹出层样式*/

.tnc-artdilog-btn {
    text-align: center;
}

.art-confirm, .art-cancel {
    border: none;
    border-radius: 3px;
    height: 30px;
    width: 80px;
    line-height: 30px;
    background-color: #f29700;
    text-align: center;
    color: #fff;
    margin: 0 50px;
}

.art-confirm {
    bottom: 10px;
    left: 10px;
    margin: 0 50px;
}

.art-cancel {
    margin-top: 30px;
    bottom: 10px;
    right: 10px;
}

.art-confirm:hover, .art-cancel:hover {
    background-color: #F9B33E;
}

.tnc-dailog-pd {
    overflow-y: auto;
    overflow-x: hidden;
}

.tnc-dailog-pd select {
    position: relative;
    left: 40px;
    margin-bottom: 10px;
}

.tnc-dailog-height {
    height: 0px;
}

.popup-email-content {
    margin-top: 70px;
    color: #f29700;
}

.popup-email-content .form-group:nth-child(1) {
    margin-left: 20px;
    position: relative;
    top: -20px;
}

.popup-email-content .form-group:nth-child(1) input {
    margin-left: 15px;
}

.popup-email-content .form-group:nth-child(2) input {
    margin-left: -10px;
}

.popup-email-content input {
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #555;
    height: 40px;
    width: 220px;
}

.popup-email-content a {
    color: #393939;
}

.popup-email-content a:hover {
    color: #f29700;
    transition: all 0.5s;
}

/*#AccountEmail {
    margin-left: 25px;
}*/

.popup-email-content .tnc-captcha {
    margin-top: 12px;
}

#div-activate-email button {
    position: absolute;
    width: 140px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    background-color: #f29700;
    font-weight: bold;
    top: 220px;
    left: 135px;
}

#div-activate-email button:hover {
    background-color: #18d7c4;
    transition: all 0.5s;
}

#div-activate-email {
    height: 300px;
    width: 400px;
}

/*================基本信息=====================*/

.login-message-optimize {
    position: relative;
    width: 650px;
    margin: 0 auto;
}

.login-message-optimize .user-message {
    width: 232px;
    padding-left: 10px;
    border: none;
    font-size: 20px;
}

.login-message-optimize .user-message:focus {
    border: 1px solid #88C222;
}

.frog-decoration {
    position: relative;
    width: 650px;
    height: 145px;
    margin: 0 auto;
    padding-top: 10px;
}

.frog-decoration:after, .frog-decoration:before {
    display: table;
    content: "";
    clear: both;
}

.frog-decoration-bigtou a img {
    position: absolute;
}

#uploadAvatar {
    left: 25px;
    color: #fff;
}

#uploadAvatar:hover {
    background-color: #18d7c4;
}

.frog-decoration input {
    padding-left: 10px;
    width: 530px;
    border: none;
    font-size: 20px;
}

.frog-decoration #avatarImg {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    margin-top: 8px;
}

.frog-decoration #uploadifyAvatar-button {
    position: relative;
    color: #fff;
    left: 10px;
    background-color: #f29700;
}

.frog-decoration #uploadifyAvatar-button:hover {
    background-color: #18d7c4;
}

.frog-decoration .frog-decoration-img {
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 20px;
    border: 2px solid #ccc;
    float: left;
    background: url("Images/bigtou.jpg") no-repeat;
    background-size: 100% 100%;
}

.frog-decoration .frog-decoration-img:hover {
    transition: all 1s;
    background-position: center center;
    background-color: rgba(00, 00, 00, 0.1);
}

.frog-decoration .float-left {
    width: 530px;
    float: right;
    position: absolute;
    top: 15px;
    left: 140px;
}

.frog-decoration .float-left input {
    border: 1px solid #ccc !important;
    border-radius: 4px;
    width: 490px !important;
    display: block;
    height: 49px;
}

.frog-decoration a {
    color: #FFB76F;
}

.identity-message, .contact-message, .area-select, .next-step {
    position: relative;
    width: 650px;
    margin: 0 auto;
}

.next-step {
    margin-top: 40px;
    margin-right: -10px;
    height: 100px;
    margin-bottom: 80px;
}

.next-step-height {
    height: 10px;
}

.identity-message {
    clear: both;
    padding-top: 30px;
    margin-top: -20px !important;
}

.message-input-width {
    width: 500px;
    border: none;
}

.user-message-sexual {
    border: none;
    background-color: #fff;
    width: 78px;
    border-radius: 4px;
    border: none;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
}

.user-message-sexual:hover, .user-message-sexual:active, .user-message-sexual:link {
    background-color: #f29700;
    color: #fff;
    transition: all 0.5s;
    border: none;
}

.user-sexual-selected {
    background-color: #f29700;
    color: #fff;
    border: none;
}

.login-message-optimize input {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.login-message-optimize select {
    border: 1px solid #ccc !important;
    border-radius: 4px;
    width: 232px !important;
}

.btn-success-change {
    float: right;
    border: none;
    bottom: 0px;
    right: 0px;
    width: 216px;
    height: 60px;
    background-color: #f29700;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.btn-success-change:hover {
    background-color: #F9863E;
    border-color: #F9863E;
    color: #FFF;
    transition: all 0.5s;
}

.birth-date-control {
    display: inline-block;
    width: 232px;
    position: relative;
    font-size: 20px;
    padding-left: 10px;
}

.message-margin {
    margin-top: 20px;
}

.message-margin input {
    height: 45px;
}

.login-message-optimize .select-area {
    display: inline-block;
    height: 45px;
    width: 200px;
    font-size: 20px;
    color: #999999;
    border: none;
    padding-left: 10px;
    border-radius: 4px;
    margin-top: 20px;
}

.margin-center {
    margin: 0 auto;
    width: 465px;
}

.row-white-padding {
    padding-top: 30px;
}

/*================教育经历=================*/

.login-message-optimize .school-name {
    width: 380px;
}

.login-message-optimize .user-edu-experence {
    width: 230px;
    border: none;
    height: 49px;
    float: right;
    color: #999999;
    line-height: 49px;
}

.login-message-optimize .user-exp-name {
    width: 302px;
    font-size: 20px;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid #999999;
}

.login-message-optimize .user-start-year {
    width: 160px;
    font-size: 20px;
    padding-left: 10px;
}

.login-message-optimize .user-end-year {
    width: 160px;
    font-size: 20px;
    padding-left: 10px;
    float: right;
}

.school-name, .user-exp-name, .user-start-year, .user-end-year {
    height: 49px;
}

.school-message {
    margin-top: 20px;
}

.add-another-message a {
    display: block;
    margin: 0 auto;
    margin-top: 38px;
    width: 250px;
    height: 50px;
    font-size: 20px;
    background-color: #FF9933;
    line-height: 50px;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    border-radius: 6px;
}

.add-another-message a:hover {
    text-decoration: none;
    background: rgba(255, 153, 51, 0.7);
    transition: all 0.5s;
}

.user-message-commit {
    width: 650px;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    line-height: 50px;
    border: 1px dashed #555;
    color: #999999;
}

.user-message-commit span {
    margin-left: 10px;
}

.user-message-commit a {
    display: block;
    width: 40px;
    color: #FF9933;
    float: right;
    margin-right: 20px;
}

.btn-success-margin {
    margin-top: 40px !important;
}

.back-color {
    height: 45px;
    background-color: #fff;
}

#UserEducations {
    margin-top: 20px;
}

.user-edu-experence {
    padding-left: 10px;
    color: #ccc;
    line-height: 49px;
    padding-bottom: 10px;
}

/*================做测评=================*/

#doexam {
    margin-top: 30px;
}

#doexam span {
    display: block;
    height: 30px;
    margin-top: 20px;
    margin: 0 auto;
    font-size: 18px;
    color: #999999;
    text-align: center;
}

#doexam a {
    font-size: 18px;
    color: #FF9933;
    font-weight: bold;
}

#doexam a:hover {
    text-decoration: none;
    color: #fdc730;
    transition: all 0.5s;
}

#doexam .doexam-main-title {
    font-size: 24px;
    color: #FF9933;
    font-weight: bold;
    margin-bottom: 20px;
}

#doexam button {
    position: relative;
    left: -34%;
    top: 20px;
    margin-left: -108px;
}

#doexam button:hover {
    background-color: #18d7c4;
    border-color: #18d7c4;
    color: #FFF;
    transition: all 0.5s;
}

#doexam .find-great-parts {
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
}

.button-tiffny {
    background-color: #f29700;
    border-color: #f29700;
}

.button-doexam-ime {
    background-color: #f29700 !important;
    border-color: #f29700 !important;
    color: #fff !important;
}

.do-exam-ime {
    font-size: 20px !important;
    color: #fff !important;
    line-height: 45px !important;
    position: absolute;
    left: 50%;
    margin-left: -150px;
}

/*===========注册成功页面=============*/

.page-content-width {
    width: 670px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.page-content-width .right-img {
    background-color: #fff;
    height: 515px !important;
}

.page-content-wrap {
    width: 550px;
}

.register-success-nav {
    position: relative;
    width: 600px;
    height: 180px;
    border-top: 1px solid #555;
    margin-top: 80px;
    margin-left: 40px;
}

.register-success-margin {
    margin-top: 40px;
}

.register-success-nav .start-ime {
    width: 380px;
    display: block;
    height: 30px;
    font-size: 25px;
    color: #F25D00;
    position: absolute;
    left: 50%;
    margin-left: -190px;
    top: -15px;
    line-height: 30px;
    text-align: center;
    background-color: #f8f8f8;
}

.register-success-nav ul li {
    display: block;
    width: 150px;
    height: 250px;
    float: left;
    margin-left: 20px;
}

.register-success-nav span {
    display: block;
    width: 150px;
    height: 250px;
}

.register-success-nav .find-job-img {
    background: url("Images/ico-work.png") no-repeat;
    background-size: contain;
}

.register-success-nav .find-talent-img {
    background: url("Images/ico-people.png") no-repeat;
    background-size: contain;
}

.register-success-nav .do-exam-img {
    background: url("Images/ico-test.png") no-repeat;
    background-size: contain;
}

.register-success-nav .face-analysis-img {
    background: url("Images/ico-analysis.png") no-repeat;
    background-size: contain;
}

.register-success-nav .find-job-img:hover, .register-success-nav .find-talent-img:hover, .register-success-nav .do-exam-img:hover, .register-success-nav .face-analysis-img:hover {
    -webkit-filter: grayscale(1);
    transition: all 0.5s;
}

.count-success {
    width: 600px;
    height: 140px;
    padding-left: 40px;
    padding-top: 60px;
}

.success-wrap {
    width: 100px;
    height: 100px;
}

.success-wrap span {
    display: block;
    width: 100px;
    height: 100px;
    background: url("Images/ico-mail.gif") no-repeat;
    background-size: contain;
}

.text-wrap {
    width: 450px;
    height: 100px;
    float: right;
    margin-top: -70px;
}

.text-wrap span {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.right-img {
    position: absolute;
    top: 0px;
    right: -470px;
    width: 330px;
    height: 550px;
    background: url("Images/login-bg.jpg") no-repeat;
    background-size: contain;
    float: right;
}

@media only screen and (max-width:800px) {
    .register-success-mobile {
        text-align: center;
    }
    .congratulations h2 {
        color: #f29700;
        margin-top: 60%;
        position: relative;
    }
    .congratulations p {
        color: #aaaaaa;
        margin-top: 5%;
    }
}

#EmailCaptchaContainer .in {}

@media only screen and (min-width:801px) {
    #mobileCaptchaTip {
        display: block;
        width: 350px;
        margin-left: 17px;
        color: #999999;
    }
}

@media only screen and (max-width:800px) {
    #mobileCaptchaTip {
        width: 350px;
        margin-left: 17px;
        color: #999999;
        font-size: 15px;
    }
}

#MobileCaptchaContainer .field-validation-error {
    display: block;
    width: 350px;
    margin-left: 17px;
    color: #999999;
}

@media only screen and (max-width:800px) {
    .field-validation-error {
        left: 0 !important;
        top: 60px !important;
        color: #999;
        font-size: 14px;
    }
}

.be-agree-clause span {
    margin-left: 50px;
    display: block;
    color: #f29700;
}

@media only screen and (max-width:800px) {
    .be-agree-clause {
        margin-top: -10px !important;
        text-align: center;
    }
    .waren-user-protocol {
        color: #f29700;
    }
    .btn-mobile-register {
        width: 100%;
        border-radius: 30px;
    }
    .mobile-register-checkbox {
        padding-left: 0 !important;
        font-size: 15px;
    }
    .mobile-register-btn {
        margin-top: 5%;
    }
}

@media only screen and (min-width:801px) {
    .be-agree-clause {
        margin-left: -63px;
        margin-top: -10px !important;
    }
}

.share-div h3 {
    color: #999999;
}

.share-div h3 span {
    color: #3380bc;
    font-size: 16px;
    font-weight: bold;
}

.share-div a {
    margin-right: 8px;
}

#AcceptableProvision-button {
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -80px !important;
    width: 160px;
    height: 40px;
    color: #fff;
    background-color: #f29700;
    font-size: 20px;
    float: right;
    margin: 0 auto;
    border: none;
    background-image: none;
}

#AcceptableProvision-button:hover {
    background-color: #f27d00 !important;
    transition: all 0.5s !important;
}

.clause-dialog-width {
    padding-bottom: 50px !important;
}

.registration-provisions {
    margin-bottom: 45px;
}

.select-area, .birth-date-control {
    color: #000 !important;
}

.login-message-optimize #Email {
    width: 400px;
}

.collect-message #Email {
    width: 385px;
}

.login-message-optimize #NickName, .login-message-optimize #Email, .login-message-optimize #CityCode, .login-message-optimize #Birthday {
    margin-left: 10px;
}

.page-profile .login-message-optimize #Birthday, .page-profile .login-message-optimize #NickName {
    margin-left: 0px;
}

#gender_Male, #gender_FeMale {
    position: relative;
    top: 2px;
}

.company-create-width {
    width: 500px !important;
    margin: 0 auto;
}

.company-create-btn {
    padding-top: 60px;
}

.find-talent-sevice form {
    margin: 0 auto !important;
    width: 500px;
}

.company-create-width #CompanyName, .company-create-width #Telephone, .company-create-width #Email {
    width: 500px !important;
}

.register-content-padding {
    padding-bottom: 30px;
}

/*邮箱验证*/

.register-float-left {
    width: 600px;
}

.right-img-position {
    right: -10px;
    background-color: #fff;
    height: 100%;
}

.email-img {
    background: url('Images/ico-input.gif') no-repeat !important;
    background-size: contain !important;
    width: 60px !important;
    height: 60px !important;
}

@media only screen and (max-width:800px) {
    .email-img {
        background-size: 50% !important;
    }
}

.text-wrap-margin {
    margin-top: -115px;
    margin-right: 20px;
}

.check-button-parent a {
    display: block;
    width: 190px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #f29700;
    border-radius: 4px;
}

.check-button-parent a span {
    font-size: 18px !important;
}

.check-button-parent a:hover {
    background-color: #18d7c4;
    transition: all 0.5s;
    text-decoration: none;
}

.email-send-again a {
    color: #f29700;
}

.email-send-again a:hover {
    color: #18d7c4;
    transition: all 0.5s;
    text-decoration: none;
}

.nav-margin {
    margin-top: 140px;
    border-color: #999999;
    padding-left: 90px;
    padding-top: 20px;
}

.nav-margin span {
    display: block;
    width: 500px;
    height: 20px;
    line-height: 20px;
}

.nav-margin>span {
    font-size: 20px;
}

.nav-margin>div {
    margin-top: 30px;
}

.nav-margin>div span {
    font-size: 14px;
}

.nav-margin>div a {
    font-size: 14px;
    color: #f29700;
}

.nav-margin>div a:hover {
    color: #18d7c4;
    text-decoration: none;
    transition: all 0.5s;
}

.position-center {
    margin-left: 85px;
}

.popup-email-2 {
    position: absolute;
    left: 73px;
    top: 12px;
}

@media only screen and (max-width:800px) {
    .popup-email-2 {
        left: 0;
        width: 100%;
    }
}

@media only screen and (max-width:800px) {
    .position-relative label {
        display: none;
    }
    .login-validate {
        margin-top: 30px;
    }
    [id^=CaptchaInputName] {
        line-height: 14px;
        width: 40%;
        float: left;
        margin-right: 20px;
        border-radius: 30px;
    }
    .login-group {
        margin-top: 15%;
    }
}

.position-relative .field-validation-error {
    position: relative;
    left: 280px;
    top: 10px;
}

.validate-label-position {
    position: relative;
    top: 10px;
}

@media only screen and (max-width:800px) {
    .captcha-img {
        right: 15% !important;
    }
}

.captcha-img-position {
    position: absolute;
    right: -90px;
    top: 5px;
}

@media only screen and (max-width:800px) {
    .form-validate-width {
        width: 60%;
    }
    .mobile-register-code {
        padding-top: 2%;
    }
}

@media only screen and (min-width:801px) {
    .form-validate-width {
        width: 191px;
    }
    #EmailCaptchaImg {
        position: absolute;
        left: 249px;
        top: 4px;
    }
    .find-password-captachaimg {
        position: inherit !important;
        margin: 5% 0;
    }
}

.edit-file .row-white {
    background: none;
}

.edit-file .back-color {
    background: none;
    margin-left: 0px !important;
}

.condition－choice .choice-top {
    position: relative;
    top: -6px;
}

.checkbox-w {
    position: relative;
    top: -4px;
}

.checkbox-w input {
    position: relative !important;
}

@media only screen and (max-width:800px) {
    .identity-change {
        padding: 5% 0;
        text-align: center;
        font-size: 22px;
        color: #aaaaaa;
    }
    a:checked {
        border-bottom: 1px solid red;
    }
    .mobile-register-person, .mobile-register-company {
        padding: 8px 0;
        color: #aaaaaa;
    }
    .input-tel, .input-password {
        border-radius: 30px;
        line-height: 16px;
    }
    .mobile-register-validate-code {
        border-radius: 30px;
    }
}

@media only screen and (min-width:801px) {
    .identity-change {
        width: 500px;
        padding-bottom: 20px;
        padding-left: 0;
    }
    .input-password-confirm {
        display: none;
    }
}

@media only screen and (min-width:801px) {
    .identity-change a {
        display: inline-block;
        height: 60px;
        width: 200px;
        line-height: 60px;
        text-align: center;
        border-radius: 5px;
        font-size: 20px;
        background-color: #fff;
        color: #999;
        border: 1px solid #999;
        margin-right: 2%;
    }
    .identity-change a:hover {
        background-color: #f29700;
        color: #fff;
        text-decoration: none;
        border: 1px solid #f29700;
        transition: all 0.5s;
    }
}

.identity-change a:active, .identity-change a:link {
    text-decoration: none;
}

@media only screen and (max-width:800px) {
    .mobile-register-content {
        width: 90%;
        position: relative;
        margin: 0 auto;
    }
    .identity-change-selected {
        text-decoration: none !important;
        border-bottom: 1px solid #f29700 !important;
    }
    .identify-choice a {
        border-bottom: 1px solid #ddd;
    }
    a:hover {
        color: #f29700;
    }
}

@media only screen and (min-width:801px) {
    .identity-change-selected {
        background-color: #f29700 !important;
        color: #fff !important;
        text-decoration: none !important;
        border: 1px solid #f29700 !important;
    }
}

/*===============公司简介样式===============*/

.compant-margin-top #ShortName {
    width: 550px !important;
}

.company-pro-img {
    width: 200px;
    position: absolute;
    right: -90px;
    top: 200px;
}

label {
    margin-top: 10px !important;
}

.edeg-margin-top {
    margin-top: -86px !important;
}

.profile-area-select .select-province {
    height: 45px;
    border-radius: 4px;
    left: -95px;
    position: relative;
    top: 45px;
    font-size: 14px;
    padding-left: 10px;
}

.profile-area-select .select-city {
    height: 45px;
    border-radius: 4px;
    position: relative;
    left: 180px;
    font-size: 14px;
    padding-left: 10px;
}

.frog-decoration-bigtou img {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    border: 1px solid #ccc;
    margin-top: -3px;
}

.company-product .frog-decoration-bigtou img {
    margin-top: 20px;
    margin-left: -20px;
}

.profile-company-img #uploadifyAvatar-button {
    margin-top: 5px;
    margin-left: 10px;
    background-color: #f29700;
    color: #fff;
}

.profile-company-img #uploadifyAvatar-button:hover {
    background-color: #18d7c4;
    transition: all 0.5s;
}

.processstep-width {
    width: 465px !important;
}

/*==========企业入驻页面样===========*/

.own-button-width {
    margin-right: 5px !important;
    margin-top: 5px !important;
}

.complete-company-message span {
    display: block;
    text-align: center;
}

.complete-company-message .tip-orange {
    color: #FF9933;
    font-size: 24px;
    font-weight: bold;
}

.complete-company-message .tip-grey, .complete-company-message .tip-grey-margin, .complete-company-message .tip-grey-size {
    color: #999999;
    font-size: 16px;
}

.complete-company-message a {
    color: #393939;
}

.complete-company-message a:hover {
    color: #f29700;
    text-decoration: none;
    transition: all 0.5s;
}

.complete-company-message .tip-grey {
    margin-top: 25px;
}

.complete-company-message .tip-grey-size {
    margin-top: 18px;
    font-size: 22px;
}

.complete-btn-common {
    display: inline-block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #f29700;
    color: #fff !important;
    border-radius: 4px;
}

.complete-btn-common:hover {
    background-color: #F9B33E;
    transition: all 0.5s;
}

.complete-btn {
    margin-top: 35px;
    padding-left: 205px;
}

.complete-find-talent {
    margin-right: 40px;
}

.tip-grey-margin {
    margin-top: 15px;
}

.tip-grey-margin a {
    color: #FF9933;
}

.tip-grey-margin a:hover {
    text-decoration: none;
    color: #fdc730;
    transition: all 0.5s;
}

#UseAccountEmail {
    top: 15px;
}

.company-site-position {
    margin-left: 18px;
}

.company-name-define {
    margin-left: 16px;
}

.company-name-define span {
    margin-left: 20px;
    color: #999999;
}

.profile-company-img #avatarImg {
    width: 110px;
    height: 110px;
}

.compant-margin-top .margin-top {
    margin-top: 21px !important;
}

/*企业入驻页面移动端*/

.enterprise-enter-mobile {
    font-size: 14px;
    color: #f29700;
}

.enterprise-enter-input {
    height: 45px;
    border-radius: 30px;
    border: 1px solid #bbb;
    color: #000;
    line-height: 16px;
}

.enterprise-enter-mobile-label>input {
    top: auto !important;
}

.enterprise-enter-patch {
    margin-top: 5%;
}

.enterprise-enter-btn {
    height: 45px;
    border-radius: 30px;
    background-color: #f29700;
    border: none;
    line-height: 2.3;
    color: #fff;
    font-size: 16px;
    margin-top: 8%;
}

/*===============页脚==============*/

.footer {
    background-color: #000;
    color: #ccc;
}

.footer-panel a {
    color: #ccc;
}

.footer-panel a {
    margin: 0 6px;
}

.footer-panel a:hover {
    text-decoration: none;
    color: #f29700;
    transition: all 0.5s;
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

/*######################测评引导页样式表###########################*/

/*通用样式*/

.guide-wrap {
    height: 290px;
    width: 950px;
    overflow: hidden;
}

.guide-exam {
    margin-top: 70px;
    margin: 0 auto;
    width: 1000px;
    padding: 10px 25px;
    padding-bottom: 100px;
}

.guide-content {
    position: relative;
}

.guide-title, .guide-content, .guide-page-one, .guide-page-one, .guide-page-four {
    width: 950px;
}

.guide-page-one, .guide-page-two, .guide-page-three, .guide-page-four {
    height: 290px;
}

.guide-title {
    border-bottom: 1px #bbbbbb dashed;
    font-weight: bold;
}

.guide-title-border {
    width: 950px;
    height: 3px;
    border-bottom: 1px #bbbbbb dashed;
    margin-bottom: 60px;
}

.guide-title h2 {
    color: #ef6b40;
}

.guide-title h4 {
    color: #bbbbbb;
}

.guide-title-red {
    font-size: 37px;
    font-weight: bold;
    color: #ff4618;
}

.guide-title-grey {
    font-weight: bold;
    font-size: 20px;
    color: #999;
}

.guide-content-left {
    width: 215px;
    height: 290px;
    background-size: contain;
    float: left;
}

.guide-content-left .font-w {
    display: inline-block;
    margin-top: 70px;
    margin-left: 20px;
    padding-bottom: 75px;
    color: #DA8F4E;
    font-size: 60px;
    font-weight: bold;
    height: 65px;
    border-bottom: 5px solid #DA8F4E;
}

.guide-content-left .font-w-2 {
    color: #7E9655;
    border-bottom: 5px solid #7E9655;
}

.guide-content-left .font-hy {
    font-size: 32px;
    font-weight: bold;
}

.guide-content-left .font-hy-1 {
    color: #DA8F4E;
}

.guide-content-left .font-hy-2 {
    color: #7E9655;
}

.guide-content-left .font-hy-3 {
    color: #7ab01f;
}

.guide-content-left .font-hy-4 {
    color: #F25D00;
}

.guide-content-left .font-exam {
    display: block;
    margin-left: 20px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
}

.guide-content-right {
    position: relative;
    width: 650px;
    height: 290px;
    float: left;
    color: #fff;
}

.guide-content-right h2 {
    margin-bottom: 50px;
    margin-top: 35px;
}

.guide-content-right .font-size-p {
    font-size: 14px;
}

.guide-content-right p {
    line-height: 10px;
    font-weight: bold;
}

.what-analysisi-intro {
    margin-top: -20px;
}

.guide-page-one .guide-content-right p, .guide-page-two .guide-content-right p {
    margin-top: 25px;
    font-size: 16px;
}

.guide-content-right .guide-get {
    position: absolute;
    bottom: 35px;
    right: 20px;
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    border-radius: 6px;
    line-height: 36px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    text-decoration: none;
}

.guide-content-right .guide-get:hover {
    background-color: #fff;
    transition: all 0.5s;
}

.clear-fixed:after, .clear-fixed:before {
    content: '';
    display: table;
    clear: both;
}

.guide-slide-page {
    position: absolute;
    right: 20px;
    top: 110px;
    z-index: 999;
}

.guide-slide-page li {
    list-style: none;
}

.guide-slide-page .img-circle {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: url(Images/doexam/slide.png) no-repeat;
    background-size: contain;
    margin-bottom: 15px;
}

.guide-slide-page .img-circle:hover {
    background: none;
    background-color: #ff714e;
    transition: all 0.5s;
}

.guide-slide-page .img-location {
    background: url(Images/doexam/slideChange.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-left: -5px;
}

/*引导页二*/

.guide-page-one .guide-equation {
    padding-bottom: 50px;
    margin-top: 100px;
}

.guide-content-second {
    margin-top: 50px;
}

.guide-page-one .guide-equation a {
    padding-top: 15px;
    display: inline-block;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    border-radius: 50%;
}

.guide-page-one .guide-equation .guide-equation-one {
    background-color: #ef6b40;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.guide-page-one .guide-equation .guide-equation-two, .guide-page-one .guide-equation .guide-equation-three, .guide-page-one .guide-equation .guide-equation-four {
    background: url("Images/doexam/circleEqual.png") no-repeat;
    background-size: contain;
    color: #ef6b40;
    text-decoration: none;
    font-weight: bold;
}

.guide-page-one .guide-equation a span {
    display: block;
    line-height: 25px;
    font-size: 14px;
}

.equation-one-size span {
    font-size: 16px !important;
}

.check-example {
    display: block;
    position: absolute;
    right: 10px;
    top: 110px;
    width: 133px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #ef6b40;
    background: url("Images/doexam/btn-moreexp.png") no-repeat;
    background-size: contain;
}

.check-example:hover {
    text-decoration: none;
}

.guide-content-second h3 {
    position: absolute;
    right: 100px;
    top: 42px;
    font-size: 24px;
    background-color: #879E5F;
    padding: 8px 15px;
    border-radius: 30px;
}

.guide-content-second .rate {
    font-size: 50px !important;
    color: #879E5F;
    position: absolute;
    right: 135px;
    top: 130px;
    font-weight: normal;
}

.guide-content-second .circle {
    width: 220px;
    height: 200px;
    position: absolute;
}

.guide-content-second .circle img {
    width: 100%;
    height: 100%;
}

/*引导页4*/

.guide-ready {
    margin-top: 30px;
    text-align: center;
}

.guide-ready img {
    margin-top: -20px;
    margin-left: 10px;
}

.guide-ready span {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.guide-ready p {
    color: #2e837e;
    font-size: 16px;
}

.guide-buy-exam {
    margin-top: 30px;
}

.guide-buy-exam input {
    width: 251px;
    height: 35px;
    margin-left: 200px;
    font-size: 20px;
    line-height: 35px;
    color: #F25D00;
    border-radius: 35px;
    border: none;
    outline: none;
    text-align: center;
}

.guide-buy-exam ul.link-buy-apply {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.guide-buy-exam a {
    color: #edfc1c;
    font-size: 16px;
}

.guide-buy-exam a:hover {
    color: #ffff91;
}

.guide-get-position {
    right: 260px !important;
    -webkit-appearance: none;
    outline: none;
    background-color: #ef6b40;
    text-align: center;
}

.guide-page-one .guide-equation .equal-tag {
    font-size: 45px;
    color: #ef6b40;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
}

.guide-pre-exam {
    margin-top: 52px;
    text-align: center;
}

.guide-pre-exam .check-out {
    display: inline-block;
    margin: 20px 20px 0 180px;
    width: 120px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: #F25D00;
    color: #fff;
    font-size: 20px;
}

.guide-pre-exam .check-out:hover {
    text-decoration: none;
    background-color: #fff;
    color: #F25D00;
    border: 2px solid #fff;
}

.guide-pre-exam .check-out:link, .guide-pre-exam .check-out:active, .guide-pre-exam .check-out:visited {
    text-decoration: none;
}

.start-new-exam {}

/*向导页面特殊样式*/

.guide-page-one .guide-content-left {
    background: url(Images/doexam/recleft-2.png) no-repeat;
    background-color: rgba(244, 126, 25, 0.71);
}

.guide-page-two .guide-content-left {
    background: url(Images/doexam/recleft-4.png) no-repeat;
    background-color: rgb(177, 212, 116);
}

.guide-page-three .guide-content-left {
    background: url(Images/doexam/recleft-4.png) no-repeat;
    background-color: #91c33c;
}

.guide-page-four .guide-content-left {
    background: url(Images/doexam/recleft.png) no-repeat;
    background-color: #ff8566;
}

.guide-content-page .guide-content-right {
    padding-left: 60px;
}

.guide-page-one .guide-content-right {
    background-color: rgba(244, 126, 25, 0.71);
}

.guide-page-two .guide-content-right {
    background-color: rgb(177, 212, 116);
}

.guide-page-three .guide-content-right {
    background-color: #91c33c;
}

.guide-page-four .guide-content-right {
    background-color: #ff8566;
}

.guide-page-one .guide-content-right .guide-get:hover {
    color: #f4bc19;
}

.guide-page-two .guide-content-right .guide-get:hover {
    color: #ff714e;
}

.guide-page-three .guide-content-right .guide-get:hover {
    color: #91c33c;
}

.guide-page-four .guide-content-right .guide-get:hover {
    color: #ef6b40;
}

.guide-page-three .guide-content-left .font-w-3 {
    color: #7ab01f;
    border-color: #7ab01f;
}

.guide-page-four .guide-content-left .font-w-4 {
    color: #F25D00;
    border-color: #F25D00;
}

.model-change {
    display: block;
}

.model-change-style {
    color: #fff !important;
    margin-left: 18px;
}

.text-bg {
    position: relative;
    left: 50px;
    top: -35px;
    width: 660px;
    height: 36px;
    background: url(Images/doexam/text-bg.png) no-repeat;
    background-size: contain;
}

.text-bg>span {
    position: relative;
    top: 4px;
    left: 22px;
}

/*#########################分类测评引导页#########################*/

/*通用样式*/

.guide-exam {
    margin-top: 70px;
    margin-bottom: 50px !important;
}

.guide-exam a:active, .guide-exam a:link {
    text-decoration: none;
}

.seperate-alink {
    background-color: #fef4e5;
    color: #F29700;
    text-align: center;
}

.seperate-tab-selected {
    background: url("Images/doexam/seperatetab.png") no-repeat;
    width: 213px !important;
    position: absolute;
    z-index: 1000;
    background-size: 100% 104%;
    background-color: #fff !important;
    border-left: 4px solid #d95327 !important;
}

.seperate-alink:hover {
    background-color: #F9863E;
    color: #fff;
    text-decoration: none;
    border: none;
}

.seperate-alink-selected {
    color: #fff;
    background-color: #F29700;
}

/*开始测评 查看结果*/

.guide-exam-a, .guide-exam-b, .guide-exam-c, .guide-exam-d {
    padding-bottom: 750px;
}

/*框架样式*/

.exam-a-success {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 135px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    color: #929292;
    background: url(Images/doexam/examsuccess.png);
    z-index: 99999;
}

.legend-tittle9 {
    background-size: cover;
    width: 250px;
    top: -18px;
}

.separate-user {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 14px;
}

.separate-user span {
    font-weight: bold;
}

.separate-user a {
    color: #f29700;
    border-bottom: 1px #f29700 dashed !important;
}

.separate-user .inline-border {
    display: inline-block;
    border-bottom: 1px #999 dashed;
}

.separate-user .user-margin {
    margin-right: 30px;
}

.separate-progress {
    position: absolute;
    top: 60px;
    right: 25px;
}

.separate-progress a {
    display: inline-block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 22px;
    border: 2px solid #F29700;
}

.separate-progress .progress-after {
    margin-right: 40px;
}

.separate-progress span {
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #F29700;
    position: relative;
    top: -6px;
    margin-left: -7px;
    margin-right: -7px;
}

.seperate-content {
    position: relative;
    top: 115px;
}

.seperate-content .seperate-tab {
    position: absolute;
    top: 40px;
    z-index: 6;
    width: 213px;
    margin-right: -40px;
}

.seperate-content .seperate-tab a {
    display: block;
    position: relative;
    width: 193px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-left: 4px solid #f15a24;
    margin-top: 10px;
    color: #fff;
    background-color: #808080;
}

.seperate-content .seperate-tab a:hover {
    background-color: #ef6b40;
    text-decoration: none;
    line-height: 36px;
}

.seperate-content .seperate-intro {
    position: absolute;
    left: 193px;
    z-index: 5;
    display: inline-block;
    width: 755px;
    padding: 0 25px;
    border: 1px solid #ef6b40;
    border-radius: 10px;
    background-color: #fff;
}

/*测评引导页内容样式*/

.color-ef6 {
    color: #ff9272;
    margin-bottom: 2px;
}

.seperate-intro-top .intro-top-top {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

.intro-top-tips {
    margin-top: 25px;
    margin-bottom: 30px;
}

.intro-top-top div {
    padding-left: 62.5px;
    height: 45px;
    width: 500px;
    border-radius: 45px;
    font-size: 15px;
    background-color: #ff9272;
}

.seperate-intro-top .intro-top-center {
    width: 550px;
}

.intro-tips, .intro-content {
    display: inline-block;
    text-align: center;
    background-color: #ff9272;
    color: #fff;
}

.seperate-intro-top {
    border-bottom: 1px #bababa dashed;
}

.seperate-intro-top .intro-top-center {
    margin-top: 25px;
    margin-bottom: 30px;
}

.intro-tips {
    position: absolute;
    z-index: 13;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    margin-right: -10px;
    background: url(Images/doexam/circlebg.png) no-repeat;
    background-size: contain;
}

.seperate-intro-top .intro-top-center .intro-content {
    margin-top: 8px;
    width: 470px;
    height: 30px;
    border-radius: 30px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

.seperate-intro-top .intro-top-bottom {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}

.seperate-intro-top .intro-top-bottom .write-tag {
    position: relative;
    top: -15px;
    margin-left: 0px;
    width: 47px;
    height: 18px;
    padding-left: 5px;
    display: inline-block;
    background: url(Images/doexam/tips-must.png) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.seperate-intro-bottom p {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.exercise-A-tips p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.exercise-A-tips p img {
    vertical-align: top;
}

.intro-top-add {
    margin-top: 15px;
}

.seperate-intro-bottom .p-margin {
    margin: -10px 0px 0px 0px;
}

.intro-bottom-example {
    width: 704px;
    position: relative;
}

.example-test-question .test-question-position {
    position: absolute;
    right: 15px;
}

.example-answer {
    margin-left: 40px;
}

.example-answer-adjust {
    margin-left: 15px;
    padding-left: 15px;
}

.btn-iknowit {
    background-color: #f29700;
    color: #fff;
    float: right;
    font-size: 15px;
    padding: 5px 8px;
    border-radius: 5px;
}

.btn-iknowit:hover {
    color: #fff;
}

.triangle-left, .triangle-right {
    width: 0;
    height: 0;
    border-top: 11px solid #fef4e5;
    border-bottom: 11px solid #fef4e5;
    position: absolute;
}

.triangle-left {
    border-right: 8px solid #616161;
    left: -8px;
    top: 0;
}

.triangle-right {
    border-left: 8px solid #616161;
    right: -8px;
    top: 0;
}

.example-answer a:first-child:hover .triangle-left {
    border-right-color: #F29700;
}

.example-answer a:last-child:hover .triangle-right {
    border-left-color: #F29700;
}

.color-f3fffe {
    background-color: #fef4e5 !important;
}

.intro-bottom-example .example-title {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    line-height: 34px;
    color: #000;
    border: 1px solid #F9B33E;
    text-align: center;
    margin-right: 30px;
    font-size: 16px;
}

.intro-bottom-example span {
    color: #000;
    font-size: 16px;
}

.intro-bottom-example a {
    position: relative;
    right: 0px;
    display: inline-block;
    /*width: 110px !important;*/
    width: 122px !important;
    height: 22px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
}

.intro-bottom-example a span {
    font-size: 14px;
    color: inherit;
}

.intro-bottom-example a:hover {
    background-color: #f29700;
    color: #fff !important;
    text-decoration: none;
}

.intro-bottom-example a:link, .intro-bottom-example a:active, .intro-bottom-example a:visited {
    text-decoration: none;
}

.intro-bottom-example .item-like-hate {
    position: absolute;
    top: 8px;
    right: 18px;
    background-color: #616161;
}

.intro-bottom-example .item-like-hate:link, .intro-bottom-example .item-like-hate:active {
    text-decoration: none;
}

.intro-bottom-example .item-border-right {
    position: absolute;
    top: 8px;
    right: 120px;
}

.intro-bottom-example .example-test {
    display: inline-block;
    position: relative;
    top: 23px;
    margin-left: -30px;
    /*width: 610px;*/
    width: 662px;
    height: 60px;
    background: url(Images/doexam/bigtestbg.png) no-repeat;
    background-size: cover;
}

.example-test-question {
    padding-left: 40px;
}

.example-test-question-adjust {
    padding-left: 15px;
    margin-left: 15px;
}

.answer-width {
    width: 112px !important;
    margin-right: -3px !important;
}

.answer-margin {
    margin-right: 0px !important;
}

.answer-black {
    background-color: #616161;
}

.answer-grey {
    background-color: #7f7f7f;
}

.answer-white {
    background-color: #949494;
}

.seperate-start-margin {
    margin-top: 100px !important;
}

.seperate-wrap-margin {
    width: 704px;
    margin-top: -40px;
}

.seperate-start {
    display: block;
    width: 200px;
    height: 60px;
    margin: 100px auto 30px auto;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background-color: #ef6b40;
    font-size: 22px;
    border-radius: 10px;
}

.seperate-start:hover {
    background-color: rgba(239, 107, 64, 0.7);
    color: #fff;
}

.answer-selected {
    background: url("Images/doexam/anwserbg.png") no-repeat 100% 100%;
    background-color: #18d7c4 !important;
}

.example-answer-adjust .answer-selected {
    background-position-x: 8px;
}

.answer-selected .triangle-right {
    border-left-color: #18d7c4 !important;
}

.answer-selected .triangle-left {
    border-right-color: #18d7c4 !important;
}

.answer-selected span {
    color: #fff !important;
}

.example-answer .answer-selected {
    color: #fff !important;
}

.guide-page-four .guide-content-right {
    padding-left: 0px;
}

.seperate-intro-top .intro-top-title {
    width: 710px;
    height: 43px;
    padding-left: 40px;
    line-height: 43px;
    background-color: #fff1ec;
    margin-top: 15px;
    margin-bottom: 25px;
}

.seperate-intro-top .intro-top-bottom span {
    font-size: 22px;
    font-weight: normal;
    margin-left: 40px;
}

.test-question-A {
    display: inline-block;
    width: 410px;
}

.test-question-B {
    display: inline-block;
    width: 410px;
    text-align: right;
}

.list-style-none {
    list-style: none !important;
}

.tips-list .list-color {
    color: #ef6b40;
    list-style: url(Images/doexam/icon-list2.gif) !important;
}

.list-style-none {
    list-style: none !important;
}

.tips-list .list-color {
    color: #ef6b40;
    list-style: url(Images/doexam/icon-list2.gif) !important;
}

/*####################关联邮箱账号######################*/

.related-email {
    padding: 80px 120px;
}

.legend-tittle11 {
    width: 288px;
    background-size: cover;
}

.related-message {
    font-size: 18px;
    color: #000;
}

.related-message .tip-change {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.related-email input[type="text"] {
    display: block;
    margin-top: 20px;
    margin-left: 15px;
    width: 360px;
    height: 50px;
    border-radius: 10px;
    padding-left: 30px;
    outline: none;
    border: 1px solid #999;
}

.related-email label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    margin-left: 15px;
    margin-top: 0px;
    s;
}

.related-email .i-agree {
    display: block;
}

.related-email .i-agree a {
    color: #f29700;
}

.related-email .i-agree a:hover {
    text-decoration: none;
}

.related-text-margin {
    margin-bottom: 20px;
}

.related-email .sina-tips {
    margin-top: -20px !important;
    position: relative;
    top: -10px;
}

.related-email button {
    width: 260px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    background-color: #f29700;
    margin-top: 30px;
    margin-left: 50px;
    -webkit-appearance: none;
    outline: none;
    border: none;
    border-radius: 5px;
}

.related-email button:hover {
    background-color: #f27d00;
    transition: all 0.5s;
}

.relatex-textarea-margin {
    margin-left: 15px;
    margin-top: -20px;
    width: 568px;
}

/*########################关联邮箱账号移动端#############################*/

.third-register-mobile {
    font-size: 14px;
    text-align: center;
    padding: 0;
    background-color: #f1f1f1;
}

.third-register-topsent {
    padding-bottom: 5%;
}

.third-register-topsent h2 {
    color: #f29700;
}

.third-register-topsent p {
    color: #949494;
    margin-bottom: 0;
}

.third-register-content {
    background-color: #fff;
    padding-top: 8%;
    padding-bottom: 6%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.wrmobile-input {
    height: 45px;
    border: 1px solid #bbbbbb;
    line-height: 16px;
    border-radius: 30px;
    color: #000;
    margin-top: 2%;
    margin-bottom: 2%;
}

.third-register-mobile-shareto {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    background-color: #fff;
}

.third-register-mobile-shareto label {
    font-weight: normal;
    color: #aaa;
}

.third-register-mobile-shareto a {
    color: #f29700;
}

.wrmobile-btn {
    background-color: #f29700;
    height: 45px;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 18px;
}

.third-register-botbtn {
    margin-top: 5%;
    margin-bottom: 5%;
}

/*########################做测评题#############################*/

.do-exam-title {
    position: relative;
    top: -53px;
    left: -15px;
    width: 230px;
    height: 53px;
    background: url("Images/doexam/testtitle.png") no-repeat;
    background-size: contain;
    padding-left: 50px;
    line-height: 60px;
    color: #fff;
}

.find-me {
    position: relative;
    display: inline-block;
    font-size: 22px;
    top: -85px;
    left: 240px;
}

.intro-tips-content {
    line-height: 45px;
    color: #fff;
}

.do-exam {
    padding: 0 15px;
    padding-bottom: 20px;
    margin-bottom: 100px;
}

.exam-tips-border {
    border-bottom: 1px dashed #555;
    padding-bottom: 10px;
    font-size: 16px;
    width: 664px;
}

.test-title-font {
    font-size: 14px;
}

.intro-tips-margin {
    margin-top: -70px;
    margin-bottom: 30px;
}

.text-bg-width {
    left: 40px;
    width: 840px;
    background-size: cover;
}

.light-img {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url("Images/doexam/light.png") no-repeat;
    background-size: contain;
}

.test-num-right, .test-num-left {
    display: inline-block;
    position: absolute;
    top: 52px;
}

.test-num-left {
    right: 200px;
}

.test-num-right {
    right: 100px;
}

.exam-content {
    position: relative;
}

.exam-next-page {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 120px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #56b6b0;
    background-color: #88d4cf;
    color: #fff;
}

.exam-next-page:hover {
    text-decoration: none;
    background-color: #18d7c4;
    color: #fff;
}

.exam-next-page:visited {
    color: #fff;
    text-decoration: none;
}

.exam-next-page:link {
    text-decoration: none;
}

.exam-next-page:active {
    color: #f29700;
    text-decoration: none;
}

.seperate-intro-position {
    margin-top: 30px;
}

.exam-c-title {
    width: 700px;
    position: relative;
    top: -16px;
    left: -7px;
}

.intro-bottom-example .example-test-position {
    top: -20px;
    left: 70px;
}

.gray-1 {
    background-color: #949494;
}

.gray-1 .triangle-left {
    border-right-color: #949494;
}

.gray-1:hover .triangle-left {
    border-right-color: #42d8c9;
}

.gray-2 {
    background-color: #7f7f7f;
}

.gray-3 {
    background-color: #616161;
}

.gray-4 {
    background-color: #5b5b5b;
}

.gray-5 {
    background-color: #4f4f4f;
}

.gray-5 .triangle-right {
    border-left-color: #4f4f4f;
}

.gray-5:hover .triangle-right {
    border-left-color: #42d8c9;
}

.exam-B-intro {
    margin-top: 40px;
    border-bottom: 1px dashed #bebebe;
    font-size: 16px;
    width: 650px;
}

.exam-B-intro p {
    margin: 0px;
}

.test-B-width {
    width: 950px;
}

.example-test-width {
    width: 860px !important;
}

.do-exam-width .example-answer .answer-width {
    width: 160px !important;
    margin-right: -3px !important;
}

.example-answer-width {
    width: 850px;
}

.next-step-margin {
    margin-top: 35px;
}

.test-content-margin {
    margin-top: -20px;
}

.timer {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 20px;
    right: 60px;
}

@media only screen and (min-width:801px) {
    .legend-tittle span {
        font-size: 24px;
        /*font-weight: bold;*/
        margin-left: 4px;
    }
}

.page-profile .legend-tittle {
    font-weight: bold;
    font-size: 28px;
}

.timer-wrap {
    margin-bottom: 50px;
    padding-bottom: 35px;
}

.test-progress-bar {
    position: absolute;
    top: -50px;
    right: 0px;
}

.test-num {
    text-align: right;
}

.test-num .color-8c9 {
    color: #F25D00;
}

.test-bar-wrap {
    position: relative;
    width: 300px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #f0f0f0;
    background-color: #f7f7f7;
    overflow: hidden;
}

.test-bar-content {
    position: absolute;
    z-index: 9;
    width: 300px;
    height: 18px;
    border: 1px;
    background-color: #F29700;
}

.intro-top-top .test-title-width {
    width: 680px;
}

.test-C-margin {
    margin-top: 50px;
}

.step-d-margin {
    margin-top: 70px;
}

/*==============采集信息=================*/

.edit-exam-message {
    padding-bottom: 50px;
    margin-bottom: 100px;
    position: relative;
}

.edit-exam-message .collect-message {
    position: relative;
    top: 100px;
}

.edit-exam-message .collect-message .user-message-sexual {
    margin-top: 12px;
}

.edit-exam-message .on-exam-position {
    clear: both;
    position: relative;
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 150px;
}

.edit-exam-message .page-profile .birth-date-control {
    outline: none;
}

.edit-exam-message .birthday-margin {
    margin-top: 20px;
}

.edit-exam-message .birthday-margin input, .edit-exam-message .birthday-margin .area-select {
    float: left;
}

.edit-exam-message .birthday-margin .area-select {
    width: 430px;
    margin: 0px auto 0px 20px;
}

.edit-exam-message .birthday-margin .area-select select {
    margin-top: 0px;
}

.edit-exam-message .identity-message .user-message {
    width: 200px;
    margin-right: 10px;
}

.edit-exam-message .identity-message .margin-right {
    margin-right: 15px;
}

.edit-exam-message .birthday-margin input, .edit-exam-message .birthday-margin select {
    width: 200px !important;
}

.edit-exam-message .collect-message .contact-message input {
    height: 45px;
    width: 200px !important;
    float: left;
    margin-right: 13px;
    margin-top: 0px;
}

.edit-exam-message .collect-message select, .edit-exam-message .collect-message input {
    font-size: 18px !important;
}

.edit-exam-message .user-message-qq {
    margin-top: 20px;
}

.edit-exam-message .role-select a {
    display: inline-block;
    width: 200px;
    height: 35px;
    border: 1px solid #333;
    color: #333;
    border-radius: 4px;
    margin-top: 30px;
}

.edit-exam-message .role-select a:hover {
    border: 1px solid #42d8c9;
    color: #fff;
    background-color: #18d7c4;
}

.edit-exam-message .role-select a:active {
    border-color: #fff;
    color: #fff;
}

.edit-exam-message .role-selected {
    border: 1px solid #42d8c9 !important;
    color: #fff !important;
    background-color: #18d7c4;
}

.edit-exam-message .role-content input, .role-content select {
    margin-top: 20px;
}

.edit-exam-message .role-content select, .edit-exam-message .role-content input {
    width: 195px !important;
    float: left;
    margin-right: 20px;
}

.page-content:after, .page-content:before {
    display: table;
    content: "";
    clear: both;
}

/*=============测评题页面样式调整=============*/

.exam-a-margin {
    margin-top: 20px;
}

.do-exam-B .next-step-margin {
    margin-top: 70px;
}

.do-exam-C .next-step-margin {
    margin-top: 60px;
}

.do-exam-C .exam-c-title {
    display: inline-block;
}

.do-exam-D .test-B-width {
    margin-top: 15px;
}

.do-exam-D .timer-wrap {
    margin-top: -30px;
}

/*B类测评题页面题结构修改*/

.do-exam-A .intro-bottom-example, .guide-exam-a .intro-bottom-example {
    height: 46px;
    margin-top: 5px;
}

.do-exam-B .intro-bottom-example .example-test {
    width: 900px;
    margin-top: 10px;
    margin-left: 0px;
    background: none;
}

.do-exam-B .example-test-bg {
    background: url(Images/doexam/bigtestbg.png) no-repeat 0%;
    margin-left: 30px;
    background-size: 100% 100%;
    padding: 5px 0px;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.warenwang.com/Styles/Images/doexam/bigtestbg.png', sizingMethod='scale');
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.warenwang.com/Styles/Images/doexam/bigtestbg.png', sizingMethod='scale');
}

.do-exam-B .intro-bottom-example .example-title {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-right: 40px;
}

.do-exam-B .intro-bottom-example .example-answer {
    position: relative;
    bottom: 4px;
    z-index: 999;
    margin-top: 8px;
}

.do-exam-B .intro-bottom-example .test-question-A {
    float: left;
    position: relative;
    top: 3px;
    display: inline-block;
}

.do-exam-B .intro-bottom-example .test-question-B {
    display: inline-block;
    position: relative;
}

.do-exam-C .timer-wrap {
    margin-top: 50px;
}

/*登录页面样式修改*/

.register-ime {
    font-size: 22px;
    color: #91c33c;
    font-weight: bold;
}

.register-ime:hover {
    text-decoration: none;
    color: #7ab01f;
}

@media only screen and (max-width:800px) {
    .mobile-keep-password {
        display: inline-block;
    }
    .mobile-find-password {
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 15px;
    }
    .mobile-find-password a {
        color: #f29700;
    }
    .keep-find-password {
        font-size: 14px;
        color: #f29700;
    }
}

@media only screen and (min-width:801px) {
    .login-label-margin {
        margin-left: -42px;
    }
    .find-code {
        position: relative;
        left: 298px;
        top: -28px;
        color: #393939;
    }
}

.find-code:hover {
    color: #f29700;
    text-decoration: none;
}

/*鼓励提示*/

.do-exam-tips {
    padding-top: 40px;
    border: 1px solid #f29700;
    background-color: #fff;
    background: url("Images/doexam/testTips.png") no-repeat;
    background-size: cover;
    border-radius: 0px;
}

.do-exam-tips p {
    font-size: 23px;
    color: #42d8c9;
    padding-left: 160px;
}

.text-tips-content {
    margin-top: 120px;
}

.num-posiiotn-1, .num-posiiotn-2, .num-posiiotn-3 {
    position: relative;
    font-size: 22px;
}

.num-posiiotn-1 {
    left: 450px;
}

.num-posiiotn-2 {
    top: 43px;
    left: 230px;
}

.num-posiiotn-3 {
    top: 43px;
    left: 380px;
}

/*input change*/

.border-change {
    border: 2px solid red !important;
}

.email-border-none {
    border: none !important;
    color: #18d7c4 !important;
    font-size: 18px !important;
}

.email-border {
    border: 1px solid #999 !important;
    padding-left: 3px !important;
}

/* Pagination
----------------------------------*/

.tn-pagination {
    text-align: center;
    padding: 1px 0;
}

.tn-perpage-show {
    float: right;
    padding-left: 20px;
    margin: 12px 0;
}

.tn-pagination-btn {
    margin: 15px 0;
}

.tn-pagination .tn-page-number, .tn-pagination .tn-page-thumb {
    padding: 2px 5px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

.tn-pagination .tn-page-first, .tn-pagination .tn-page-prev {
    margin-right: 5px;
    border: none;
    color: #666;
}

.tn-pagination .tn-page-prev:hover, .tn-pagination .tn-page-next:hover {
    color: #fff;
    background-color: #f29700;
}

.tn-pagination .tn-page-next {
    border: none;
    color: #666;
}

.tn-pagination .tn-page-next, .tn-pagination .tn-page-last {
    margin-left: 5px;
}

.tn-pagination .tn-page-results {
    display: block;
    margin: 15px 0;
}

.tn-pagination-simple {
    text-align: right;
}

.tn-pagination-simple .tn-pagination-btn {
    float: right;
    padding: 5px 0;
    margin: 10px 0 10px 20px;
}

.tn-pagination-simple .tn-page-results {
    float: right;
    padding: 5px 0 5px 10px;
    margin: 10px 0;
}

.tn-pagination .tn-page-number, .tn-pagination .tn-page-thumb {
    border-width: 1px;
    padding: 2px 5px;
    border: none;
    color: #666;
}

.tn-pagination .tn-page-number:hover, .tn-pagination .tn-page-thumb:hover {
    width: 28px;
    height: 28px;
    background-color: #f29700;
    color: #fff !important;
}

.tn-selected {
    width: 28px;
    height: 28px;
    background-color: #f29700;
    color: #fff !important;
}

.photo-popup {
    margin: 0 auto;
}

/*标杆范例样式页面*/

.example-refer-title a:hover, .example-refer-title a:link, .example-refer-title a:visited {
    text-decoration: none;
}

.example-refer-title {
    background-color: #fff;
    z-index: 5;
}

.example-refer-title h2 {
    text-align: center;
}

.example-refer-title ul {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.example-refer-title ul li {
    float: left;
    width: 100px;
}

.example-refer-title ul li a {
    display: block;
    width: 100%;
    height: 40px;
    color: #333;
    text-align: center;
    line-height: 40px;
}

.example-refer-title ul li a:hover {}

.example-refer-title .title-tab {
    width: 1000px;
    margin: 0 auto;
    padding-left: 270px;
    border-bottom: 1px solid #f29700;
}

.example-refer-title .title-tab a {
    display: block;
    float: left;
    margin-top: 10px;
    height: 50px;
    width: 25%;
    text-align: center;
    line-height: 50px;
    color: #f29700;
    background-color: #fff;
    border: 1px solid #f29700;
    border-bottom: none;
}

.example-refer-title .title-tab a:hover {
    background-color: #f29700;
    color: #fff;
}

.refer-content {
    width: 1000px;
    margin: 0 auto;
    margin: 12px auto 150px auto;
}

.refer-forum {
    margin-bottom: 15px;
    border: 1px solid #ffa817;
}

.refer-forum .table {
    margin-bottom: 0px;
}

.refer-forum-title {
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 20px;
    background-color: #fbf3e6;
    font-size: 22px;
}

.refer-forum-title span {
    color: #333;
}

.refer-forum-title a {
    color: #f29700;
    float: right;
    font-size: 36px;
}

.refer-forum-title a:hover {
    color: #F9B33E;
}

.refer-content td {
    width: 317px;
}

.refer-content td p {
    width: 317px;
    word-wrap: break-word;
}

.refer-content td a {
    color: #333;
}

.refer-content td a i {
    color: #333;
}

.refer-content td a:hover {
    color: #f29700;
}

.width-280 {
    width: 280px;
}

.width-340 {
    width: 340px;
}

.width-340 p {
    width: 340px;
}

.i-float {
    float: left;
    position: relative;
    top: 3px;
}

.p-float {
    float: left;
    width: 280px !important;
    margin-left: 5px;
}

.refer-tips {
    padding: 30px;
    background-color: #fbf3e6;
    margin-bottom: 15px;
}

.refer-tips .refet-tips-img {
    width: 80px;
    float: left;
    margin-top: 12px;
    margin-right: 15px;
}

.refer-tips .refet-tips-img img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
}

.refer-tips .refet-tips-text {
    width: 700px;
    float: left;
}

.refer-link {
    margin-top: 40px;
}

.quota-width {
    width: 440px !important;
}

.quota-width .p-float {
    width: 360px !important;
}

.quota-wrap .p-float-width {
    width: 230px !important;
}

.img-content {
    margin: 0 auto;
}

.img-wrap {
    border-radius: 10px;
    position: fixed;
    width: 80%;
    height: 80%;
    top: 3%;
    left: 50%;
    margin-left: -37.5%;
}

.img-wrap i {
    font-size: 30px;
    color: #fff;
    float: right;
    margin-right: 120px;
    cursor: pointer;
}

.img-wrap-title {
    height: 50px;
    color: #fff;
}

.modal-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, 0.8);
}

/*查看报告案例*/

.look-model-report {
    top: 0 !important;
}

.look-model-btn {
    border-bottom: 1px solid #f29700;
    position: relative;
    text-align: center;
}

.look-model-btn a {
    display: inline-block;
    width: 150px;
    border: 1px solid #f29700;
    background: #f29700;
    margin-bottom: -1px;
    padding: 10px;
    color: #FFF;
}

.look-model-btn a.tab-check-selected {
    border-bottom-color: #FFF;
    background: #FFF;
    color: #f29700
}

/* .look-model-inner-quality {
    padding: 10px;
}

.look-model-data-report {

    padding: 10px;
} */

/*=============================职位搜索页面===============================*/

a:hover, a:link, a:visited {
    text-decoration: none;
    outline: none;
}

.search-box {
    width: 1000px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    margin-bottom: 15px;
    height: 70px;
    background-color: #fff;
}

.search-box input {
    position: relative;
    top: 2px;
}

.search-box input:focus {
    outline: none;
}

.search-box .consult-text {
    width: 676px;
    height: 45px;
    line-height: 23px;
    float: left;
    font-size: 16px;
    padding: 7px 8px 7px 10px;
    margin: 0 0 0 128px;
    border-bottom: 2px solid #10a293;
    border-top: 2px solid #10a293;
    border-left: 0;
    border-right: 0;
}

.search-box .consult-button {
    height: 45px;
    width: 152px;
    color: #FFF;
    font-size: 18px;
    border: none;
    background: #10a293;
    float: left;
    cursor: pointer;
}

.searchtype-arrow {}

.searchtype-arrow i {
    color: #10a293;
    font-size: 25px;
    position: absolute;
    top: 12px;
    left: 80px;
    transition: all 0.4s ease;
}

.searchtype-arrow .i-hover {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.search-consult-form:after {
    display: table;
    content: "";
    clear: both;
}

.apply-job-wrap {
    width: 1000px;
    max-width: 1000px;
    margin: 30px auto 50px auto;
}

.apply-left {
    width: 220px;
    max-width: 220px;
    margin-right: 20px;
    float: left;
}

.apply-right {
    width: 760px;
    max-width: 760px;
    float: right;
}

.term-title {
    border-bottom: 1px solid #fff;
    display: block;
    height: 60px;
    border-left: 3px solid #14a287;
    padding: 0 20px;
    line-height: 60px;
    background-color: #f29700;
}

.apply-term-title {
    display: block;
    height: 60px;
    border-left: 3px solid #14a287;
    padding: 0 20px;
    line-height: 60px;
    background-color: #f29700;
}

.term-title i, .term-title span, .apply-term-title i, .apply-term-title span {
    color: #fff;
}

.term-title span, .apply-term-title span {
    margin: 0 24px 0 20px;
}

.term-title i, .apply-term-title i {
    margin-left: auto;
}

.apply-term-title .left-2 {
    position: relative;
    left: -2px;
}

.apply-term-title .left-1 {
    position: relative;
    left: -1px;
}

.apply-term-content {
    background-color: #f6f6f6;
}

.apply-term-content>div {
    height: 35px;
    line-height: 35px;
    padding-left: 25px;
    cursor: pointer;
}

.apply-term-content>div:hover {
    background-color: #beebeb;
}

.apply-term-selected {
    background-color: #beebeb !important;
    color: #fff;
}

.apply-term-selected i {
    display: inline-block !important;
}

.apply-term-content>div span {
    font-size: 14px;
    color: #333;
}

.apply-term-content>div i {
    float: right;
    margin-right: 10px;
    margin-top: 8px;
    color: #333;
}

.apply-job-wrap {
    margin-bottom: 100px;
}

.apply-job-wrap .search-box {
    padding: 0px;
    margin-bottom: 10px;
    width: 760px;
    height: auto;
    border: 1px solid #10a293;
}

.apply-job-wrap #barSearchForm {
    top: 0px;
}

.apply-job-wrap .search-box .consult-button {
    float: right;
}

.apply-job-wrap .search-box ul {
    width: 110px;
    background-color: #f6f6f6;
    border: none;
    border-left: 1px solid #10a293;
    border-right: 1px solid #10a293;
    top: 0px;
}

.apply-job-wrap .search-box ul li {
    border: 1px solid #10a293;
}

.apply-job-wrap .search-box .consult-text {
    margin-left: 0px;
    width: 606px;
    background-color: #f6f6f6;
    border: none;
    top: 0px;
}

.apply-job-wrap .search-box .consult-button {
    top: 0px;
}

.apply-job-wrap .searchtype-arrow i {
    left: 70px;
}

.apply-consult-detail {
    border-bottom: 1px solid #c3c3c3;
}

.apply-consult-title {
    height: 50px;
    line-height: 50px;
    background-color: #f29700;
}

.apply-consult-title span, .apply-consult-title i {
    color: #fff;
    font-size: 18px;
}

.apply-consult-title span {
    float: left;
    margin-right: 160px;
}

.apply-consult-title i {
    margin-right: 10px;
}

.apply-consult-title select {
    font-size: 14px;
    width: 170px;
    height: 30px;
    border: 1px solid #14a287;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.apply-consult-detail, .apply-consult-detail span {
    font-size: 14px;
    color: #000;
}

.apply-consult-detail p {
    margin: 10px 0;
}

.apply-consult-detail span {
    margin-right: 12px;
}

.apply-position-message {
    width: 430px;
    float: left;
}

.apply-company-message {
    width: 330px;
    float: right;
}

.apply-position-message .search-company-name a {
    font-size: 18px;
    color: #f29700;
    max-width: 260px;
    position: relative;
    top: 7px;
}

.apply-position-message .search-company-name a:hover {
    color: #18d7c4;
}

.apply-position-message .search-company-name i {
    color: #e84c3d;
    margin-left: 10px;
    margin-right: 4px;
}

.apply-position-message .tags a {
    display: inline-block;
    width: 95px;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    margin-right: 10px;
    cursor: context-menu;
}

.tags-1 {
    border: 1px solid #3399dc;
    color: #3399dc;
    cursor: context-menu;
}

.tags-1:hover {
    color: #3399dc;
}

.tags-2 {
    border: 1px solid #e94b40;
    color: #e94b40;
}

.tags-2:hover {
    color: #e94b40;
}

.tags-3 {
    border: 1px solid #f29c14;
    color: #f29c14;
}

.tags-3:hover {
    color: #f29c14;
}

.apply-company-message .search-company-message a {
    font-size: 16px;
    color: #000;
    width: 240px;
    position: relative;
    top: 5px;
}

.apply-company-message .search-company-message a:hover {
    color: #10a293;
}

.apply-company-message .apply-btn {
    display: inline-block;
    width: 135px;
    height: 35px;
    border-radius: 5px;
    background-color: #10a293;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 1px;
}

.apply-company-message .apply-btn:hover {
    background-color: #f29700;
}

.apply-company-message .collection-btn, .apply-company-message .collection-btn i {
    color: #ef6b40;
    font-size: 16px;
}

.apply-company-message .collection-btn i {
    margin: 0 5px 0 20px;
}

.apply-job-wrap .tn-pagination {
    margin-top: 30px;
}

.apply-job-wrap .tn-pagination .tn-page-number, .apply-job-wrap .tn-pagination .tn-page-thumb {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
    text-align: center;
    border-radius: 0;
    padding: 0;
}

.apply-job-wrap .tn-pagination span.tn-page-thumb {
    background-color: #beebeb;
}

.apply-job-wrap .tn-pagination .tn-page-number {
    width: 30px;
}

.apply-job-wrap .tn-pagination .tn-selected {
    background-color: #beebeb;
}

.apply-job-wrap .tn-pagination .tn-page-thumb {
    width: 75px;
}

.apply-job-wrap .tn-pagination .tn-page-thumb.span {
    background-color: #beebeb;
}

.apply-job-wrap .tn-pagination .tn-page-number:hover {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #18d7c4;
}

.apply-job-wrap .tn-pagination .tn-page-thumb:hover {
    width: 75px;
    height: 30px;
    background-color: #18d7c4;
}

/*====================微信支付================================*/

.font-24 {
    font-size: 24px !important;
}

.weixin-pay {
    width: 1000px;
    margin: 30px auto 140px;
}

.weixin-pay-title>span {
    position: relative;
    top: 20px;
}

.pay-progress {
    width: 480px;
    float: right;
}

.pay-progress>div {
    float: left;
    text-align: center;
    font-size: 14px;
}

.pay-progress>div .progress-bar-own {
    position: relative;
    display: block;
    height: 20px;
    width: 160px;
    background-color: #F9C570;
}

.pay-progress>div .progress-ba span {
    height: 14.3px;
    width: 14.3px;
    background-color: #42d8c9;
    position: absolute;
    right: -7px;
    transform: rotate(45deg);
}

.pay-content-select, .pay-content-title {
    height: 45px;
    background-color: #eee;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 45px;
    margin-top: 20px;
    border: 1px solid #DDD;
    border-width: 1px 1px 0;
}

.pay-content-detail {
    padding: 25px 40px;
    border: 1px solid #DDD;
}

.pay-content-detail .table-bordered>thead>tr>th {
    border: none;
    text-align: center;
    background-color: #f6f6f6;
}

.pay-content-detail .table-bordered>tbody>tr>td {
    text-align: center;
}

.pay-account {
    text-align: right;
}

.pay-account span {
    font-size: 24px;
    color: #ef6b40;
}

.pay-content-select {}

.method-tips a {
    display: inline-block;
    height: 55px;
    text-align: center;
    width: 150px;
}

.method-tips img {
    height: 47px;
    width: 142px;
}

.method-wrap {
    border: 1px solid #ddd;
    padding: 25px 40px;
}

.pay-method-tips {
    padding: 10px 15px;
    font-size: 14px;
    background-color: #faecd4;
    margin-top: 35px;
}

.pay-method-tips .fa {
    margin-left: 0px;
    margin-right: 3px;
    color: #ef6b40;
}

.two-dimension img {
    width: 150px;
    height: 150px;
}

.method-content-zhifubao .commit-form {
    text-align: right;
    font-size: 16px;
    margin-top: 20px;
}

.method-content-zhifubao .commit-form span {
    color: #ef6b40;
    font-size: 22px;
}

.method-content-zhifubao .commit-form input {
    border: none;
    outline: none;
    height: 45px;
    width: 200px;
    text-align: center;
    line-height: 45px;
    background-color: #f29700;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-left: 15px;
}

.method-content-zhifubao .commit-form input:hover {
    background-color: #F9863E;
}

.method-content-weixin {
    text-align: center;
    margin-top: 35px;
}

.method-content-weixin>div {
    width: 260px;
    text-align: center;
    float: left;
}

.method-content-weixin .two-dimension {
    margin: 0 60px;
}

.method-selected {
    border: 4px solid #f29700;
}

.pay-tips {
    margin-top: 20px;
}

.pay-tips a {
    display: inline-block;
    width: 150px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #f29700;
    color: #f29700;
    border-radius: 5px;
}

.progress-selected {
    background-color: #F9863E !important;
}

.text-cut-inline {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-cut-float {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.loading i {
    font-size: 36px;
}

.has-user i {
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.authority-content {
    width: 1000px;
    position: relative;
}

.authority-content-title {
    height: 60px;
    background-color: #F29700;
    color: #fff;
    font-size: 18px;
    padding-left: 40px;
    line-height: 60px;
    margin-top: 20px;
}

.authority-content-detail {
    border: 1px solid #F29700;
    height: 275px;
    background-image: url("Images/bgimg.png");
    background-size: cover;
}

.authority-left {
    display: inline-block;
    width: 46%;
    background-image: url(Images/bgimg_left.png);
    background-size: contain;
    height: 255px;
    text-align: center;
    color: white;
    font-size: 17px;
    background-repeat: no-repeat;
    margin: 1% 2%;
    border-radius: 3%;
    box-shadow: 8px 8px 20px #bbbfc2;
}

.authority-left .authority-left-first, .authority-left .authority-left-second, .authority-left .authority-left-third {
    height: 17%;
    margin-top: 29px;
    line-height: 1.5;
}

.authority-left .authority-left-second div {
    display: inline-block;
    width: 29%;
}

.authority-left-center {
    color: #f49864;
    font-size: 18px;
}

.authority-right {
    display: inline-block;
    width: 46%;
    background-image: url(Images/bgimg_right.png);
    background-size: contain;
    height: 255px;
    color: white;
    font-size: 18px;
    background-repeat: no-repeat;
    float: right;
    margin: 1% 2%;
    border-radius: 3%;
    box-shadow: -8px 8px 20px #bbbfc2;
    position: relative;
}

.authority-right-first {
    color: #f49864;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    position: relative;
    top: 100px;
    left: 35px;
    width: 150px;
}

.authority-right-first p {
    color: #f5af37;
    font-size: 15px;
}

.authority-right-second {
    position: absolute;
    height: 30px;
    top: 33px;
    left: 288px;
}

.authority-right-third {
    position: absolute;
    height: 30px;
    top: 116px;
    left: 288px;
}

.authority-right-fourth {
    position: absolute;
    height: 30px;
    top: 202px;
    left: 288px;
}

.handle {
    position: absolute;
    top: 312px;
    LEFT: 49%;
}

.cloud-user-show {
    color: #cea571;
}

.commit-form {
    font-size: 22px !important;
}

.commit-form span {
    font-size: 20px !important;
}

.commit-form span.origin-price {
    background-color: #a0a0a0;
    color: white !important;
    font-size: 12px !important;
}

.commit-form span.origin-price-money {
    text-decoration: line-through;
    color: white !important;
    font-size: 12px !important;
}

.commit-form input {
    vertical-align: text-bottom;
}

p.paid-amount {
    margin-top: 20px;
    font-size: 16px;
}

span.paid-amount-num {
    font-size: 22px;
    color: red;
}

.authority-left-center {
    font-weight: bold;
}

.authority-right-first {
    font-weight: bold;
}

.authority-right-first p {
    margin-top: 16px;
}

.authority-right-first {
    font-size: 18px;
}

.authority-left .authority-left-first, .authority-left .authority-left-second, .authority-left .authority-left-third {
    font-weight: bold;
    margin-top: 28px;
}

.authority-left .authority-left-third {
    margin-top: 36px;
}

.authority-right-first {
    width: 160px;
    left: 30px;
}

.authority-left {
    font-family: "Microsoft YaHei";
    background-size: cover;
}

.authority-right {
    font-family: "Microsoft YaHei";
    background-size: cover;
}

/*图片轮播*/

.community-exhibition .img-link {
    display: block;
    height: 400px;
    width: 100%;
    position: relative;
}

.community-exhibition .cogs {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
    z-index: 99999;
    cursor: pointer;
}

.community-exhibition .cogs i {
    color: #10a293;
}

.community-exhibition .cogs i:hover {
    color: #42d8c9;
}

.flickerplate {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #e6e6e6;
    overflow: hidden;
}

.flickerplate ul.flicks {
    width: 10000%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.flickerplate ul.flicks>li {
    float: left;
    width: 1%;
    height: 100%;
    background-position: center;
    background-size: 100% 100%;
    display: table;
    background-repeat: no-repeat;
}

.flickerplate ul.flicks>li .flick-inner {
    height: 100%;
    padding: 10px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.flickerplate ul.flicks>li .flick-inner .flick-content {
    max-width: 68.75em;
    margin-left: auto;
    margin-right: auto;
}

.flickerplate ul.flicks>li .flick-title {
    padding: 0px 0px;
    font-size: 2.778em;
    line-height: 1.995em;
    text-align: center;
}

@media only screen and (max-width: 43.813em) {
    .flickerplate ul.flicks>li .flick-title {
        font-size: 1.667em;
    }
}

.flickerplate ul.flicks>li .flick-sub-text {
    padding: 5px;
    font-weight: 300;
    line-height: 2.5em;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
    padding: 12px 18px;
    background-color: rgba(0, 0, 0, 0.6);
}

.flickerplate .arrow-navigation {
    position: absolute;
    height: 80%;
    width: 10%;
    top: 10%;
    z-index: 100;
    overflow: hidden;
}

.flickerplate .arrow-navigation .arrow {
    display: block;
    height: 100%;
    width: 90%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
    cursor: pointer;
}

.flickerplate .arrow-navigation.left {
    left: 0%;
}

.flickerplate .arrow-navigation.left .arrow {
    opacity: 0;
    margin: 0px 0px 0px 50%;
    background-image: url("Images/community/flickerplate/arrow-left-light.png");
    background-repeat: no-repeat;
    background-position: left;
}

.flickerplate .arrow-navigation.right {
    right: 0%;
}

.flickerplate .arrow-navigation.right .arrow {
    opacity: 0;
    margin: 0px 0px 0px -50%;
    background-image: url("Images/community/flickerplate/arrow-right-light.png");
    background-repeat: no-repeat;
    background-position: right;
}

.flickerplate .arrow-navigation.left.hover .arrow {
    opacity: 1;
    margin: 0px 0px 0px 20%;
}

.flickerplate .arrow-navigation.right.hover .arrow {
    opacity: 1;
    margin: 0px 0px 0px -20%;
}

.flickerplate .dot-navigation {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.flickerplate .dot-navigation ul {
    text-align: center;
    list-style: none;
    padding: 0px 15px;
}

.flickerplate .dot-navigation ul li {
    display: inline-block;
    float: none;
}

.flickerplate .dot-navigation .dot {
    width: 14px;
    height: 14px;
    margin: 0px 6px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.flickerplate .dot-navigation .dot:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6);
}

.flickerplate .dot-navigation .dot.active {
    background-color: #fff;
}

.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
    text-align: left;
}

.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
    text-align: right;
}

.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
    background-image: url("Images/community/flickerplate/arrow-left-dark.png");
}

.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
    background-image: url("Images/community/flickerplate/arrow-right-dark.png");
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
    background-color: rgba(0, 0, 0, 0.12);
}

.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
    background-color: #000;
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
    color: rgba(0, 0, 0, 0.9);
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
    color: rgba(0, 0, 0, 0.9);
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
    background-color: rgba(255, 255, 255, 0.5);
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
    color: rgba(0, 0, 0, 0.9);
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
    color: rgba(0, 0, 0, 0.9);
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
    background-color: rgba(255, 255, 255, 0.5);
}

.flickerplate.animate-transform-slide ul.flicks {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0%, 0px, 0px);
    -webkit-transform: translate3d(0%, 0px, 0px);
    -webkit-transition: -webkit-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
}

.flickerplate.animate-transition-slide ul.flicks {
    position: relative;
    left: 0%;
    -webkit-transition: left 0.4s ease-out;
    -moz-transition: left 0.4s ease-out;
    -o-transition: left 0.4s ease-out;
    -ms-transition: left 0.4s ease-out;
    transition: left 0.4s ease-out;
}

.flickerplate.animate-jquery-slide ul.flicks {
    position: relative;
    left: 0%;
}

.flickerplate.animate-scroller-slide {
    padding-bottom: 0px;
    overflow: auto;
}

.flickerplate.animate-scroller-slide ul.flicks {
    position: auto;
}

/*关于我们*/

.about-frogman p {
    margin: 0;
}

.about-frogman {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    font-size: initial;
    margin-top: 30px;
}

.frogman-left {
    margin-right: 50px;
    float: left;
}

.frogman-left>ul {
    margin-bottom: 1px;
    padding: 0px;
}

.frogman-left>ul .anchor-parent {
    display: block;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
    color: #007d71;
    background-color: #cef0f0;
    width: 190px;
    margin-bottom: 1px;
}

.frogman-left>ul .anchor-parent:hover {
    background-color: #5ed0b9;
}

.frogman-left>ul .anchor-parent:hover {
    background-color: #f29700;
    color: #fff;
}

.anchor-parent-selected {
    background-color: #5ed0b9 !important;
    color: #fff !important;
}

.frogman-left i {
    margin-right: 10px;
}

.anchor-parent-selected {
    background-color: #f29700 !important;
    color: #fff !important;
}

.frogman-left>ul .anchor-parent i {
    margin: 0 14px;
    font-size: 26px;
}

.frogman-left>ul .anchor-parent .fa-chevron-right {
    font-size: 20px;
    float: right;
    margin-top: 24px;
}

.anchor-list {
    padding: 10px 0px;
    text-align: center;
}

.anchor-list ul {
    padding: 0px;
}

.anchor-list a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    letter-spacing: 3px;
    color: #007d71;
}

.anchor-list a:hover {
    background-color: #f5f5f5;
}

.anchor-children-selected {
    background-color: #f5f5f5;
}

.anchor-list-selected {
    background-color: #f5f5f5;
}

.anchor-parent-list a {}

/*内容区域*/

.frogman-right {
    float: left;
    width: 760px;
    padding-bottom: 50px;
}

.frogman-right-title {
    height: 68px;
    border-bottom: 1px solid #f29700;
}

.frogman-right-title span {
    font-size: 32px;
    color: #f29700;
    line-height: 68px;
}

.frogman-intro-text pre {
    display: block;
    padding: 0px;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #8c8c8c;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}

.intro-video {
    width: 760px;
    height: 380px;
}

.font-18 {
    font-size: 18px !important;
}

.font-22 {
    font-size: 22px !important;
}

.active-list ul {
    padding: 0px;
}

.active-list ul li {
    list-style: initial;
    color: #f29700;
    font-size: 16px;
    height: 65px;
    line-height: 65px;
    border-bottom: 2px dashed #c0c0c0;
}

.active-list ul a {
    color: #f29700;
}

.active-list ul span {
    float: right;
}

.slideimg-show {
    width: 760px;
    height: 340px;
    background-color: #999;
}

.join-text {
    padding: 20px 35px;
    font-size: 16px;
    color: #8c8c8c;
}

.join-text p {
    text-indent: 2em;
}

.recruit-current h3 {
    font-size: 20px;
    color: #f29700;
    margin-bottom: 20px;
}

.current-position {
    width: 370px;
    padding: 15px;
    border: 1px solid #5ed0b9;
    border-radius: 2px;
    float: left;
    margin-bottom: 20px;
}

.current-position:nth-child(2n+1) {
    margin-left: 20px;
}

.current-position .line-name a {
    color: #f29700;
    font-size: 18px;
}

.current-position .line-name span {
    font-size: 16px;
    color: #f29700;
}

.line-time, .current-position .line-condition {
    font-size: 14px;
    color: #8d8d8d;
}

.current-position .line-condition span {
    color: #8d8d8d;
    margin-right: 8px;
}

.current-position .line-link {
    margin-top: 10px;
}

.line-link .fa-heart-o {
    margin-right: 3px;
}

.line-link .check-btn {
    color: #fff;
    background-color: #f29700;
    border-radius: 4px;
}

.line-link .collect-btn {
    color: #ef6b40;
}

.line-link .check-btn, .line-link .collect-btn {
    display: inline-block;
    height: 32px;
    width: 100px;
    line-height: 32px;
    text-align: center;
}

.line-link .check-btn:hover {
    background-color: #18d7c4;
}

.frogman-intro-text pre {
    display: block;
    padding: 0px;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #8c8c8c;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}

.intro-video {
    width: 760px;
    height: 380px;
}

.font-18 {
    font-size: 18px !important;
}

.font-22 {
    font-size: 22px !important;
}

.active-list ul {
    padding: 0px;
}

.active-list ul li {
    list-style: initial;
    color: #f29700;
    font-size: 16px;
    height: 65px;
    line-height: 65px;
    border-bottom: 2px dashed #c0c0c0;
}

.active-list ul a {
    color: #f29700;
}

.active-list ul span {
    float: right;
}

.slideimg-show {
    width: 760px;
    height: 340px;
    background-color: #999;
}

.join-text {
    padding: 20px 35px;
    font-size: 16px;
    color: #8c8c8c;
}

.join-text p {
    text-indent: 2em;
}

.recruit-current h3 {
    font-size: 20px;
    color: #f29700;
}

.popover-content {
    padding: 9px 14px;
    color: #ef4136;
}

.frogman-right-title img {
    position: relative;
    top: -10px;
}

.link-man {
    float: left;
    width: 360px;
    margin-top: 30px;
}

.linkman-img img {
    width: 86px;
    height: 86px;
    border-radius: 86px;
    display: block;
    border: 2px solid #f29700;
}

.linkman-img {
    width: 90px;
    float: left;
    margin-right: 5px;
}

.linkman-intro {
    width: 260px;
    float: left;
}

.link-border {
    border-right: 2px solid #f29700;
    margin-right: 40px;
}

.linkman-intro .fa {
    margin: 0 3px 0 0;
}

.linkman-intro .link-name a {
    font-size: 20px;
    color: #f29700;
}

.linkman-intro .link-name a:hover {
    color: #18d7c4;
}

.linkman-intro .link-connect, .linkman-intro .link-job {
    font-size: 14px;
    color: #8d8d8d;
}

.linkman-intro .link-connect a {
    color: #8d8d8d;
}

.linkman-intro .link-connect a:hover {
    color: #f29700;
}

.linkman-intro i {
    font-size: 20px;
    color: #f29700;
}

.linkman-intro p {
    margin-bottom: 6px;
}

/*百度地图*/

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

.weixin-intro .weixin-first-line {
    font-size: 20px;
    color: #f29700;
}

.weixin-intro p {
    font-size: 16px;
    color: #8d8d8d;
    margin-bottom: 5px;
}

.waren-weixin {
    width: 760px;
    padding: 20px 0;
    background-color: #f2f2f2;
    margin-top: 80px;
}

.weixin-img {
    width: 190px;
    padding: 0 15px;
    float: left;
}

.weixin-intro {
    width: 550px;
    float: left;
}

.waren-company-intro {
    margin-top: 30px;
}

.waren-company-intro p {
    font-size: 16px;
    color: #8d8d8d;
    margin-bottom: 10px;
}

.question-content {
    width: 760px;
}

.question-detail-title {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background-color: #5ed0b9;
    display: block;
}

.question-detail-title:hover {
    background-color: #f29700;
    color: #fff;
}

.question-detail-title:active, .question-detail-title:link {
    color: #fff;
}

.question-detail-title i {
    font-size: 30px;
    margin: 0 15px;
}

.question-detail-title .fa-lock {
    margin: 0 20px;
}

.question-detail-title .fa-chevron-right {
    float: right;
    font-size: 20px;
    margin-top: 15px;
}

.question-detail-content {
    padding: 20px 0 0 55px;
    border: 1px solid #5ed0b9;
}

.question-detail-content p {
    margin-bottom: 20px;
}

.question-detail-content span {
    font-size: 16px;
    color: #5ed0b9;
}

.question-detail-content a {
    font-size: 16px;
    color: #8d8d8d;
}

.question-detail-content a:hover {
    color: #5ed0b9;
}

.function-content {
    display: block;
    width: 760px;
}

.function-detail {
    width: 225px;
    margin-top: 30px;
    display: block;
    padding-bottom: 20px;
}

.function-detail-wrap {
    width: 225px;
    float: left;
    margin-right: 15px;
}

.function-detail svg {
    height: 150px;
    width: 150px;
}

.function-content-a8d68b {
    background-color: #a8d68b;
}

.svg-tags {
    text-align: center;
    padding-top: 40px;
}

.title-function {
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding-top: 20px;
}

.title-function-intro {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

.function-content-c7add3 {
    background-color: #c7add3;
}

.function-content-fee086 {
    background-color: #fee086;
}

.function-content-5dc6e7 {
    background-color: #5dc6e7;
}

.function-content-febf66 {
    background-color: #febf66;
}

.function-content-5ed0b9 {
    background-color: #5ed0b9;
}

.feedback-content>p {
    font-size: 16px;
    color: #f29700;
}

.feedback-content input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #a9a9a9;
    margin-top: 15px;
    border: 1px solid #f29700;
    padding-left: 10px;
}

.feedback-content textarea {
    display: block;
    width: 760px;
    height: 220px;
    margin-top: 15px;
    border: 1px solid #f29700;
    resize: none;
    text-indent: 2em;
    color: #a9a9a9;
    padding: 10px 5px;
}

.feedback-content select {
    width: 760px;
    display: block;
    height: 40px;
    border: 1px solid #f29700;
    margin-top: 15px;
    color: #a9a9a9;
}

.feedback-content button {
    position: relative;
    top: 20px;
    display: block;
    height: 40px;
    width: 130px;
    background-color: #5ed0b9;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    border: 1px solid #5ed0b9;
    outline: none;
}

.feedback-content button:hover {
    background-color: #f29700;
}

.link-show {
    width: 760px;
    margin-top: 30px;
}

.link-show a {
    display: block;
    width: 180px;
    height: 50px;
    text-align: center;
    float: left;
    margin: 10px 10px 0 0;
}

.link-tag {
    padding: 20px;
    border: 1px solid #f29700;
    margin-top: 20px;
}

.link-tag h3 {
    color: #f29700;
    font-size: 28px;
    margin-bottom: 20px;
}

.link-tag p {
    font-size: 16px;
    color: #f29700;
    margin-bottom: 15px;
}

.link-tag>div {
    text-align: center;
    font-size: 14px;
    color: #f29700;
    margin-top: 40px;
}

.link-tag>div a {
    display: inline-block;
    height: 40px;
    width: 130px;
    background-color: #5ed0b9;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.link-tag>div a:hover {
    background-color: #f29700;
}

.link-tag>div i {
    font-size: 24px;
    margin-right: 3px;
}

/*#region 移动端找回密码 */

.find-password-mobile {
    font-size: 14px;
    color: #aaaaaa;
    text-align: center;
}

.guide-tips {
    margin-top: 10%;
    margin-bottom: 3%;
    text-align: center;
}

.guide-step {
    width: 70px;
    display: inline-block;
    vertical-align: top;
}

.guide-step-p {
    color: black;
    font-size: 14px;
    display: inline-block;
    color: #aaa;
}

.tip {
    background-color: #e2e2e2;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 2.2;
    display: inline-block;
}

.tip-select {
    background-color: #f29700;
}

.hr-style {
    border-top: #e6e6e6 2px solid;
    display: inline-block !important;
    width: 10%;
    margin: 0;
    position: relative;
    top: 22px;
}

.hr-select {
    border-top: #00a696 2px solid;
}

.find-password-input {
    height: 45px;
    border-radius: 30px;
    border: 1px solid #bbb;
    color: #000;
    line-height: 16px;
}

.exam-result-mobile {
    margin-top: 10%;
}

.find-password-next {
    margin: 10% auto;
}

.validate-code-mobile {
    margin-top: 5%;
}

.verifycode-mobile {
    vertical-align: 2%;
}

.find-password-getvalidatecode {
    height: 45px;
    background-color: #fff;
    color: #f29700;
    border: 1px solid #f29700;
    border-radius: 30px;
    padding: 0 !important;
    width: 33.3% !important;
}

.validate-code-tips {
    text-align: center;
    margin-top: 10%;
    width: 100% !important;
    margin-left: 0 !important;
}

.find-password-btn {
    background-color: #f29700;
    border-radius: 30px;
    height: 45px;
    color: #fff;
    border: none;
}

.reset-password-captcha {
    padding-left: 6%;
    line-height: 16px;
}

.reset-password-captcha, .validate-code-mobile img {
    padding-top: 3%;
}

.sendemail-mobile {
    font-size: 14px;
    color: #757575;
    text-align: center;
}

.sendemail-mobile-title {
    margin-top: 25%;
    color: #f29700;
}

.sendemail-btn {
    background-color: #f29700;
    height: 45px;
    border-radius: 30px;
    margin-top: 5%;
}

.sendemail-btn a {
    color: #fff;
    font-size: 16px;
    line-height: 2.5;
}

.sendemail-mobile-notreceived {
    margin-top: 5%;
}

.sendemail-mobile-notreceived>span {
    font-size: 18px;
}

.sendemail-mobile-notreceived>div>span {
    display: inline-block;
}

.sendemail-mobile-notreceived a {
    color: #f29700;
}

.sendemail-title-tips {
    padding: 0;
}

/*#endregion */

/*#region 系统提示页 无权访问 */

.system-message-mobile {
    text-align: center;
    color: #aaaaaa;
    font-size: 16px;
}

.access-deny {
    color: #f29700;
}

.access-deny-intro {
    letter-spacing: 1px;
}

.access-deny-return {
    margin-top: 10%;
    letter-spacing: 1px;
}

.access-deny-return a {
    color: #f29700;
    text-decoration: underline;
}

.lol-face {
    background-image: url(MobileImages/SystemMessage/lol-face.png);
}

.cry-face {
    background-image: url(MobileImages/SystemMessage/cry-face.png);
}

.funny-face {
    background-image: url(MobileImages/SystemMessage/funny-face.png);
}

.lol-face, .cry-face, .funny-face {
    width: 100%;
    background-size: 100px;
    background-position-x: center;
    height: 100px;
    background-repeat: no-repeat;
    margin-top: 20%;
}

/*#endregion */

.unread-dot {
    color: #FD9023;
    position: absolute;
    top: -6px;
    right: 13px;
}

#captchaCaptchaTip {
    text-align: left;
    position: absolute;
    top: 43px;
    left: 51px;
}

#MobileCaptchaContainer .field-validation-error {
    color: red;
    text-align: left;
    padding-left: 31px;
    position: absolute;
    top: 47px!important;
    text-align: left;
    height: 20px;
}

.gabantips {
    text-align: center;
    color: #F78709;
    background: #fcf6ed;
    padding: 10px;
    font-size: 16px;
}