body {
    font-family: "微软雅黑";
}



.fl {
    float: left;
}

.WH ul li {
    float: left;
}

.clearflow:after {
    content: "";
    display: block;
    clear: both;
}

.input {
    outline: none;
}

.WH {
    margin: 0 auto;
    height: 650px;
    overflow: hidden;
    position: absolute;
    top: 90px;
    left: 220px;
    overflow: hidden;
    background: rgb(245,245,245);
    padding: 10px;
}

.Color {
    border: 1px solid #1ab395;
    border-radius: 5px;
}

.WH-top {
    background-color: #1ab394;
    height: 42px;
}

    .WH-top span {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 42px;
        margin-left: 25px;
    }

.Cotent_box {
    margin-top: 25px;
}

.closes {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    background: #CCCCCC;
    border-radius: 50%;
    /* display: block; */
    position: relative;
    top: 5px;
    left: -5px;
}

    .closes a {
        display: block;
        position: absolute;
        color: #fff;
        top: -5px;
        left: 10px;
    }
/*键盘*/
.KeyWord {
    background: #FFFFFF;
    padding-top: 20px;
}

.hidens {
    display: none !important;
   
}
.img {
    display: block;
    width: 27px;
    height: 21px;
    background: url(../img/remove.png);
    position: absolute;
    right: 0;
    top: 15px;
}
.WH_Itop {
    position: relative;
}
    .WH_Itop input {
        width: 100%;
        font-size: 30px;
        padding: 5px;
        outline: none;
        border: none;
        padding-left: 30px;
        letter-spacing: 2px;
    }

.Num_box ul {
    padding: 0;
    padding-top: 20px;
    overflow-y: hidden;
}

    .Num_box ul li {
        width: 33%;
        margin-bottom: 15px;
    }

        .Num_box ul li div {
            width: 80px;
            height: 80px;
            display: block;
            border: 1px solid rgb(49,49,49);
            border-radius: 50%;
            text-align: center;
            margin-right: 5px;
            margin: auto;
            cursor: pointer;
        }

            .Num_box ul li div a {
                line-height: 80px;
                font-size: 30px;
                color: rgb(49,49,49);
            }

.actives {
    background: rgb(4,176,15);
    border: 1px solid rgb(4,176,15) !important;
    color: #FFFFFF !important;
}

.Last_phone {
    width: 100% !important;
}

    .Last_phone div {
        background: rgb(4,176,15) !important;
        border: none !important;
    }

.CallOut {
    width: 80px;
    height: 80px;
    display: block;
    background: url(../img/CallPhone.png) no-repeat;
    background-position: center center;
}
/*表格*/

.bg {
    background: #fff;
    border-top: 10px solid rgb(231,234,236);
}

.bg_title {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
}

    .bg_title li {
        padding: 5px 15px;
        color: #000000;
        letter-spacing: 2px;
        font-size: 14px;
        cursor: pointer;
    }

.lactive {
    background-color: #1ab394;
    color: #fff !important;
}

.cx {
    padding: 10px;
}

    .cx span {
        margin-right: 10px;
        color: #000000;
        letter-spacing: 2px;
        font-size: 14px;
        color: #fff;
    }
     .blanks{
     	color: #000000!important;
     }
    .cx input {
        width: 90px;
        border: 1px solid #ccc;
        padding-left: 5px;
        color: #000000;
    }

    .cx select {
        outline: none;
        width: 90px;
        border: 1px solid #ccc;
    }

.ty {
    background-color: #1ab394;
    color: #fff !important;
    height: 18px;
    padding: 2px 25px;
    border-radius: 5px;
}

#tbody tr td {
    font-size: 14px;
}
/*表格CSS*/
.fixed-table-container {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.fixed-table-loading {
    display: none;
}

#goods tr th {
    border: 1px solid #e7eaec;
    border-left: none;
}

#tbody tr td {
    border: 1px solid #e7eaec;
    border-left: none;
}

.ty {
    cursor: pointer;
}

    .ty:hover {
        background: rgb(4,176,15) !important;
    }
.tr_bg td{
	background:#ddd;
    /*color: #fff;*/

}
#zxTable tbody tr{
	cursor: pointer;
}
