@charset 'UTF-8';
.no-border {
    border: none !important;
}

.padding.left {
    padding-left: 20px;
}

.padding.right {
    padding-right: 20px;
}

.padding.top {
    padding-top: 20px;
}

.padding.bottom {
    padding-bottom: 20px;
}

.remove.padding.top {
    padding-top: 0 !important;
}

.remove.padding.bottom {
    padding-bottom: 0 !important;
}

.remove.padding.left {
    padding-left: 0 !important;
}

.remove.padding.right {
    padding-right: 0 !important;
}

.margin.left {
    margin-left: 20px;
}

.margin.right {
    margin-right: 20px;
}

.margin.top {
    margin-top: 20px;
}

.margin.bottom {
    margin-bottom: 20px;
}

.remove.margin.top {
    margin-top: 0 !important;
}

.remove.margin.bottom {
    margin-bottom: 0 !important;
}

.remove.margin.left {
    margin-left: 0 !important;
}

.remove.margin.right {
    margin-right: 0 !important;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body {
    min-width: 1000px;
}

table {
    max-width: 100%;
}

#wrapper {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding: 50px 0 0 210px;
    background: #f7f7f7;
}

#page-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}

/*侧边栏*/
.navbar-static-side {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
    overflow: hidden;
    width: 210px;
    height: calc(100% - 50px);
    border-color: #000;
    background-color: #2a2d33;
}

.sidebar-user {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 72px;
    color: #fff;
    background-color: #262b34;
}

.sidebar-user .user-intro {
    height: 100%;
    padding-top: 15px;
    padding-left: 20px;
    background-color: #303641;
}

.sidebar-user .user-intro .user-img {
    float: left;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
}

.sidebar-user .user-intro .user-img a {
    display: block;
    overflow: hidden;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 100%;
}

.sidebar-user .user-intro .user-img img {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    opacity: .85;
    border-radius: 100%;
}

.sidebar-user .user-intro .user-img img:hover {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    opacity: 1;
}

.sidebar-user .user-intro .user-info {
    line-height: 45px;
    display: inline-block;
    height: 45px;
    padding-left: 15px;
    vertical-align: middle;
    color: #fff;
}

.sidebar-user .user-intro .user-info .user-name {
    margin-top: 15px;
    margin-bottom: 7px;
}

