﻿/*分页 开始 -------------------------------------------------------*/
.page_paging {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_paging a, .page_paging span {
    padding: 5px 15px;
    line-height: 20px;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    color: #333;
    text-decoration: none;
}

.page_paging span:first-child {
    border-left: 1px solid #e1e1e1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.page_paging span:last-child {
    border-right: 1px solid #e1e1e1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.page_paging a:last-child {
    border-right: 1px solid #e1e1e1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.page_paging a:hover {
    color: #666;
    background: #eee;
}

.page_paging span.current {
    color: #fff;
    background: #488FCD;
    border-color: #488FCD;
}
/*后台分页*/
.right_mian .j_content .main_list .page_paging span.current {
    color: #fff;
    background: #4F7E8E;
    border-color: #4F7E8E;
}

.page_paging span.disabled {
    color: #999;
    background: #fff;
}

/*分页 结束 -------------------------------------------------------*/


/*上传样式*/
.upload-box {
    position: relative;
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
}

.upload-box .upload-btn {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.upload-box .upload-progress {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 5px;
    width: 115px;
    height: 40px;
    border: 1px solid #d7d7d7;
    background: #fff;
    overflow: hidden;
}

.upload-box .upload-progress .txt {
    display: block;
    padding-right: 10px;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    line-height: 18px;
    height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.upload-box .upload-progress .bar {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    border: 1px solid #1da76b;
}

.upload-box .upload-progress .bar b {
    display: block;
    width: 0%;
    height: 4px;
    font-weight: normal;
    text-indent: -99em;
    background: #28B779;
    overflow: hidden;
}

.upload-box .upload-progress .close {
    position: absolute;
    display: block;
    top: 1px;
    right: 1px;
    width: 14px;
    height: 14px;
    text-indent: -99em;
    background: url(/BH_kaifa/images/upload_error.png) no-repeat center;
    cursor: pointer;
    overflow: hidden;
}

/*=====================以下部分是Validform必须的====================*/
.Validform_checktip {
    position: absolute;
    left: 0;
    top: 30px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    display: inline-block;
}

.Validform_right {
    color: #71b83d;
}

.Validform_wrong {
    color: red;
    white-space: nowrap;
}

.Validform_loading {
}

.Validform_error {
    background: #FEFBD3;
}
/*=====================以上部分是Validform必须的====================*/

/*=====================以下部分是WebUploader必须的====================*/
.webuploader-container {
    position: relative;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.webuploader-pick {
    letter-spacing: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    color: #333;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    *display: inline;
}

.webuploader-pick-hover {
    background: #fafafa;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}
/*=====================以上部分是WebUploader必须的====================*/

/*前台分页样式*/
.page_class {
    padding: 30px 0 40px 0px;
    letter-spacing: 0;
    text-align: center;
}

.page_class ul {
    margin: 0;
    text-align: center;
}

.page_class ul li {
    border-radius: 5px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 28px;
    text-align: center;
    margin: 0 2px;
    font-size: 12px;
    letter-spacing: 0;
}

.page_class ul li a {
    display: block;
    height: 28px;
    color: #666;
    border: solid 1px #e0e0e0;
    padding: 0 5px;
    min-width: 30px;
}

.page_class ul li a.current {
    background: #0065bf;
    color: #fff;
}

.page_class ul li.top {
    background: url(../images/img_42.png) no-repeat center center;
}

.page_class ul li.top a:hover {
    background: url(../images/img_41.png) no-repeat center center #980228;
}

.page_class ul li.bot {
    background: url(../images/img_40.png) no-repeat center center;
}

.page_class ul li.bot a:hover {
    background: url(../images/img_43.png) no-repeat center center #980228;
}

.page_class ul li a.disabled {
    color: #999;
    background: #fff;
    border: #eaeaea solid 1px;
}


@media screen and (max-width: 1500px) {
    .page_paging a, .page_paging span {
        padding: 4px 10px;
        line-height: 18px;
    }

    .upload-box {
        width: 40px;
        height: 30px;
        line-height: 30px;
    }

    .upload-box .upload-btn [id^="rt_rt_"] {
        width: 40px !important;
        height: 30px !important;
    }

    .Validform_checktip {
        top: 31px;
    }
}
