.merchant .pic img{
    width: 100%;
    height: 350px;
}
.merchant .words{
    margin-top: 20px;
    /* border:1px solid #333; */
}
.merchant .words .title{
    font-size: 18px;
    font-weight: 800;
    padding-left: 5px;
    line-height: 1;
    border-left: 5px solid rgb(201,126,33); 
    /* margin-bottom: 10px; */
}
.merchant .words p:nth-child(2){
    font-size: 16px;
    line-height: 1.5;
    margin:10px 0;
}
.merchant .icons{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center; 
    justify-content: center; 
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    display: -webkit-box;
    -webkit-box-pack: center;

    margin: 30px 10px;
    /* border:1px solid #333; */
    
}
.merchant .icons li{
    /* float: left; */
    border:1px solid rgb(175,175,175);
    /* width: 30%; */
    padding:20px 0;
    margin:0 10px;
    text-align: center;
    cursor: pointer;
}
.merchant .icons li:hover{
    border-color: rgb(201,126,33);
    box-shadow: 3px 3px 8px #ccc;
}
.merchant .icons li img{
    width: 90px;
    height: 90px;
}
.merchant .icons li .small{
    font-size: 18px;
    font-weight: 800;
    margin: 10px 0;
}
.merchant .icons li .list{
    font-size: 14px;
    width: 200px;
    padding:0 15px;
    text-align: left;
    
}