.sidebar-user .user-intro .user-info .user-name a {
    font-size: 14px;
    overflow: hidden;
    max-width: 140px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.sidebar-user .user-intro .user-info .user-name a:hover {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    color: #fff;
}

.sidebar-login {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 72px;
    padding-bottom: 0;
    background-color: #1d1f24;
}

.sidebar-login .sidebar-user-action {
    padding: 20px;
    text-align: center;
}

.sidebar-login .sidebar-user-action .btn {
    font-weight: bolder;
    width: 80px;
    margin: 0;
}

.sidebar-hot-wrap {
    overflow: hidden;
    overflow-y: scroll;
    width: 227px;
    height: 100%;
    padding: 84px 20px 8px 20px;
    background-color: #2a2d33;
}

.sidebar-hot-title.text-warning {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
}

.slider-hot-key {
    font-size: 12px;
    float: left;
    margin: 3px 8px 3px 0;
    padding: 6px 12px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    color: #bbb;
    border-radius: 17px;
    background-color: #1d1f24;
}

.slider-hot-key:hover {
    color: #fff;
    background: #f76120;
}

.sidebar-menu {
    overflow: hidden;
    overflow-y: scroll;
    width: 227px;
    height: 100%;
    padding-top: 92px;
    padding-bottom: 8px;
    background-color: #2a2d33;
}

/*修改侧边栏滚动条样式*/

.sidebar-menu::-webkit-scrollbar {
    width: 0;
}

.sidebar-menu .list-type-1 {
    padding: 0 17px 17px 17px;
    margin-bottom: 17px;
    overflow: hidden;
    border-bottom: 1px solid #1d1f24;
}

.sidebar-menu .list-type-1 a {
    margin: 3px 8px 3px 0px;
    background-color: #1d1f24;
    float: left;
    color: #bbbbbb;
    font-size: 12px;
    border-radius: 17px;
    padding: 6px 12px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.sidebar-menu .list-type-1 a.active,
.sidebar-menu .list-type-1 a:hover {
    color: #fff;
    background: #f76120;
}

.sidebar-menu .list-type-2 {
    width: 176px;
    margin-left: 17px;
    list-style: none;
}

.sidebar-menu .list-type-2 li {
    width: 100%;
    padding: 1px 0;
}

.sidebar-menu .list-type-2 li > a,
.sidebar-menu .list-type-2 .filter-cell {
    line-height: 38px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 38px;
    padding: 0 15px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #bbb;
    border-radius: 20px;
    text-align: left;
}

.sidebar-menu .list-type-2 .filter-cell {
    padding: 0 15px;
}

.sidebar-menu li > .active,
.sidebar-menu li > a:hover,
.sidebar-menu li .filter-cell:hover,
.sidebar-menu li .filter-cell.active {
    color: #fff;
    background: #f76120;
}

.sidebar-image-wrap {
    overflow: hidden;
    overflow-y: scroll;
    width: 227px;
    height: 100%;
    padding: 98px 0 8px 0;
    background-color: #2a2d33;
}

/*顶栏*/
.navbar-brand a img {
    width: 98px;
    height: 32px;
}

.navbar-header .navbar-brand a:hover {
    color: #fff;
    background-color: transparent;
}

@media (max-width: 1200px) {
    .navbar {
        position: absolute;
        min-width: 1200px;
    }
}
.navbar .active,
.navbar a:hover {
    background-color: #0f69e7;
}

.navbar .navbar-main-menu {
    float: left;
    margin: 0;
    padding-left: 10px;
}

.navbar .navbar-main-menu li {
    float: left;
    list-style: none;
    position: relative;
}

.navbar .navbar-main-menu li a {
    font-size: 14px;
    line-height: 50px;
    display: block;
    height: 50px;
    padding: 0 12px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    color: #fff;
}

.navbar-main-menu li a {
    font-weight: 600;
    font-size: 14px;
}

/* 下拉icon */
.navbar .nav-list-li > i.icon-ht-arrow-thick-down {
    font-size: 10px;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
}

.navbar .switch-city > i.icon-ht-arrow-thick-down {
    font-size: 9px;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
    padding-left: 4px;
}

.navbar-main-menu i.hot-news {
    position: absolute;
    top: 4px;
    right: -7px;
    color: #FC574F;
    font-size: 17px;
    z-index: 100;
}

.navbar-main-menu i.icon-hot-img {
    width: 17px;
    height: 17px;
    background: url("../image/hot-news.png") no-repeat left top;
    background-size: contain;
}

.navbar .navbar-main-menu li.nav-list-li i.slide-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    position: absolute;
    top: 20px;
    left: 48px;
    transition: all 0.3s;
}

.app-download {
    position: relative;
    z-index: 1000;
}

.app-download:hover .sub-nav-qr-items{
    display: block;
    z-index: 2;
}
.sub-nav-qr-items{
    display: none;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    padding: 13px 13px 0px 13px;
    z-index: -1;
    width: 520px;
    color: #3b85eb;
    font-size: 14px;
    position: absolute;
    margin-left: -224px;
    top: 50px;
    transition: all 0.2s;
}
.nav-qr-item{
    padding: 7px;
    box-sizing: border-box;
    float: left;
}
.nav-qr-item img{
    width: 150px;
    height: 150px;
    display: block;
}
.nav-qr-item span{
    color: #3b3f4f;
    display: block;
    line-height: 26px;
    text-align: center;
}
.sanjiao{
    border-bottom: 9px solid gainsboro;
    border-left: 8px solid #0000;
    border-right: 8px solid #0000;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -10px;
}
.sanjiao::after{
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-bottom: 8px solid white;
    border-left: 8px solid #0000;
    border-right: 8px solid #0000;
    top: 2px;
    left: -8px;
}

.navbar .navbar-main-menu li.nav-list-li:nth-of-type(10) a {
    padding-right: 34px;
}

.navbar .navbar-main-menu li.nav-list-li:nth-of-type(13) a {
    padding-right: 34px;
}

/* 经验下拉内容 */
.navbar .navbar-main-menu li.nav-list-li .list-expirence {
    position: absolute;
    top: 50px;
    left: 0;
    width: 150px;
    box-sizing: border-box;
    border: 1px solid #eee;
    display: none;
    background-color: #fff;
}

.navbar .navbar-main-menu li.slide-expirence:hover i {
    transform: rotateZ(180deg);
    transition: all 0.3s
}

.navbar .navbar-main-menu li.slide-expirence:hover ul {
    display: block
}

.navbar .navbar-main-menu li.nav-list-li .list-expirence li {
    width: 100%;
    height: 42px;
}

.navbar .navbar-main-menu li.nav-list-li .list-expirence li:hover {
    background-color: #F6F7F8;
}

.navbar .navbar-main-menu li.nav-list-li .list-expirence li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 42px;
    padding: 0 12px;
    box-sizing: border-box;
}

