/*登录页*/
.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 1366px;
    min-height: 720px;
}

.login_bg {
    background: url("../images/sjn/login_bg.png") no-repeat top center;
    background-size: 100% auto;
}

.login_part {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 763px;
    height: 505px;
    margin: auto;
    border-radius: 0 40px 4px 40px;
    overflow: hidden;
    box-shadow: 0 25px 24px rgba(0, 53, 172, 0.32);
    background: url("../images/sjn/login_part.png") no-repeat top center;
}

.left_logo {
    float: left;
    width: 379px;
    height: 100%;
}

.right_form {
    overflow: hidden;
    height: 100%;
    padding: 25px 31px 60px;
    box-sizing: border-box;
}

.logo_top {
    height: 218px;
    padding-top: 63px;
    text-align: center;
    box-sizing: border-box;
}

.logo_title {
    height: 224px;
    padding-top: 128px;
    text-align: center;
    box-sizing: border-box;
}

.form_title {
    height: 69px;
    line-height: 68px;
    text-align: center;
    font-size: 28px;
    color: #3998f6;
    border-bottom: 1px solid #dbdbdb;
    box-sizing: border-box;
}

.login_main {
    padding: 16px 18px 0px;
}

.iptLine {
    height: 44px;
    position: relative;
    margin-bottom: 15px;
}

.input_tip {
    line-height: 21px;
    font-size: 14px;
    color: #aaaaaa;
}

.loginIpt {
    width: 100%;
    height: 44px;
    line-height: 42px;
    padding: 0px 9px 0px 60px !important;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.08);
    outline: none;
    color: #666666;
    border-radius: 2px;
}

.loginIpt::placeholder {
    font-size: 14px;
    color: #aaaaaa;
}

.loginIpt.active {
    border: 1px solid #2599fc;
}

.loginIpt.ico1 {
    background: url(../images/sjn/login_ico1.png) no-repeat 10px center;
}

.loginIpt.ico2 {
    background: url(../images/sjn/login_ico2.png) no-repeat 10px center;
}

.check_box {
    height: 44px;
    line-height: 42px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background: #ecf0f4;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 42px;
    padding-left: 60px;
    position: relative;
}

.check_tip {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    width: 46px;
    height: 44px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    background: #ffffff url("../images/sjn/check_tip.png") no-repeat center;
    cursor: pointer;
}

.rem_pass {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 2px;
}

.click_rem {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    box-sizing: border-box;
    margin-right: 9px;
    cursor: pointer;
    vertical-align: -3px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}

.click_rem.active {
    border: 1px solid #2599fc;
    background: url("../images/sjn/yes_icon.png") no-repeat center;
}

.loginIpt.ico1.active {
    background: url(../images/sjn/login_ico1_1.png) no-repeat 10px center;
}

.loginIpt.ico2.active {
    background: url(../images/sjn/login_ico2_1.png) no-repeat 10px center;
}

.loginBtn {
    display: block;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #2599fc;
    text-align: center;
    border-radius: 2px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

/*首页*/
.indexArea {
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #Ffffff;
}

.case_list,
.case_census,
.thing_bank,
.area_rank {
    background: #ffffff;
}

.case_list {
    padding: 5px 0 0 15px;
    border-bottom: 12px solid #f2f6fc;
    box-sizing: border-box;
    overflow: hidden;
}

.case_list li {
    height: 71px;
    width: 25%;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 13px;
    float: left;
}

.inner_case {
    height: 100%;
    border: 1px solid #eeeeee;
    position: relative;
    background: #f7f9fc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-bottom: 2px;
}

.inner_case::after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
}

.case_icon {
    margin-right: 20px;
    height: 100%;
}

.case_list li:nth-child(1) .inner_case::after {
    background: #0069ea;
}

.case_list li:nth-child(2) .inner_case::after {
    background: #22ac38;
}

.case_list li:nth-child(3) .inner_case::after {
    background: #957fff;
}

