
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: 32px;
}

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

.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: 167px;
    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: 14px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 5px;
}
.info-price-left-price-text>span:nth-child(1){

}
.info-price-left-price-text>span:nth-child(2){
    font-size: 21px;
    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: 17px;
    font-weight: 500;
    text-align: right;
    color: #ffffff;
}
.info-price-right>p{

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

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

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

.item-li-label {
    min-width: 72px;
    font-size: 18px;
    text-align: left;
    color: #999999;
    margin-right: 11px;
}

.item-li-value {
}

.item-li-value-span {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    color: #333333;
    padding: 7px 12px;
    display: inline-block;
    cursor: pointer;
}

.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;
    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;
}

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

.detail-list-title {
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    margin-bottom: 29px;
}

.detail-list-item {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 19px 33px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 27px;
}

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

.list-item-left {
    flex: 1;

}

.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;

}

.list-item-right {

}

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

.list-item-right-vip {
    display: inline-block;
    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;
}





