.navbar .navbar-main-menu li.nav-list-li .list-expirence li:hover a {
    color: #000;
    background-color: #F6F7F8;
}

/* 其他下拉内容 */
.navbar .navbar-main-menu li.nav-list-li .list-other {
    position: absolute;
    top: 50px;
    left: 0;
    width: 150px;
    box-sizing: border-box;
    border: 1px solid #eee;
    display: none;
    background-color: #fff;
}

.navbar .navbar-main-menu li.slide-other:hover i {
    transform: rotateZ(180deg);
    transition: all 0.3s
}
/*
.navbar .navbar-main-menu li.slide-other {
    padding-right: 22px;
} */

.navbar .navbar-main-menu li.slide-other:hover ul {
    display: block;
}

.navbar .navbar-main-menu li.nav-list-li .list-other li {
    width: 100%;
    height: 42px;
}

.navbar .navbar-main-menu li.nav-list-li .list-other li:hover a {
    background-color: #F6F7F8;
}

.navbar .navbar-main-menu li.nav-list-li .list-other li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 42px;
    padding: 0 12px;
    box-sizing: border-box;
}

.navbar .navbar-main-menu li.nav-list-li .list-other li:hover a {
    color: #000;
    background-color: #F6F7F8;
}

/*导航栏之间竖线*/
.navbar .navbar-main-menu .vertical-line-li {
    padding: 0px;
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    width: 1px;
    height: 12px;
    background-color: #84B7FF;
    margin-top: 19px;
}

/* .navbar .navbar-main-menu .vertical-line-li .vertical-line {
    opacity: 0.3;
    // font-size: 14px;
    display: block;
    height: 12px;
    width: 1px;
    color: #ffffff;
    line-height: 48px;
} */

/*鼠标滑过导航栏出现的tooltip*/
#linkTip {
    background: #333;
    border-radius: 5px;
    line-height: 20px;
    font-size: 12px;
    z-index: 9999;
    padding: 7px 12px;
    color: #fff;
    border: 1px;
    opacity: 0.9;
    position: absolute;
    display: none;
}

#linkTip span {
    /*padding-left: 2px;*/
    padding-right: -2px;
}

.navbar-tool-btn {
    font-size: 14px;
    line-height: 50px;
    float: right;
    width: 308px;
    height: 50px;
    margin: 0;
    padding: 0 10px;
    border-left: 1px solid #2475d4;
}
.navbar-tool-btn-xzrl {
    font-size: 14px;
    line-height: 50px;
    float: right;
    width: 86px;
    height: 50px;
    margin: 0;
    border-left: 1px solid #2475d4;
    position: relative;
}
.navbar .navbar-tool-btn-xzrl a {
    display: block;
    float: left;
    height: 100%;
    padding: 0 11px 0 10px;
}
.navbar .navbar-tool-btn-xzrl span {
    color: #fff;
}
.navbar .navbar-tool-btn li {
    display: block;
    float: left;
    height: 100%;
}

.navbar .navbar-tool-btn li a {
    display: block;
    padding: 0 10px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    color: #fff;
}

.navbar-tool-btn-xzrl i.hot-news {
    position: absolute;
    top: 4px;
    right: 0;
    color: #FC574F;
    font-size: 17px;
    z-index: 100;
}

.navbar-tool-btn-xzrl i.icon-hot-img {
    width: 17px;
    height: 17px;
    background: url("../image/hot-news.png") no-repeat left top;
    background-size: contain;
}

.navbar .dropdown-menu li {
    width: 100%;
}

