﻿body {
    padding-top: 10px;
    font-family: 微软雅黑,"Lucida Grande",Verdana,Lucida,Arial,Helvetica,sans-serif;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}
div {
    display:block;
}
.header {
    overflow: hidden;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
}

.left_welcome {
    float: left;
    color: #333;
}

.left_welcome p {
    font-weight: 400;
    color: #666;
    font-size: 13px;
}

.left_welcome p span {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin-right: 10px;
}

.right_configuration {
    float: right;
    margin-right: 5px;
}

.right_configuration a {
    background-image: url('../images/home/configuration.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0 center;
    padding-left: 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
}

.container_main {
    background-color: #f2f2f2;
}
.container_main .container_left {
    padding: 10px 10px;
    float: left;
    width: 70%;
    padding-left: 15px;
}

.container_main .container_left .card {
    border-radius: 2px;
    background-color: #fff;
    color: #3e3e3e;
    min-height: 190px;
    margin: 10px 10px;
    min-width: 255px;
}
.container_main .container_left .card:first-child {
    margin: 0px 10px;
}
.container_main .container_left .card:nth-child(2) {
    min-height: 170px;
}
.container_main .container_left .card:nth-child(5) {
    min-height: 240px;
}
.container_main .container_left .card .card_header {
    height: 42px;
    
    padding-left: 20px;
    padding-top: 20px;
    font-family:'Microsoft YaHei'
}
.container_main .container_left .card .card_header span{
    font-weight:550;
}

.container_main .container_left .card .card_header .rightSel {
    float: right;
    border: 1px solid #009ff6;
    height: 22px;
    line-height: 20px;
    padding: 0 6px;
    border-radius: 11px;
    display: inline-block;
    margin-right: 30px;
}

.container_main .container_left .card .card_header .rightSel select {
    border: 0px;
    color: #009ff6;
    /*width: 60px;*/
    font-size: 12px;
}

.container_main .container_left .card .card_header .rightSel select option {
    font-size: 12px;
    color: #999;
}

.container_main .container_left .card .card_body {
    background-color: #fff;

    text-align: center;
    display: inline-block;
    width: 100%;
}

.container_main .container_left .card .card_body table{
    width: 100%;
}

.container_main .container_left .card .card_body table tr td {
    cursor: pointer;
    padding-bottom: 25px;
}
.container_main .container_left .card .card_body table tr td:first-child {
    padding-left: 10px;
}
.container_main .container_left .card .card_body table tr td:last-child {
    padding-right:20px;
}
.container_main .container_left .card .card_body .txt i {
    position:absolute;
}

.container_main .container_left .card .card_body .blueSpan span {
    color: #0099ff;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}
.container_main .container_left .card .card_body .box {
    width:100%;
    margin:0 auto;
}
.container_main .container_left .card .card_body .box_icon {
    width: 60px;
    display: inline-block;
    margin-bottom:15px;
}
.container_main .container_left .card .card_body .box_icon .box_icon_img {
    border-radius:4px;
    background-color: #0099ff;
    width:54px;
    padding:12px 2px;
}
.container_main .container_left .card .card_body .box_icon img {
    width: 50%
}
.container_main .container_left .card .card_body .box_icon .box_icon_pickImg {
    border-radius: 4px;
    background-color: #ff6699;
    width: 54px;
    padding: 12px 2px;
}

.container_main .container_left .card .card_body .box_icon div:last-child {
    margin-top:10px;
}

.container_main .container_left .card .b_content {
    height: 252px;
    overflow-y: scroll;
    padding: 10px 0px;
}
.container_main .container_left .ad {
    min-height: 120px;
    background-color: #000;
    border-radius: 2px;
    margin: 10px 10px;
    color: #fff;
    text-align:center;
}


.box-col-2 {
    width: 66.66%;
}
.container_main .container_left .ad p {
    
}

.box .b_content table td span.status.serviceStatus0 {
    color: #666;
    border-color: #666;
}

.box .b_content table td span.status.serviceStatus1 {
    color: #ffa500;
    border-color: #ffa500;
}

.box .b_content table td span.status.serviceStatus2 {
    color: #ffcc00;
    border-color: #ffcc00;
}

.box .b_content table td span.status.serviceStatus3 {
    color: #0066FF;
    border-color: #0066FF;
}

.box .b_content table td span.status.serviceStatus4 {
    color: #33CC00;
    border-color: #33CC00;
}

.box .b_content table td span.status.serviceStatus5 {
    color: red;
    border-color: red;
}

.box .b_content table td span.status.serviceStatus6 {
    color: #ccc;
    border-color: #ccc;
}

.box .b_content table td span.status.serviceStatus7 {
    color: red;
    border-color: red;
}

.box .b_content table td span.status.reply {
    color: #fff;
    background-color: #02a7f0;
    border-color: #02a7f0;
}

.box .b_content table td span.status.unReply {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.rightSel {
    float: right;
    border: 1px solid #009ff6;
    height: 22px;
    line-height: 20px;
    padding: 0 6px;
    border-radius: 11px;
    display: inline-block;
}

.rightSel select {
    border: 0px;
    color: #009ff6;
    /*width: 60px;*/
    font-size: 12px;
}

.rightSel select option {
    font-size: 12px;
    color: #999;
}
.container_main .container_right {
    margin-left: 71%;
    padding: 10px 0px;
    padding-right:25px;
}

.container_main .container_right .box {
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom:10px;
}
.container_main .container_right .box .box-img {
    float: right;
    width:90px;
    min-width: 15%;
    text-align: center;
    margin-bottom: 5px;
    padding-top:30px;
}
.container_main .container_right .box .box-img img {
    width: 100%;
    height: 100%;
    margin: 4px 0px;
}
.container_main .container_right .box .content {
    line-height:24px;
}
.container_main .container_right .redbtn {
    color: #fff;
    background-color: #ff6666;
    border-radius: 5px;
    border-width: 0px;
    width: 100%;
    font-size: 14px;
    padding: 10px 0px;
    margin: 15px 0px;
    cursor: pointer;
    text-align:center;
    min-width:210px;
    margin-top:30px;
}
.container_main .container_right .box .box-content {
    display:inline-block;
}
.container_main .container_right .box .box-content .title {
    font-size: 16px;
    color: #333;
    padding: 15px 0px;
}
.container_main .container_right .box .box-content .redTitle {
    font-size: 16px;
    color: #ff0000;
    padding-bottom: 12px;
}
.container_main .container_right .box .box-content .p1 {
    padding-bottom: 25px;
    color: #999;
}
.container_main .container_right .box .box-content .p1 span {
    color:#000;
}
.container_main .container_right .box .box-content .p1 .weightSpan {
    font-weight: 600;
}
.container_main .container_right .box .grayP {
    color:#999;
}
.container_main .container_right .box .box-content .redBtn {
    background-color:#fff;
    color:#ff0000;
    border-width:1px;
    border-color:#ff0000;
    padding:2px 10px;
    margin-top:20px;
}
.container_main .container_right .box .box-content ul li {
    list-style:disc;
    margin-left:20px;
    margin-top:5px;
}


.container_main .container_right .box-col-1 {
    width: 100%;
    min-height: 210px;
}
.container_main .container_right .box-Register {
    width: 100%;
    min-height: 125px;
}
.box {
}

.box .b_title {
    border-bottom: 1px solid #d9d9d9;
    height: 32px;
    box-sizing: border-box;
    position: relative;
}

.box .b_title ul.switch-status {
    overflow: hidden;
    white-space: nowrap;
    margin-right: 40px;
}

.box .b_title ul.switch-status li {
    height: 32px;
    line-height: 22px;
    display: inline-block;
    position: relative;
}

.box .b_title ul.switch-status li + li {
    margin-left: 5px;
}

.box .b_title ul.switch-status li a {
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    color: #333;
}

.box .b_title ul.switch-status li:hover::after,
.box .b_title ul.switch-status li.active:after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0066ff;
    position: absolute;
    bottom: 0;
}

.box .b_title ul.switch-status li:hover,
.box .b_title ul.switch-status li.active {
    border-color: #0066ff;
}

.box .b_title ul.switch-status li:hover a,
.box .b_title ul.switch-status li.active a {
    color: #0066FF;
}


.box .b_more {
    float:right;
    line-height:22px;
}
.box .leftName {
    vertical-align: top;
    height: 32px;
    line-height: 22px;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #0066FF;
    position: relative;
}

.box .leftName:after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0066ff;
    position: absolute;
    bottom: 0;
}

.box .b_content {
    margin-top: 10px;
    min-height: 210px;
}
.box .b_content table {
    width: 100%;
    padding: 10px 0;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.box .b_content table td {
    height: 42px;
    cursor: pointer;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.box .b_content table td:last-child {
    text-align: right;
}

.box .b_content table td span.status {
    text-align: center;
    display: inline-block;
    padding: 0 8px;
    height: 18px;
    line-height: 18px;
    border: 1px solid;
    border-radius: 4px;
    font-size: 10px;
    color: #FFCC00;
    transform: scale(0.9);
}


.box .b_content table td span.status.reply1 {
    color: #02a7f0;
    background-color: #fff;
    border-color: #02a7f0;
}

.box .b_content table td span.status.unReply1 {
    color: #f00;
    background-color: #fff;
    border-color: #f00;
}

.box .b_content table td span.title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #000;
}


.box .b_content table td .layui-icon {
    font-size: 14px;
}


.box .b_content table td span.gray {
    font-size: 12px;
    color: #999;
}

.box .b_content table td span.count {
    font-size: 22px;
    color: #666;
    margin-right: 10px;
}

.box .b_content table td span.money {
    font-size: 12px;
    color: #666;
}


.box .b_content table tr:hover td {
    background-color: #f8f9fd;
}

.box .b_content table tr:hover span.title, .box .b_content table tr:hover span.gray, .box .b_content table tr:hover span.count, .box .b_content table tr:hover span.money {
    color: #009ff6;
}











