.shop_info_title div:nth-child(1){
    width: 30px;
    height: 30px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop_info_title div:nth-child(1) i{
    font-size: 12px;
    color: #666666;
}
.shop_info_title div:nth-child(1):hover{
    color: #108391;
    cursor: pointer;
    font-weight: bold;
    border-color: #108391;
}
.shop_info_title div:nth-child(2){
    max-width: 700px;
}
.shop_info_content{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding-bottom: 30px !important;
}
.shop_info_content img{
    max-width:100%;
    margin: 0 auto;
}
