﻿body {
}

a {
    cursor: pointer;
}

.clear {
    clear: both;
}

.col-red {
    color: #e13e3f;
}

.col-yellow {
    color: #F0A202;
}

.col-blue {
    color: #276FBF;
}

.col-hui {
    color: #999;
}

.col-green {
    color: #1dad0c;
}

table.layui-table tbody tr td.text-left, table.layui-table thead tr th.text-left, .text-left {
    text-align: left;
}

.site-demo-upbar span.totalNumber {
    width: 80px;
}


.commentImage div.imgdiv {
    float: left;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
}

    .commentImage div.imgdiv img {
        max-height: 50px;
        max-width: 50px;
    }

.orderproducttr {
    background: #5FB878;
}

.text-center {
    text-align: center;
}

.fn-right {
    float: right;
}
/* 头部 */
.site-demo .layui-main {
    margin: 15px;
    line-height: 22px;
    position: relative;
}

/*顶部大栏目*/
.title_menu {
    position: absolute;
    left: 250px;
    top: 25px;
    height: 35px;
}

    .title_menu ul {
        margin: 0px;
        padding: 0px;
    }

        .title_menu ul li {
            display: block;
            float: left;
            margin-right: 0.5rem;
        }

            .title_menu ul li a {
                display: block;
                width: 70px;
                height: 27px;
                text-align: center;
                color: #FFF;
                padding: 0 3px;
                padding-top: 3px;
            }

            .title_menu ul li:hover a, .title_menu ul li.current a {
                background: #5FB878;
            }


/*左侧栏目*/
.layui-nav-item a {
    cursor: pointer;
}


/*通用*/
.none {
    display: none;
}

.layui-form-item .layui-input-inline {
    float: left;
    width: 290px;
    margin-right: 10px;
}


/*列表中缩略图*/
div.img_abbreviation {
    float: left;
    width: 130px;
    height: 60px;
    vertical-align: middle;
}

    div.img_abbreviation img {
        max-width: 130px;
        max-height: 60px;
    }


/*table.layui-table tbody tr td, table.layui-table thead tr th {
    text-align: center;
}*/



table.layui-table tbody.x-img tr td.f_left, table.layui-table tbody tr td.f_left, table.layui-table thead tr th.f_left {
    text-align: left;
}

table.layui-table tbody tr td.f_left {
    text-align: left;
}

.layui-form-item .layui-input-text {
    float: left;
    width: 600px;
    margin-right: 10px;
}

.layui-input-select {
    float: left;
    width: 200px;
    margin-right: 10px;
}

.left {
    float: left;
}

.mr10 {
    margin-right: 10px;
    line-height: 38px;
}

.layui-form-item {
    line-height: 30px;
}

.fr {
    float: right;
}

.attList {
    display: block;
}

.site-demo-upbar img {
    max-width: 430px;
    max-height: 260px;
}
/* 翻页 custom css style: pageNum,cPageNum */
.pageNum {
    border: 1px solid #999;
    padding: 2px 8px;
    display: inline-block;
}

.cPageNum {
    font-weight: bold;
    padding: 2px 5px;
}

#pageNav {
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

    #pageNav a:hover {
        text-decoration: none;
        background: #fff4d8;
    }

/*后台夺标活动列表*/
#activities_contents {
}

.ui-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .ui-flex, .ui-flex *, .ui-flex :after, .ui-flex :before {
        box-sizing: border-box
    }

        .ui-flex.justify-center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .ui-flex.center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

#activities_contents tr td .ui-flex {
    width: 150px;
    height: 100px;
    float: left;
    vertical-align: middle;
    text-align: center;
    background-color: #faeeee;
    line-height: 100px;
}

    #activities_contents tr td .ui-flex img {
        max-width: 150px;
        max-height: 100px;
        vertical-align: middle;
    }

.bidPartake {
    padding: 0 1.28rem 0 0;
    height: 1.92rem;
    width: 100%;
    min-width: 250px;
}

.bidPartake, div em {
    font-style: normal;
}

    .bidPartake .partakeIn {
        border: 1px solid #4b4b4b;
        border-radius: .128rem;
        height: .256rem
    }

        .bidPartake .partakeIn span {
            display: block;
            height: .256rem;
            width: 100%;
            background: #e13e3f
        }


/*夺标活动时间样式*/
.timer {
    text-align: center;
    font-size: .1em;
}

.days, .hours, .minutes, .seconds, .millis {
    display: inline-block;
}

.days1 {
    background: #EF2F3C;
}

.hours1 {
    background: #F6F4F3;
    color: #183059;
}

.minutes1 {
    background: #276FBF;
}

.seconds1 {
    background: #F0A202;
}

.millis1 {
    background: #c33131;
}

.numbers {
    color: #183059;
    font-size: 7em;
}


/*夺标参与详情*/
.activi-content {
    margin: 10px auto;
    max-width: 600px;
    padding: 20px;
}

    .activi-content ul li {
        font-size: 1rem;
        width: 90px;
        height: 30px;
        line-height: 2rem;
        text-align: center;
        background-color: #eeeeee;
        border: 1px solid #4b4b4b;
        float: left;
        margin: 3px;
        cursor: pointer;
    }

        .activi-content ul li.cur {
            background-color: #EF2F3C;
            color: #FFF;
        }

    .activi-content .details {
        position: relative;
        max-width: 550px;
        margin: 10px auto;
    }

        .activi-content .details h2 {
            font-size: 1.1rem;
            margin-bottom: 20px;
        }


.participate-list {
    margin: 10px auto;
    max-width: 550px;
    padding: 20px;
    line-height: 20px;
}

    .participate-list .innerItem1 .time {
        line-height: 20px;
    }

        .participate-list .innerItem1 .time .flex-1 img {
            width: 20px;
            height: 20px;
        }

.searchbody .layui-btn, .fn-right .layui-btn {
    height: 30px;
    line-height: 25px;
    font-size: 12px;
    padding: 0px 10px;
}

.layui-input, .layui-select, .layui-textarea {
    height: 30px;
}


#paraList {
    margin-left: 110px;
}


/* 右侧面板 */
.layui-layer-adminRight {
    top: 50px !important;
    bottom: 0;
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    border-radius: 0;
    overflow: auto;
}

/* 提示页 */
.layadmin-tips {
    margin-top: 30px;
    text-align: center;
}

    .layadmin-tips .layui-icon[face] {
        display: inline-block;
        font-size: 300px;
        color: #393D49;
    }

    .layadmin-tips .layui-text {
        width: 500px;
        margin: 30px auto;
        padding-top: 20px;
        border-top: 5px solid #009688;
        font-size: 16px;
    }

    .layadmin-tips h1 {
        font-size: 100px;
        line-height: 100px;
        color: #009688;
    }

    .layadmin-tips .layui-text .layui-anim {
        display: inline-block;
    }
