
.pin-container {
    display: flex;
}

.pin-container .pin-nav {
    flex: 0 0 112px;
    width: 112px;
}

.pin-container .pin-main {
    flex: 1;
    background: #fff;
    margin: 0 15px 0 8px;
    border-radius: 2px;
    overflow: hidden;
    max-height: 462px;
}

.pin-container .pin-aside {
    flex: 0 0 248px;
    width: 248px;
}

.pin-container .followed-topics {
    background: #fff;
    border-radius: 2px;
    margin-top: 10px;
}

.pin-container .followed-topics .followed-topics__header {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.pin-container .followed-topics .followed-topics__header .title {
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

.pin-container .followed-topics .followed-topics__header .all-btn {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 13px;
    color: #2A6AF4;
}

.pin-container .followed-topics .followed-topics__header .all-btn:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 2px;
    border: 1px solid currentColor;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
}

.pin-container .topic-item {
    display: flex;
    align-items: center;
    padding: 15px;
}

.pin-container .topic-item .topic-icon {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pin-container .topic-item .topic-info {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}

.pin-container .topic-item .topic-info .topic-title {
    margin-bottom: 5px;
    color: #333;
    font-size: 15px;
}

.pin-container .topic-item .topic-info .topic-mate {
    color: #8a9aa9;
    font-size: 13px;
}

.m-search-layout {
    height: 160px;
    display: flex;
    background-color: white;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.m-search-layout .sl-logo {
    width: 140px;
}

.m-search-layout .sl-content {
    position: relative;
    *display: inline;
    zoom: 1;
    background: 0 0;
    vertical-align: top;
    *vertical-align: middle;
    margin-top: 20px;
    display: flex;
    font-size: 14px;
    width: 85%;
}

.m-search-layout .sl-content b.el-icon-close {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    right: 115px;
    top: 9px;
}

.m-search-layout .sl-content input {
    font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
    flex: 1;
    padding: 8px 16px;
    margin: 0;
    vertical-align: top;
    outline: 0;
    box-shadow: none;
    border-radius: 10px 0 0 10px;
    border: 2px solid #eee;
    border-right: none;
    background: #fff;
    color: #222;
    overflow: hidden;
}

.m-search-layout .sl-content input:hover {
    border-color: #2A6AF4;
    opacity: 1;
}

.m-search-layout .sl-content span {
    cursor: pointer;
    width: 108px;
    height: 38px;
    padding: 0;
    background: 0 0;
    background-color: #2A6AF4;
    border-radius: 0 10px 10px 0;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border: none;
    outline: 0;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-search-layout .sl-content span i {
    margin-right: 3px;
}

.search-layout {
    height: 200px;
    display: flex !important;
    background-color: white;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.search-layout .sl-logo {
    width: 200px;
}

.search-layout .sl-content {
    position: relative;
    *display: inline;
    zoom: 1;
    background: 0 0;
    vertical-align: top;
    *vertical-align: middle;
    margin-top: 20px;
    display: flex;
    font-size: 14px;
    width: 70%;
}

.search-layout .sl-content b.el-icon-close {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    right: 115px;
    top: 9px;
}

.search-layout .sl-content input {
    font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
    flex: 1;
    padding: 8px 16px;
    margin: 0;
    vertical-align: top;
    outline: 0;
    box-shadow: none;
    border-radius: 10px 0 0 10px;
    border: 2px solid #b3d8ff;
    border-right: none;
    background: #fff;
    color: #222;
    overflow: hidden;
}

.search-layout .sl-content input:hover {
    border-color: #2A6AF4;
    opacity: 1;
}

.search-layout .sl-content span {
    cursor: pointer;
    width: 108px;
    height: 38px;
    padding: 0;
    background: 0 0;
    background-color: #2A6AF4;
    border-radius: 0 10px 10px 0;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border: none;
    outline: 0;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-layout .sl-content span i {
    margin-right: 3px;
}

.info-message {
    padding: 5px 15px;
    font-size: 13px;
}

.info-message a {
    letter-spacing: 1px;
    color: #646464;
    margin: 2px 8px;
    padding: 3px 0;
    display: inline-block;
    line-height: 25px;
}

.info-message a:hover {
    color: #2A6AF4;
}

.info-message .info-item {
    display: flex;
}

.info-message .info-item p {
    flex: 1;
    width: 100%;
}

.info-message .info-item span {
    font-size: 11px;
    color: #cccccc;
    letter-spacing: 0;
}

.info-layout {
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    line-height: 34px;
}

.info-layout .il-title {
    flex: 1;
    letter-spacing: 1px;
    font-size: 14px;
    padding-left: 10px;
    border-left: 3px solid #2A6AF4;
}

.info-layout .il-action {
    margin-right: 10px;
}

.ct-layout {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 0;
    margin: 0 0 13px 0;
}

.ct-layout .ct-item.tag {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    font-size: 12px;
    color: #8a9aa9;
    padding: 6px 10px;
    margin-right: 8px;
    margin-bottom: 6px;
    position: relative;
    cursor: pointer;
}

.ct-layout .ct-item.tag.active {
    background-color: #2A6AF4;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.ct-layout .ct-item.tag.unfold {
    padding-right: 24px;
}

.ct-layout .ct-item.tag.unfold:after {
    position: absolute;
    top: 10px;
    right: 8px;
    bottom: 14%;
    content: "";
    height: 5px;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #8a9aa9;
}

.ct-layout .ct-item.tag.unfold:hover:after {
    border-top: 5px solid #2A6AF4;
}

.ct-layout a:hover, .ct-layout .unfold:hover {
    color: #2A6AF4;
    outline-width: 0;
}

.ct-layout .ct-item.tag.active a:hover {
    color: #fff;
}