
body {
    background: #F2F4F7;
}

.detail-main {
    /*margin-top: 192px;*/
    margin-top: 44px;
}

.detail-top-card {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 18px;
}

.detail-top-card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 267px;
    background: #ffffff;
    border-radius: 10px;
}

.detail-top-card-item > h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    height: 25px;
}

.detail-top-card-item > p {
    font-size: 18px;
    text-align: center;
    color: #999999;
}


.detail-info-card {
    min-height: 648px;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 18px;
}

.detail-info-card-main {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.detail-info-cover {
    width: 580px;
    height: 648px;
    background: #eaeaea;
    border-radius: 20px;
    margin-right: 20px;
    position: relative;
}

.detail-cover {
    width: 100%;
    height: 100%;
}


.detail-info-info {
    flex: 1;
    cursor: pointer;
}

.info-vip-tips {
    height: 60px;
    line-height: 60px;
    background: linear-gradient(90deg, #ffdbb4, #ffecd6);
    border-radius: 10px;

    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;

    padding: 0px 16px;

    margin-bottom: 25px;

}

.info-vip-tips > p {
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    text-align: left;
    color: #12192c;
}

.info-vip-tips > a {
    display: inline-block;
    width: 127px;
    height: 40px;
    line-height: 40px;
    background: #333333;
    border-radius: 10px;

    font-size: 18px;
    text-align: center;
    color: #ffffff;
}

.info-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 18px;
}

.info-title > h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    color: #333333;
    margin-bottom: 3px;
}

.info-title > p {
    font-size: 18px;
    text-align: left;
    color: #e96d20;
}

.info-price {
    font-size: 38px;
    font-family: DIN, DIN-Black;
    font-weight: 900;
    text-align: left;
    color: #e92020;

    margin-bottom: 30px;
}

.info-price-bg{
    background: url("../img/ssmb/ssmb_price_bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.info-price-left{

}
.info-price-left-price{

}
.info-price-left-price-text{
    font-size: 16px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 15px;
}
.info-price-left-price-text>span:nth-child(1){

}
.info-price-left-price-text>span:nth-child(2){
    font-size: 24px;
    font-weight: 700;
}
.info-price-left-price-text>span:nth-child(3){
    margin: 0px 9px;
    color: #ddddddcf;
}

.info-price-left-price-vip-text{
    font-size: 17px;
    font-weight: 900;
    text-align: left;
    color: #ffffff;
}
.info-price-left-price-vip-text>span{
    font-size: 17px;
    font-weight: 900;
    text-align: left;
    color: #ebce92;
}
.info-price-left-xiajiang{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #a56f00;
    background: #fff;
    padding: 2px 5px;
    width: 99px;
    border-radius: 5px;
    justify-content: center;
}
.info-price-left-xiajiang >img{
    width: 24px;
    height: 24px;
    margin-right: 3px;
}
.info-price-right{
    font-size: 16px;
    text-align: right;
    color: #ffffff;
}
.info-price-right>span{
    font-size: 24px;
    font-weight: 700;
}
.info-price-right>p{

}
.info-price-right-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}


.info-tb-price{
    background: url("../img/ssmb/fw_detail_bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    padding: 25px 15px;
    color: #fff;
    position: relative;
}
.fw_detail_shandian{
    position: absolute;
    top: 0;
    right: 120px;
    width: 74px;
}
.info-tb-price-left{
    font-size: 36px;
    font-weight: bold;
}
.info-tb-price-right{
    font-size: 18px;
    font-weight: 500;
    /*transform: skewX(-10deg) ;*/
}

.info-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}

.item-li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 8px;
}
.item-li-flex-start{
    align-items: flex-start;
}

.item-li-label {
    font-size: 18px;
    text-align: left;
    color: #999999;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.item-li-label-icon{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.item-li-value {
}

.item-li-value-span {
    background: #ffffff;
    font-size: 18px;
    border-radius: 10px;
    color: #333333;
    /*padding: 7px 12px;*/
    display: inline-block;
    cursor: pointer;
}

