.topBanner .banner-title,.topBanner .banner-desc{
    color:white;
}
.topBanner{
    background: url("img/idc_show_banner.png") no-repeat center;
    background-size: cover;
}
body{
    background: #f1f3f5;
}
.buy-ask{
    display: flex;
    flex-direction: column;
}
.buy-ask>div{
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 0.69rem;
    padding-left: 0.62rem;
    justify-content: center;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 0.17rem;
    margin-bottom:0.12rem;
    position: relative;
}
.buy-ask .title{
    font-size: 0.13rem;
    font-weight: 400;
    color: #333333;
    margin-bottom:0.05rem;
}
.buy-ask .desc,.buy-ask .desc a{
    font-size: 0.11rem;
    font-weight: bold;
    color: #333333;
}
.buy-ask .icon-1{
    background-image: url("show/8-1.png");
    background-size: 0.3rem ;
}
.buy-ask .icon-2{
    background-image: url("show/8-2.png");
    background-size: 0.32rem ;
}
.buy-ask .icon-3{
    background-image: url("show/8-3.png");
    background-size: 0.35rem ;
}
.buy-ask .wx-qr-code{
    display: flex;
    /*background: url("show/w-chat2.jpg");*/
    background: white;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 0px 10px 0px rgb(192 192 192 / 40%);
    /*background-size: cover;*/
    width: 1.2rem;
    height: 1.2rem;
    z-index: 2;
    position: absolute;
    bottom: 55px;
    left: 20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
.buy-ask .wx-qr-code img{
    width: 95%;
    height: 95%;
    display: block;
}
.buy-ask>div:hover .wx-qr-code{
    opacity: 1;
    visibility: visible;
}
.idc-show-bottom-nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 0.11rem;
    font-weight: 400;
    color: #444444;
    border-bottom:0.01rem solid #D8DBE4;
    padding-bottom:0.1rem;
}
.idc-show-bottom-nav>div{
    position: relative;
}
.idc-show-bottom-nav>div.active:after{
    content:'';
    display: block;
    position: absolute;

    width: 0.42rem;
    height: 0.01rem;
    background: #C7000B;
    bottom:-0.1rem;
}
.idc-show-bottom-body{
    background: white;
    padding:0.22rem 0.15rem 0.34rem 0.15rem;
    margin-top:0.2rem
}
.idc-show-bottom-body .fwb{
    font-size: 0.11rem;
    font-weight: 400;
    color: #444444;
    line-height: 0.18rem;
}
.idc-show-bottom-body img{
    display: block;
    width: 100%;
    margin-top:0.22rem;
}
.idc-show-content,.idc-show-content a,.idc-show-content p,.idc-show-content span,.idc-show-content div{
    font-size: 0.12rem!important;
    line-height: 0.22rem!important;
}
.idc-show-content img{
    max-width: 100%!important;
    height: auto!important;
}