body {
    background: #fafafa !important;
}
.header-top {
    position: relative;
    z-index: 999;
}
.detail-left {
    color: #888;
    font-size: 16px;
}
.detail-left .line {
    border-bottom: 1px dotted #333;
    margin: 25px 0;
}
.detail-left h3 {
    margin: 30px 0;
}
.detail-left .info-i {
    color: #333;
}
.detail-left .msg,.detail-left .information {
    margin: 10px 0;
}
.detail-left .msg img{
    width: 14px;
    height: 14px;
    outline-offset: 1px;
    margin-right: 5px;
}
.detail-left .time {
    display: inline-block;
}
.detail-left img.time-img {
    vertical-align: top;
}
.detail-left .title {
    margin-right: 10px;
    flex: 0 0 70px;
}
.detail-left span {
    line-height: 18px;
    color: #333333;
    margin-left: 5px;
}
.information  {
    display: flex;
}
.container-fluid .content {
    background-color: #fff;
}
.container-fluid.d-main {
    padding-bottom: 20px;
}
.detail-right {
    padding: 0 40px;
}
.latest-bid,.hot-bid {
    background-color: #fff;
    padding: 6px 5px 10px 10px;
    border-radius: 8px;
}
.hot-bid {
    margin-top: 10px;
}
.latest-bid a,.hot-bid a {
    display: block;
    margin: 10px 0;
}
.content .address,.content .de {
    background-color: #FACB0C;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 2px;
}
.content .de {
    background-color: #F2F3F7;
}
.content .move-img .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}
.content .move-img {
    background-color: #000;
    position: sticky;
    top: 0;
    z-index: 99;
}
.content .move-img img{
    height: 67px;
    width: 100%;
    object-fit: cover;
}
.download-wrap {
    height: 246.42px;
    background-image: url("/static/img/download-bg.png");
    background-size: cover;
    padding: 6px 5px 10px 10px;
    margin-bottom: 19px;
    position: sticky;
    top: 0;
}
.download-wrap .title {
width: 328.06px;
height: 45.5px;
border: 1px solid #FFFFFF;
box-sizing: border-box;
border-radius: 11px;
margin: 0 auto;
line-height:  45.5px;
text-align: center;
font-size: 24px;
color: #FFFFFF;
}
.download-wrap .desc {
    font-size: 18px;
line-height: 25px;
color: #fff;
text-align: center;
margin-top: 3px;
}
.download-wrap .qr {
    display: flex;
    justify-content: center;
    margin-top: 6px;
}
.download-wrap .qr img {
    width: 98.37px;
    height: 99.64px;
    border: 1px solid #fff;
    padding: 3px;
}
.download-wrap .ios-qr ,.download-wrap .andr-qr {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.download-wrap .ios-qr {
    margin-right: 60px;
}
.header-top {
    margin-bottom: 0;
    box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.122432);
}
.main-content {
    color: #888888;
    margin-top: 45px;
    margin-bottom: 19px;
}
@media (max-width: 768px)  {
    .detail-right {
        padding: 0;
    }
    .latest-bid a,.hot-bid a {
        margin: 10px 0;
    }
    .right {
        background-color: #fff;
    }
}
@media (min-width: 992px) and (max-width: 1600px) {
    .d-main .col-md-4 {
        width: 36.3333%;
    }
    .d-main .col-md-8 {
        width: 63.6667%;
    }
}
@media (min-width: 1200px){
    .d-main .col-lg-1 {
        width: 3.333333%;;
    }
    .d-main .col-lg-3 {
       min-width: 330px;
       width: 30%;
    }
}
@media (min-width: 1600px){
    .d-main .col-lg-1 {
        width: 8.333333%;;
    }
    .d-main .col-lg-3 {
       /* min-width: 330px; */
       width: 25%;
    }
}
