
.ssmb-main {
    margin-top: 144px;

}

.top-banner {
    cursor: pointer;
    position: relative;
}

.top-banner > img {
    width: 1200px;
    height: 246px;
}
.top-banner-text{
    position: absolute;
    top: 80px;
    left: 96px;
}
.top-banner-text > p:first-child {
    height: 48px;
    line-height: 48px;
    font-size: 36px;
    font-family: DOUYU, DOUYU-Regular;
    font-weight: 400;
    text-align: left;
    color: #2d3755;
    margin-bottom: 11px;
}
.top-banner-text > p:last-child {
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    font-family: PingFang HK, PingFang HK-Regular;
    font-weight: 400;
    text-align: left;
    color: #2d3755;
}

.top-banner-ewm{
    position: absolute;
    top: 45px;
    right: 120px;
    width: 120px;
    height: 120px;
    background: #ffffff;
}
.top-banner-ewm > img{
    width: 100%;
    height: 100%;
}

/**
切签
 */
.dier-tab {
    margin-top: -28px !important;

}
.more-none{
    display: none;
}
.more-type {
    position: absolute;
    /*right: -75px;*/
    right: -159px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #2d3755;
    cursor: pointer;
}
.xiala-tab{
    margin-left: -3px;
    font-size: 23px;
}
.tab-main {
    margin-top: 42px;
    display: flex;

    border-bottom: 1px solid #d8d8d8;
    justify-content: space-between;
    margin-bottom: 30px;
}

.ssmb-tab {
    /*margin-bottom: 50px;*/
    height: 60px;
    line-height: 60px;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    position: relative;
}

.tab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-right: 44px;
    cursor: pointer;
    height: 60px;
}

.tab-p {
    height: 33px;
    font-size: 18px;
    text-align: left;
    color: #333333;
    min-width: 98px;
    text-align: center;
}

.tab-active {
    font-weight: 700;
    color: #2d3755;
    /*font-size: 24px;*/
}

.tab-line {
    width: 100%;
    min-width: 98px;
    height: 4px;
    background: #2d3755;
    display: none;
}

.case-count {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #7e889a;
}

.tab-container {
    display: block;
    margin-bottom: 42px;
}

.tab-content {
    display: none; /* Initially hide all tab content */
}

.tab-line-show {
    display: inline-block;
}

.tab-content-active {
    display: block;
}


















.qa-card-main{
    display: grid;
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-template-columns: repeat(4, minmax(280px, 1fr)); /* 最小宽度为100px，最大宽度等分 */

    column-gap: 20px;
    row-gap: 20px;
}
.qa-card-item{
    padding: 14px 16px 25px;
    /* max-height: 419px; */
    background: #ffffff;
    /* border: 1px solid #e2e2e2; */
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.02);
    cursor: pointer;
    border-radius: 7px;

}
.qa-card-item-title{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600 !important;
}
.qa-card-item-title>p{
    width: 246px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qa-card-item-title>div:first-child{
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #333333;
}
.qa-card-item-desc{
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #999999;
    margin-bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 20px;
}
.qa-card-item-list{
    margin-bottom: 27px;

}
.qa-card-item-ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 15px;
}
.qa-card-item-ul-li{
    flex:1;
    text-align: left;
    border-bottom: 1px solid #f4f4f4;
}
.qa-card-item-ul-li>div:first-child{
    margin-bottom: 5px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    font-size: 12px;

}
.qa-card-item-ul-li>div:last-child{
    margin-bottom: 11px;
    font-weight: 500;
    text-align: left;
    color: #999999;
    font-size: 12px;

}


.qa-card-price-btns{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 29px;
}
.qa-card-price{
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #e96d20;
}
.qa-card-price-num{
    /*width: 117px;*/
    /*height: 30px;*/
    background: linear-gradient(90deg,#ffdbb4, #ffffff);
    border-radius: 15px;
}
.qa-card-price-num>p{
    /*line-height: 30px;*/
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #999999;

    padding: 7px 21px;

}

.qa-card-price-buy{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 30px;
    text-align: center;
}
.qa-go{
    width: 158px;
    height: 30px;
    background: #f8f8f8;
    padding: 4px 13px;
    color: #999999;
    border-radius: 50px;
    font-size: 12px;
    margin-right: 10px;
}
.qa-buy{
    width:  304px;
    height: 30px;
    background: linear-gradient(270deg,#2d3755 , #8e98b7);
    padding: 4px 13px;
    color: #f8f8f8;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