.item-li-value-span-fuwu{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.item-li-value-span-fuwu-hr{
    background-color: #ebebeb;
    display: inline-block;
    height: 12px;
    margin: 0 8px;
    transform: translateY(1px);
    width: 1px;
}
.item-li-value-span-fuwu >span{

}

.mb10{
    margin-bottom: 10px;
}
.ssmb_type{
    border: 1px solid #d8d8d8;
    font-size: 16px;
}
.item-li-value-span-active {
    border: 1px solid #2d3755;

}


.info-buy-num {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.info-buy-num-title {
    margin-right: 20px;
}

.info-buy-num-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 17px;
}

.num-btn {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    border-right: 1px solid #ccc;
}

.num-btn:last-child {
    border-right: none;
    border-left: 1px solid #ccc;
}


.num-btn:hover {
    /*background-color: #e0e0e0;*/
}

.num-btn:disabled {
    /*background-color: #ccc;*/
    cursor: not-allowed;
}

.num-input {
    width: 40px;
    height: 35px;
    text-align: center;
    border: none;
    outline: none;
}

.info-buy-num-status {
    /*margin-left: 20px;*/
    font-size: 18px;
    color: #333333;
}

.info-buy-btns {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.contact-btn, .buy-btn {
    /*width: 222px;*/
    width: 277px;
    height: 57px;
    line-height: 57px;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    color: #f8f8f8;

}

.contact-btn {
    background: linear-gradient(90deg, #f0a455, #d75037);
    border-radius: 10px 0px 0px 10px;
}

.buy-btn {
    background: linear-gradient(270deg, #2d3755, #7e889a);
    border-radius: 0px 10px 10px 0px;
}

.contact-btn:hover, .buy-btn:hover {
    opacity: 0.9;
}

/**
服务商商报价
 */
.fuwu-list{
    background: #fff;
    padding: 24px 31px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.fuwu-list-title{
    font-size: 20px;
    margin-bottom: 20px;
    color: #949494;
}
.fuwu-list-main{

}
.fuwu-list-item{
    display: grid;
    grid-template-columns: 2.5fr 1.5fr;
    align-items: center;
    background: #F4F4F4;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    cursor: pointer;

}
.fuwu-list-item:hover{
    /*box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 20px rgba(16, 85, 189, .1);*/
    /*transform: translate(0, -.25rem) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);*/
}
.fuwu-item-title{
    font-size: 24px;
    display: flex;
    flex-wrap: nowrap;

}
.fuwu-item-info-main{
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*justify-content: space-between;*/
    /*margin-left: 130px;*/
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.fuwu-item-info{
    /*flex: 1;*/
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 35px;

}
.fuwu-item-info p:first-child{
    /*margin-bottom: 8px;*/
    color: #e96d20;
    font-size: 24px;
}
.fuwu-item-info p:last-child{
    font-size: 18px;
    color: #999999;
}
.fuwu-item-btn{
    display: flex;
    justify-content: flex-end;
}
.fuwu-item-btn a{
    background: linear-gradient(180deg,#2d3755, #7e889a);
    color: #fff;
    border-radius: 6px;
    padding: 8px 15px;
    text-align: center;
    cursor: pointer;
}
.fuwu-item-btn a:hover ,.info-vip-tips > a:hover{
    opacity: 0.8;
}














.detail-list {
    background: #ffffff;
    border-radius: 10px;
    padding: 24px 31px;
    margin-bottom: 74px;
}

.detail-list-title {
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    text-align: left;
    color: #333333;
    margin-bottom: 29px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}


/* 添加到 ssmb_detail_2025.css 文件中 */
.gundong_tips {
    height: 24px;
    overflow: hidden;
    position: relative;
}

.scroll-container {
    height: 24px;
    overflow: hidden;
    position: relative;
}

.scroll-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    transition: top 0.5s ease;

}

.scroll-item {
    display: flex;
    align-items: center;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}

.avatar-small {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    object-fit: cover;
}








.detail-list-item {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 19px 33px;
    display: flex;
   flex-direction: column;
    margin-bottom: 27px;
    cursor: pointer;

}

.list-item-right-vip:hover {
    opacity: 0.9;
}

.detail-list-item-center {
    align-items: center;
}
.detail-list-item-start {
    align-items: flex-start;
}
.detail-list-item-end {
    align-items: flex-end;
}

.list-item-left {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.list-item-left-title {
    /*height: 33px;*/
    /*line-height: 33px;*/
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #333333;
    /*margin-bottom: 20px;*/
}

.list-item-left-content {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #999999;
    margin-right: 20px;
    display: flex;

}

.list-item-left-content-padding {
    padding-left: 20px;
}

.flex-column {
    flex-direction: column;
    max-width: 780px;
}

.list-item-left-content > a {
    font-size: 18px;
    text-align: left;
    color: #576b95;
    margin-left: 23px;
}

.list-item-left-content,
.list-item-left-content p,
.list-item-left-content h1,
.list-item-left-content h2,
.list-item-left-content h3,
.list-item-left-content h4,
.list-item-left-content h5,
.list-item-left-content h6,
.list-item-left-content span,
.list-item-left-content strong,
.list-item-left-content em,
.list-item-left-content b,
.list-item-left-content i {
    font-family: 宋体, sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
    line-height: 20px;
    background: #F4F4F4 !important;
    font-weight: 500!important;
}

.list-item-right {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.rate-title{
    font-size: 18px;
    margin-right: 30px;
    color:  #999999;
}

.list-item-right-time {
    font-size: 18px;
    color: #999999;
}

.list-item-right-vip {
    display: inline-block;

    width: 180px;
    /*height: 40px;*/
    /*line-height: 40px;*/

    /*width: 210px;*/
    height: 50px;
    line-height: 50px;
    background: linear-gradient(90deg, #2d3755, #7e889a);
    border-radius: 6px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.list-item-right-vip-right-icon{
    width: 20px;
    height: 20px;
}





