.navbar .dropdown-menu li a {
    line-height: 36px;
    display: block;
    width: 100%;
    height: 36px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    text-align: center;
}

.navbar .dropdown-menu a:hover {
    background: #19263c;
    background: rgba(0, 0, 0, .8);
}

.navbar .switch-city {
    font-size: 14px;
    /* font-weight: 600; */
    line-height: 50px;
    display: block;
    float: left;
    width: 72px;
    padding: 0;
    text-align: left;
    color: #fff;
}

.navbar .switch-city:hover {
    background-color: transparent;
}

.navbar .dropdown-city {
    width: 214px;
    min-height: 152px;
    margin-top: 50px;
    margin-left: 10px;
    padding: 5px 0;
    padding: 10px;
}

.navbar .dropdown-city:before {
    right: 38px;
    /* top: -7px; */
}

.navbar .dropdown-city a {
    font-size: 12px;
    line-height: 26px;
    display: block;
    float: left;
    width: 50px;
    width: 48px;
    height: 26px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.navbar .dropdown-more {
    font-size: 14px;
    width: 110px;
    min-width: 80px;
    margin-top: -10px;
    padding: 5px 0;
    text-align: center;
}

.navbar .dropdown-more :before {
    left: 26px;
}

.navbar .dropdown-user {
    width: 110px;
    min-width: 110px;
    margin-top: -10px;
}

.navbar .dropdown-user:before {
    right: 23px;
}

.navbar .dropdown-alerts {
    width: 370px;
    margin: 0;
    margin-top: -10px;
    color: #fff;
}

.navbar .dropdown-alerts:before {
    right: 24px;
}

.navbar .dropdown-alerts .alerts-title a {
    width: 36px;
    height: 36px;
}

.navbar .dropdown-alerts .alerts-title:hover {
    background: transparent;
}

.navbar .dropdown-alerts li {
    line-height: 36px;
    height: 36px;
}

.navbar .dropdown-alerts .alerts-title {
    padding: 0 10px;
}

.navbar .navbar-tool-btn .dropdown-alerts .alerts-title a:hover {
    color: rgba(0, 0, 0, .8);
    background-color: transparent;
}

.badge-circle {
    font-size: 12px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    margin: 0;
    margin-top: -17px;
    margin-left: -10px;
    padding: 0;
    border-radius: 4px;
}

/*登录弹出框*/
#userModal .modal-dialog {
    width: 360px;
    height: 390px;
    margin-top: 80px;
}

#userModal .modal-header {
    font-size: 16px;
    line-height: 16px;
    padding: 22px 10px;
    color: #000;
    border-bottom: 1px solid #c8c8c8;
    background-color: #ebebeb;
}

#userModal .modal-content {
    overflow: hidden;
    border: none;
    border-radius: 5px;
    background-color: #ebebeb;
}

#userModal button.close {
    font-size: 20px;
}

#userModal .modal-title {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

#userModal .modal-body {
    overflow: auto;
    padding: 30px 50px;
}

#userModal .modal-user .form-control {
    height: 40px;
    padding: 6px 9px;
    color: #000;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    background-color: #fff;
}

#userModal .modal-user .form-control:focus {
    border: 1px solid #83b9f7;
}

#userModal .model-btn-left {
    font-size: 12px;
    line-height: 40px;
    float: left;
    height: 40px;
}

#userModal .model-btn-left a {
    font-size: 12px;
    margin-right: 17px;
    cursor: pointer;
    color: #4a4a4a;
}

#userModal .model-btn-right {
    float: right;
}

#userModal .model-btn-right button {
    font-size: 14px;
    line-height: 40px;
    width: 100px;
    height: 40px;
    padding: 0;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 3px;
}

#userModal .model-btn-left a .fa {
    color: #3388fe;
}

#userModal .modal-footer {
    height: 120px;
    padding: 40px 50px;
    background-color: #3388fe;
}

#userModal .modal-footer .btn {
    line-height: 26px;
    width: 120px;
    height: 40px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 3px;
}

.verify-img {
    float: right;
    overflow: hidden;
    width: 116px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
}

.verify-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.phoneRegCode {
    width: 100%;
}

.phoneCodeWrap {
    padding: 0;
    width: 55%;
}

.phoneGetCodeBtn {
    height: 38px;
    width: 35%;
    box-sizing: border-box;
}

