 
.main_box{
    flex: 1; 
    margin: auto; 
    margin-bottom: 40px;
    width: 1200px;
    
}

/* 相似列表 */
.result_list{ 
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    width: 1200px;
}
.result_list .xiangsi_title{
    font-weight: 600;
    padding: 24px 30px 0 30px;
    font-size: 20px;
    margin-bottom: 16px;
}
.wangdian_card.nohover::after{
    display: none;

}
.wangdian_card.nohover:hover{
    box-shadow: none;
}
.wangdian_card .shuxing{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 26px;
}
.wangdian_card .shuxing img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.wangdian_name {
    width: 900px; 
}
.base_info{
    width: 900px; 
}
.wangdian_card .info_line{
    max-width: 900px;
}
.wangdian_card .wangdianphoto{
    width: 120px;
    height: 120px;
    border-radius: 20px;
    background-color: pink;
    position: absolute;
    right: 30px;
    top: 31px;
}

.wrap_info{
    background-color: white;
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-radius: 12px;
}


.banshi_box{
    border: 1px solid #E8E8E8;
    margin: 0 30px;
    margin-bottom: 30px;
    padding: 24px;
    border-radius: 20px; 
}
.banshi_box .banshi_title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 26px;
}
.banshi_box .banshi_title .tips{
    font-size: 14px;
    font-weight: 500;
    color: #999;
    margin-left: 16px;
}
.detail_banshi{
    display: flex;
    flex-wrap: wrap
}
.detail_banshi .item{
   
    min-height: 48px;
    background-color: #f7f7f7;
    color: #333;
    font-size: 16px; 
    display: flex;
    align-items: center; 
    justify-content: center;
    margin-right: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    padding: 8px 16px;
    line-height: 26px !important;
}
.line_in3 .item{
    width: 340px;
}
.line_in4 .item{
    width: 250px;
}

.detail_banshi .item:hover{
    color: #f60;
    background-color: #FFF5EE;
}
.line_in3 .item:nth-child(3n){
    margin-right: 0;
}
.line_in4 .item:nth-child(4n){
    margin-right: 0;
}

#container{
    width: 1140px;
    height: 240px;
    /* background-color: pink; */
    margin-left: 30px;
    margin-bottom: 30px;
}