/* 兼容ie滚动条覆盖问题 */
html,
body {
    -ms-overflow-style: scrollbar;
}
.jufa-Unified-app-down {
    position: relative;
}
.timeoutp span {
    color: #ff9f24;
}
.app-img {
    position: absolute;
    z-index: 5;
    background: url(/static/Public/images/app_download.png) no-repeat;
    width: 120px;
    background-size: 100%;
    height: 120px;
    margin-left: 107px;
}

.jufa-Unified-app-down i {
    display: none;
    position: absolute;
    right: 50%;
    top: 30px;
    z-index: 10;
    margin-right: -78px;
}

.jufa-Unified-app-down i {
    margin-right: -160px;
}

#loginReg,
.Unified-header-user-index {
    color: #ddd;
    height: 30px;
    line-height: 30px;
}

.jufa-Unified-album-user {
    margin-right: 5px;
    min-width: 100px;
    height: 30px;
    line-height: 56px;
}

.jufa-Unified-loginreg {
    padding: 0 20px;
    color: #666;
    border-right: 1px solid #f3f3f3;
}

.jufa-Unified-dropdown-menu {
    border-radius: 0;
    min-width: 140px;
    top: 28px;
    z-index: 100;
    box-shadow: none;
    right: 0;
    left: inherit;
}
.timeoutp span {
    color: #ff9f24;
}
.jufa-Unified-img-circle {
    width: 20px;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -2px;
}

.jufa-msgManage {
    float: left;
    position: relative;
    top: 5px;
    left: 10px;
    width: 22px;
    height: 30px;
    margin: 0 5px;
    /*background: url(/static/Public/images/homePagebg.png) no-repeat -24px -6px;*/
    background: url(/static/Public/images/msg_2.png) no-repeat;
    background-size: 20px 20px;
}

.jufa-msgManage:hover {
    background: url(/static/Public/images/msg_3.png) no-repeat;
    background-size: 20px 20px;
    width: 22px;
    transition: 0s;
}

.jufa-msgManage span {
    position: relative;
    left: 13px;
    top: -7px;
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    padding: 0 5px;
    background-color: #ff9f24;
    color: #fff;
}

.jufa-Unified-vip {
    color: #cc0000;
}

.jufa-Unified-vip:focus,
.jufa-Unified-vip:active {
    color: #cc0000;
}

.jufa-Unified-vip span {
    margin-right: 5px;
}

a:hover {
    transition: 0.5s;
}

#loginWeChatObj {
    display: none;
}

.dropdown-menu > li > a {
    color: #777;
}

/*
 * header对应的用户模块登录注册样式
 * create date: 2016.11.9
 */
#backgroundloginRegister {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 3;
    background: black;
    opacity: 0;
    top: 0;
    left: 0;
}

.showTips {
    z-index: 4;
    position: absolute;
    width: 75%;
    right: 0px;
    display: none;
}

.showTips-up {
    width: 30px;
    height: 17px;
    background-image: url(/static/Public/images/up.png);
    position: absolute;
    top: 23px;
    right: 75px;
    z-index: 1;
    background-repeat: no-repeat;
}

.showTips-concent {
    padding: 10px;
    border: 1px solid #697d96;
    background: #fff;
    color: #323232;
    position: absolute;
    top: 39px;
    line-height: 28px;
}

.jf-overflow {
    overflow: visible;
}

.jf-margin {
    margin-bottom: 0;
    padding-bottom: 10px;
}

#noReceiveInfo:hover {
    cursor: pointer;
}

.ztree {
    height: 200px !important;
}

#threeWechart iframe {
    height: 380px;
}

.visit-box {
    width: 220px;
    display: block;
    background: #0d72a3;
    color: #ffffff;
    position: fixed;
    bottom: 8px;
    right: 0;
    padding: 13px 15px 12px 16px;
    font-size: 13px;
    z-index: 1;
    opacity: 0.8;
}

.icon-laba {
    background: url('../images/laba.png') no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    margin-right: 5px;
    display: inline-block;
    background-position-y: 3px;
}

.del-report {
    background: url('../images/del_report.png') no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    display: inline-block;
    margin-top: 3px;
    position: absolute;
    right: 7px;
    top: 2px;
    cursor: pointer;
}

#vip {
    display: none;
    width: 18px;
    margin-bottom: 2px;
}

/* 站内信 */
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.jufa-msgManage_wrapper {
    position: relative;
    float: left;
    height: 30px;
}

.jufa-msgManage_wrapper .jufa-msgManage_link:hover {
    background: url(/static/Public/images/msg_3.png) no-repeat;
    background-size: 20px 20px;
    background-position: center;
}

.jufa-msgManage_wrapper .jufa-msgManage_link {
    position: relative;
    top: 3px;
    width: 22px;
    height: 22px;
    background: url(/static/Public/images/msg_2.png) no-repeat;
    background-size: 20px 20px;
    background-position: center;
    display: inline-block;
    margin-right: 5px;
}

