* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

body {
    background: #f7f7f7;
    font-family: Source Han sans-serif;
}

.flexSpace {
    width: 898px;
    height: 60px;
    background: #FFFFFF;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
}

.borderB1 {
    border-bottom: none;
    position: relative;
}

.borderB1::after {
    display: block;
    content: "";
    height: 1px;
    width: 866px;
    background: #EEEEEE;
    position: absolute;
    bottom: 0;
}

.flexSpace .optionBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flexSpace .optionBox .option {
    padding: 6px 12px;
    background: #F7F7F7;
    border-radius: 16px;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    cursor: pointer;
    margin-right: 12px;
}

.flexSpace .optionBox .active {
    background: #0099AD !important;
    color: #FFFFFF !important;

}

.flexSpace .optionBox .option:hover {
    color: #0099AD;

}

.flexSpace .searchBox {
    width: 160px;
    height: 40px;
    background: #F7F7F7;
    border-radius: 24px 24px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
}

.flexSpace .searchBox>img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

input {
    border: none !important;
}

.flexSpace .searchBox>input {
    width: 104px;
    height: 40px;
    font-size: 16px;
    background: #F7F7F7;
    border: none;
    outline: none;
}



.flexSpace .release {
    width: 96px;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border-radius: 24px;
    z-index: 10;
}

.flexSpace .release:hover {
    background: #F7F7F7;
}

.flexSpace .release::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/static/v2/img/home8.png) no-repeat;
    background-size: 100%;
    margin-left: 4px;
    transition: all .3s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.flexSpace .release:hover::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.flexSpace .release .outBox {
    position: absolute;
    top: 31px;
    width: 136px;
    height: 0px;
    border-radius: 8px;
    transition: all .2s ease;
    overflow: hidden;
}

.flexSpace .release:hover .outBox {
    height: 180px;
}

.flexSpace .release .outBox .selectBox {
    padding-top: 4px;
    width: 136px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 8px;
}



.flexSpace .release .outBox .selectBox p {
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    color: #333333;
    padding: 10px;
}

.flexSpace .release .outBox .selectBox p:hover {
    background: #F7F7F7;
}

.flexSpace .release .outBox .selectBox .hot2::after {
    display: inline-block;
    content: "";
    width: 33px;
    height: 14px;
    background: url(/static/v2/img/home-title-hot.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 4px;
}

.flexSpace .release .outBox .selectBox .new2::after {
    display: inline-block;
    content: "";
    width: 33px;
    height: 14px;
    background: url(/static/v2/img/home-title-new.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 4px;
}

.flexSpace .tagBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.flexSpace .tagBox .tag {
    margin-right: 24px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    cursor: pointer;
}

.flexSpace .tagBox .tag:nth-of-type(1) {
    margin-left: 10px;

}

.flexSpace .tagBox .active {
    color: #0099AD;
}

.projectBox .cardS3 {
    width: 898px;
    background: #FFFFFF;
    padding: 14px 16px 14px 14px;
    display: flex;
    justify-content: flex-start;
    /* box-sizing: content-box; */
}

.projectBox .cardS3:hover {
    background: #FBFBFB;
}

.projectBox .cardS3:nth-of-type(1) {
    margin-top: 1px;
}

.projectBox .cardS3>img {
    display: block;
    width: 264px;
    height: 164px;
    border-radius: 4px;
}

.projectBox .cardS3>div {
    width: 568px;
    margin-left: 16px;
}

.projectBox .cardS3>div>p:nth-of-type(1) {
    width: 568px;
    font-size: 16px;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.projectBox .cardS3:hover>div>p:nth-of-type(1) {

    color: #0099AD;

}

.projectBox .cardS3>div>.labelbox {
    margin: 11px 0 16px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.projectBox .cardS3>div>.labelbox .label {
    padding: 1px 4px;
    background: #FFFFFF;
    border-radius: 4px;
    opacity: 0.5;
    border: 1px solid #666666;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    margin-right: 12px;
}

.projectBox .cardS3>div>.labelbox .label:hover {
    background: #F2F9FF;
    color: #0099AD;
    border: 1px solid #0099AD;
    opacity: 1;
}

.projectBox .cardS3>div>p:nth-of-type(2) {
    width: 568px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.projectBox .cardS3>div>.bottomHandle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 29px;
}

.projectBox .cardS3>div>.bottomHandle>.time>p {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    padding: 6px 0;
    margin-right: 24px;
}

.projectBox .cardS3>div>.bottomHandle>.collection {
    display: flex;
    justify-content: flex-start;
}

.projectBox .cardS3>div>.bottomHandle>.collection>p {
    width: 72px;
    height: 32px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.projectBox .cardS3>div>.bottomHandle>.collection>p:hover {
    color: #0099AD;
}

.projectBox .cardS3>div>.bottomHandle>.collection>.colleTrue::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/static/v2/img/home-star2.png) no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

.projectBox .cardS3>div>.bottomHandle>.collection>.colleNo::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/static/v2/img/home-star1.png) no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

.projectBox .cardS3>div>.bottomHandle>.collection>.shareTrue::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/static/v2/img/forward2.png) no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

.projectBox .cardS3>div>.bottomHandle>.collection>.shareNo::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/static/v2/img/forward1.png) no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

.projectBox .cardS3>div>.bottomHandle>.collection>.shareNo:hover::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/static/v2/img/forward2.png) no-repeat;
    background-size: 100%;
    margin-right: 4px;
}