.engine-title{
    line-height: 35px;
}
.engine-title img{
    margin-left: .15rem;
}
.change-engine a:hover{
    background-color: rgb(45,175,215);
    color: rgb(255,255,255);
}
.standard-platform{
    margin-top: 0 !important;
}
.st-cheats{
    margin-bottom: .39rem;
}
.req-left{
    margin-bottom: .39rem;
}
.st-cheat-button{
    background-color: rgb(2,75,97);
    margin-top: .1rem;
    width: 320px;
    min-height: 30px;
    height: auto;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #2dafd7;
    font-size: 0.14rem;
    /*white-space: nowrap;*/
}
.st-cheat-button span{
    margin-left: 10px;
}
.flip-horizontal {
    transform: rotateX(180deg);
}
.st-cheat-button img {
    margin-left: auto;
    margin-right: 10px;
}
.st-cheat-button div {
    width: 52%;
    display: flex;
    align-items: center;
    line-height: 0.32rem;
}

.content-des {
    margin-top: 10px;
    padding: 10px 10px 10px 0;
    color: rgb(58, 136, 160);
    display: flex;
}
.content-des-line{
    background: rgb(36, 125, 153);
    margin-right: 0.2rem;
    flex: 0 0 2px;
}

.language-select{
    width: 100%;
}
.language-select p{
    margin-bottom: .1rem;
}
.content-des p{
    word-wrap: break-word;
    white-space: normal;
    max-width: 98%;
}
.tag{
    margin-top: 0.2rem!important;
    display: block!important;
}
.language{
    margin-top: 0.2rem!important;
}

.tag-title{
    font-size: 0.18rem!important;
    font-weight: bold!important;
}
.st-cheat-button h3 {
    font-size: 0.14rem;
    margin-left: 10px;
}