#wrap .plate .title {
    display: block;
    margin-bottom: 4.44vw
}

#wrap .plate .title span {
    font-size: 5vw;
    font-weight: 700;
    color: #1F1F25;
    line-height: 7.22vw;
    margin-right: 1.11vw
}

#wrap .plate .title img {
    width: 3.89vw;
    height: 3.89vw;
    line-height: 7.22vw
}

#wrap .app_list {
    margin-bottom: 8.88vw
}

#wrap .app_list ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6.67vw
}

#wrap .app_list ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center
}

#wrap .app_list ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

#wrap .app_list ul li a img {
    width: 15vw;
    height: 15vw;
    border-radius: 8px;
}

#wrap .app_list ul li a span {
    width: 81%;
    font-size: 3.89vw;
    font-weight: 500;
    color: #1F1F25;
    margin-top: 1.67vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

#wrap .app_list ul li button {
    width: 14.44vw;
    height: 7.78vw;
    border-radius: 20vw;
    background-color: rgba(0, 190, 190, 0.1);
    font-size: 3.33vw;
    font-weight: 700;
    color: rgb(0, 190, 190);
    margin-top: 2.78vw
}

#wrap .strategy ul li {
    margin-bottom: 5.56vw
}

#wrap .strategy ul li a {
    padding: 0 1.11vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#wrap .strategy ul li a img {
    width: 32.22vw;
    height: 20.83vw;
    border-radius: 8px;
}

#wrap .strategy ul li a .right {
    width: 55.56vw;
    height: 20.83vw;
    padding: 1.11vw 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#wrap .strategy ul li a .right .of2 {
    font-size: 3.89vw;
    font-weight: 500;
    color: #1F1F25
}

#wrap .strategy ul li a .right .time {
    display: flex;
    align-items: center;
    column-gap: 1vw
}

#wrap .strategy ul li a .right .time img {
    width: 4vw;
    height: 4vw;
    margin-top:0.5vw;
}

#wrap .strategy ul li a .right .time span {
    font-size: 3.61vw;
    color: #9C9FAC;
    line-height: 5.28vw;
    margin-top: 1vw
}

#wrap .more_app ul li {
    padding: 0 1.11vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5.56vw
}

#wrap .more_app ul li a {
    display: flex;
    align-items: center;
    column-gap: 3.33vw;
    width: 100%;
}

#wrap .more_app ul li a img {
    width: 15.56vw;
    height: 15.56vw;
    border-radius: 8px;
}

#wrap .more_app ul li a .info {
    flex: 1;
}

#wrap .more_app ul li a .info .name {
    font-size: 3.89vw;
    font-weight: 500;
    color: #1F1F25
}

#wrap .more_app ul li a .info .bottom {
    font-size: 3.61vw;
    color: #9C9FAC;
    line-height: 5.28vw;
    margin-top: 1.67vw
}

#wrap .more_app ul li button {
    width: 20vw;
    height: 8.89vw;
    border-radius: 20vw;
    background-color: rgba(0, 190, 190, 0.1);
    font-size: 3.89vw;
    font-weight: 700;
    color: rgb(0, 190, 190);
    line-height: 8.89vw
}

#wrap .more_app .getAll {
    width: 51.67vw;
    height: 11.11vw;
    border-radius: 16.39vw;
    background-color: #F2F3F5;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

#wrap .more_app .getAll span {
    font-size: 3.89vw;
    font-weight: 500;
    color: #6F7385;
    margin-right: 1.11vw
}

#wrap .more_app .getAll img {
    width: 3.89vw;
    height: 3.89vw
}