.phoneGoRegBtn, .phoneGoFindBtn {
    height: 38px;
}

.phoneTextInline {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.phoneTextBlock {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 10px;
}

.verify-input {
    float: left;
    width: 134px;
}

.remember-password {
    display: inline-block;
    width: 16px;
}

/*alert*/
.global-alert {
    font-size: 15px;
    position: fixed;
    z-index: 10000;
    top: 120px;
    right: 0;
    left: 0;
    display: none;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    border: none;
    background-color: #19263c;
    background-color: rgba(0, 0, 0, .7);
}

#userModal .register-notice .modal-footer {
    font-size: 12px;
    height: 140px;
    padding: 10px 40px;
    text-align: left;
    color: #fff;
}

#userModal .register-notice .modal-footer p {
    margin: 0 0 8px;
}

#userModal .register-notice .modal-body {
    padding: 30px 40px;
}

#userModal .register-notice .modal-footer a {
    font-weight: 600;
}

.register-notice .modal-user {
    overflow: hidden;
}

/*kz-web*/
#kz-web {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    min-height: 100px;
    background-color: #f7f7f7;
}

.page-main-wrap {
    overflow: hidden;
    width: 100%;
    padding: 0 20px;
    background-color: #f7f7f7;
}

/*右侧广告栏*/
.page-right {
    position: absolute;
    z-index: 500;
    top: 0;
    right: 0;
    width: 291px;
    border-left: 1px solid #efefef;
    background-color: #fff;
}

.bgt-right.page-right {
    border-left: none;
}

/*您也许喜欢*/
.recommend-position-cell {
    float: left;
    width: 88px;
    padding: 7px 0;
    text-align: center;
}

