﻿@charset "utf-8";

#banner {
    height: 970px;
    margin-bottom: 0;
}

a:hover,
a:focus,
a:visited,
a:active,
a:focus-within {
    text-decoration: none;
}





.flexslider {
    border: none;
}

#banner .slides {
    height: 100%;
    width: 100%;
}

    #banner .slides > li {
        display: block;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

        #banner .slides > li > div {
            height: 100%;
            width: 100%;
        }

#banner .flex-control-nav.flex-control-paging {
    bottom: 60px;
    z-index: 3;
}

    #banner .flex-control-nav.flex-control-paging li a {
        background: #FFF;
        width: 13px;
        height: 13px;
    }

        #banner .flex-control-nav.flex-control-paging li a.flex-active {
            background: #ff5f01;
        }

#banner .slides > li .boddha_box {
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
}

@keyframes rotating {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes smallBig {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

#banner .slides .boddha_box .boddha_light {
    height: 1200px;
    width: 1200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition-timing-function: linear;
    animation: rotating 50s linear infinite;
}

#banner .slides .boddha_box .boddha_statue {
    height: 320px;
    width: 380px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
    transition-timing-function: linear;
    transition: transform 3s;
}

#banner .slides .boddha_box .buddha_text {
    height: 500px;
    width: 1200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-position: center right;
    background-size: contain;
    transition-timing-function: linear;
    transition: transform 2s;
    animation: smallBig 7s linear infinite;
}

.row_3 {
    background: #291517;
    padding: 10px 0;
    background: #291517;
}

    .row_3 .show_box {
        display: none;
        background: #4a2d2b;
        padding-left: 27px;
        padding-top: 10px;
        padding-bottom: 18px;
        color: #FFF;
        width: 250px;
        text-align: left;
        border-radius: 15px;
    }

        .row_3 .show_box .title {
            font-size: 16px;
        }

        .row_3 .show_box .look_mor {
            display: inline-block;
            font-size: 14px;
            width: 85px;
            height: 25px;
            text-align: center;
            line-height: 25px;
            border: none;
            border-radius: 5px;
            background: #ff5f01;
            box-shadow: 0px 0px 20px #9e4410;
        }

        .row_3 .show_box input {
            font-size: 14px;
            height: 25px;
            width: 185px;
            color: #3d3d3d;
            line-height: 25px;
            padding-left: 10px;
            margin-right: 7px;
            margin-top: 3px;
            margin-bottom: 3px;
            outline: none;
        }

    .row_3 .right_nav {
        display: inline-block;
        font-size: 18px;
        color: #FFF;
    }

        .row_3 .right_nav li {
            width: 155px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            float: left;
            list-style: none;
            margin-right: 15px;
        }

            .row_3 .right_nav li a {
                display: inline-block;
                position: relative;
                width: 100%;
                height: 100%;
                background: #8f161a;
                box-shadow: 0px 0px 20px #9e4410;
                border-radius: 25px;
                transition: color,background 0.3s;
            }

                .row_3 .right_nav li a:hover {
                    background: #FFF;
                    color: #8f161a;
                    transition: color,background 0.3s;
                }

                .row_3 .right_nav li a:after {
                    content: ">";
                    display: block;
                    position: absolute;
                    font-size: 30px;
                    top: 0px;
                    right: 15px;
                }

.bkg_01 {
    background-image: url(../images/bkg_02.jpg);
}

.row_4 {
    padding: 20px 0;
}

    .row_4 .nav {
        padding: 0;
    }

        .row_4 .nav li {
            text-align: center;
            list-style: none;
            display: inline-block;
            width: 160px;
            height: 185px;
            padding: 10px;
            margin-right: 155px;
            position: relative;
            transition: box-shadow 0.3s;
        }

            .row_4 .nav li:hover {
                box-shadow: 0px 0px 10px #333;
                transition: box-shadow 0.3s;
            }

            .row_4 .nav li.last {
                margin-right: 0;
            }

            .row_4 .nav li a {
                display: inline-block;
                width: 100%;
                height: 100%;
            }

            .row_4 .nav li img {
                vertical-align: top;
            }

            .row_4 .nav li .title {
                font-size: 30px;
                color: #000;
                position: absolute;
                bottom: 17px;
                left: 0;
                right: 0;
            }

