#myfooter {
    width: 1200px;
    margin: 0 auto;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

a {
    text-decoration: none;
    color: black;
}

#myfooter ul {
    margin: 0 10px;
}

.myclear {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;


}

.myclear1 {
    margin-right: 1rem;
}

.myclear1 img {
    width: 200px;
    height: 120px;
}

.pic .title {
    line-height: 40px;
    font-weight: 600;
}

.button {
    border: 0;
}