.recommend-position-name {
    font-size: 13px;
    line-height: 13px;
    overflow: hidden;
    margin-top: 7px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.recommend-position {
    overflow: hidden;
    margin-top: -7px;
    margin-right: -7px;
    margin-left: -7px;
}

/*右侧广告位*/
.right-gg {
    padding-top: 3px;
}

.right-ad3{
    width: 252px;
}

.right-gg-cell {
    display: block;
    padding: 10px 0 0 0;
    position: relative;
    text-align: center;
    color: #fff;
}

.right-gg-cell img {
    width: 252px;
    /* height: 102px; */
    border: 1px solid #eee;
    border-radius: 4px;
}

.right-gg-cell .banner-title {
    line-height: 25px;
    height: 25px;
    position: relative;
    bottom: 10px;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.right-gg-cell > .banner-title a {
    color: #FFF;
    border: none;
    display: block;
}

.banner-title {
    margin-top: -16px
}

.right-gg-cell:hover > .banner-title {
    background-color: rgba(0, 0, 0, .6);
    opacity: 1
}

.page-main {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

/*左侧内容*/
.page-left {
    position: relative;
    width: 100%;
    padding: 0 20px 20px 20px;
    border-right: 290px solid #fff;
}

.page-right ~ .footer {
    border-right: 290px solid #fff;
}

.page-left:after,
.page-right ~ .footer:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: #efefef;
}

/*常用logo格式*/
.logo-md {
    overflow: hidden;
    width: 102px;
    height: 102px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.logo-md img {
    width: 100px;
    height: 100px;
}

.logo-sm {
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border: 3px solid #f7f7f7;
    border-radius: 50%;
    transition: .3s;
}

.logo-sm:hover {
    border: 3px solid #eee;
}

.logo-sm img {
    width: 64px;
    height: 64px;
}

/*page-header 及搜索框*/
.page-header-wrap {
    margin: 0 -20px 20px -20px;
    padding: 20px;
    color: #e3e3e3;
    background-color: #e6e7e8;
}

.page-header .heading {
    display: inline-block;
    margin: 0;
    color: #000;
}

.page-header span {
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
    color: #666;
}

/*header*/
.page-header-right ~ .page-header-wrap {
    padding-right: 311px;
}

.page-header-right {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 291px;
    height: 162px;
    border-left: 1px solid #dbdbdb;
}

.page-header-right img {
    width: 290px;
}

@media (max-width: 1200px) {
    .page-header-right ~ .page-header-wrap {
        padding-right: 20px;
    }

    .page-header-right {
        display: none;
    }
}

.page-search {
    padding: 10px;
    border-radius: 4px;
    background: #ccc;
    background: rgba(0, 0, 0, .1);
}

.page-search .input-group-main {
    position: relative;
    height: 40px;
}

.page-search .icon {
    font-size: 16px;
    position: absolute;
    z-index: 10;
    top: 10px;
    width: 18px;
    color: #ccc;
}

.page-search .icon.icon-left {
    left: 14px;
}

.page-search .icon.icon-right {
    right: 14px;
}

.page-search .form-control {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    text-indent: 32px;
    color: #666;
}

.page-search .input-group .btn {
    width: 100px;
    height: 40px;
    outline: none;
}

.page-search-word {
    line-height: 14px;
    margin-top: 15px;
}

.panel-heading-more {
    font-size: 14px;
    float: right;
    margin-right: 20px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    color: #666;
}

.panel-heading-more:hover {
    color: #000;
}

/*搜索框下热门搜索*/
.hot-word-div {
    font-size: 14px;
    line-height: 36px;
    overflow: hidden;
    height: 25px;
    margin-bottom: 0;
    white-space: normal;
}

span.hot-word {
    line-height: 30px;
    padding: 0 2px;
    color: #666;
}

a.hot-word {
    line-height: 30px;
    padding: 0 2px;
    white-space: nowrap;
    color: #666;
}

a.hot-word:hover {
    color: #38f;
}

a.user-hot-word {
    line-height: 30px;
    padding: 0 2px;
    white-space: nowrap;
    color: #f76120;
}

a.user-hot-word:hover {
    color: #f76120;
}

/*搜索框选择*/
.input-group-btn .toggle-search-type.dropdown-toggle {
    height: 38px;
    color: #666;
    background-color: #fff;
}

.toggle-search-type.dropdown-toggle i {
    margin-left: 10px;
    color: #9e9e9e;
}

.input-group-btn ~ .icon {
    left: 114px;
}

button.btn.toggle-search-type.dropdown-toggle:focus {
    border-color: transparent;
    background-color: #fff;
}

ul.dropdown-menu.dropdown-search-type {
    width: 100px;
    min-width: 50px;
    height: 38px;
    margin: 0;
    margin-top: -2px;
    padding: 0;
    border: 1px solid #f6f6f6;
    border-top: 2px dotted #f6f6f6;
    background-color: #fff;
}

ul.dropdown-menu.dropdown-search-type a {
    line-height: 33px;
    padding: 0;
    text-indent: 25px;
    color: #666;
}

ul.dropdown-menu.dropdown-search-type a:hover {
    background-color: #fff;
}

ul.dropdown-menu.dropdown-search-type:before {
    border: none;
}

/*媒体查询*/
@media (max-width: 1200px) {
    .page-left {
        border-right: none !important;
    }

    .footer {
        border-right: none !important;
    }

    .page-right {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0 20px;
        background: #f7f7f7;
    }

    .recommend-position-cell {
        width: 11.11%;
    }

    .right-gg-cell {
        float: left;
        width: 25%;
        padding: 5px;
    }

    .right-gg-cell img {
        width: 100%;
        height: auto;
    }

    .right-gg-cell .banner-title {
        bottom: 5px;
        margin-top: -20px;
    }

}
@media (max-width: 1400px) {
    .navbar-tool-btn {
        width: auto;
    }
    .navbar-tool-btn-span {
        display: none;
    }
}

.search-position-info > div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*footer*/
.footer {
    font-size: 12px;
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.copy {
    position: relative;
    text-align: center;
    color: #999;
}

.footer .copy-baidu {
    margin-top: -11px;
}

.footer .copy-link {
    padding: 0 2px;
    color: #989898;
}

.footer .copy-link:hover {
    text-decoration: underline;
}

.footer .copy-baidu {
    margin-top: -11px;
}

.footer .copy-link {
    padding: 0 2px;
    color: #989898;
}

.footer .copy-link:hover {
    text-decoration: underline;
}

.footer .btn {
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    width: 83px;
    height: 25px;
    margin-top: -2px;
    margin-left: 5px;
    padding: 0;
    border-radius: 12px;
}

.footer .friend-links{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
    color: #999;
}

.footer .friend-links a{
    margin-right: 10px;
    color: #999;
}

/*筛选面板*/
.panel.selected-panel {
    padding: 15px 20px;
}

.selected-row {
    position: relative;
    overflow: hidden;
    padding: 5px 0;
}

.selected-title {
    font-weight: 600;
    line-height: 24px;
    position: absolute;
    top: 5px;
    width: 70px;
}

.selected-content {
    overflow: hidden;
    width: 100%;
    height: 28px;
    max-height: 150px;
    padding-right: 90px;
    padding-left: 80px;
}

.selected-cell {
    font-size: 14px;
    line-height: 24px;
    float: left;
    min-width: 40px;
    height: 24px;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 0 6px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    text-align: center;
    color: #666;
}

.selected-cell.active,
.selected-cell:hover {
    color: #fff;
    border-radius: 2px;
    background-color: #38f;
}

.selected-option {
    line-height: 24px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px;
    cursor: pointer;
    color: #666;
}

.selected-option i {
    display: inline-block;
    margin-left: 10px;
}

.con-more {
    overflow: hidden;
    height: 24px;
}

.con-less {
    overflow: auto;
    height: auto;
}

/*面板右侧我的收藏*/
.mycollect {
    font-size: 14px;
    line-height: 50px;
    display: block;
    padding: 0 20px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    color: #666;
    border-left: 1px solid #e4e4e4;
}

.mycollect:hover {
    color: #000;
}

.page-blank-wrap {
    overflow: hidden;
    width: 800px;
    margin: 25px auto 0;
    padding: 0 20px;
}

.page-blank-wrap .site-error {
    margin-bottom: 30px;
    text-align: center;
}

a:focus {
    outline: none;
}

.recommend-position-cell:focus,
.mycollect:focus {
    color: #666;
    outline: none;
}

/*跳转页面*/
.page-jump {
    width: 1120px;
    height: 348px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    left: 50%;
    margin-left: -560px;
    margin-bottom: 180px;
    margin-top: 80px;
}
.page-jump>img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.jump-body {
    height: 348px;
    width: 100%;
    padding: 98px 336px 26px 336px;
    background: url("../image/jump-plane.png") no-repeat left top;
    background-position: 352px 67px;
    box-sizing: border-box;
}
.jump-body .little-boy {
    position: absolute;
    left: 74px;
    bottom: 0px;
    width: 211px;
    height: 306px;
}
.little-boy img {
    width: 100%;
    height: 100%;
}
.jump-body h3 {
    font-size: 28px;
    width: 476px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 40px;
}
.jump-body h3 span {
    font-size: 20px;
    color: #3388ff;
    font-weight: bold;
}
p.jump-url {
    font-size: 20px;
    /*line-height: 18px;*/
    color: #333333;
    line-height: 28px;
    margin-bottom: 30px;
    width: 448px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
p.jump-url span {
    font-size: 20px;
    color: #066EFF;
    font-family: PingFangSC-Semibold;
    line-height: 28px;
}
p.go-jump {
    font-size: 20px;
    color: #333;
    line-height: 20px;
    position: relative;
}
p.go-jump a {
    width: 151px;
    height: 33px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 33px;
    font-family: PingFangSC-Regular;
    /*margin-left: 59px;*/
}
/*p.go-jump a:hover {*/
/*color: #3388ff;*/
/*}*/
/*p.go-jump a:hover i {*/
/*color: #3388ff;*/
/*}*/
p.go-jump i {
    padding-top: 3px;
    font-size: 14px;
    position: absolute;
    left: 270px;
    top: 2px;
    color: #8798B0;
    opacity: 0.4;
}
p.go-jump button {
    width: 268px;
    height: 44px;
    border: 0;
    padding: 0;
    border-radius: 6px;
    background-color: #3388FF;
    opacity: 1.0;
}

/* 导航栏折行问题 */
@media (max-width: 1250px) {
    .navbar .navbar-main-menu li a {
        padding: 0 8px;
    }
}

@media (max-width: 1042px) {
    .navbar .navbar-main-menu li a {
        padding: 0 6px;
    }
}

/* 小屏模式下，消息提醒框溢出问题 */
@media (max-width: 768px) {
    .navbar .dropdown-user {
        margin-left: -66px;
    }
}
