@charset 'UTF-8';
.clearfix::after
{
    clear: both;

    width: 0;
    height: 0;

    content: '';
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.required-b::before
{
    content: '*';

    color: #ff4e4e;
}

.required-a::after
{
    position: absolute;
    top: 3px; 
    right: 5px;

    content: '*';

    color: #ff4e4e;
}

@media (min-width: 767px)
{
    .table-responsive
    {
        overflow-x: auto;
        overflow-y: hidden;

        width: 100%;
        margin-bottom: 15px;

        border: none;

        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive > .table
    {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td
    {
        white-space: nowrap;
    }
}

::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button
{
    display: none;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece
{
    width: 8px;
    height: 5px;

    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background: -webkit-linear-gradient(#fff, #fff);
    background:         linear-gradient(#fff, #fff);
}

::-webkit-scrollbar-thumb
{
    border-width: 0;
    border-style: solid;
    border-radius: 6px;
    background: #00a3db;
}

::-webkit-scrollbar-thumb:horizontal
{
    border-width: 3px 0;
    border-style: solid;
    border-color: #00a3db;
    border-radius: 6px;
    background: #00a3db;
}

::-webkit-scrollbar-thumb:hover
{
    background: #00a3db;
}

::-webkit-scrollbar-thumb:active
{
    background: #00a3db;
}

.overflow
{
    overflow: hidden;
}

.overflow-X
{
    overflow-x: auto;
    overflow-y: hidden;
}

.overflow-Y
{
    overflow-x: hidden;
    overflow-y: auto;
}

.overflow-text
{
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.tansmition
{
    -webkit-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}

input[type=number]
{
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0; 

    -webkit-appearance: none;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder
{
    color: #4d4d4d;
}

/* webkit 浏览器*/
.form-control::-webkit-input-placeholder
{
    color: #4d4d4d;
}

.form-control::-webkit-input-placeholder
{
    color: #4d4d4d;
}

.form-control::-webkit-input-placeholder
{
    color: #4d4d4d;
}

/* 火狐浏览器 */
.form-control::-moz-placeholder
{
    color: #4d4d4d;
}

.form-control::-moz-placeholder
{
    color: #4d4d4d;
}

.form-control::-moz-placeholder
{
    color: #4d4d4d;
}
