/* GAME独立样式 */

body {
    background: #fff;
}

.subTitle {
    padding: 0 .3rem .12rem;
    line-height: .32rem;
    font-size: .3rem;
    color: #333;
    font-weight: bold;
}

.topApp {
    background: #fffce3;
    padding-bottom: .2rem;
}

.topApp .tabs {
    padding: 0 .3rem .12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topApp .tabs > div:first-child {
    display: flex;
}

.topApp .tabs > div:first-child a {
    font-size: 0.28rem;
    color: #999;
    height: 0.57rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.topApp .tabs > div:first-child a svg {
    height: .4rem;
    fill: #999;
    position: relative;
    top: -0.04rem;
}

.topApp .tabs > div:first-child a svg:nth-child(2) {
    transform: scaleX(-1);
}

.topApp .tabs > div:first-child a.hover {
    color: #E29023;
    font-weight: bold;
    background: url('../img/topcur.png') no-repeat center top;
    background-size: auto .48rem;
}

.topApp .tabs > div:first-child a.hover svg {
    fill: #E29023;
}

.topApp .tabs > div:first-child a:last-child {
    font-weight: bold;
    background: url('../img/top.png') no-repeat center top;
    background-size: auto .48rem;
}

.topApp .tabs > div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: .18rem;
    color: #ccc;
}

.topApp .tabs > div:last-child svg {
    width: .18rem;
    height: .18rem;
    margin-right: .08rem;
    fill: #ccc;
}

.topApp .apps {
    margin-top: 0.1rem;
    padding: 0 .3rem .12rem;
    width: 100%;
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.topApp .apps::-webkit-scrollbar {
    display: none;
}

.topApp .apps > a {
    display: block;
    width: 2.44rem;
    min-width: 2.44rem;
    margin-right: .28rem;
    position: relative;
}

.topApp .apps > a:last-child {
    margin-right: 0;
}

.topApp .apps > a > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topApp .apps > a > div:first-child > img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .28rem;
    margin-bottom: 0.04rem;
}

.topApp .apps > a > div:first-child > img:nth-child(2n) {
    margin-right: 0;
}

.topApp .apps > a > div:nth-child(2) {
    font-size: .22rem;
    color: #222529;
    font-weight: bold;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topApp .apps > a > div:nth-child(2) svg {
    width: .24rem;
    height: .24rem;
    position: relative;
    top: .02rem;
}

.topApp .apps > a > svg {
    height: .32rem;
    position: absolute;
    top: 0;
    left: 0;
    fill: #E29023;
}

.phbBox {
    background: #fff;
    border: 1px solid #3cdfad;
    padding: .2rem;
    width: calc(100% - 0.6rem);
    margin: 0 auto;
}

.phbBox .category {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 0.1rem);
}

.phbBox .category a {
    display: block;
    padding: 0 .1rem;
    width: calc(33% - 0.1rem);
    line-height: .54rem;
    text-align: center;
    background-color: #f5f5f5;
    color: #666;
    font-size: .24rem;
    border-radius: 50px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 .1rem .19rem 0;
    text-overflow: ellipsis;
}

.phbBox .category a.active {
    background-color: #FD7D48;
    color: #fff;
}

.newPhb .phbcate {
    padding: 0 .3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 0.1rem);
}

.newPhb .phbcate a {
    display: block;
    padding: 0 .17rem;
    width: calc(33% - 0.1rem);
    height: .54rem;
    line-height: .54rem;
    text-align: center;
    background-color: #f5f5f5;
    color: #666;
    font-size: .24rem;
    border-radius: .27rem;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 .1rem .19rem 0;
    text-overflow: ellipsis;
}

.line {
    width: calc(100% - 0.6rem);
    height: 1px;
    background: #E7E7E7;
    margin: .32rem auto;
}

.tagList {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 .3rem;
    padding-bottom: .3rem;
}

.tagList a {
    font-size: 0.22rem;
    color: #999;
    border: 1px solid rgba(100, 100, 100, .1);
    border-radius: .06rem;
    padding: 0.04rem .12rem;
    margin-right: .19rem;
    margin-bottom: .19rem;
}
