﻿.img-newindex{
    display: block;
    width: 137px;
    height: 90px;
    object-fit: cover;
}

#ie8-warning {
    width: 100%;
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 10px 0;
    background: #fce69c;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
}
.r, .f-r {
    float: right!important;
    _display: inline;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    padding-top: 10px;
    text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #5a98de;
    color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    color: #666;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    margin: 0 0 6px 6px;
    padding: 0 10px;
    font-size: 14px;
}
.new-pic {
    height:122px;
    overflow:hidden;
}

.mCategory {
    background: #f6f6f6;
    padding: 0 15px;
    border: 1px solid #ddd;
    margin: 20px 0;
}

.mType {
    padding: 10px 0;
}

.mTypeContent {
    display: inline-block;
}
    .mTypeContent span {
        display: inline-block;
        padding: 0px 5px;
        height: 24px;
        line-height: 24px;
        cursor: pointer;
    }

.activeYin {
    background: #2ba4ff;
   
    border-radius: 4px;
}

.activeYin a{
  
    color:white;
  
}

#jsbloglist {
    margin-top: 20px;
}
.background-gray-two {
    background-color: #f2f2f2;
}

.bt-title {
    border-bottom: #2ba4ff solid 2px;
    display: inline-block;
    line-height: 30px;
}

.loginUser {
    border: 1px solid #2ba4ff;
}

button {
    background: #2ba4ff;
    color: white;
}

    button:focus, button:hover {
        color: white !important;
        background: #2288d5;
    }

.loginUser {
    padding: 6px 15px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.checkedUser {
    padding: 6px 15px;
    cursor: pointer;
    border: 1px solid #2ba4ff;
    position: relative;
    /*color: red;*/
}

    .checkedUser:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 0;
        right: 0;
        display: inline-block;
        background-image: url("/Content/pc/assets/img/check_pic.png");
    }

.specialInput {
    margin-left: 15px;
    width: 25%;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#payCrash {
    background-color: rgba(33, 33, 33, 0.88);
}
.dropdown-menu {
    padding: 0;
    overflow-y: auto;
}
.liinfo {
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    background: #3f3f3f;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}
.more {
    margin: 10px;
    color: #666;
    text-align: center;
    cursor: pointer;
}
    .more:hover {
        color: #2ba4ff;
    }