.jufa-msgManage_wrapper .jufa-msgManage_link span {
    top: 6px;
    background-color: #ffa022;
    min-width: 16px;
    min-height: 16px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    font-size: 12px;
    line-height: 16px;
}

.jufa-msgManage_wrapper.hover:hover .jufa_znx {
    display: block;
}

.jufa-msgManage_wrapper .jufa_znx {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 250px;
    background-color: #fff;
    border: 1px solid #dddddd;
    cursor: default;
    text-align: left;
    z-index: 110;
}
.readAll {
    color: #1c64b9;
    font-size: 12px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.jufa-msgManage_wrapper .jufa_znx_item_top {
    height: 20px;
}

.jufa-msgManage_wrapper .jufa_znx_title {
    height: 40px;
    line-height: 40px;
    color: #101010;
    font-size: 14px;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
}

.jufa-msgManage_wrapper .jufa_znx_new {
    font-size: 9px;
    background-color: #ee502f;
    color: #fff;
    padding: 1px 4px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    position: relative;
    top: -10px;
    margin-left: 5px;
}

.jufa-msgManage_wrapper span.news_count {
    background-color: transparent;
    color: #101010;
}

.jufa-msgManage_wrapper .news_count font {
    color: #ff9f24;
}

.jufa-msgManage_wrapper .jufa_znx_item {
    border-bottom: 1px solid #ddd;
    padding: 9px 12px 10px 15px;
}

.jufa-msgManage_wrapper .jufa_znx_item:last-child {
    border-bottom: none;
}

.jufa-msgManage_wrapper span.jufa_znx_item_title {
    font-size: 12px;
    display: inline-block;
    max-width: 175px;
    font-weight: 600;
    color: #111e36;
    line-height: 20px;
}

.jufa-msgManage_wrapper span.jufa_znx_item_time {
    font-size: 12px;
    color: #999999;
    float: right;
}

.jufa-msgManage_wrapper .jufa_znx_item_content {
    max-height: 48px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 4px 0;
    color: #101010;
    font-size: 12px;
    position: relative;
}

.jufa-msgManage_wrapper a.jufa_znx_item_toDetail {
    margin-top: 4px;
    color: #1c64b9;
    font-size: 12px;
}

.jufa-msgManage_wrapper .jufa_znx_toCenter {
    background-color: #ebf3fd;
    text-align: center;
    height: 34px;
    line-height: 34px;
    color: #1c64b9;
    font-size: 14px;
    border-top: 1px solid #cfe3fd;
    display: block;
}

.jufa_znx a:hover {
    color: #ff9f24;
    transition: 0.5s;
}
/* tab */
.product_5#product_5,
.product_6#product_6,
.product_7#product_7 {
    position: absolute;
    top: 30px;
    background: #fff;
    width: 100%;
    z-index: 20;
    border-bottom: 1px solid #ccc;
}
.product_5#product_5 > div,
.product_6#product_6 > div,
.product_7#product_7 > div {
    width: 1170px;
    margin: auto;
}
.active_clas {
    background-color: rgba(230, 230, 230, 1);
}
.product_box table {
    border: 0;
}
/******************** product_box common ********************/

.product_box {
    display: none;
    padding: 20px 0px 50px;
}

.product_box.active {
    display: block !important;
}

.product_box .tit {
    margin-bottom: 15px;
    color: #999;
}

.product_box .tit span {
    color: #1c64b9;
}

.product_box .pro_intro {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.product_box .pro_intro img {
    margin-right: 80px;
    height: 270px;
}

.product_box .pro_intro h3 {
    color: #1c64b9;
    font-weight: bold;
    font-size: 28px;
}

.product_box .pro_intro p {
    color: #333;
    font-size: 15px;
    margin: 30px 0px;
    max-width: 500px;
    line-height: 25px;
}

.product_box .pro_intro button {
    background: #1c64b9;
    color: #fff;
    border: 0px;
    border-radius: 3px;
    padding: 8px 40px;
    font-size: 16px;
}
#loginReg,
.Unified-header-user-index > a {
    display: block;
    float: left;
}
#loginReg,
.Unified-header-user-index a i {
    margin-left: 3px;
}
/******************** 聚法导航 ********************/

.product_6 > div {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.product_6 > div > div {
    width: 33.3%;
    border-left: 1px dashed #ddd;
}

.product_6 > div > div:first-child {
    border: 0px;
}

.product_6 td {
    vertical-align: top;
    text-align: left;
    padding: 0px;
    font-size: 15px;
}

.product_6 td:first-child {
    text-align: right;
    white-space: nowrap;
}

.product_6 td span {
    font-weight: bold;
    color: #333;
    padding: 0px 10px;
    border-right: 1px solid #ddd;
}

.product_6 td div {
    padding-bottom: 10px;
    margin: 0px 10px 15px;
    border-bottom: 1px dashed #ddd;
}

.product_6 tr:last-child div {
    margin-bottom: 0px;
    border: 0px;
    padding: 0px;
}

.product_6 td a {
    display: inline-block;
    color: #888;
    font-size: 15px;
    margin: 0px 10px 5px 0px;
}

.product_6 td a.spe {
    color: #f90;
}

.product_6 td a.more {
    color: #1c64b9;
}

.product_6 td a:hover {
    color: #f90;
    text-decoration: underline;
}
/* ---------- */
.to_books_box {
    text-align: center;
    background: rgb(255, 255, 255);
    width: 150px;
    position: absolute;
    left: 325px;
    z-index: 20;
    top: 30px;
}
/* 新版 header 登录模块样式 */
.clearfix:after {
    content: ''; /*设置内容为空*/
    height: 0; /*高度为0*/
    line-height: 0; /*行高为0*/
    display: block; /*将文本转为块级元素*/
    visibility: hidden; /*将元素隐藏*/
    clear: both; /*清除浮动*/
}
.clearfix {
    zoom: 1; /*为了兼容IE*/
}
#menu4 {
    padding: 10px 20px;
    border-radius: 8px;
}
#menu4 .nologin_item {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}
#menu4 .nologin_item i {
    width: 6px;
    height: 6px;
    background-color: #e5f2fd;
    border-radius: 50%;
    display: inline-block;
}
#menu4 .nologin_item button {
    background: #1c64b9;
    border-radius: 8px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: none;
    margin-top: 16px;
}
#menu4 .nologin_item div {
    text-align: center;
}
#menu4 .nologin_item .noLoginBtn-reg {
    color: #1c64b9;
}

