.hotgame ul {
    display: inline-block;padding: 0 10px;
    width: 100%;
}
.hotgame li {
    width: 18%;
    display: inline-block;
    padding: 8px 0px 8px 0px;
    vertical-align: top;
    font-size: 12px;
    text-align: center;
}

@media (min-width:750px){
    .hotgame li {
        font-size: 14px;
    }
}

.hotgame a {
    display: block;
}

.hotgame img {
    width: 60px;
}

.hotgame li span {
    display: block;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
}
.downshq {
    padding: 0 15px 20px;
}
.downshq a {
    display: block;
}
.downshq img {
    width: 100%;
    display: block;
}
.index_care {
    padding: 20px 15px 10px;
}

.ant-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
    flex: 1 1 0%;
}
.index_care .activity {
    background: #f7f8fa;
    height: 7.25rem;
    margin-right: .625rem;
    position: relative;
    border-radius: .75rem;
}
.index_care .activity .activity-con {
    margin-left: 3.75rem;
    margin-top: 1.4375rem;
}
.index_care .activity .activity-con h3 {
    font-size: 1.125rem;
    color: #333;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: .5rem;
}
.index_care .activity .activity-con p {
    color: #a1a0ab;
    font-size: .625rem;
    margin-bottom: 1rem;
}
.index_care .help-con,
.index_care .service-con {
    padding-left: 3.5rem;
    padding-top: .75rem;
    background: #f7f8fa;
    height: 3.3125rem;
    position: relative;
    border-radius: .75rem;
}
.index_care .help-con {
    margin-bottom: .625rem;
    position: relative;
}
.index_care .help-con h3,
.index_care .service-con h3 {
    color: #333;
    font-size: .8125rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: .25rem;
}
.index_care .help-con p,
.index_care .service-con p {
    font-size: .625rem;
    color: #a3a2ad;
}

.index_care .help-con:after,
.index_care .service-con:after {
    content: "";
    position: absolute;
    left: .625rem;
    top: .8125rem;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url(../image/service.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.index_care .help-con:after {
    background-image: url(../image/help.png);
}
.index_care .activity:after {
    content: "";
    right: auto;
    bottom: auto;
    width: 3.125rem;
    height: 2.3rem;
    background-image: url(../image/activity.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.index_care .activity:after,
.index_care .activity img {
    position: absolute;
    left: .25rem;
    top: 2rem;
    z-index: 1;
}

.ant-col.help a {
    display: block;
}

.activity-con a {
    width: 4.0625rem;
    height: 1.5625rem;
    background-color: #ffe7e7;
    border-color: #ffe7e7;
    color: #ff3147;
    font-size: .6875rem;
    border-radius: 32px;
    padding: 5px 10px;
}

.game-tab {
    white-space: nowrap;
    width: 100%;
    padding: 10px 15px;
    height: 44px;
}

.game.active .game-tab{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 666;
    box-shadow: 0px 1px 6px -1px rgba(51, 51, 51, 0.2);
}

.game.active {
    padding-top: 44px;
}

.game.active .margin {
    max-width: 750px;
    margin: 0 auto;
}

@media (min-width:750px){
    .game.active .margin {
        padding: 0 15px;
    }
}

.gname {
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    font-weight: bold;
}

.gname.on {
    font-size: 16px;
    color: #ff3147;
}

.game-tab a{
    display: inline-block;
}
