.collect-container {
    position: relative;
    min-height: 100px;
    height: auto;
    margin-top: 50px;
    /*background-color: white;*/
}
@media screen and (max-width: 1601px) {
    .collect-container {
        width: 1200px;
    }
}
@media screen and (min-width: 1600px) {
    .collect-container {
        width: 1500px;
    }
}
.collect-container-left {
    position: relative;
    float: left;
    min-height: 500px;
    height: auto;
    width: 70%;
}
.collect-container-right {
    position: relative;
    float: right;
    min-height: 500px;
    height: auto;
    width: 27%;
}
.collect-container-left-module {
    position: relative;
    min-height: 200px;
    height: auto;
    width: 100%;
    background-color: white;
    padding: 50px;
    margin-bottom: 30px;
}
.collect-container-right-module {
    position: relative;
    min-height: 100px;
    height: auto;
    width: 100%;
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.collect-cover {
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.collect-cover img {
    position: relative;
    width: 100%;
}
.collect-info-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
}
.collect-info-card {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#collect-name {
    position: relative;
    margin-top: 10%;
    font-size: 35px;
    color: white;
    font-family: "Rajdhani",sans-serif;
}
#collect-desc {
    position: relative;
    width: 70%;
    padding: 20px;
    font-size: 15px;
    color: white;
    border-radius: 10px;
    margin-top: 20px;
    font-family: "Rajdhani",sans-serif;
}
#collect-code-count {
    position: relative;
    padding: 3px 30px;
    border-radius: 5px;
    color: white;
    background-color: orangered;
    border: none;
}
.collect-title {
    position: relative;
    text-align: left;
    text-indent: 10px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    width: 100%;
    border-left: 4px solid #3d7aff;
}
.hot-collect-card {
    position: relative;
    width: 47%;
    aspect-ratio: 16/8;
    border-radius: 3px;
    overflow: hidden;
    background-color: whitesmoke;
    float: left;
    color: #b7b7b7;
}
.hot-collect-card:hover {
    cursor: pointer;
    color: white;
}
.left-card {
    position: relative;
    margin-right: 6%;
    margin-bottom: 20px;
}
.hot-collect-card img{
    width: 100%;
}
.hot-collect-card-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
}
.hot-collect-card-info {
    position: absolute;
    left: 10%;
    top: 20px;
    width: 80%;
}

.feed-code-list {
    position: relative;
    width: 100%;
    min-height: 170px;
    border-radius: 10px;
    border: 1px solid whitesmoke;
    margin-top: 20px;
    padding: 10px 20px;
}
.feed-code-list:hover {
    cursor: pointer;
    box-shadow: 0 4px 30px 0 rgb(232 232 237 / 50%);
}
.feed-code-list .code-ext-info {
    position: relative;
    text-align: left;
    line-height: 30px;
    font-size: 13px;
    color: gray;
    font-family: "Rajdhani",sans-serif;
    float: left;
    width: calc(100% - 270px);
}
.feed-code-list .code-title {
    position: relative;
    text-align: left;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #2c3d5c;
    font-family: "Rajdhani",sans-serif;
    float: left;
    width: calc(100% - 300px);
}
.feed-code-list .code-2line {
    position: relative;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -3px;
    color: #2f313a;
    font-family: "Rajdhani", sans-serif;
    float: left;
    width: calc(100% - 270px);
    text-decoration: underline;
}
.feed-code-list .code-title:hover {
    text-decoration: underline;
}
.feed-code-list .code-cover {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
}
.code-cover img {
    height: 100px;
}
.feed-code-list .pub-date {
    color: gray;
    clear: both;
    width: 60px;
}
.feed-code-list .code-author-info {
    position: relative;
    float: left;
    height: 100%;
    width: 60px;
    min-height: 140px;
}
.feed-code-list .code-author-info img {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    float: left;
    margin-top: 20px;
}
.feed-code-list .code-path {
    position: relative;
    text-align: left;
    line-height: 20px;
    font-size: 10px;
    color: #424852;
    font-family: "Rajdhani",sans-serif;
    float: left;
    width: calc(100% - 240px);
}
.code-info-span {
    margin-right: 40px;
}
.code-ext-info i {
    position: relative;
    font-size: 13px;
    float: left;
    margin-right: 40px;
}
.collect-code-selector {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}
.collect-code-sort {
    position: relative;
    float: right;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 1px solid whitesmoke;
    border-radius: 5px;
}