.case_list li:nth-child(4) .inner_case::after {
    background: #ffb759;
}

.case_icon1 {
    width: 41px;
    background: url("../images/sjn/case_icon1.png") no-repeat center;
}

.case_icon2 {
    width: 38px;
    background: url("../images/sjn/case_icon2.png") no-repeat center;
}

.case_icon3 {
    width: 44px;
    background: url("../images/sjn/case_icon3.png") no-repeat center;
}

.case_icon4 {
    width: 53px;
    background: url("../images/sjn/case_icon4.png") no-repeat center;
}

.case_list li:nth-child(1) .case_num {
    color: #0069ea;
}

.case_list li:nth-child(2) .case_num {
    color: #22ac38;
}

.case_list li:nth-child(3) .case_num {
    color: #957fff;
}

.case_list li:nth-child(4) .case_num {
    color: #ffb759;
}

.case_main {
    display: flex;
    flex-direction: column;
}

.case_main p {
    text-align: left;
}

.case_num {
    font-size: 30px;
    font-family: "Arial";
    font-weight: bold;
    line-height: 1;
}

.case_name {
    font-size: 12px;
    color: #666666;
    line-height: 1;
}

.case_census {
    border-bottom: 12px solid #f2f6fc;
    padding: 0 15px 20px;
    box-sizing: border-box;
}

.right_census {
    float: right;
    width: 800px;
    margin-left: 20px;
}

.case_census > div {
    height: 233px;
}

.left_census {
    overflow: hidden;
}

.census_title {
    line-height: 54px;
    font-size: 16px;
    font-weight: bold;
    font-family: 微软雅黑;
    color: #5D5959;
}

.census_list {
    height: 180px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
}

.census_list > li {
    float: left;
    width: 25%;
    height: 100%;
    border-right: 1px solid #eeeeee;
    box-sizing: border-box;
}

.census_list li:last-child {
    border-right: none;
}

.top_census {
    height: 80px;
    padding-left: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.census_icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #0069ea;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 14px;
}

.census_num {
    font-size: 24px;
    font-family: "Arial";
    line-height: 1;
    color: #333333;
    margin-bottom: 4px;
}

.census_name {
    font-size: 12px;
    color: #666666;
    line-height: 1;
}

.census_icon1 {
    background-image: url("../images/sjn/census_icon1.png");
}

.census_icon2 {
    background-image: url("../images/sjn/census_icon2.png");
}

.census_icon3 {
    background-image: url("../images/sjn/census_icon3.png");
}

.census_icon4 {
    background-image: url("../images/sjn/census_icon4.png");
}

.bot_sensus {
    padding: 0 10px;
}

.bot_sensus li {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 11px;
}

.bot_sensus li.marginB0 {
    margin-bottom: 0;
}

.progress_left {
    float: left;
    width: 85px;
    margin-right: 4px;
    text-align: left;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
}

.progress_name {
    min-width: 45px;
    float: left;
}

.progress_num {
    overflow: hidden;
    font-size: 12px;
    font-family: "Arial";
    color: #333333;
    font-weight: bold;
    line-height: 24px;
}

.progress_precent {
    float: right;
    width: 34px;
    font-size: 12px;
    color: #0069ea;
    text-align: right;
    font-weight: bold;
}

.quarter_bar {
    overflow: hidden;
    position: relative;
    height: 5px;
    border-radius: 2.5px;
    background: #eeeeee;
    margin-top: 8px;
    overflow: hidden;
    box-sizing: border-box;
}

.quarter_barActive {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 5px;
    border-radius: 2.5px;
    background: #0069ea;
}

.index_chart1 {
    height: 179px;
    box-sizing: border-box;
}

.thing_bank {
    border-bottom: 30px solid #f2f6fc;
    padding: 4px 15px 13px 14px;
    overflow: hidden;
    height: 250px;
}

.left_thing {
    float: left;
    width: 49%;
}

