@charset "UTF-8";
.main-area{
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}
.main-left{
    float: left;
    width: 25%;
}
.main-right{
    float: right;
    width: 70%;
}
.main-area>div>div{
    background-color: white;
    border-top: 2px solid #cccccc;
    margin-bottom: 20px;
}
.main-title{
    color: #7aac4b;
    font-size: .24rem;
    height: 60px;
    line-height: 60px;
    border-top: #7aac4b 2px solid;
    width: fit-content;
    margin: 0;
    padding: 0 20px;
}
.main-left li{
    line-height: 50px;
    padding: 0 20px;
    border-top: 1px solid #cccccc;
    font-size: .16rem;
}
.main-content{
    padding: 10px 20px;
    border-top: 1px solid #cccccc;
}
.jj{
    overflow: hidden;
}
#JJ img{
    float: left;
    width: 40%;
    margin-right: 20px;
}
#JJ{
    font-size: .16rem;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
}
#buy li{
    list-style: disc;
    color: #7aac4b;
    font-size: .16rem;
    line-height: 30px;
}
#buy{
    padding: 5px 80px;
}
.sold{
    overflow: hidden;
    margin: 15px 0;
    font-size: .16rem;
}
.sold div{
    float: left;
    width: 25%;
    text-align: center;
}
.sold img{
    width: 90%;
    height: 106px;
}
.main-left img{
    height: 18px;
    margin-top: -4px;
}