* {
    padding: 0;
    margin: 0;
}

.clearfix:after, .container:after {
    clear: both;
    content: " ";
    display: table;
}

a, a:hover, .btn-link:focus, .btn-link:hover {
    text-decoration: none;
}

body {
    font-family: "microsoft yahei", "Open Sans", Arial, 'microsoft yahei', sans-serif;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

.banner {
    height: auto;
    margin: 0 -15px !important;
}

.banner img {
    vertical-align: middle;
    width: 100%;
}

.nav-menu {
    height: 38px;
    background-color: #fff;
    color: #717171;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.nav-menu .menu-item {
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-right: 1px solid #dedede;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
}

.nav-menu .menu-item.active {
    background-color: #2196f3;
    color: #fff;
}

.tool-info {
    border: 1px solid #dedede;
    background-color: #f6f5f5;
    padding: 15px;
    margin-bottom: 20px;
}

.tool-info .box-3 {
    border: 1px solid #dedede;
    height: 68px;
    line-height: 68px;
    background-color: #FFF;
    display: inline-block;
    text-align: center;
}

.tool-info .select-num {
    display: inline-block;
}

.tool-info .select-num img {
    width: 50px;
    vertical-align: middle;
    margin-right: 8px;
}

.tool-info .select-num .select-wrap {
    display: inline-block;
    height: 68px;
}

.tool-info .select-num .select-wrap .select-text {
    font-size: 14px;
    height: 68px;
    color: #333;
    line-height: 68px;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.tool-info .select-num .select-wrap .select-text .red {
    font-family: Tahoma;
    color: #e63442;
}

.tool-info .select-num .select-wrap .dropdown-wrap {
    height: 26px;
    line-height: 26px;
    z-index: 10;
    border: 1px solid #dedede;
}

.tool-info .select-num .select-wrap .dropdown-wrap .btn {
    height: 24px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    outline: none;
}

.tool-info .select-num .select-wrap .dropdown-wrap .select-drop {
    width: auto;
    height: 26px;
}

.tool-info .select-num .select-wrap .dropdown-wrap .select-drop select {
    height: 23px;
    line-height: 23px;
    border: none;
    padding: 0;
    margin: 0;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    outline: none;
}

.tool-info .time-clock {
    padding: 10px;
}

.tool-info .time-clock .opentime {
    position: relative;
    vertical-align: middle;
    height: 100%;
    line-height: 100%;
    text-align: center;
    display: inline-block;
    width: auto;
}

.tool-info .time-clock .opentime .item-wrap {
    display: flex;
    margin-top: -12px;
}

.tool-info .time-clock .opentime div {
    font-size: 16px;
    color: #333;
    height: 48px;
    line-height: 48px;
}

.tool-info .time-clock .opentime .time-num {
    width: 48px;
    height: 48px;
    font-family: Tahoma;
    font-weight: 100;
    font-size: 36px;
    color: #FFF;
    margin: 0 10px;
    background-image: url(../images/lot_icon.png);
    background-position: 0 -112px;
}

.tool-info .predict {
    padding: 10px;
    text-align: center;
}

.tool-info .predict .last {
    display: inline-block;
    height: 100%;
    line-height: 100%;
    padding-top: 4px;
}

.tool-info .predict .last .r1 {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border-right: 1px solid #e8e8e8;
    margin-right: 10px;
    padding-right: 10px;
}

.tool-info .predict .last .r1 span {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    z-index: 2;
}

.cyanBlue {
    background-color: #13b5b1;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

.skyBlue {
    background-color: #556fb5;
}

.tool-info .predict .last .r2 {
    text-align: left;
    height: 42px;
    line-height: 42px;
    display: inline-block;
}

.badge {
    display: inline-block;
    min-width: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    padding: 5px !important;
    /*width: 28px;*/
    border-radius: 14px;
    font-size: 14px;
}

.red-info {
    background-color: #e60012!important;
    color: #fff;
}

.blue-info {
    background-color: #00a0e9!important;
    color: #fff;
}


.tool-info .predict .wait {
    display: inline-block;
    height: 48px;
}

.tool-info .predict .wait div {
    height: 48px;
    line-height: 48px;
}

.tool-info .predict .wait i {
    font-size: 38px;
}

.tool-info .predict .wait div:nth-child(2) {
    display: inline-block;
    font-size: 18px;
}

.content {
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.content .content-head,.content .body-head{
    border-color: #e8e8e8;
    color: #333;
    background-color: #f5f5f5;
    border-radius: 2px 2px 0 0;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    text-align: center;
}

.content .click-item,.content .sub-click-item {
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-color: #00c7f7;
}

.content .click-item:hover{
    color: #fff !important;
    background-color: #00b2de;
    border-color: #00a6ce;
}

.content .click-item.active,.content .sub-click-item.active{
    color: #fff !important;
    background-color: #2d4984;
    border-color: #294279;
    position: relative;
}

.content .click-item.active::after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: -1px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #2d4984;
}

table {
    width: 100%;
    overflow: hidden;
}

table thead tr {
    background: #f5f5f5;
}

table thead tr th {
    color: #717171;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

table thead tr th {
    padding: 6px 0;
}

table tbody tr td {
    padding: 6px 0;
}

.history thead tr th {
    padding: 6px 15px;
}

.history tbody tr td {
    padding: 6px 15px;
}

table tbody tr td {
    border-top: 1px solid #f1f1f1;
}

table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.content .content-body .history tr {
    height: 32px;
}

.font-bold{
    font-weight: 700;
    color: #717171;
}
@media (min-width: 768px){
    table .badge {
        padding: 7px;
        border-radius: 14px;
        font-size: 14px;
        font-weight: 400;
    }
}
.zoushi td,.zoushi th{
    text-align: center;
}
.content .sub-click-item{
    width: 100px;
    margin-right: 25px;
    color: #333333;
    background-color: #e8e8e8;
}
.content .sub-click-item:hover{
    color: #fff;
    background-color: #5bc0de;
}
.content .sub-click-item.active{
    color: #fff !important;
    background-color: #5bc0de;
    border-color: #294279;
    position: relative;
}

td .icon-icon_correct{
    font-size: 18px;
    font-weight: 700;
    color:green;
}
td .icon-error{
    font-size: 18px;
    font-weight: 700;
    color:red;
}
.red{
    color: red;
}