﻿/**电脑端管理后台公共样式表**/
body {
    overflow-y: scroll; /* 强制显示垂直滚动条 */
    margin: 0px auto;
    padding: 0px;
    font-family:
    /* macOS/iOS 原生适配（英文+阿拉伯文最优） */
    -apple-system, BlinkMacSystemFont, SF Arabic,
    /* Windows 原生适配（Win10+/Win7 分别适配，阿拉伯文系统原生） */
    Segoe UI Arabic, Tahoma Arabic, Arial Arabic,
    /* Linux 原生适配 */
    Ubuntu Arabic, Noto Sans Arabic,
    /* 通用标准字体（所有系统都支持，兜底英文+阿拉伯文） */
    Arial, Helvetica, sans-serif,
    /* 阿拉伯文专用兜底（防止极端情况） */
    "Arabic Transparent", "Times New Roman";
    font-size: 14px;
    background-color: #f3f3f3
}

* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    width: 100%;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

p {
    padding: 0px;
    margin: 0px;
}

.apple {
    -webkit-appearance: none; /*清除苹果手机特效 单选冲突*/
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
}

    a:focus, a:active {
        outline: none;
        text-decoration: none;
    }

    a:hover {
        color: #F40;
        text-decoration: none;
    }

input, textarea, select {
    font-family: Tahoma,"Microsoft Yahei","宋体";
}

h1, h2, h3, h4, h5, h6, li {
    margin: 0px;
    padding: 0px;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.crc, .cc {
    color: #CCC !important;
}

.cf50, cf60 {
    color: #FF5500 !important;
}

.crred, .cred {
    color: #FF0000 !important;
}

.c06c {
    color: #06C !important;
}

.dishide {
    display: none;
}

.disshow {
    display: block;
}

.txtone {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}

.txttwo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}

/*通用，这个留，其他通用删*/
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
/**分页**/
.pagediv {
    text-align: right;
    padding-top: 20px;
    /*font-size:16px;
    font-weight:700;*/
    margin-right: 20px;
    margin-bottom: 20px;
}
    .pagediv s{
        text-decoration:none;
    }
    .pagediv a {
        display: inline-block;
        border: 1px solid #E8E8E8;
        border-right: 0px;
        width: 53px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
        color: #333;
    }
    /*.pagediv a:hover {
            display: inline-block;
            border: 1px solid #E8E8E8;
            background-color: #E8E8E8;
            border-right: 0px;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }*/

    .pagediv .pageon {
        display: inline-block;
        border: 1px solid #488FCD;
        background-color: #488FCD;
        border-right: 0px;
        width: 53px;
        /*height: 50px;
        line-height: 50px;*/
        text-align: center;
        color: #FFF;
    }

    .pagediv .pagePrev {
        width: 86px;
    }

    .pagediv .pageDisable {
        width: 86px;
        color: #CCC;
    }

    .pagediv .pspan {
        display: inline-block;
        border: 1px solid #E8E8E8;
        border-right: 0px;
        width: 53px;
        line-height: 36px;
        height: 36px;
        text-align: center;
        color: #CCC;
        letter-spacing: 1px;
    }

    .pagediv .pageNext {
        width: 86px;
        border-right: 1px solid #E8E8E8;
    }

    .pagediv .pageLeft {
        border-left: 1px solid #E8E8E8;
    }

    .pagediv .pageRight {
        border-right: 1px solid #E8E8E8;
    }

/**简单分页，仿淘宝，用于列表头*******/
.frpage {
    text-align: right;
}

    .frpage a {
        display: inline-block;
        border-right: 0px;
        width: 50px;
        line-height: 24px;
        text-align: center;
        text-decoration: none;
        color: #333;
        margin-left: 5px;
    }

    .frpage .thisnum {
        text-align: right;
        cursor: default;
    }

    .frpage .pagebtn {
        border: 1px solid #CCC;
        color: #2953a6;
        cursor: pointer;
    }

    .frpage .pagenull {
        cursor: default;
        color: #CCC;
    }