
.subject_header {
    width: 100%;
    height: 470px;
    background-color: #013963;
}

.subject_header_nav {
    width: 1200px;
    height: 470px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    background: url(/static/images/help_center.png) no-repeat;
}

.subject_header_top {
    width: 100%;
    height: 30px;
    background: #000000;
    position: relative;
    opacity: 0.3;
    z-index: 1;
    color: #fff;
}

.subject_header_topNav {
    /* width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    top: -30px;
    position: relative;
    display: flex;
    font-size: 12px;
    justify-content: space-between; */
    display: flex;
    height: 30px;
}

.subject_header_topLeftNav {
    display: flex;
    color: #fff;
}

.topLeftNav_backIndex .iconzhaoshangtuanduizhongxin,
.topRightNav_backperosnal .iconmore_unfold {
    font-size: 14px;
}

.topLeftNav_backIndex1 {
    margin-left: 20px;
}

.subject_header_topRightNav {
    display: flex;
    color: #fff;
}


.jingpinku_logo {
    position: absolute;
    top: 46px;
}

.subject_header_center {
    width: 100%;
    position: relative;
    background-color: #013963;
}

.subject_left_top,
.heatlist,
.title_list {
    cursor: pointer;
}

.background_inp {
    width: 580px;
    height: 50px;
    border-radius: 25px;
    margin: 260px auto 0;
    box-sizing: border-box;
}

#background_inp {
    box-sizing: border-box;
    width: 580px;
    height: 50px;
    padding: 10px 60px 10px 20px;
    line-height: 30px;
    border-radius: 25px;
    box-shadow: 0px 2px 14px 0px rgba(86, 65, 59, 0.5);
    border: 1px solid #e4e4e4;
    font-size: 16px;
    outline: none;
    background: none;
    color: #fff;
}

#background_inp::placeholder {
    color: #e4e4e4;
}

.backgroundBar_text1 {
    margin-left: 30px;
}

.subject_header_centerImg {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}

.background_font {
    width: 500px;
    height: 53px;
    font-size: 68px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFFFF;
    opacity: 0.1;
    position: absolute;
    left: 52%;
    top: 83px;
    transform: translate(-52%, -36%);
}

.backgroundBar_right {
    float: right;
    width:60px;
    text-align: center;
    margin-right: 20px;
    position: relative;
    z-index: 100;
}
.topRightNav_backperosnal{
    position: relative;
}
.topRightNav_backperosnal:hover .backgroundBar_right {
    display: inline-block;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    color: #ff5028;
    text-align: center;
}
.topRightNav_backperosnal:hover .enter_center{
    display: block !important;
}
.enter_center {
    position: absolute;
    width: 240px;
    box-sizing: border-box;
    padding: 10px 24px;
    height: 180px;
    top: 30px;
    z-index: 95;
    display: none;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 2px 6px 0px rgba(22, 5, 10, 0.16);
}

.enter_center_top {
    width: 100%;
    height: 70px;
    display: flex;
}

.enter_center_top .user_portrait {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-top: 6px;
}

.enter_center_top .enter_center_top_right {
    margin-left: 10px;
    width: 120px;
}
.enter_center_top .enter_center_top_right a{
    width: 120px;
}
.enter_center_username {
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    width: 120px;
    font-weight: bold;
    color: #666666;
    display: flex;
    margin-top: 10px;
}

.enter_center_username span {
    display: block;
    width: 90px;
    height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #666666;
    text-align: left;
}

.enter_center_username .iconkaifazhezhongxin-04 {
    color: #84A8FF;
    margin-left: 6px;
}

.enter_center_username .iconnv {
    margin-left: 6px;
    color: #ff4a60;
}

.enter_goperson {
    margin-top: 13px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #999999;
}

.enter_center_bottom {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #dcdcdc;
}

.enter_center_bottom_item {
    width: 50px;
    display: block;
}

.enter_center_bottom_item:hover .enter_center_bottom_item_name {
    color: #ff4a60;
}

.enter_center_bottom_item img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
}

.enter_center_bottom_item_name {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
}


.background_bottom {
    width: 900px;
    height: 52px;
    position: absolute;
    top: 440px;
    left: 50%;
    transform: translateX(-50%);
    background: #FEFEFE;
    box-shadow: 0px 2px 8px 0px rgba(82, 68, 68, 0.36);
    border-radius: 10px;
}

.background_bottom1 {
    border-radius: 10px;
    width: 300px;
    height: 52px;
    float: left;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    color: #666;
}

.background_text {
    text-align: center;
    width: 100%;
    height: 40px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    padding: 80px 0;
    color: #fff;
}

.background_text a {
    color: #fff;
    text-decoration: none;
}

.default {
    color: #666;
}

