body{
    background: #fff !important;
    min-width: 1200px;
}
.mainwrap{
    margin:20px 0;
}
.filtrate-view{
    height: 75px;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
}
.sellbtn-view button{
    width: 100px;
    height: 35px;
    line-height: 35px;
    background: #DA3C2D;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}
.filtrate .all{
    width: 100px;
    height: 35px;
    color:#916E34;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #916E34;
}
.filtrate .optiona{
    font-size: 14px;
    color: #333;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 5px;
}
.filtrate .optiona.seled{
    background: #F1F1F1;
    border-radius: 4px;
}
.coinsview{
    display: grid;
    grid-template-columns: repeat(5,226px);
    grid-row-gap: 10px;
    grid-column-gap: 17px;
}
.coins-list{
    width: 226px;
    height: 321px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    box-sizing: border-box;
}
.coins-list img{
    width: 100%;
    height: 226px;
    background-size: contain;
    border-radius: 5px 5px 0 0;
}
.coins-list .h3{
    font-size: 16px;
    color: #333;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.coins-list .coininfo{
    font-size: 12px;
    padding: 0 10px;
    margin-top: 8px;
}
.coins-list .price{
    font-size: 14px;
    padding: 0 10px;
    margin-top: 8px;
}
.redcolor{
    color: #DA3C2D;
}
/*******出售********/
.tostore{
    font-size: 26px;
    color: #333;
    line-height: 45px;
    text-align: center;
    padding-top: 60px;
}
.tostore-intro{
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.tostore-intro .intro{
    display: flex;
    flex-wrap: nowrap;
    font-size: 18px;
    color: #555;
    padding: 0 28px;
    position: relative;
}
.tostore-intro .intro img{
    margin-right: 10px;
}
.tostore-intro .rightborder::before{
    content: "";
    width: 1px;
    height: 20px;
    background: #d8d8dd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.selling-way{
    width: 1200px;
    height: 380px;
    background: #F9F9F9;
    border-radius: 4px;
}
.sellway-tit{
    height:50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-top: 20px;
}
.sellway-tit span{
    position: relative;
}
.sellway-tit span::before{
    content: "";
    position: absolute;
    width: 88px;
    height: 1px;
    background: linear-gradient(270deg, #D8D8D8 0%, #EEEEEE 100%);
    left: -108px;
    top: 50%;
}
.sellway-tit span::after{
    content: "";
    position: absolute;
    width: 88px;
    height: 1px;
    background: linear-gradient(270deg, #D8D8D8 0%, #EEEEEE 100%);
    right: -108px;
    top: 50%;
}
.sellway-inner{
    padding: 0 110px;
    display: flex;
    justify-content: space-between;
}
.sellway-view{
    width: 450px;
    height: 260px;
    background: #fff;
    box-sizing: border-box;
    padding: 25px 46px 0;
}
.sellway-view .h2{
    font-size: 22px;
    margin-bottom: 10px;
}
.sellway-view .h2 span{
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}
.sellway-view .intro{
    height: 70px;
    margin-top: 10px;
}
.sellway-view .intro ul{
    display: flex;
    flex-wrap: wrap;
}
.sellway-view .intro ul li{
    width: 50%;
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #555;
}
.sellway-view .intro ul li img{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.btnview{
    width: 100%;
    height: 60px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnview button,.btnview a{
    width: 160px;
    height: 46px;
    background: #DA3C2D;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btnview button:hover,.btnview a:hover{
    background: #ee6f00;
}
/******商品详情*******/
.storedetail-top{
    height: 80px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.storedetail-left{
    width: 100%;
    font-size: 16px;
}
.bread-menu{
    height: 60px;
    display: flex;
    align-items: flex-end;
}
.bread-menu .havaarr{
    padding-right: 20px;
    position: relative;
    margin-right: 10px;
}
.bread-menu .havaarr::before{
    content: "";
    width: 8px;
    height: 14px;
    background: url(../../images/sell/breadmenu_arr.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.storedetail-right{
    width: 480px;
}
.storedetail-right .selled{
    width: 460px;
    height: 66px;
    line-height: 66px;
    background: #ccc;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    box-sizing: border-box;
}
.storedetail-right .selled.insale{
    color: #DA3C2D;
    border: 1px solid #DA3C2D;
    background: none;
}
.coininfo-view{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.coininfoview-left{
    width: 400px;
    height: 100%;
    padding-left: 10px;
}
.imgview img{
    width: 400px;
    height: 400px;
    background-size: contain;
    border-radius: 2px;
}
.imgslider{
    width: 340px;
    margin: 30px auto 0;
}
.imgslider ul{
    display: flex;
    flex-wrap: nowrap;
}
.imgslider ul li{
    width: 74px;
    height: 74px;
    margin:0 4px;
}
.imgslider ul img{
    width: 75px;
    height: 75px;
    background-size: contain;
}
.dmc-pre {
    border:1px solid #000;
    overflow-x:auto;
    background: #222;
    color: #fff;
    text-shadow: none;
  }
.connected-carousels .carousel-navigation li{
    padding: 0!important;
}
.connected-carousels .prev-navigation{
    left: -32px !important;
}
.connected-carousels .next-navigation{
    right: -32px!important;
}
.dmc-wrapper {
      max-width: 620px;
      padding: 0 20px 40px 20px;
      margin: auto;
  }
.largeimg-popview{
    width: 100%;
}

.coininfoview-right{
    margin-left: 20px;
    width: 760px;
}
.coininfoview-right .cointit{
    font-size: 22px;
    line-height: 30px;
    padding-right: 10px;
}
.coininfoview-right .rating{
    font-size: 18px;
    color: #666;
    margin-top: 9px;
    height: 56px;
    line-height: 28px;
    max-width: 100%;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dmc-price-goodsinfo{
    width: 100%;
    min-height: 160px;
    background: #f9f9f9;
    box-sizing: border-box;
    margin-top: 20px;
}
.price-view{
    height: 70px;
    font-size: 16px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 10px 0 30px;
}
.price-view .price{
    color: #DA3C2D;
    font-size: 24px;
    font-weight: bold;
}
.money-icon{
    font-size: 18px;
    font-style: normal;
}
.price-related{
    height: 40px;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 30px;
}
.price-related a{
    color: #333;
    font-size: 18px;
    padding-left: 23px;
    position: relative;
    margin-left: 6px;
    text-indent: -99999em;
}
.price-related a::before{
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    background: url(../../images/sell/newsprite2022.png) no-repeat center;
    background-position: -83px 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.price-related .sellattention::before{
    background-position: -55px 0;
}
.price-related .sellattention.yiguanzhu::before{
    background-position: -111px 0;
}
.commission{
    display: flex;
    flex-wrap: nowrap;
    height: 40px;
    align-items: center;
    font-size: 16px;
    color: #333;
    padding-left: 30px;
    margin-top: 4px;
    box-sizing: border-box;
}
.discount{
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    background: #FFEDEB;
    border-radius: 4px;
    font-size: 16px;
    color: #DA3C2D;
    margin-left: 10px;

border: 1px solid #DA3C2D;
}
.baozhang-view{
    width: 100%;
    height: 60px;
    background: #F9F9F9;
    border-radius: 4px;
    margin-top: 43px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.baozhang-view p{
    font-size: 14px;
    color: #666;
    padding-left: 35px;
    position: relative;
    margin-left: 20px;
}
.baozhang-view p::before{
    content: "";
    width: 25px;
    height: 25px;
    background: url(../../images/sell/yjlogo.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.baozhang-view p.p1{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-left: 40px;
    margin-right: 30px;
}
.baozhang-view .p2::before{
    background: url(../../images/sell/chayan.png) no-repeat center;
}
.baozhang-view .rightborder{
    padding-right: 30px;
}
.baozhang-view .rightborder::after{
    content: "";
    width: 1px;
    height: 20px;
    background: #d8d8d8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.baozhang-view .p3::before{
    background: url(../../images/sell/jianbie.png) no-repeat center;
}
.baozhang-view .p4::before{
    background: url(../../images/sell/baozhang.png) no-repeat center;
}
.platform{
    font-size: 16px;
    color: #333;
    height: 22px;
    line-height: 22px;
    margin-top: 20px;
}
.platform .chayan{
    color: #916E34;
    margin-left: 30px;
}
.buy-dicker{
    height: 64px;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
}
.buynow{
    width: 270px;
    height: 64px;
    background: #DA3C2D;
    border-radius: 4px;
    display: flex;
    flex-wrap: nowrap;
    font-size: 18px;
    color: #fff;
    margin-right: 30px;
}
.dicker{
    width: 260px;
    background:none;
    border: 1px solid #DA3C2D;
    color: #DA3C2D;
    box-sizing: border-box;
}

.buynow .buynow-left{
    width: 163px;
    text-align: center;
    position: relative;
}
.buynow .buynow-left::before{
    content: "";
    width: 1px;
    height: 40px;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.dicker .buynow-left::before{
    content: "";
    background: #DA3C2D;
}
.buynow .buynow-left p.selltotal{
    line-height: 20px;
    margin-top: 10px;
}
.buynow .buynow-left p.brokerage{
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}
.crossout{
    text-decoration: line-through;
}
.buynow-right{
    width: 106px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.coinsdetail-view{
    width: 100%;
    box-sizing: border-box;
    min-height: 400px;
    border: 1px solid #f5f5f5;
}
.coinsdetail-view .h2{
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    background: #F5F5F5;
    font-size: 20px;
    box-sizing: border-box;
}
.dmc-detailview{
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    color: #333;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
.dmc-detailview p{
    line-height: 20px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    font-size: 14px;
    margin-right: 1%;
    width: 32%;
    margin-bottom: 10px;

}
.dmc-detailview p span{
    margin-left: 5px;
    cursor: default;
}
.imgdetail{
    width: 100%;
    box-sizing: border-box;
    padding: 40px 150px;
}
.imgdetail img{
    max-width: 100%;
    background-size: contain;
    margin-bottom: 30px;
}
.imgdetail .tip{
    font-size: 16px;
    margin-bottom: 40px;
}
.dmc-faq{
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    border: 1px solid #F5F5F5;
    margin:40px 0 30px;
}
.dmc-faq .h2{
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    background: #F5F5F5;
    font-size: 20px;
}
.dmc-faq .wenda{
    padding:40px 50px 0 110px;
}
.dmc-faq .wenda h3{
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    position: relative;
}
.dmc-faq .wenda h3::before{
    content: "";
    width: 40px;
    height: 40px;
    background: url(../../images/sell/sudu.png) no-repeat center;
    left: -60px;
    top: 0;
    position: absolute;
}
.dmc-faq .wenda .fahuo{
    margin-top: 70px;
}
.dmc-faq .wenda .fahuo::before{
    background: url(../../images/sell/dizhi.png) no-repeat center;
}
.dmc-faq .wenda p{
    font-size: 18px;
}