.row_5 {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .row_5 .left {
        vertical-align: top;
        width: 565px;
        height: 565px;
        border: 1px solid #d6d8d9;
        border-top: none;
        background: #FFF;
        display: inline-block;
        padding: 6px 9px;
        overflow: hidden;
    }

        .row_5 .left .block:hover {
            transform: scale(1.02);
            transition: transform 0.3s;
        }

        .row_5 .left .block a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .row_5 .left .title {
            font-size: 18px;
            color: #FFF;
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center;
            width: 100%;
            height: 50px;
            line-height: 50px;
        }

            .row_5 .left .title span {
                position: relative;
            }

            .row_5 .left .title .bkg {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #333;
                filter: alpha(opacity=60);
                opacity: 0.6;
            }

        .row_5 .left .block:hover .title .bkg {
            opacity: 0.8;
            transition: opacity 0.3s;
        }

        .row_5 .left .top {
            height: 365px;
            position: relative;
        }

        .row_5 .left .bottom_list {
            padding: 0;
            margin-top: 16px;
            margin-right: -11px;
        }

            .row_5 .left .bottom_list li {
                list-style: none;
                width: 180px;
                height: 180px;
                /*or*/
                margin: 0 12px 10px 0;
                float: left;
                position: relative;
            }

                .row_5 .left .bottom_list li.last {
                    margin-right: 0;
                }

    .row_5 .right {
        width: 600px;
        height: 560px;
        margin-left: 10px;
        vertical-align: top;
        background: #FFF;
        position: relative;
        display: inline-block;
    }

        .row_5 .right .top_title {
            height: 65px;
            line-height: 65px;
            background: #e40209;
            color: #FFF;
            text-align: center;
            font-size: 24px;
        }

        .row_5 .right .block {
            height: 18px;
            width: 560px;
            margin: auto;
            font-size: 18px;
            color: #333;
            padding-top: 20px;
            padding-bottom: 25px;
            border-bottom: 1px dashed #333;
            transition: all 0.3s;
        }

            .row_5 .right .block:hover {
                background-color: rgba(234, 234, 234,.6);
                box-shadow: 0 0 10px #ddd;
                border-bottom: 1px solid #333;
                transition: all 0.3s;
            }

            .row_5 .right .block > span {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: inline-block;
            }

            .row_5 .right .block .block_left {
                width: 40%;
            }

            .row_5 .right .block .block_center {
                width: 30%;
            }

            .row_5 .right .block .block_right {
                width: 28%;
                text-align: right;
            }

        .row_5 .right .mor_btn {
            display: inline-block;
            width: 158px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            color: #FFF;
            background: #e40209;
            position: absolute;
            bottom: 25px;
            right: 20px;
            /*过度*/
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
        }

            .row_5 .right .mor_btn:hover {
                background-color: #c7060c;
            }

.row_6 {
    padding-top: 100px;
    padding-bottom: 85px;
    background-image: url(../images/bkg_03.jpg);
}

    .row_6 .cw1200 {
        padding: 20px;
        width: 1120px;
        background: #FFF;
    }

    .row_6 .top {
    }

        .row_6 .top > div {
            display: inline-block;
        }

        .row_6 .top .left {
            padding-top: 10px;
            width: 660px;
            vertical-align: top;
        }

            .row_6 .top .left a > .title {
                font-size: 24px;
                font-weight: 600;
                color: #e40209;
                text-align: left;
            }

                .row_6 .top .left a > .title > span {
                    display: inline-block;
                    width: 570px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .row_6 .top .left a > .title .date {
                    font-size: 14px;
                    width: 80px;
                }

            .row_6 .top .left .img_news {
                margin-top: 20px;
                position: relative;
                border: 10px solid #EEE;
                overflow: hidden;
            }

                .row_6 .top .left .img_news .img_bkg {
                    width: 640px;
                    height: 450px;
                }

                .row_6 .top .left .img_news .title {
                    font-size: 18px;
                    color: #FFF;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    padding-left: 25px;
                    width: 100%;
                    height: 50px;
                    line-height: 50px;
                }

                    .row_6 .top .left .img_news .title span {
                        position: relative;
                    }

                    .row_6 .top .left .img_news .title .bkg {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: #333;
                        filter: alpha(opacity=60);
                        opacity: 0.6;
                    }

                .row_6 .top .left .img_news:hover .title .bkg {
                    opacity: 0.8;
                    transition: opacity 0.3s;
                }

                .row_6 .top .left .img_news:hover .img_bkg {
                    transform: scale(1.1);
                    transition: transform 0.8s;
                }

                .row_6 .top .left .img_news .img_bkg {
                    transition: transform 0.8s;
                }

        .row_6 .top .right {
            padding-top: 10px;
            vertical-align: top;
            margin-left: 20px;
            width: 425px;
            padding-bottom: 58px;
            position: relative;
        }

            .row_6 .top .right .top_title {
                color: #e40209;
                font-size: 30px;
            }

            .row_6 .top .right .news_list {
                padding: 0;
                margin-top: 40px;
                color: #2b2b2b;
                font-size: 14px;
                line-height: 24px;
                text-align: left;
            }

                .row_6 .top .right .news_list > li {
                    list-style: none;
                    padding: 10px 5px;
                    border-bottom: 1px solid #e5e5e5;
                }

                    .row_6 .top .right .news_list > li:hover {
                        background-color: rgba(234, 234, 234,.6);
                        box-shadow: 0 0 10px #ddd;
                        transition: all 0.3s;
                    }

                        .row_6 .top .right .news_list > li:hover a {
                            color: #e40209;
                        }

                    .row_6 .top .right .news_list > li > a {
                        display: block;
                        width: 100%;
                        height: 100%;
                    }

            .row_6 .top .right .mor_btn {
                display: inline-block;
                width: 157px;
                height: 48px;
                line-height: 48px;
                background: #e40209;
                color: #FFF;
                text-align: center;
                position: absolute;
                bottom: 0;
                right: 10px;
                /*过度*/
                transition: all 0.3s;
                -moz-transition: all 0.3s;
                -webkit-transition: all 0.3s;
            }

                .row_6 .top .right .mor_btn:hover {
                    background-color: #c7060c;
                }

    .row_6 .bottom {
        margin-top: 35px;
    }

        .row_6 .bottom a {
            width: 540px;
            height: 115px;
            overflow: hidden;
            display: inline-block;
        }

        .row_6 .bottom .img_bkg {
            width: 100%;
            height: 100%;
            transition: transform 0.5s;
        }

        .row_6 .bottom a:hover .img_bkg {
            transform: scale(1.1);
            transition: transform 0.5s;
        }

.row_7 {
    height: 100px;
    background: #8f161a;
    line-height: 100px;
}

    .row_7 div {
        width: 985px;
        margin: auto;
        font-size: 24px;
        color: #FFF;
    }

        .row_7 div button {
            width: 170px;
            height: 40px;
            line-height: 40px;
            color: #2b2b2b;
            font-size: 18px;
            margin-left: 25px;
            background: #FFF;
            border-radius: 20px;
        }

            .row_7 div button:hover {
                box-shadow: 0px 0px 20px #9e4410;
            }

            .row_7 div button img {
                margin-left: 10px;
                vertical-align: middle;
            }

.bkg_02 {
    background: #f6f6f6;
    padding: 20px 0;
}

    .bkg_02 .img_box a img {
        width: 100%;
    }

.goods_box {
}

.title_box {
    display: block;
    width: 257px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    font-size: 30px;
    color: #e40209;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}

    .title_box .title_bkg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(../images/title_bkg.png);
    }

.goods_box .body {
    height: 555px;
    background: #FFF;
    overflow: hidden;
}

    .goods_box .body > div {
        display: inline-block;
        vertical-align: top;
        height: 100%;
    }

    .goods_box .body .left {
        width: 240px;
        border-right: 3px solid #f6f6f6;
        /*padding-top:5px;*/
    }

        .goods_box .body .left .top_label {
            width: 100%;
            height: 60px;
            line-height: 60px;
            text-align: center;
            color: #FFF;
            font-size: 18px;
            background: #e40209;
            /*margin-left:20px;*/
        }

        .goods_box .body .left .nav_list_box {
            padding: 5px;
            height: 240px;
            overflow: hidden;
        }

.left .nav_list_box li dd {
    float: left;
    list-style: none;
    margin: 3px;
    padding: 5px 10px;
}

.left .nav_list_box li dt {
    font-weight: 700;
    text-align: left;
    border-bottom: 1px #eee solid;
    line-height: 25px;
    margin-bottom: 5px;
}

.left .nav_list_box li dd a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #191919;
    transition: all 0.3s;
}

.left .nav_list_box li dd:hover {
    background: #e40209;
    transition: all 0.3s;
    border-radius: 4px;
}

    .left .nav_list_box li dd:hover a {
        color: #FFF;
    }

.body .left .img_box {
    width: 100%;
    overflow: hidden;
}

    .body .left .img_box > img {
        width: 100%;
        transition: transform 0.5s;
    }

    .body .left .img_box:hover a img {
        transform: scale(1.05);
        transition: transform 0.5s;
    }

.goods_box .body .center {
    position: relative;
    width: 350px;
}

    .goods_box .body .center .top {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        border-bottom: 1px solid #f6f6f6;
        text-align: left;
    }

.body .center .top a {
    font-size: 14px;
    color: #555;
    margin-right: 25px;
}

    .body .center .top a span {
        color: #fa3804;
        font-size: 24px;
        margin-right: 10px;
    }

    .body .center .top a.active {
        font-size: 14px;
        color: #fa3804;
        margin-right: 25px;
    }


.goods_box .body .center .bottom {
    padding-top: 20px;
    /*border-right:8px solid #f6f6f6;*/
}

.center .bottom .title {
    font-size: 20px;
    color: #e40209;
    text-align: left;
}

.center .bottom .buy_box {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

.buy_btn {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border-radius: 6px;
    padding: 0px 10px;
    color: #FFF;
    background: #e40209;
    font-size: 12px;
    margin-top: 5px;
}


.center .bottom .buy_box .buy_btn {
    height: 30px;
    line-height: 30px;
    margin-left: 30px;
    font-size: 16px;
}

.center .bottom .buy_box .price {
    color: #90181c;
}

.center .bottom .img_box {
    width: 100%;
    overflow: hidden;
}

    .center .bottom .img_box > img {
        width: 100%;
    }

    .center .bottom .img_box > img {
        width: 100%;
        transition: transform 0.5s;
    }

    .center .bottom .img_box:hover img {
        transform: scale(1.05);
        transition: transform 0.5s;
    }


.goods_box .body .right {
    width: 597px;
    height: 495px;
    margin-top: 0px;
    text-align: left;
}

    .goods_box .body .right .block {
        display: inline-block;
        vertical-align: top;
        width: 165px;
        height: 246px;
        overflow: hidden;
        border-width: 1px 0px 0px 1px;
        border-style: solid;
        border-color: #f6f6f6;
        padding: 10px;
    }

        .goods_box .body .right .block a {
        }

        .goods_box .body .right .block .buy_btn {
        }

        .goods_box .body .right .block .title {
            font-size: 14px;
            color: #2b2b2b;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            min-height: 50px;
        }

        .goods_box .body .right .block .buy_box {
            line-height: 30px;
        }

.right .block img {
    transition: transform 0.5s;
}

.right .block:hover img {
    transform: scale(1.05);
    transition: transform 0.5s;
}

.right .block .buy_box .buy_btn {
}

.right .block .buy_box .price {
    color: #90181c;
    line-height: 30px;
}



.auction .right .block {
}

    .auction .right .block .buy_btn {
    }

.special {
    width: 1150px;
    margin-top: 20px;
    padding: 25px;
    background: #FFF;
}

    .special .row_mor {
        text-align: center;
    }

        .special .row_mor .mor_btn {
            display: inline-block;
            width: 214px;
            height: 32px;
            line-height: 32px;
            border-radius: 20px;
            color: #2b2b2b;
            background: #f6f6f6;
            margin-top: 10px;
        }

    .special .list_box {
        padding: 0;
        margin-top: 55px;
    }

        .special .list_box li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 315px;
            height: 275px;
            top: 0;
            margin-left: 40px;
            margin-right: 40px;
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
        }

            .special .list_box li:hover {
                top: -5px;
            }

            .special .list_box li.last {
                margin-right: 0;
            }

        .special .list_box .line {
            width: 77px;
            height: 5px;
            height: 1px;
            margin: 17px auto;
            background: #ccc;
            transition: width 0.3s;
        }

        .special .list_box li:hover .line {
            width: 100%;
            transition: width 0.3s;
        }

        .special .list_box .title {
            width: 230px;
            margin: auto;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }


/*竞拍列表页*/
.container {
    margin-right: auto;
    margin-left: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.page_auction {
    background-color: #f3f3f5;
    text-align: left;
}

    .page_auction a {
        color: #010101;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .page_auction .page_con_1 {
        background-color: #fff;
    }

        .page_auction .page_con_1 .title {
            display: block;
            width: 120px;
            font-family: "Microsoft YaHei";
            font-size: 16px;
            color: #90181c;
            float: left;
        }

            .page_auction .page_con_1 .title .icon-gonggaoxiaolaba {
                font-size: 32px;
            }

            .page_auction .page_con_1 .title .sp_1 {
                vertical-align: super;
                line-height: 44px;
            }

        .page_auction .page_con_1 .word-list .link {
            padding: 0 20px;
            font-family: "Microsoft YaHei";
            font-size: 16px;
            color: #010101;
            line-height: 48px;
        }

            .page_auction .page_con_1 .word-list .link:hover {
                color: #90181c;
            }

    .page_auction .page_con_2 a:link,
    .page_auction .page_con_2 a:visited,
    .page_auction .page_con_2 a:active {
        color: inherit;
    }

    .page_auction .page_con_2 a:hover {
        font-weight: bold;
    }

    .page_auction .page_con_2 .content {
        padding-top: 35px;
    }

        .page_auction .page_con_2 .content .commodity-box {
            position: relative;
            top: 0;
            width: 300px;
            background-color: #fff;
            margin-bottom: 20px;
            float: left;
            margin: 5px;
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
        }

            .page_auction .page_con_2 .content .commodity-box:hover {
                box-shadow: 0px 0px 15px 0px #666666;
                top: -5px;
            }

            .page_auction .page_con_2 .content .commodity-box .img-box {
                width: 100%;
                height: 300px;
                border-bottom: 1px solid #EEE;
            }

                .page_auction .page_con_2 .content .commodity-box .img-box img {
                    width: 100%;
                    height: 100%;
                }

            .page_auction .page_con_2 .content .commodity-box .title,
            .page_auction .page_con_2 .content .commodity-box .words {
                padding-left: 5px;
                padding-right: 5px;
            }

            .page_auction .page_con_2 .content .commodity-box .title {
                font-size: 16px;
                color: #000;
                line-height: 30px;
                border-top: 1px solid #f3f3f5;
            }

            .page_auction .page_con_2 .content .commodity-box .words {
                color: #666666;
                font-family: "Microsoft YaHei";
                font-size: 14px;
            }

                .page_auction .page_con_2 .content .commodity-box .words p.p {
                    line-height: 32px;
                    border-bottom: solid #EEE 1px;
                }

                .page_auction .page_con_2 .content .commodity-box .words .sp_1 {
                    width: 120px;
                    display: inline-block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    vertical-align: bottom;
                    border-right: solid #EEE 1px;
                }

                .page_auction .page_con_2 .content .commodity-box .words .times {
                    color: #666;
                    padding-left: 0px;
                }

                    .page_auction .page_con_2 .content .commodity-box .words .times span {
                        color: #90181c;
                    }

                .page_auction .page_con_2 .content .commodity-box .words .sp_2 {
                    color: #90181c;
                    padding-left: 5px;
                }

            .page_auction .page_con_2 .content .commodity-box .price {
                color: #90181c;
                padding-bottom: 15px;
                font-family: "Microsoft YaHei";
                font-size: 18px;
                padding-left: 5px;
                padding-top: 10px;
            }

                .page_auction .page_con_2 .content .commodity-box .price .fa-30px {
                    /* font-size: 30px; */
                    font-size: 24px;
                }

                .page_auction .page_con_2 .content .commodity-box .price .btn-link {
                    position: absolute;
                    right: 5px;
                    bottom: 15px;
                    padding: 5px 15px;
                    background: #90181c;
                    color: white;
                }

                .page_auction .page_con_2 .content .commodity-box .price .done {
                    background: gray;
                }

                .page_auction .page_con_2 .content .commodity-box .price .btn-link:hover {
                    background-color: #ab1116;
                    color: white;
                    font-weight: normal;
                }

        .page_auction .page_con_2 .content .m-0-2 {
            margin: 0 20px;
        }

    .page_auction .page_con_2 .search-panel,
    .page_auction .page_con_2 .market-panel {
        float: left;
    }

    .page_auction .page_con_2 .search-panel {
        width: 260px;
        padding-right: 20px;
    }

        .page_auction .page_con_2 .search-panel .title {
            position: relative;
        }

            .page_auction .page_con_2 .search-panel .title h1 {
                font-family: "Microsoft YaHei";
                font-size: 28px;
                color: #010101;
            }

            .page_auction .page_con_2 .search-panel .title .icon-sanjiao {
                display: block;
                width: 0;
                height: 0;
                border-width: 11px 11px 0;
                border-style: solid;
                border-color: #000 transparent transparent;
                /*黑 透明 透明 */
                position: absolute;
                right: 10px;
                bottom: 12px;
            }

        .page_auction .page_con_2 .search-panel .checkbox-list {
            padding-bottom: 10px;
            border-bottom: 1px solid #bfbfbf;
        }

            .page_auction .page_con_2 .search-panel .checkbox-list .list-row .btn-link {
                display: block;
                max-width: 130px;
                line-height: 48px;
                font-size: 18px;
            }

            .page_auction .page_con_2 .search-panel .checkbox-list .list-row .f_l {
                float: left;
                margin-right: 15px;
                width: 105px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .page_auction .page_con_2 .search-panel .checkbox-list .list-row .btn-link .checkbox {
                display: inline-block;
                width: 15px;
                height: 15px;
                border: 1px solid #90181c;
                margin: 0;
            }

            .page_auction .page_con_2 .search-panel .checkbox-list .list-row .btn-link.on i {
                background-color: #90181c;
            }

            .page_auction .page_con_2 .search-panel .checkbox-list .list-row .btn-link .span {
                margin-left: 10px;
            }

            .page_auction .page_con_2 .search-panel .checkbox-list .list-row .long {
                width: 160px;
            }

        .page_auction .page_con_2 .search-panel .form-dateTime {
            font-size: 0;
            border-bottom: 1px solid #bfbfbf;
            padding-bottom: 30px;
        }

            .page_auction .page_con_2 .search-panel .form-dateTime .to {
                display: inline-block;
                width: 30px;
                height: 30px;
                vertical-align: bottom;
                font-size: 22px;
                text-align: center;
                color: white;
                background-color: #90181c;
            }

            .page_auction .page_con_2 .search-panel .form-dateTime .input {
                display: inline-block;
                width: 43%;
                height: 30px;
                font-size: 14px;
                color: #666666;
                border: 1px solid #90181c;
                padding: 0 5px;
            }

.icon-arrow-left:before {
    content: "<";
}

.icon-arrow-right:before {
    content: ">";
}

.page_auction .page_con_2 .search-panel .form-dateTime .btn_link {
    font-size: 18px;
    color: inherit;
    display: inline-block;
    padding: 3px 45px;
    color: #90181c;
    border: 1px solid #90181c;
    margin-top: 35px;
    float: right;
}

.page_auction .page_con_2 .search-panel .recommend .btn-link {
    display: block;
    margin: 28px 0;
}

.page_auction .page_con_2 .search-panel .recommend .img-box {
    float: left;
    width: 72px;
    height: 72px;
}

.page_auction .page_con_2 .search-panel .recommend .word-list {
    position: relative;
    height: 72px;
    color: #2b2b2b;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    padding-left: 85px;
}

    .page_auction .page_con_2 .search-panel .recommend .word-list .p1 {
        line-height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .page_auction .page_con_2 .search-panel .recommend .word-list .p2 {
        position: absolute;
        bottom: 0;
        left: 85px;
    }

.page_auction .page_con_2 .search-panel .recommend .b-red {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #90181c;
    font-weight: bold;
}

.page_auction .page_con_2 .market-panel {
    position: relative;
    width: 940px;
    margin-bottom: 50px;
}

    .page_auction .page_con_2 .market-panel .top {
        border-left: 5px solid #90181c;
        padding-left: 20px;
        color: #000;
        padding-bottom: 5px;
        font-family: "Microsoft YaHei";
        font-size: 18px;
    }

        .page_auction .page_con_2 .market-panel .top .title {
            /*padding-bottom: 30px;*/
            display: none;
        }

        .page_auction .page_con_2 .market-panel .top .cons {
            color: #90181c;
            line-height: 50px;
        }

            .page_auction .page_con_2 .market-panel .top .cons .word-list {
                position: relative;
                top: 3px;
                display: inline-block;
                line-height: 26px;
                font-size: 14px;
            }

                .page_auction .page_con_2 .market-panel .top .cons .word-list .span {
                    border: 1px solid #90181c;
                    color: #90181c;
                    padding: 0px 15px;
                    border-radius: 15px;
                    display: inline-block;
                    vertical-align: text-bottom;
                    margin-right: 20px;
                }

                    .page_auction .page_con_2 .market-panel .top .cons .word-list .span .fa-remove {
                        cursor: pointer;
                    }

            .page_auction .page_con_2 .market-panel .top .cons .clearCons {
                font-family: "Microsoft YaHei";
                font-size: 16px;
            }

        .page_auction .page_con_2 .market-panel .top .search-box {
            position: absolute;
            top: 0px;
            right: 0px;
            height: 50px;
            padding: 12px 55px 12px 0px;
            border: 1px solid #000;
            border-radius: 15px;
        }

            .page_auction .page_con_2 .market-panel .top .search-box .input {
                border: 0;
                background-color: rgba(0, 0, 0, 0);
                padding-left: 10px;
            }

            .page_auction .page_con_2 .market-panel .top .search-box .iconfont {
                position: absolute;
                font-size: 28px;
                top: 5px;
                right: 12px;
                padding-left: 10px;
                border-left: 1px solid #000;
            }

.page_auction .page_con_2 .nav-page-list {
    text-align: right;
    min-height: 910px;
}

    .page_auction .page_con_2 .nav-page-list a:hover {
        font-weight: normal;
    }

    .page_auction .page_con_2 .nav-page-list .label {
        font-family: "Microsoft YaHei";
        font-size: 18px;
        color: #000;
        font-weight: normal;
    }

    .page_auction .page_con_2 .nav-page-list .page-jump {
        font-family: "Microsoft YaHei";
        font-size: 16px;
        width: 80px;
        margin: 0;
        padding: 9px 15px;
        border: 1px solid #90181c;
        background-color: #f3f3f5;
        vertical-align: baseline;
    }

    .page_auction .page_con_2 .nav-page-list a {
        font-family: "Microsoft YaHei";
        font-size: 16px;
        color: #000;
        margin: 0 4px;
        /* padding: 9px 10px; */
        padding: 9px 8px 9px 10px;
        border: 1px solid #90181c;
    }

    .page_auction .page_con_2 .nav-page-list .disabled, .page_auction .page_con_2 .nav-page-list .current {
        font-family: "Microsoft YaHei";
        font-size: 16px;
        color: #000;
        margin: 0 4px;
        /* padding: 9px 10px; */
        padding: 9px 8px 9px 10px;
        border: 1px solid #BBB;
    }

    .page_auction .page_con_2 .nav-page-list .prev,
    .page_auction .page_con_2 .nav-page-list .next {
        padding: 9px 15px;
    }

    .page_auction .page_con_2 .nav-page-list .str,
    .page_auction .page_con_2 .nav-page-list .end {
        padding: 9px 25px;
    }

.page_auction .page_con_2 .big-title {
    font-family: "Microsoft YaHei";
    font-size: 30px;
    letter-spacing: 5px;
    color: #000;
    margin: 80px 0 35px 0px;
}

.page_auction .page_con_2 .rec-historys .commodity-box {
    width: 290px;
    margin-right: 5px;
    margin-bottom: 0px;
}

    .page_auction .page_con_2 .rec-historys .commodity-box .words .times,
    .page_auction .page_con_2 .rec-historys .commodity-box .words .sp_2 {
        padding-left: 0;
    }

    .page_auction .page_con_2 .rec-historys .commodity-box .price .btn-link {
        right: 10px;
    }

    .page_auction .page_con_2 .rec-historys .commodity-box .price a:hover {
        font-weight: normal;
    }

.page_auction .page_con_2 .pay-process {
    margin-top: 90px;
    border-bottom: 1px solid #000;
    text-align: center;
    background-color: #fff;
}

    .page_auction .page_con_2 .pay-process .box {
        display: block;
        width: 10%;
        padding: 18px 0;
        margin: 0 75px;
        float: left;
    }

        .page_auction .page_con_2 .pay-process .box .img-box {
            width: 100%;
            height: 65px;
        }

            .page_auction .page_con_2 .pay-process .box .img-box img {
                margin: auto;
            }

        .page_auction .page_con_2 .pay-process .box p.p {
            color: #000;
            font-family: "Microsoft YaHei";
            font-size: 24px;
            line-height: 2;
        }

        .page_auction .page_con_2 .pay-process .box.mar-lef-0 {
            margin-left: 0;
        }

        .page_auction .page_con_2 .pay-process .box.mar-rig-0 {
            margin-right: 0;
        }

    .page_auction .page_con_2 .pay-process a:hover {
        font-weight: normal;
    }

    .page_auction .page_con_2 .pay-process .box {
        display: block;
        width: 10%;
        padding-top: 7px;
        margin: 18px 72px;
        transition: box-shadow 0.3s;
        float: left;
    }

        .page_auction .page_con_2 .pay-process .box .img-box {
            width: 100%;
            height: 65px;
        }

            .page_auction .page_con_2 .pay-process .box .img-box img {
                margin: auto;
            }

        .page_auction .page_con_2 .pay-process .box p.p {
            color: #000;
            font-family: "Microsoft YaHei";
            font-size: 24px;
            line-height: 2;
        }

        .page_auction .page_con_2 .pay-process .box:hover {
            box-shadow: 0px 0px 10px #333;
        }


.f_l {
    float: left;
}

.f_r {
    float: right;
}
