.typeMain {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.headPanel {
    width: 100%;
    height: 117px;
    background: #fbfcfd;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #b4b5b7;
    box-sizing: border-box;
}

.headPanel .headTitle {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headPanel .headTitle h1 {
    font-size: 20px;
    font-weight: 800;
    color: #434343;
    line-height: 57px;
}

.myInput {
    width: 350px;
    height: 35px;
    position: relative;

}

.myInput input {
    width: 350px;
    height: 35px;
    box-sizing: border-box;
    padding-left: 20px;
    color: #646464;
    background: #ffffff;
    border: 0;
    box-shadow: 0 0 0 1px #f4f6f9 inset;
    border-radius: 19px;
    font-size: 14px;
    transition: all .36s;
}



.myInput input:hover {
    box-shadow: 0 0 0 1px #e3e8fa inset;
}

.myInput input:focus {
    box-shadow: 0 0 0 1px #3d6cfc inset;
}

.myInput .searchChaIcon {
    display: none;
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    color: #CBCED5;
    font-size: 14px;
    cursor: pointer;
}

.myInput img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}


.typeContent {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.typeContent .leftBox {
    width: 833px;
    margin-bottom: 30px;
}

.typeContent .leftBox .typeLabelBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.leftBox .searchContent {
    margin-top: 30px;
}



.type-navigation {
    display: flex;
    height: 37px;
}

.type-navigation li {
    height: 19px;
    color: #999999;
    font-size: 20px;
    font-weight: 400;
}

.type-navigation li a {
    display: inline-block;
    width: 68px;
    height: 32px;
    background: #f6f7fa;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #242424;
    margin-right: 10px;
}

.type-navigation .articleTypeBtn a {
    background: transparent;
}

.type-navigation .active_type {
    color: #3D6CFC;
    background: linear-gradient(180deg, #e7edff, #f9fafd 34%, #f5f6f9);
    font-weight: 700;
}

.type-navigation .articleTypeBtn .active_sort {
    color: #242424;
    background: #f6f7fa;
    font-weight: 400;
}



.activityItem {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 128px;
    background: linear-gradient(188deg, #f4f8ff 0%, #fbfcfd 90%);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 24px;
    color: #242424;
    transition: color .36s;
}

.activityItem .noticeLabel {
    display: inline-block;
    width: 40px;
    height: 21px;
    line-height: 21px;
    background: rgba(255, 149, 0, 0.10);
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #FF9500;
    margin-right: 10px;
}

.activityItem .topping {
    background: rgba(61, 108, 252, 0.10) !important;
    color: #3d6cfc !important;
}

.activityItem:hover {
    color: #3d6cfc !important;
}

.activityItem:nth-child(odd) {
    margin-right: 20px;
}

.activityItem::after {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    content: '';
    width: 100px;
    height: 60px;
    background: url("../image/halfBird.png") no-repeat;
    background-size: 100px 60px;
}

.activityItem .activityTitle {
    width: 60%;
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.activityItem .activityTitle img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: text-bottom;
}

.activityItem .activityText {
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    text-overflow: ellipsis;
    overflow: hidden;
    /*white-space: nowrap;*/
    margin: 10px 0;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.activityItem .activityBottom {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    display: flex;
    align-items: center;
}

.activityItem .ctivityLable {
    display: inline-block;
    width: 40px;
    height: 21px;
    line-height: 21px;
    background: #e8eaee;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #646464;
    margin: 0 10px;
}

/* .page-box */
.page-box {
    width: 100%;
    height: 46px;
    /* background: #f4f5f9; */
    border-radius: 0px 0px 10px 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 10px;
    box-sizing: border-box;
}

.page-box .pageBtn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 10px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    font-weight: 800;
}

.page-box>.active_page {
    background: #e9eeff;
    color: #3D6CFC;
    color: #3d6cfc;
}

.page_total {
    font-size: 12px;
    font-weight: 500;
    color: #cbced5;
}

.banClick {
    cursor: not-allowed !important;
}

.page_input {
    width: 40px;
    height: 26px;
    background: #ffffff;
    border: 1px solid #d3d8de;
    border-radius: 4px;
    margin: 0 10px;
    font-weight: 500;
    text-align: center;
    color: #171a1d;
    font-size: 12px;
}


/* .rightBox */
.typeContent .rightBox {
    width: 347px;
}

.typeContent .userBox {
    width: 347px;
    height: 194px;
    background: linear-gradient(0deg, #ffffff 43%, #edf3ff);
    border-radius: 10px;
    box-shadow: 0px 4px 6px 0px rgba(198, 216, 240, 0.20);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.typeContent .userBox .userHeadBox {
    display: flex;
    height: 74px;
    justify-content: space-between;
    align-items: center;
}

.userBox .userHeadBox .userHeadContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #242424;
}

.userBox .userHeadBox .loginBtn {
    display: inline-block;
    width: 80px;
    height: 26px;
    background: #3d6cfc;
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

.userBox .userHeadBox .loginBtn:hover {
    background: #5d85ff;
}

.userBox .userHeadBox .userName {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 21px;
}

.userNameExceed {
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.userBox .userBottom {
    display: flex;
    justify-content: space-between;
}

.userBox .userBottom .userItem {
    width: 140px;
    height: 70px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #242424;
    padding-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.userBottom .userItem .itemNum {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #242424;
    line-height: 28px;
}



.userBottom .userItem:hover {
    background: #F9FAFD;
}

.userBottom .userItem:hover .itemNum {
    color: #3D6CFC;
}



/* 轮播 */
.carousel-container {
    position: relative;
    width: 347px;
    height: 140px;
    margin-top: 20px;
    /* 设置轮播容器的宽度 */
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.carousel {
    display: flex;
    transition: transform 0.3s ease;
    /* 添加过渡效果 */
}

.carousel-item {
    flex: 0 0 347px;
    width: 347px;
    height: 140px;
    background-color: #f0f0f0;
}

.carousel-item img {
    width: 347px;
    height: 140px;
}

.carousel-dots {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.carousel-dot {
    display: inline-block;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.4;
    background: #ffffff;
    transition: all .5s;

}

.carousel-dot.active {
    opacity: 1;
}

.dataNull {
    width: 833px;
    height: 300px;
    background: #fbfcfd;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #cbced5;
    line-height: 28px;
}