.fwfn-item {
    font-size: 18px;
}

.full-div {
    position: relative;
    margin-top: 50px;
}

.full-div img {
    width: 100%;
}

.numBig {
    color: white;
    font-weight: 900;
    font-size: 30px;
}

.show-info-title {
    height: 100%;
    top: 0;
}

.weNeed {
    color: black;
    text-align: center;
}

.weNeed:hover {
    color: #369;
    text-align: center;
}

.numTitle {
    font-size: 20px;
    font-weight: 600;
}

.show-full-info {
    position: absolute;
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    top: 50px;
}

#WeWanYou {
    background-image: url(../images/about/4-5.jpg);
    background-size: 100%;
    position: fixed;
}


/* 软著列表 开始 */

.stage,
.ring,
.img {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    user-select: none;
}

.stage {
    overflow: hidden;
}

.div-t,
svg {
    position: absolute;
}

.container-t {
    perspective: 2000px;
    width: 340px;
    height: 470px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* 软著列表  结束 */