.ykm-class-title {
    font-size: 1.125rem;
    color: #000;
    text-align: center;
    margin: 1rem 0;
}

.ykm-check-more {
    display: block;
    width: 100%;
    font-size:.625rem;
    color: #3c3c3c;
    height: 1.46875rem;
    line-height: 1.46875rem;
    text-align: center;
    background-color: #eee;
}

.ykm-index-box {
    margin: .3rem .3rem;
    overflow: hidden;
}

.ykm-tabBox {
    overflow: hidden;
}

.ykm-tabBox .hd {
    overflow: hidden;
}

.ykm-tabBox .hd ul {
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
}

.ykm-tabBox .hd ul li {
    vertical-align: top;
    color: #3c3c3c;
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin: 0 .9rem;
}

.ykm-tabBox .hd ul li.on {
    font-weight: bold;
    color: #000;
    border-bottom: 3px solid #ff5000;
}

.ykm-tabBox .bd ul {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.ykm-tabBox .bd ul li {
    width:310px;
    height:470px;
    margin-left: 20px;
    background-color: white;
    margin-bottom: 30px;
    border-radius: 20px;
}

.ykm-tabBox .bd ul li .pic {
    margin-left: 10px;
    margin-top: 10px;
}

.ykm-tabBox .bd ul li .pic img {
    width: 290px;
    height: auto;
}

.ykm-tabBox .bd ul li .tit {
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ykm-tabBox .bd ul li .tit a {
    color: #000;
}

.ykm-tabBox .bd ul li .tit .title{
    margin-top: 16px;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ykm-tabBox .bd ul li .tit .price{
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #f87d00;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ykm-tabBox .bd ul li .tit .ssss{
    margin-left: 10px;
    font-size: 14px;
    white-space: nowrap;
    color: #333;
}

.ykm-tabBox .bd ul li .tit .syjd{
    font-size: 14px;
    white-space: nowrap;
    color: #808080;
}







.ykm-tabBox .bd ul li .more {
    font-size: .5625rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ykm-tabBox .bd ul li .more a {
    color: #3c3c3c;
    padding-left: 0.46875rem;
    background: url(../image/ykm-a-jt-bg.jpg) no-repeat left center;
    background-size: 9%;
}


.ykm-discount-box {
    overflow: hidden;
}

.ykm-discount-box li {
    font-size: 0;
    position: relative;
    margin-bottom: 1rem;
}

.ykm-discount-box li img {
    width: 100%;
    height: 10.0625rem;
}

.ykm-discount-box li .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    background: url(../image/ykm-tit-gray-bg.png);
    color: #fff;
    font-size: .75rem;
    padding: .46875rem 5% .5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ykm-market-box {
    overflow: hidden;
}

.ykm-market-box li {
    font-size: 0;
    position: relative;
    margin-bottom: 1rem;
}

.ykm-market-box li img {
    width: 100%;
    height: 10.0625rem;
    margin-bottom: .625rem;
}

.ykm-market-box li .tit {
    color: #1e1e1e;
    font-size: .75rem;
    margin-bottom: .375rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ykm-market-box li .jj {
    font-size: .5625rem;
    color: #878787;
}