.special-container {
    background: #FFFFFF;
}
.special-banner {
    width: 100%;
    height: 3.07rem;
}
.special-banner img {
    width: 100%;
    height: 100%;
}

.special-description {
    width: 90%;
    margin: 0.48rem 5%;
    white-space: pre-wrap;
    text-align: left;
    font-size: 0.2188rem;
    font-family: "Microsoft YaHei";
    color: #585757;
    line-height: 1.286;
}
.special-gameitem {
    display: flex;
    flex-flow: column nowrap;
    width: 90%;
    margin:1rem auto;
}
.special-gameitem:last-child {
    margin-bottom: 0;
    padding-bottom:0.5rem;
}
.special-gameitem-bigpic {
    border-radius: 0.1rem;
    overflow: hidden;
    align-self: center;
}
.special-gameitem-bigpic img {
    width: 100%;
}
.special-gameitem-gameinfo {
    display: flex;
    flex-direction: row nowrap;
    margin: 0.3rem 0;
}
.special-gameitem-gameinfo a > img {
    width: 1rem;
    height: 1rem;
    border-radius: 0.2rem;
    margin-right: 0.4453rem;
}
.special-gameinfo-namestar {
    flex: 1;

}
.special-gameinfo-name {
    font-size: 0.3516rem;
    font-family: "Microsoft YaHei";
    color: rgb( 45, 36, 27 );
    line-height: 1.571;
}
.special-gameinfo-wrapper {
    width: 2.34375rem;
    overflow: hidden;
}
.special-gameinfo-star {
    width: 2.34375rem;
    height: 0.3984rem;
}
.special-gameitem-start {
    width: 1.0664rem;
    height: 0.551rem;
    border-radius: 0.15rem;
    background-color: rgb( 245, 124, 16 );
    border: none;
    font-size: 0.28125rem;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
    line-height: 0.667;
}