﻿.head-bg-color {
    background-color: #2e9dd9;
}

div, input, button, text, a, select {
    border-radius: 0px !important;
}

.width-120 {
    width: 160px;
}

.width-80 {
    width: 80px;
}

.w-49 {
    width: 49%;
}

.height-400 {
    min-height: 400px;
}

.border-blue {
    border: 1px solid #1c8bc7;
}

.mt-30 {
    margin-top: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.head-blue {
    background-color: #1c8bc7;
    height: 48px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
}

.bg-666 {
    background-color: #666;
}

.height-2px {
    height: 2px;
}

.color-pink {
    color: #e4007f;
}

.usisoft {
}

    .usisoft a:hover {
        color: #666;
    }


.dropdown:hover .dropdown-menu {
    display: block;
}

.align-right {
    width: 20px;
    text-align: right;
    white-space: nowrap;
    padding-top: 1.3em !important;
    /*margin-top: 20px !important;*/
}

.font-size-18 {
    font-size: 18px;
}


.w-fix-60 {
    width: 60px !important;
}

.w-fix-80 {
    width: 80px !important;
}

.w-fix-100 {
    width: 100px !important;
}

.w-fix-150 {
    width: 150px !important;
}

.w-fix-200 {
    width: 200px !important;
}

.w-fix-250 {
    width: 250px !important;
}

.w-fix-300 {
    width: 300px !important;
}

.w-fix-h-20 {
    height: 20px;
}

.keep-in-line {
    white-space: nowrap;
}

.break-all {
    word-break: break-all;
}

.break-with-word {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.img-max {
    max-height: 40px;
    max-width: 40px;
}

.left-label {
    width: 10px;
    white-space: nowrap;
    text-align: right;
}

.bg-f1f1f1 {
    background-color: #f1f1f1;
}

.border-radius-5 {
    border-radius: 4px;
}

.text-zhise {
    color: #e4007f !important;
}

/*.break-all {
    word-break: break-all;*/ /* word不能折行连续的感叹号 ！！！    */
/*word-wrap: break-word;
    overflow-wrap: break-word;*/ /*word-wrap别名，css3属性，都写上，万一以后word-wrap去掉了呢*/
/*}*/
