/* 这里 */
.historydeals{
    width: 1200px;
    height: 706px;
    background: url(../../images/history/history_bookbg.png) no-repeat center;
    background-size: contain;
}
.historydeals-inner{
    display: flex;
    flex-direction: row;
}
.dealinner-left{
    width: 500px;
    height: 620px;
    margin: 50px 50px 25px 50px;
}
/****左侧图片显示***/
.connected-carousels .stage{
    width: 500px;
    height:500px;
}
.connected-carousels .carousel{
    background: none;
}
.connected-carousels .carousel-navigation li{
    padding: 0;
    border: 2px solid transparent;
}
.connected-carousels .carousel-navigation li.active,.connected-carousels .carousel-navigation li:hover{
    border: 2px solid #be0000;
}
.connected-carousels .navigation {
    position: relative;
    width: 475px;
    margin: 20px auto 0;
}
.connected-carousels .prev-navigation{
    left: -25px;
}
.connected-carousels .next-navigation{
    right: -30px;
}
.imgslider ul li{
    margin: 0px 6px;
}
.imgslider ul img{
    width: 80px;
    height: 80px;
}
.control_show_hide{
    width: 500px;
    height: 500px;
}
.control_show_hide img{
    width: 500px;
    height: 500px;
}
.image-list {
    width: 500px;
    margin: 20px 0px;
    position: relative;
    cursor: pointer;
}
.image-list-inner {
    width: 480px;
    height: 84px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
}
.image-list-inner ul{
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.image-list-inner ul li{
    float: left;
    margin: 0px 6px;
}
.image-list-inner ul li a{
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
}
.image-list-inner ul li img{
    width: 80px;
    height: 80px;
}
.image-list-inner ul li.current a, .image-list-inner ul li a:hover {
    border-color: #be0000;
}
/****右侧****/
.dealinner-right{
    margin: 36px 53px 25px 46px;
    width: 500px;
}
.dealinner-right .logoview{
    height: 33px;
    margin-bottom: 15px;
}
.dealinner-right .logoview img{
    margin-left: auto;
}
.name-info{
    min-height: 133px;
}
.dealinner-right .goodsname{
    font-size: 20px;
    color: #C08F1E;
    line-height: 28px;
    margin-bottom: 9px;
    font-weight: 600;
}
.dealinner-right .goodsinfo{
    font-size: 14px;
    color: #666;
}
.goodsinfo p{
    line-height: 20px;
}
.oneline p{
    margin-bottom: 9px;
}
.twocolumns,.threecolumns{
    display: flex;
    flex-wrap: wrap;
}
.twocolumns p{
    margin-right: 80px;
}
.threecolumns p{
    width: 32%;
    margin-right: 1%;

}
.dealdetail-view{
    width: 100%;
    height: 190px;
    box-sizing: border-box;
    background: #F5F5F5;
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    padding: 30px 30px 0 28px;
}
.dealdetail-left p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.dealdetail-left .size18{
    font-size: 18px;
}
.dealdetail-left .size18 .moneyicon{
    font-size: 14px;
}
.redcolor{
    color: #DA3C2D;
}
.dealdetail-right{
    width: 138px;
    margin-left: auto;
}
.dealdetail-right img{
    width: 138px;
    height: 121px;
    background-size: contain;
}
.shareview{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
/**分享***/
.bdsharebuttonbox{
    display: flex;
    height: 30px;
    align-items: center;
}
.shareleft .bdsharebuttonbox a{
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 10px;
}
.bdsharebuttonbox .end_text{
    font-size: 16px;
    color: #333;
}
.bdsharebuttonbox a.bds_weixin{
    background: url(../../images/history/deal_share_weixin_icon.png) no-repeat;
    background-size: contain;
}
.bdsharebuttonbox a.bds_sqq{
    background: url(../../images/history/deal_share_qq_icon.png) no-repeat;
    background-size: contain;
}
.bdsharebuttonbox a.bds_qzone{
    background: url(../../images/history/deal_share_qzone_icon.png) no-repeat;
    background-size: contain;
}
.bdsharebuttonbox a.bds_tsina{
    background: url(../../images/history/deal_share_weibo_icon.png) no-repeat;
    background-size: contain;
}
/**分享 end***/
.shareright p{
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.sell-deal{
    color: #3C6DBA;
    border:1px solid #3C6DBA;
}
.askbuy-deal{
    color: #916E34;
    border: 1px solid #916E34;
}
.auction-deal{
    color: #DA3C2D;
    border: 1px solid #DA3C2D;
}
.baozhang-view{
    width: 100%;
    height: 162px;
    background: #F1F1F1;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 21px 28px 0;
}
.baozhang-view .p1{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-left: 28px;
    position: relative;
}
.baozhang-view .p1::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../../images/sell/yjlogo.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.baozhang-view .baozhang{
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}
.baozhang-view .baozhang .box{
    width: 140px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
}
.baozhang-view .baozhang .box img{
    width: 24px;
    height: 24px;
    margin-top: 15px;
}
.baozhang-view .baozhang .box p{
    margin-top: 8px;
}
/***出价记录***/
.bid-record{
    width: 100%;
    height: 162px;
    background: #F1F1F1;
    border-radius: 8px;
}
.bidtit{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    font-weight: 500;
    color: #555;
}
.bidtit .bidmore{
    font-size: 12px;
    color: #333;
    position: absolute;
    right: 20px;
}
.theadview{
    height: 30px;
    background: #E5E5E5;
    display: flex;
    flex-direction: row;
}
.theadview p{
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #666;
}
.theadview .p1{
    width: 24%;
}
.theadview .p2,.theadview .p3{
    width: 22%;
}
.theadview .p4{
    width: 32%;
}
.trview{
    background: none;
    height: 26px;
    line-height: 26px;
    margin-top: 10px;
}
.trview .p2,.trview .p3{
    color: #004E96;
}
.trview .p1 span{
    width: 76px;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
}
.trview .p1 .chengjiao{
    background: #D70107;
    color: #FFF2A7;
}
.trview .p1 .chuju{
    background: #004E96;
    color: #FFF2A7;
}
.firstline .p2,.firstline .p3{
    color: #B31D4E;
}
/****右侧出价记录弹框****/
.rightbidlist-pop{
    height: 100%;
    background: #F9F9F9;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100000;
    width: 0px;
    overflow: hidden;
    -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, .4);
    -moz-box-shadow: -10px 0 20px rgba(0, 0, 0, .4);
    box-shadow: -10px 0 20px rgba(0, 0, 0, .4);
    text-align: center;
}
.rightasideWrap{
    padding: 40px 22px;
    position: relative;
}
.rightasideWrap .closebid{
    width: 22px;
    height: 22px;
    background: url(../../images/history/deal_bidclose.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 30px;
    top: 30px;
}
.rightbidtit{
    line-height: 32px;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}
.rightbid-table{
    color: #555;
    font-size: 14px;
}
.rightbid-table tr{
    height: 40px;
}
.rightbid-table thead tr {
    background: #EFE6D5;
}
.rightbid-table tbody tr:nth-child(even){
    background: #f9f6eb;
}
.rightbid-table  .chengjiao span{
    display: inline-block;
    background: #D70007;
    color: #fcec93;
    height: 26px;
    width: 76px;
    text-align: center;
    line-height: 26px;
    border-radius: 2px;
}

/* 料价币溢价幅度 */
.record_detail_text_6 {
    border: 1px solid;
    overflow-wrap: break-word;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 12px;
    margin-left: 5px;
    font-style: normal;
    padding: 1px 1px 1px 1px;
}

.detail-plus-or-minus-title-default {
    border-color: #1456F0;
    color: #1456F0;
}

.detail-plus-or-minus-title-positive {
    border-color: rgba(218, 60, 45, 1);
    color: rgba(218, 60, 45, 1);
}




