@font-face {
    font-family: OpenSans-Regular;
    src: url('/static/font/OpenSans-Regular.ttf');
}

@font-face {
    font-family: OpenSans-Light;
    src: url('/static/font/OpenSans-Light.ttf');
}

html {
    font-size: 16px;
}

body {
    width: 100%;
    min-width: 1160px;
    margin: 0 auto;
    font-family: OpenSans-Regular, '微软雅黑', 'Arial';
    color: #575757;
}

body.page-zh-cn {
    font-family: '微软雅黑', OpenSans-Regular, 'Arial';
}

a {
    text-decoration: none;
    out-line: none;
    color: #575757;
}

#main {
    background: #fff;
}

/* Navigation style */
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 960px;
    height: 80px;
    background-color: #fff;
    line-height: 80px;
    z-index: 2000;
}

.holiday-icon {
    position: fixed;
    left: 12px;
    width: 52px;
    margin-top: -10px;
}

.christmas-icon {
   margin-top: 16px;
}

.new_year-icon {
    margin-top: -2px;
}

.ajinga-logo {
    float: left;
    margin-left: 4%;
    width: 165px;
    height: 80px;
    background-image: url('/static/image/new_homepage/ajinga_logo_black.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0;
}

.has-holiday-logo {
    margin-left: 68px;
}

.navigation-right {
    float: right;
    height: 100%;
    font-size: 1.125rem;
}

.navigation-right div {
    float: left;
    height: 100%;
    margin-right: 80px;
}

.tab-jobseekers, .tab-employers, .login, .language {
    cursor: pointer;
}

.tab-jobseekers span:hover, .tab-employers span:hover {
    border-bottom: solid 1px #575757;
    padding: 12px 0;
}

.tab-employers span {
    border-bottom: solid 1px #575757;
    padding: 12px 0;
}


.login {
    position: relative;
    width: 180px;
}

.login div:nth-child(1) {
    position: relative;
    width: 100%;
}

.user-name-div span {
    width: 155px;
    height: 40px;
    margin-top: 19px;
    line-height: 40px;
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.login a span {
    border: solid 1px #575757;
    width: 100px;
    height: 40px;
    margin-top: 19px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.select-layer {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    line-height: 30px;
    display: none;
}

.select-layer ul {
    background-color: #fff;
    border: solid 1px #575757;
}

.select-layer ul li {
    border-top: solid 1px #575757;
}

.select-layer ul li:nth-child(1) {
    border-top: 0;
}

.hove:hover {
    background-color: #00AAFF;
}

.hove a {
    width: calc(100% - 10px);
    margin-left: 10px;
    font-size: 0.875rem;
    color: #575757;
    display: inline-block;
}

#triangle-down {
    display: inline-block;
    width: 0;
    height: 0;
    float: right;
    margin-right: 0px;
    margin-top: 37px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #000;
}

/* Swiper container Style*/
.swiper-div {
    height:calc(100vh - 80px);
    margin-top: 80px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    transition-timing-function: cubic-bezier(0.55, 0.04, 0.43, 0.98);
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.first-slide {
    background-image: url('//cdn.ajinga.com/ajinga-banner/2025/PC-001.jpg');
}

.second-slide {
    background-image: url('//cdn.ajinga.com/ajinga-banner/2025/PC-002.jpg');
}

.third-slide {
    background-image: url('//cdn.ajinga.com/ajinga-banner/2025/PC-003.jpg');
}

.fourth-slide {
    background-image: url('//cdn.ajinga.com/ajinga-banner/2025/PC-004.jpg');
}

.fifth-slide {
    background-image: url('//cdn.ajinga.com/ajinga-banner/2025/PC-005.jpg');
}

.sixth-slide {
    background-image: url('//cdn.ajinga.com/ajinga-banner/2025/PC-006.jpg');
}

.swiper-slide span {
    position: absolute;
    top: 24%;
    left: 5%;
    font-family: OpenSans-Light, '微软雅黑', 'Arial';
    font-size: 2.75rem;
    color: #ffffff;
    line-height: 70px;
}

.swiper-slide span strong {
    font-weight: 900;
}

body.page-zh-cn .swiper-slide span {
    font-family: '微软雅黑', OpenSans-Light, 'Arial';
}

/* Set the dot pattern */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px 40px;
}

.swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    background-color: #575757;
}

.swiper-button-prev {
    background-image: url('/static/image/new_homepage/arrow.png');
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: -10px -8px;
}

.swiper-button-next {
    background-image: url('/static/image/new_homepage/arrow.png');
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: -60px -8px;
}

/* Basic Introduction Style */
.home-content {
    background: #fff;
    position: relative;
    z-index: 100;
}

.basic-introduction {
    width: 100%;
    /* margin-top: calc(100vh); */
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}

.introduction-title {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 120px;
    font-size: 1.6rem;
    line-height: 50px;
    text-align: center;
}

.introduction-title .title {
    font-size: 2rem;
    font-weight: 900;
}

.introduction-content {
    margin-bottom: 120px;
    margin-top: 40px;
    margin-left: 6%;
    margin-right: 6%;
    font-size: 1.2rem;
    line-height: 30px;
    text-align: left;
}

.Product_Name_With_Icon {
    height: 500px;
    position: relative;
    margin: 0 10%;
    background: url('/static/image/new_homepage/background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.Product_Name_With_Icon a {
    flex-shrink: 0;
    width: 78px;
    height: 78px;
    line-height: 78px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #848484;
    cursor: pointer;
}

.Product_Name_With_Icon a:hover {
    border-color: #c2c2c2;
    background-color: #c2c2c2;
}

.Product_Name_With_Icon a:hover .icon {
    color: #fff;
}

.Product_Name_With_Icon .first-line {
    display: flex;
    position: absolute;
    top: 30px;
    left: 5%;
    right: -5%;
}

.Product_Name_With_Icon .card {
    display: flex;
    align-items: center;
    height: 80px;
    width: 18%;
    margin-right: 10px;
}

.Product_Name_With_Icon .card .icon {
    font-size: 60px;
    color: #848484
}

.Product_Name_With_Icon .card .icon:hover {
    color: #fff;
}

.Product_Name_With_Icon .card .text {
    text-align: left;
    margin-left: 8px;
    font-size: 0.8rem;
}

.Product_Name_With_Icon .second-line {
    display: flex;
    position: absolute;
    top: 120px;
    right: 3%;
}

.Product_Name_With_Icon .second-line .card {
    width: 56px;
    margin-right: 4px;
}

.Product_Name_With_Icon .second-line .text {
    min-width: 90px;
}

.page-en .Product_Name_With_Icon .second-line .text {
    min-width: 98px;
}

.Product_Name_With_Icon .third-line {
    display: flex;
    position: absolute;
    top: 210px;
    left: 14%;
    right: -14%;
}

.Product_Name_With_Icon .third-line .card {
    width: 18%;
}

.Product_Name_With_Icon .forth-line {
    display: flex;
    position: absolute;
    top: 300px;
    left: 2%;
}

.Product_Name_With_Icon .forth-line .text {
    position: absolute;
    left: -104px;
    width: 80px;
    text-align: right;
}

.Product_Name_With_Icon .forth-line .card {
    margin-left: -10px;
}

.Product_Name_With_Icon .five-line {
    display: flex;
    position: absolute;
    top: 390px;
    right: -14%;
    left: 14%;
}

.Product_Name_With_Icon .five-line .card {
    width: 18%;
}


.Product_Name_With_Icon li {
    float: left;
    width: 16.6%;
    text-align: center;
}

.Product_Name_With_Icon li div {
    width: 76px;
    height: 76px;
    display: inline-block;
    background-image: url('/static/image/new_homepage/icon_categories.png');
    background-repeat: no-repeat;
    background-size: 650px;
}

.img-first {
    background-position: -23px -28px;
}

.img-first:hover {
    background-position: -376px -28px;
}

.img-second {
    background-position: -200px -28px;
}

.img-second:hover {
    background-position: -545px -28px;
}

.img-third {
    background-position: -23px -170px;
}

.img-third:hover {
    background-position: -376px -170px;
}

.img-fourth {
    background-position: -200px -170px;
}

.img-fourth:hover {
    background-position: -545px -170px;
}

.img-fifth {
    background-position: -23px -310px;
}

.img-fifth:hover {
    background-position: -376px -310px;
}

.img-sixth {
    background-position: -200px -310px;
}

.img-sixth:hover {
    background-position: -545px -310px;
}

.Product_Name_With_Icon li span {
    display: block;
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: 30px;
    text-align: center;
    display: block;
}

/* function detail */
.function-detail {
    width: 90%;
    background-color: #fff;
    margin: 40px auto;
    padding-top: 80px;
    overflow: hidden;
}

.function-detail-left {
    width: 45%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.function-detail-right {
    width: 45%;
    margin-left: 10%;
    display: inline-block;
    vertical-align: middle;
}

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

.detail-img img {
    width: 100%;
    position: relative;
    opacity: 0;
}

/* detail text style */
.detail-text-top {
    position: relative;
    width: 100%;
}

.detail-text-bottom {
    width: 100%;
    padding-top: 40px;
}

.detail-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 50px;
}

.detail-body {
    font-size: 1.6rem;
    line-height: 40px;
    text-align: left;
}

.detail-note {
    font-size: 1.2rem;
    text-align: left;
    line-height: 36px;
}

.request-demo-btn {
    margin-top: 20px;
    display: inline-block;
    height: 36px;
    border: 1px solid #0096cc;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 36px;
    padding: 0 12px;
    cursor: pointer;
}

.request-demo-btn:hover {
    background-color: #e6f5fa;
}

.request-demo-btn a {
    color: #0096cc;
}

/* request demo style */
.request-demo {
    background-color: #cecece;
    width: 100%;
    height: 700px;
    margin-top: 80px;
}

.request-demo-title {
    display: block;
    height: 100px;
    width: 100%;
    padding-top: 40px;
    font-size: 2.4rem;
    text-align: center;
    line-height: 100px;
}

.request-demo-descript {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 50px;
    margin-bottom: 50px;
}

.request-demo-form {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.request-demo-form div {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 40px;
    padding-left: 20px;
}

.request-demo-form div:nth-child(4) {
    width: 70%;
}

.text-input {
    position: relative;
    background-color: white;
}

.request-demo-form input {
    font-family: OpenSan-Regular, '微软雅黑', 'Arial';
    font-size: 1.2rem;
    width: 100%;
    height: 100%;
    text-indent: 40px;
    padding: 0 0;
    border: none;
    outline: none;
}

body.page-zh-cn input {
    font-family: '微软雅黑', OpenSan-Regular, 'Arial';
}

.verifyMessage {
    position: absolute;
    top: 55px;
    left: 57px;
    color: red;
    font-size: 1.2rem;
    visibility: hidden;
}

.btn-getdemo input {
    background: transparent;
    background-color: #545454;
    color: white;
    width: 40%;
    cursor: pointer;
    text-indent: 0px;
}

.btn-getdemo span {
    display: block;
    margin-top: 5px;
    color: #FF0000;
    visibility: hidden;
}

.captcha-img {
    width: 100px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: -30%;
}

.refresh-captcha {
    width: 20px;
    height: 20px;
    background: url(/static/image/icon_reload.png) no-repeat;
    position: absolute;
    top: 15px;
    right: -40%;
    cursor: pointer;
}

/* and more style */
.and-more {
    padding-top: 90px;
    padding-bottom: 90px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}

.and-more-title {
    margin-bottom: 90px;
    text-align: center;
}

.and-more span {
    font-size: 2.25rem;
    color: #575757;
}

.and-more li {
    float: left;
    width: 22%;
    margin-left: 4%;
    text-align: center;
}

.and-more li:nth-child(1) {
    margin-left: 0;
}

.and-more li div {
    width: 55px;
    height: 55px;
    background-image: url('/static/image/new_homepage/icon_and_more.png');
    display: inline-block;
}

.icon-andmore-first {
    background-position: -30px -44px;
}

.icon-andmore-second {
    background-position: -119px -44px;
}

.icon-andmore-third {
    background-position: -30px -126px;
}

.icon-andmore-fourth {
    background-position: -125px -127px;
}

.and-more li span {
    display: block;
    margin-top: 16px;
    font-size: 1.1rem;
    color: #575757;
}

/* foot style */
.foot {
    position: relative;
    width: 90%;
    padding: 90px 5% 80px 5%;
    background-color: #575757;
    color: #fff;
    overflow: hidden;
}

.foot a {
    color: #fff;
}

.foot-contact {
    float: left;
    width: 32%;
    margin-bottom: 80px;
}

.foot-contact:nth-child(1) {
    position: relative;
    margin-left: 11%;
}

.foot-contact:nth-child(3) {
    width: 25%;
}

.foot-contact-title {
    font-size: 1.5rem;
    color: #ccc;
}

.follow-us-icon {
    margin-top: 40px;
}

.follow-us-icon div {
    width: 73px;
    height: 59px;
    background-image: url('/static/image/new_homepage/icon_follow_us_on.png');
    display: inline-block;
}

.follow-us-linkedin {
    background-position: -21px -33px;
    cursor: pointer;
}

.follow-us-wechat {
    background-position: -108px -34px;
    cursor: pointer;
}

.follow-us-qrcode {
    position: absolute;
    top: -15px;
    left: 150px;
    width: 200px;
    height: 200px;
    visibility: hidden;
}

.qrcode-back {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('/static/image/new_homepage/QR_code_bg.png');
    background-size: 98%;
    -moz-transform: rotate(-108deg);
    -webkit-transform: rotate(-108deg);
    transform: rotate(-108deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.follow-us-qrcode img {
    position: absolute;
    top: 30px;
    left: 35px;
    width: 70%;
}

.foot-contact-way span {
    display: block;
    margin-top: 30px;
    font-size: 1rem;
    color: #fff;
}

.foot-license {
    width: 1390px;
    overflow: hidden;
    display: flex;
}

.license-left {
    float: left;
    line-height: 50px;
    width: 435px;
}

.license-left a img {
    vertical-align: -4px;
}

.license-right {
    float: left;
    line-height: 50px;
    width: 790px;
    display: flex;
    padding-top: 49px;
    flex-direction: row;
    justify-content: space-between;
}

.license-policy span {
    padding: 0 25px;
}

.license-policy span:nth-child(1) {
    padding-left: 30px;
}

.license-policy span+span {
    border-left: solid 2px white;
}


.license-url {
    margin-left: 54px;
    margin-top: 6px;
    width: 120px;
    height: 30px;
    background-image: url(/static/image/new_homepage/icon_logo.png);
    background-size: 125%;
    background-position: -15px -50px;
}

@media screen and (max-width: 1190px) {

    .license-copyright, .license-icp {
        width: 430px;
    }

    .license-policy {
        clear: both;
        text-align: right;
    }

    .license-policy span {
        padding: 0 10px;
    }

    .license-policy span:nth-child(1) {
        padding-left: 10px;
    }

    .license-url {
        bottom: 100px;
        right: 7%;
    }
}

#select-layer .task-pending-count {
    background: #ff0000;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 0px 5px;
    text-align: center;
    width: auto;
    height: 16px;
    line-height: 16px;
    margin-top: 0;
    margin-left: 5px;
    font-size: 12px;
    display: none;
}

p.task-pending-count {
    background: #ff0000;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 0px 5px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    position: absolute;
    top: 33px;
    right: 17px;
    display: none;
}

/* for survey swiper */
#employer-swiper .survey-slide {
    display: flex;
    background-image: url('/static/img/survey_200114/pc_background.jpg');
    color: #fff;
    font-family: OpenSans-Light, '微软雅黑', 'Arial';
}

#employer-swiper .survey-slide .survey-slide-wrapper {
    width: 70%;
    min-width: 900px;
    height: 70%;
    min-height: 400px;
    margin: auto;
    align-self: center;
}

#employer-swiper .survey-slide strong {
    font-weight: 900;
}

#employer-swiper .survey-slide .survey-slide-left {
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
}

