@import "./base.css";

body, p, th, td, ul, dl, ol, dt, dd, li, input, select, textarea, div, span, h1, h2, h3, h4 {
    font-family: "Microsoft YaHei";
}
@font-face {
    font-family: "HYYakuHei";
    src: url("/salary/css/font/HYYakuHei.ttf") format("truetype");
}
body {
    min-width: 1200px;
    background-color: #1d1d4a;
    background-image: url("/salary/css/img/body-bg.jpg");
    background-position-y: 80px;
    background-size: auto;
    background-repeat: no-repeat;
}
.modal_front {
    border-color: #37377e;
}
.modal_healthr .modal-title, 
.modal_healthr .modal_title,
.modal_front .modal_title {
    background-color: #37377e!important;
    background-image: none;
}
.selectbox_title .actions .ok {
    background-color: #1cd3c6;
}
.inline-block,
[inline-block] {
    display: inline-block!important;
}
.block,
[block] {
    display: block!important;
}

.hide,
[hide] {
    display: none!important;
}

.warn,
[warn] {
    color: #f26d7e!important;
}
[mt0] {
    margin-top: 0!important;
}
.wx-share{
    background-image: url("/salary/css/img/wx-share.png");
    position: relative;
}
.wx-share #qrcode {
    display: none;
    position: absolute;
    width: 114px;
    height: 175px;
    padding: 22px;
    top: 50px;
    left: -57px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 2px 4px 0px #d9d9d9;
    padding: 12px;
    display: none;
    border-radius: 4px;
    z-index: 99999;
    box-sizing: content-box;
    color: #666;
}

.wx-share #qrcode img:first-child {
    width: 28px;
    position: absolute;
    top: -13px;
    left: 57px;
    height: 13px;
}

.wx-share #qrcode span img {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wx-share:hover {
    background-image: url("/salary/css/img/wx-share-hover.png");
}
.wx-share:hover #qrcode {
    display: block;
}
.wb-share{
    background-image: url("/salary/css/img/wb-share.png");
}

.wb-share:hover {
    background-image: url("/salary/css/img/wb-share-hover.png");
}
.email-share {
    background-image: url("/salary/css/img/email-share.png");
}

.email-share:hover {
    background-image: url("/salary/css/img/email-share-hover.png");
}
.qqzone-share {
    background-image: url("/salary/css/img/qqzone-share.png");
}


.qqzone-share:hover {
    background-image: url("/salary/css/img/qqzone-share-hover.png");
}
[class$="-share"] {
    background-size: 100%;
    border-radius: 50%;
    display: inline-block;
    width: 24px;
    height: 24px;
}



.placeholder {
    color: #becdee!important;
}

div.main {
    width: 1200px;
    margin: 0 auto;
}

div.main .headnav {
    height: 80px;
    background-color: #1f1f40;
}

div.main .headnav div {
    height: 80px;
    line-height: 80px;
}

