* {
    padding: 0;
    margin: 0;
    text-decoration-line: none;
    box-sizing: border-box;
}

html {
    font-size: 20px;
}

body {
    background: #F0F2F6;
    padding-bottom: 3rem;
}

header {
    background: linear-gradient(to bottom, #2C55D1, rgba(0, 0, 0, 0));

    padding: 0.8rem 0.5rem;
    height: 9.75rem;
}

.header-title {
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    color: #fff;
    justify-content: space-between;
}

.header-title img {
    width: 3rem;
}

.news-card {
    margin: -6rem 0.5rem 0 0.5rem;
    background: #FFFFFF;
    border-radius: 0.75rem;
    padding: 0.72rem 0.63rem 0.95rem 0.63rem;

}

.news-card video {
    width: 100%;
    margin-bottom: 0.98rem;
}

.news-item:not(:last-of-type) {
    margin-bottom: 1rem;
}

.news-item-title {
    font-weight: 500;
    font-size: 0.8rem;
    color: #333333;
}

.news-item-other {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 0.65rem;
    color: #999999;
    line-height: 1;
    margin-top: 0.35rem;
}

.news-item-other div:not(:last-of-type) {
    margin-right: 2rem;
}


.menu-group {
    background: #fff;
    margin: 0.5rem;
    padding: 0.6rem 0.8rem 0.8rem 0.8rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-radius: 0.75rem;
    align-items: center;
    font-size: 0.65rem;
    color: #333;
    text-align: center;
    line-height: 1;
}

.menu-group img {
    width: 2.45rem;
    margin-bottom: 0.45rem;
}

.honor-panel {
    margin: 0.5rem;
    background-color: #fff;
    background-image: url('./images/rongyu_bg@2x.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    border-radius: 0.75rem;
    padding-bottom: 2rem;
}

.honor-title {
    text-align: center;
    padding: 1.1rem;
}

.honor-title img {
    width: 8.53rem;
    margin: 0 auto;
}

.honor-swiper {
    height: 6.57rem;
    max-width: 100%;
    overflow: hidden;
}

.honor-swiper .swiper-slide {
    transform: scale(0.8);
    filter: blur(2px);
    font-size: 0.65rem;
    color: #333;
}

.honor-swiper .swiper-slide>div>div {
    line-height: 1;
    display: none;
    text-align: center;
}

.honor-swiper .swiper-slide img {
    width: 6.83rem;
    margin-bottom: 0.55rem;
    max-height: 5.4rem;
}

.honor-swiper .swiper-slide-active,
.honor-swiper .swiper-slide-duplicate-active {
    transform: scale(1);
    filter: blur(0);
}

.honor-swiper .swiper-slide-active>div>div,
.honor-swiper .swiper-slide-duplicate-active>div>div {
    display: block;
}

.entry-img {
    margin: 0.5rem;
}

.entry-img img {
    width: 100%;
}

.feature-card {
    background: #fff;
    padding: 0.8rem 0.75rem;
    border-radius: 0.75rem;
    margin: 0.5rem;
    margin-top: 0;
}

.feature-card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: #333;
    line-height: 1;
    position: relative;
    padding-left: 0.77rem;
    font-weight: bold;
}


.feature-card-title div {
    display: flex;
    align-items: flex-end;
}

.feature-card-title div:last-of-type {
    align-items: center;
    font-size: 0.75rem;
    color: #999999;
    font-weight: normal;
}

.feature-card-title div img {
    width: 0.75rem;
}

.feature-card-title div span {
    font-weight: 400;
    font-size: 0.75rem;
    color: #333333;
}

.feature-card-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.2rem;
    height: 1.05rem;
    background: #2C55D1;
}

.feature-card-content {
    padding-top: 0.5rem;
}

.factory-affairs-item {
    padding-top: 0.5rem;
    padding-bottom: 0.9rem;
    font-size: 0.83rem;
    color: #333;
}

.factory-affairs-item:not(:last-of-type) {
    border-bottom: 1px solid #D5DAE5;
}


.factory-affairs-item>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.factory-affairs-item>div:not(:last-of-type) {
    margin-bottom: 0.5rem;
}

.factory-affairs-item>div div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 0.65rem;
    color: #666;
    /* line-height: 1; */
}

.factory-affairs-item>div div span:not(:last-of-type) {
    margin-right: 1rem;
}

.factory-affairs-label {
    padding: 0.25rem 0.43rem;
    border-radius: 0.1rem;
    font-weight: 400;
    font-size: 0.6rem;
    line-height: 1;
}

.factory-affairs-label.blue {
    color: #2C55D1;
    background: rgba(44, 85, 209, 0.1);
}

.factory-affairs-label.green {
    color: #31A644;
    background: rgba(49, 166, 68, 0.1);
}

.factory-affairs-label.purple {
    color: #7A2CD1;
    background: rgba(122, 44, 209, 0.1);
}

.labor-model-swiper {
    padding-top: 1.2rem;
    padding-bottom: 2rem;
    overflow: hidden;
    position: relative;
}

.labor-model-swiper .swiper-pagination-bullet {
    width: 1rem;
    height: 0.15rem;
    border-radius: 0;
    background: rgba(44, 85, 209, 0.7);
}

.labor-model-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(44, 85, 209, 1);
}

.labor-model {
    display: flex;
    align-items: flex-start;

}

.labor-model img {
    width: 7rem;
}

.labor-model>div {
    padding-top: 0.3rem;
    font-weight: 400;
}

.labor-model-name {
    background: url('./images/laomo_mingz@2x.png') no-repeat left center;
    background-size: auto 100%;
    font-weight: bold;
    font-size: 0.9rem;
    color: #FFFFFF;
    line-height: 1;
    padding: 0.2rem 2.4rem 0.5rem 1rem;
    margin-bottom: 0.33rem;
}

.labor-model-hot {
    font-size: 0.6rem;
    color: #666;
    padding-left: 0.65rem;
    margin-bottom: 1rem;
}

.labor-model-desc {
    padding-left: 0.55rem;
    font-size: 0.7rem;
    color: #333;
}

.innovation-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0.5rem 0;
}

.innovation-item img {
    width: 6.5rem;
    margin-right: 0.5rem;
    flex: 0 0 auto;
}

.innovation-item>div {
    /* flex: 1 0 auto; */
    font-weight: 400;
    font-size: 0.6rem;
    color: #333333;
    min-width: 0;
}

.innovation-item>div .innovation-title {
    font-size: 0.8rem;
    font-weight: bold;
}

.innovation-item>div .innovation-author {
    color: #2C55D1;
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
}

.innovation-item>div div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.footer-logo {
    margin: 0.83rem auto;
    text-align: center;
}

.footer-logo img {
    width: 8.78rem;
    margin: 0 auto;
}

.activity-card {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0.8rem;
    background: #fff;
    border-radius: 0.75rem;
    margin: 0.5rem;
}

.activity-card img {
    width: 8.2rem;
}