.navCheckeds {
    background: linear-gradient(90deg, #FE5143 0%, #FE8C7D 100%);
    color: #fff;
}

.textColor {
    color: #fff;
}

.iconfont {
    font-size: 12px;
    cursor: pointer;
    vertical-align: top;
    cursor: pointer;
    vertical-align: middle;
}

.subject_header_center_form {
    position: relative;
    width: 580px;
}

.subject_header_center_form .iconsousuo1 {
    font-size: 26px;
    position: absolute;
    right: 30px;
    top: 10px;
    color: #fff;
}

.iconfontColor {
    font-size: 26px;
    vertical-align: top;
    color: #ff6700;
}

.help_btn {
    border: none;
    background-color: transparent;
}

/*------------------------------------*/


.footer {
    display: block;
    width: 100%;
    height: 400px;
    background-color: #f5f7fa;
    margin-top: 20px;
}

@media screen and (min-width:2560px) {
    .footer {
        background: url('/static/images/index/footer_2k.png') no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
    }
}

@media screen and (max-width:2560px) {
    .footer {
        background: url('/static/images/index/footer_2k.png') no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
    }
}

@media screen and (max-width:1920px) {
    .footer {
        background: url('/static/images/index/footer.png') no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
    }
}

.footer-box {
    display: block;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.footer-box-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 682px;
    height: 117px;
    margin: 0 auto;
    padding-top: 40px;
}

.foot_title {
    width: 220px;
    height: 77px;
}

.foot_title_pic {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #aaa;
    text-align: center;
}

.foot_title_name {
    width: 100%;
    height: 20px;
    margin-top: 7px;
    line-height: 20px;
    text-align: center;
    color: #aaa;
}

.foot_title_pic .icondashujuzhinengxuanpin,
.foot_title_pic .iconyizhanshiyingxiao,
.foot_title_pic .iconquanfangweibianxian {
    font-size: 36px;
    opacity: 0.8;
}

.businessName {
    color: #fff;
    letter-spacing: 6px;
    font-size: 16px;
    font-weight: bold;
}

/* 分割线 */

.footer-line {
    display: block;
    width: 1200px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), #FFFFFF, rgba(255, 255, 255, 0.18));
    border-radius: 1px;
    margin-top: 23px;
    opacity: 0.08;
}

.footer-box-center {
    display: flex;
    width: 1026px;
    height: 90px;
    margin: 0 auto;
    margin-top: 32px;
    justify-content: space-between;
    flex-direction: row;
}

.footer-box-center-left {
    width: 572px;
    height: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
}

.footer-box-center-left li {
    display: block;
    line-height: 12px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-box-center-left_title a {
    font-size: 16px;
    color: #aaa;
}

.footer-box-center-left_titleItem {
    margin-top: 24px;
}

.footer-box-center-left ul .footer-box-center-left_titleItem a {
    font-size: 12px;
    color: #aaa;
}

.footer-box-center-left li:first-child {
    display: block;
    line-height: 16px;
    height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #aaa;
}

.footer-box-center-left_titleItem .deve {
    color: #aaa;
}

.footer-box-center-right {
    margin-left: 80px;
    width: 374px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-box-center-right-right-text {
    display: block;
    width: 262px;
    height: 28px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #aaa;
    margin-top: 4px;
}

.footer-box-center-right-right-icon {
    width: 120px;
    height: 27px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 7px;
}

.footer-box-center-right-right img,
.footer-box-center-right-left img {
    opacity: 0.8;
}

.footer-box-center-right-right-icon .icondianhualianxifangshi {
    color: #aaa;
    font-size: 24px;
}

.footer-box-center-right-right-icon .iconqq {
    font-size: 24px;
    cursor: pointer;
    list-style-type: none;
    color: #aaa;
}

.footer-box-center-right-right-icon .iconweixin {
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
    list-style-type: none;
}

.footer-box-bottom {
    width: auto;
    margin: 0 auto;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-box-bottom-text1 {
    display: block;
    height: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #aaa;
    line-height: 14px;
    text-align: center;
    margin-bottom: 13px;
}

.footer-box-bottom-text1 a {
    list-style-type: none;
    color: #aaa;
}

.footer-box-bottom-text1 a:hover {
    color: #ff5028;
}

.footer-box-bottom-text2 {
    display: block;
    height: 8px;
    font-size: 8px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #aaa;
    line-height: 8px;
    text-align: center;
}

.footer-box-bottom-text2 a {
    color: #aaa;
}

/* 侧边栏 */

.sidebar {
    position: fixed;
    width: 50px;
    right: 20px;
    bottom: 30px;
}

.sidebar-backtop,
.sidebar-service {
    width: 50px;
    height: 50px;
    margin-top: 16px;
    box-shadow: 0px 1px 5px 0px rgba(58, 58, 58, 0.36);
    border-radius: 6px;
    cursor: pointer;
    padding-top: 10px;
    box-sizing: border-box;
    position: relative;
}

.sidebar-backtop {
    color: #666;
    background-color: #eee;
}

.sidebar-service {
    background: linear-gradient(0deg, #FE5143 0%, #FE8C7D 100%);
}

.sidebar-backtop .iconcebianlan-01,
.sidebar-service .iconcebianlan-05 {
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sidebar-service .iconcebianlan-05 {
    color: #fff;
}