#employer-swiper .survey-slide .survey-slide-right {
    width: 50%;
    height: 100%;
    float: right;
}

#employer-swiper .survey-slide .survey-title {
    flex: 4;
    font-size: 3rem;
    line-height: 3.25rem;
    text-align: left;
    height: 155px;
}

#employer-swiper .survey-zh-slide .survey-title {
    line-height: 4rem;
}

#employer-swiper .survey-slide .survey-logo {
    flex: 3;
    display: flex;
}

#employer-swiper .survey-slide .survey-logo-amcham,
#employer-swiper .survey-slide .survey-logo-ajinga {
    display: inline-block;
    width: 50%;
    height: 100px;
    align-self: flex-end;
}

#employer-swiper .survey-slide .survey-logo-amcham {
    background: url(/static/img/survey_200114/amcham_logo.png) no-repeat;
    background-size: contain;
    background-position: left;
}

#employer-swiper .survey-slide .survey-logo-ajinga {
    background: url(/static/img/survey_200114/ajinga_logo.png) no-repeat;
    background-size: 70%;
    background-position: left;
}

#employer-swiper .survey-slide .survey-btn-wrapper {
    flex: 2;
}

#employer-swiper .survey-slide .survey-zh-btn-wrapper {
    flex: 3;
}

#employer-swiper .survey-slide .survey-btn,
#employer-swiper .survey-zh-slide .survey-btn {
    color: #fff;
    font-size: 1.25rem;
    text-decoration: underline;
}

