.clearfix {
    display: block;
    content: "";
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.widget-container {
    font-family: PingFangSC-Regular;
    border-radius: 4px;
    height: 424px;
}

.widget-container>header,
.widget-container>footer {
    background-color: white;
    color: .333;
    text-align: center;
}

.widget-container>header {
    border-bottom: 1px solid #E6E6EB;
    line-height: 55px;
}

.widget-container>footer {
    border-top: 1px solid #E6E6EB;
    line-height: 48px;
}

.widget-logo {
    margin-left: 16px;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
}

.widget-main {
    background-color: #fff;
    color: #333;
    text-align: center;
    height: 320px;
}

.address-list-default-content {
    margin: 0 auto;
    margin-top: 104px;
    width: 192px;
    height: 192px;
}

.default-content-logo {
    width: 64px;
    height: 64px;
}

.default-content-text {
    line-height: 20px;
    margin-top: 16px;
}