.right_thing {
    float: right;
    width: 49%;
}

.thing_bank .census_title {
    line-height: 44px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 5px;
}

.thing_more {
    float: right;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    cursor: pointer;
}

.thing_more:hover {
    text-decoration: underline;
}

.thing_list li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 13px;
}

.thing_time {
    float: right;
    width: 80px;
    color: #999999;
    text-align: right;
}

.thing_main {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-family: 微软雅黑;
}

.thing_main a {
    color: #666666;
}

.thing_main a:hover {
    text-decoration: underline;
}

.work_ul {
    width: 300px;
    height: 36px;
    margin: -19px auto 18px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    background: #Ffffff;
}

.work_ul li {
    float: left;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}

.work_ul li.active {
    font-weight: bold;
    color: #ffffff;
    background: #0069ea;
    height: 36px;
    line-height: 36px;
    margin: -1px 0 -1px;
}

.work_ul li:nth-child(2) {
    float: right;
}

.work_ul li:nth-child(1).active {
    margin-left: -1px;
}

.work_ul li:nth-child(2).active {
    margin-right: -1px;
}

.rank_part {
    overflow: hidden;
}

.rank_box {
    float: left;
    width: 755px;
    height: 236px;
    margin-right: 26px;
    display: flex;
    justify-content: space-between;
}

.rank_box > li {
    width: 244px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}

.index_chart2 {
    overflow: hidden;
}

.rank_title {
    height: 39px;
    margin: -1px -1px 0;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    color: #ffffff;
}

.rank_title span {
    font-weight: bold;
    vertical-align: -1px;
}

.rank_box li:nth-child(1) .rank_title {
    background: #5ab0ff;
}

.rank_box li:nth-child(2) .rank_title {
    background: #f4b04b;
}

.rank_box li:nth-child(3) .rank_title {
    background: #8b72ff;
}

.rank_list {
    padding: 0 16px;
}

.rank_list li {
    height: 39px;
    line-height: 38px;
    box-sizing: border-box;
    border-bottom: 1px dashed #eeeeee;
    display: flex;
    justify-content: space-between;
}

.rank_icon {
    display: flex;
    justify-content: center;
}

.rank_pic {
    width: 30px;
}

.rank_name {
    font-size: 12px;
    color: #666666;
}

.rank_num {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    text-align: right;
}

.rank_pic1 {
    background: url("../images/sjn/rank_pic1.png") no-repeat left center;
}

.rank_pic2 {
    background: url("../images/sjn/rank_pic2.png") no-repeat left center;
}

.rank_pic3 {
    background: url("../images/sjn/rank_pic3.png") no-repeat left center;
}

.rank_tip {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #ffffff;
}

.rank_box li:nth-child(1) .rank_list li:nth-last-child(-n+3) .rank_tip {
    background: #5ab0ff;
}

.rank_box li:nth-child(2) .rank_list li:nth-last-child(-n+3) .rank_tip {
    background: #f4b04b;
}

.rank_box li:nth-child(3) .rank_list li:nth-last-child(-n+3) .rank_tip {
    background: #8b72ff;
}

.rank_box li:nth-child(1) .rank_list li:nth-child(-n+3) .rank_num {
    color: #5ab0ff;
}

.rank_box li:nth-child(2) .rank_list li:nth-child(-n+3) .rank_num {
    color: #f4b04b;
}

.rank_box li:nth-child(3) .rank_list li:nth-child(-n+3) .rank_num {
    color: #8b72ff;
}

.rank_list li:last-child {
    border-bottom: none;
}

.index_chart2 {
    height: 236px;
    box-sizing: border-box;
}

.area_rank {
    height: 287px;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    box-sizing: border-box;
}

.rank_part {
    padding: 0 13px 16px 13px;
}

.index_chart3 {
    height: 247px;
    box-sizing: border-box;
    margin-top: -9px;
    padding: 0 14px 0px 19px;
}