#menu3 {
    width: 486px;
    padding: 10px 0 0;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #ccc;
}
#myUser {
    display: inline-block;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.login_drop_top {
    line-height: 40px;
    height: 40px;
}
.login_drop_top,
.login_drop_mid,
.login_drop_bot {
    padding: 10px 20px;
}
.login_drop_top .login_drop_top_left,
.login_drop_to .login_drop_top_right {
    display: inline-block;
}
.login_drop_top .login_drop_top_left {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    float: left;
}
.login_drop_top .login_drop_top_right {
    float: right;
}
.login_drop_top .login_drop_top_right a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1c64b9;
}
.login_drop_mid {
    margin-top: 20px;
}
.login_drop_mid .login_drop_mid_left {
    margin-right: 16px;
}
.login_drop_mid .login_drop_mid_left,
.login_drop_mid .login_drop_mid_right {
    display: inline-block;
    background: #e9f3ff;
    border-radius: 4px;
    width: 210px;
    height: 64px;
    padding: 0 10px;
}
.login_drop_mid_left_inner_l,
.login_drop_mid_right_inner_l {
    margin-top: 6px;
}
.login_drop_mid_left_inner_l div,
.login_drop_mid_right_inner_l div {
    height: 26px;
    line-height: 26px;
}
.login_drop_mid_left_inner_l .left_inner_l_t img,
.login_drop_mid_right_inner_l .right_inner_l_t img {
    width: 16px;
    margin-right: 4px;
}
.login_drop_top_left .imgs {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.left_inner_l_t span,
.right_inner_l_t span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.left_inner_l_b,
.right_inner_l_b {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    /* margin-top: 8px; */
}
.login_drop_mid_left_inner_r button,
.login_drop_mid_right_inner_r button {
    width: 48px;
    height: 28px;
    background: #f7e1c6;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #885721;
    margin-top: 18px;
    border: 0;
}
.login_drop_mid_right_inner_l,
.login_drop_mid_left_inner_l {
    float: left;
}
.login_drop_mid_left_inner_r,
.login_drop_mid_right_inner_r {
    float: right;
    height: 28px;
    line-height: 28px;
}

.login_drop_bot .login_drop_botlist .botlist_item {
    display: inline-block;
    margin: 0 25px;
    text-align: center;
}
.login_drop_bot {
    border-bottom: 1px solid #dddddd;
}
.botlist_item img {
    width: 44px;
    margin-bottom: 12px;
}
.botlist_item p {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    height: 20px;
    line-height: 20px;
}
.login_drop_bot_btns {
    text-align: right;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    padding: 0px 20px;
    line-height: 40px;
}
.login_drop_bot_btns a {
    color: #999999;
    font-size: 14px;
}
.login_drop_bot_btns a i {
    font-size: 16px;
    margin-right: 2px;
    color: #999999;
}
.headvip {
    position: absolute;
    right: -3px;
    bottom: 4px;
    display: none;
}

/* vip 会员 */
.jufa-Unified-vip {
    padding: 0 8px;
    float: left;
    line-height: 30px;
    border: 0;
    padding: 0 20px;
}
.jufa-Unified-loginreg {
    position: relative;
}
.jufa-Unified-vip span {
    color: #edcc86;
}

/* 登录注册按钮 */
.jufa_old #loginReg {
    width: 100px;
    height: 30px;
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: -1px;
}
.jufa_old #loginReg a {
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.jufa_old #loginReg a span {
    color: #1c64b9;
}
.jufa_old #loginReg .loginicon {
    width: 14px;
    margin-top: -5px;
    margin-right: 3px;
}