#employer-swiper .survey-slide .white-paper {
    height: 100%;
    margin: auto;
    background-image: url(/static/img/survey_200114/white_paper_en.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

#employer-swiper .survey-zh-slide .white-paper {
    background-image: url(/static/img/survey_200114/white_paper_zh.jpg);
}

.navigation-right .app-nav {
    margin-right: 30px;
    cursor: pointer;
    position: relative;
}
.navigation-right .widget-nav {
    cursor: pointer;
}

.navigation-right .app-nav a .app-icon,
.navigation-right .widget-nav a .widget-icon {
    font-size: 28px;
}

.navigation-right .app-nav div {
    margin-right: unset;
    float: unset;
    height: auto;
    box-sizing: border-box;
}

.navigation-right .app-nav .app-login-qr-code-popover {
    display: none;
    transform-origin: center top;
    position: absolute;
    top: 66px;
    left: -91px;
    z-index: 9999;
    color: #606266;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    text-align: justify;
    border: 1px solid #EBEEF5;
    background: #FFFFFF;
    padding: 0;
    background-color: #e6e6e6;
}

.navigation-right .app-nav .app-login-qr-code-popover .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 210px;
    padding: 20px;
}

.navigation-right .app-nav .app-login-qr-code-popover .content .qr-code-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 10px -4px #626262;
}

.navigation-right .app-nav .app-login-qr-code-popover .content .qr-code-wrapper .app-login-qr-code {
    width: 86px;
}

.navigation-right .app-nav .app-login-qr-code-popover .content .title {
    margin-top: 10px;
    color: #303133;
    font-size: 12px;
    line-height: 18px;
    white-space: break-spaces;
    word-break: break-word;
}

.navigation-right .app-nav .app-login-qr-code-popover::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 98px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #e6e6e6;
    z-index: 9999;
}