.main .headnav .left {
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.main .headnav .left img {
    width: 100px;
    height: 57px;
    vertical-align: middle;
    margin-right: 34px;
}
.main .headnav .right {
    float: right;
    font-size: 14px;
}
.main .headnav .right a {
    color: #becdee;
    margin-left: 50px;
}

.main .headnav .right a:hover {
    color: #fff;
}
.main .headnav .right a.active {
    color: #fff;
}


.main .select-area {
    height: 844px;
    padding-top: 218px;
    box-sizing: border-box;
}

.main .select-area div {
    height: 520px;
}

.main .select-area  div img {
    width: 630px;
    height: 520px;
}

.main .select-area div .select {
    float: right;
    margin-right: 38px;
    width: 422px;
}

.main .select-area div .select p:first-child {
    font-size: 32px;
    color: #1cd3c6;
    line-height: 37px;
    font-family: "HYYakuHei";
}

.main .select-area div .select p:last-child {
    color: #becdee;
    font-size: 14px;
    line-height: 24px;
    margin-top: 26px;
}

.select .select-item,
.main .select-area div .select .select-item {
    height: 50px;
    width: 100%;
    line-height: 50px;
    color: #fff;
    text-indent: 30px;
    margin-top: 12px;
    display: block;
    border-radius: 25px;
    background-color: #33336b;
    font-size: 16px;
    cursor: pointer;
}


.select .select-item f,
.main .select-area div .select .select-item f {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-left: -30px;
    text-indent: 30px;
    background-image: url(/salary/css/img/dropdown-bg.png);
    background-repeat: no-repeat;
    background-position: 91% center;
}

.select .select-item input,
.main .select-area div .select .select-item input {
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    height: 24px;
    background-color: transparent;
}

.select .select-item .right,
.main .select-area div .select .select-item .right {
    float: right;
    color: #fff;
    margin-right: 32px;
    margin-top: 16px;
}

.select .select-item .right.dropdown,
.main .select-area div .select .select-item .right.dropdown {
    background-image: url("/salary/css/img/dropdown-bg.png");
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
    width: 12px;
    height: 7px;
    margin-top: 22px;
}

.main .select-area div .select .select-item:nth-child(2) {
    margin-top: 26px;
}



.main .select-area div .select .submit {
    font-size: 20px;
    color: #fff;
    margin-top: 26px;
    text-align: center;
    border: none;
    outline: none;
    text-indent: 0;
    background-image: url("/salary/css/img/lineargradient-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}


.main .section {
    /* height: 440px; */
    padding: 20px 0px;
    padding-bottom: 30px;
    margin-top: 20px;
    box-sizing: border-box;
    background-color: #272754;
}

.main .section .title {
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-image: url("/salary/css/img/subtitle-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.main .section .container {
    width: 1142px;
    margin: 0 auto;
    color: #fff;
    margin-left: -22px;
    margin-top: 30px;
}
.main .section .container .item {
    display: inline-block;
    width: 130px;
    font-size: 16px;
    line-height: 36px;
    margin-left: 56px;
    text-decoration: none;
    color: #fff;
}

/*800 行业*/
.main .section.industry-section {
    height: 134px;
}
.main .section.industry-section .container {
    margin-left: 35px;
    margin-top: 20px;
}
.main .section.industry-section .container .item {
    margin-left: 50px;
    width: auto;
}

.main .section.industry-section .container .item:first-child{
    margin-left: 0;
}

/*行业 热门城市*/

.main .section.hotcity-section .container {
    margin-left: 8px;
}
.main .section.hotcity-section .container .item {
    width: 50px;
    margin-left: 22px;
}

.main .section.hotcity-section .sort {
    margin-left: 30px;
    color: #becdee;
    font-size: 16px;
}

.main .section.hotcity-section .sort .item {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-left: 10px;
}
.main .section.hotcity-section .sort .item:hover div {
    display: block;
}
.main .section.hotcity-section .sort .item div {
    display: none;
    position: absolute;
    top: -24px;
    left: 0;
    padding: 5px 10px;
    white-space: nowrap;
    background-color: #fff;
}

.main .section.hotcity-section .sort .item div a {
    color: #000;
}


/*行业 城市*/
.main .section .list.section-list {
    width: 1142px;
    height: 26px;
    margin: 0 auto;
    margin-left: 24px;
    margin-top: 20px;
}

.main .section .list {
    /* margin-bottom: 30px; */
    margin-left: -8px;
    margin-top: -8px;
}

.main .section .list .item {
    padding: 5px 7px;
    font-size: 14px;
    background-color: #33336b;
    display: inline-block;
    border-radius: 3px;
    border-radius: 13px;
    margin-left: 5px;
    /* margin-top: 8px; */
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.main .section .list .item.active {
    color: #272754;
    background-image: url("/salary/css/img/lineargradient-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.footer {
    height: 132px;
    background-color: #1f1f40;
    font-size: 14px;
    color: #becdee;
    padding-top: 42px;
    margin-top: 60px;
    box-sizing: border-box;
}
.footer p {
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
}

.footer p a {
    display: inline-block;
    width: 74px;
    text-align: center;
    color: #becdee;
    text-decoration: none;
}

/*800首页*/
.main._800hr .industry {
    margin-left: 10px;
}

/*行业、地区*/

.main .area-industry {
    height: 460px;
    margin-top: 36px;
    padding-bottom: 20px;
}

.main .area-industry .section {
    margin-top: 0;
}

.main .area-industry .industry,
.main .area-industry .area {
    width: 590px;
    float: left;
}

.main .area-industry .industry {
    margin-left: 20px;    
}

.main .area-industry .container {
    width: auto;
}

.main .area-industry .container .container-list {
    display: inline-block;
    width: 270px;
}
.main .area-industry .container .container-list .item {
    width: 270px
}

.main .area-industry .container .container-list .sort {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #1a7aba;
    color: #fff;
    display: inline-block;
}

.main .area-industry .container.salary .container-list.first .item:first-child .sort,
.main .area-industry .container.salary .container-list.first .item:nth-child(2) .sort,
.main .area-industry .container.salary .container-list.first .item:nth-child(3) .sort {
    background-color: #f26d7e;
}

.main .area-industry .industry.section .container {
    margin-left: -5px;
}
.main .area-industry .industry.section .item {
    width: 150px;
    margin-left: 35px; 
}