.hideSelect {
    display: none;
}

.ttag:hover {
    color: #fff;
    background-color: #ff9f20;
}

.ttag {
    position: relative;
    float: left;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    margin: 0 8px 5px 0;
    padding: 0 20px 0 6px;
    background-color: #fff;
    border: 1px solid #f30533;
    cursor: pointer;
}

.ttag:hover em {
    background-image: url("./system/images/yhgf/ttag2.png");
}

.ttag em {
    position: absolute;
    width: 20px;
    top: 0;
    right: 0;
    height: 26px;
    background: url("./system/images/yhgf/ttag1.png") center no-repeat;
}

.process-table input.noBorder {
    border: 0 !important;
}

.check-style-unequal-width {
    width: 8px;
    height: 16px;
    border-color: #009933;
    border-style: solid;
    border-width: 0 3px 5px 0;
    transform: rotate(45deg);
    position: relative;
    left: 60px;
}

.tjd-img {
    position: absolute;
    top: 10px;
    right: 8px;
    width: 12px;
}

.finalApp .partDown > div {
    float: left;
    margin-left: 20px;
    padding: 15px 0;
    position: relative;
}

.finalApp .partDown > div:hover .bubbleTips {
    display: block;
}

.finalApp .partDown .bubbleTips {
    width: 192px;
    display: none;
    position: absolute;
    left: 50%;
    top: 130px;
    margin-left: -100px;
    z-index: 2;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #0072bb;
    padding: 12px 16px;
    border-radius: 3px;
    background: #e8f4ff;
    box-shadow: 0 0 3px 6px rgba(6, 40, 62, 0.16);
}

.finalApp .partDown .bubbleTips > .down {
    position: absolute;
    width: 10px;
    height: 5px;
    top: -5px;
    left: 50%;
    margin-left: -5px;
}

.finalApp .partDown .bubbleTips > div {
    width: 100%;
    font-size: 13px;
    color: #2380d2;
    text-align: left;
    word-break: break-all;
}

.finalApp .partDown .bubbleTips > div:first-child {
    margin-bottom: 10px;
}

.finalApp .partDown .bubbleTips > div:first-child + div {
    margin-bottom: 6px;
}

.finalApp .partDown .no {
    position: absolute;
    top: 30px;
    left: 13px;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    width: 100px;
    height: 50px;
    border: 2px solid #FF0000;
    line-height: 50px;
    font-size: 16px;
    color: #FF0000;
}
.tip{
    width: 390px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    border: 1px solid #0072bb;
    background: #e8f4ff;
    box-shadow: 0 0 3px 6px rgba(6, 40, 62, 0.16);
    display: none;
    opacity: 1;
    z-index: 999;
    font-size: 14px;
    color: #0072bb;
    left: 50%;
    margin-left: -195px;
}
