* {
  margin: 0;
}
body {
  background: #F3F3F3;
  font-family: arial,verdana,helvetica,'PingFang SC','HanHei SC',STHeitiSC-Light,Microsoft Yahei,sans-serif !important;
}
html,
body {
  width: 100%;
  height: 100%;
}
li {
    list-style: none;
}

.daiichisankyo-page-container {
    min-height: calc(100vh - 100px);
}

/* header */
.daiichisankyo-header {
    width: 100%;
    min-width: 1300px;
    height: 80px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px;
}

.header-logo img {
    width: 220px;
    height: 40px;
    display: block;
}

.header-nav {
    width: fit-content;
    height: 50px;
    background: #AFDEF4;
    box-shadow: 0px 2px 8px 0px #54B5E0;
    border-radius: 30px;
    border: 1px solid #DAE9F3;
    padding: 0px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #005BAA;
}

.header-nav .header-nav-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #005BAA;
}

.header-nav-btn{
    font-weight: 400;
    font-size: 16px;
    color: #005BAA;
}

.user-info-item{
    display: flex;
}

.header-nav .active {
    height: 34px;
    line-height: 35px;
    background: #005BAA;
    border-radius: 17px;
    padding: 0px 10px;
    color: #FFFFFF;
}

.header-nav li {
    margin-top: 0px;
}

.back_btn {
    width: 19px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 3px;
}

.el-dropdown-link:hover .el-popover {
    display: block;
}

.message-box{
    position: relative;
    margin-right: 30px;
}

/* 消息数量样式 */
.message-count {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #F70000;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    right: -10px;
    top: -5px;
}

/* .user-name::after {
    content: "";
    position: absolute;
    right: 65px;
    top: 36px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #005BAA transparent transparent transparent;
    background: none;
    border-radius: 0;
} */


.code-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.code-box img{
    width: 120px;
    height: 120px;
    display: block;
}

/* banner */
.banner,
.banner img {
    width: 100%;
    min-width: 1300px;
    display: block;
}

/* content */
.daiichisankyo-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* search */
.daiichisankyo-search{
    width: 100%;
    min-width: 1300px;
    height: 116px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
}

.search-container {
    min-width: 1280px;
    max-width: 1280px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.search-item{
    flex: 1;
    height: 56px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    position: relative;
}

.search-item input {
    flex: 1;
    border: none !important;
    background: none !important;
    font-size: 18px;
    height: 95%;
    padding-left: 20px !important;
    padding-right: 90px;
}

.cursor-pointer{
    cursor: pointer !important;
}

.search-item img {
    width: 20px;
    height: 12px;
    display: block;
    position: absolute;
    right: 30px;
}

input:focus {
    outline: none;
}

.selected-view-outer .selected-counter {
    color: #00B4ED !important;
}

.btn-group-outer .confirm {
    background: #00B4ED !important;
    color: #fff !important;
}

.btn-group-outer .cancel {
    border: 1px solid #00B4ED !important;
    color: #00B4ED !important;
}

.okBtn input {
    color: #fff !important;
    background: #005BAA !important;
    height: 36px;
    border: none !important;
    border-radius: 0px !important;
    margin-left: 15px;
    padding: 0px 20px;
    font-weight: 400 !important; 
}

body .showbox .sClose {
    background-image: url(../images/dialog-x.png);
}

body .showbox .sClose::before {
    content: "";
}

/* joblist */
.common-empty-outer{
    min-width: 1000px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.daiichisankyo-joblist {
    width: 100%;
    min-width: 1300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 30px;
}

.joblist-container {
    min-width: 1280px;
    max-width: 1280px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.joblist-left-content{
    width: 1000px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.joblist-left-content-item{
    width: 320px;
    height: 130px;
    background-size: 100% 100%;
    padding: 20px 30px;
    box-sizing: border-box;

    &:hover {
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
    }
}

.job-link{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* 三个背景图片循环使用 */
.joblist-left-content-item:nth-child(3n+1) {
    background-image: url(/daiichisankyo/images/list_bg1.png);
}

.joblist-left-content-item:nth-child(3n+2) {
    background-image: url(/daiichisankyo/images/list_bg2.png);
}

.joblist-left-content-item:nth-child(3n+3) {
    background-image: url(/daiichisankyo/images/list_bg.png);
}

.item-title {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.item-info-left {
    display: flex;
    align-items: center;
}

.item-info-left img {
    width: 11px;
    height: 14px;
    display: block;
    margin-right: 4px;
}

.item-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
}

.item-info-right {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.item-info-location{
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.joblist-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.joblist-right-item {
    width: 260px;
    background: #FFFFFF;
    padding: 30px;
    box-sizing: border-box;
}

.search-outer .search-input-wrapper input::placeholder {
    color: #757575;
}

.joblist-right-title{
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 15px;
}

.joblist-right-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.joblist-right-content-item{
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    cursor: pointer;
    max-width: 210px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    &:hover {
        color: #00B4ED;
    }
}

.joblist-right-title::before{
    /* display: inline-block; */
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    width: 5px;
    height: 17px;
    background: #00B4ED;
    box-shadow: 0px -1px 0px 0px #005BAA;
    border-radius: 3px;
}

/* footer */
.daiichisankyo-footer {
    width: 100%;
    min-width: 1300px;
    height: 100px;
    background: #005BAA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-container{
    min-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-container img {
    width: 220px;
    height: 40px;
    display: block;
}

.footer-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.footer-link-item {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

.footer-link-item a {
    color: #FFFFFF;
}

.g_trigger {
    display: none !important;
}

a {
    text-decoration: none;
    color: #00B4ED;
}

.el-pager .active{
    background-color: #005BAA !important;
    border-color: #005BAA !important;
}

.el-pager .number{
    border-radius: 5px !important;

    &:hover{
        background-color: #005BAA !important;
        border-color: #005BAA !important;
    }
}
