hr {
    margin-top: 0;
    height: 0.2rem;
}

#circle li {
    color: #616161;
    width: 25%;
    font-size: 0.32rem
}

#circle .layui-this {
    color: #ffa200
}

.size {
    color: #c9c9c9
}

.list-row .layui-row {
    margin-top: 0.4rem
}

.list-row .p1 {
    font-size: 0.3rem;
    color: #000
}

.list-row img {
    width: 100%;
    width: 1.08rem;
}

/*.list-row .lisr-centre p{font-size: 0.22rem;line-height: 0.35rem}*/
/*.list-row .lisr-centre div{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}*/
.list-row .lisr-right p {
    width: 1.08rem;
    height: 0.6rem;
    background: #39c883;
    color: #fff;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.25rem;
    border-radius: 3px;
    margin-top: 0.3rem;
    margin-left: 0.2rem
}

.list-row .lisr-right .empty-url {
    width: 1.08rem;
    height: 0.6rem;
    background: #777;
    color: #fff;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.25rem;
    border-radius: 3px;
    margin-top: 0.3rem;
    margin-left: 0.2rem
}

.list-row .lisr-centre .time p {
    font-size: 0.25rem;
    float: left;
    color: #939393;
    overflow: hidden;
    white-space: nowrap;
    width: 60%;
}

.list-row .lisr-centre .time {
    width: 100%;
}

.list-row .lisr-centre .centre {
    padding-left: 0.1rem
}

.list-row .lisr-centre .size {
    font-size: 0.22rem
}

/*.list-row .lisr-centre p{margin-top:0.03rem}*/
/*.list-row .lisr-centre .time .right{float:left;margin-top:-0.3rem;width: 50%;}*/
.list-row .lisr-centre .right {
    margin-top: -0.3rem;
    font-size: 0.25rem;
    color: #5c5c5c;
    overflow: hidden;
    white-space: nowrap;
}

.jiazai {
    text-align: center;
    color: #ccc;
    font-size: 0.23rem;
    line-height: 1rem;
    height: 0.8rem;
}

#remen {
    margin: 0rem 0.28rem 0
}

/* 富文本吧编辑器 */
.layui-unselect {
    display: block;
}

/* 自定义卡片样式 */
.card-contain {
    display: flex;
    flex-direction: column;
    /*padding-top: 0.4rem;*/
    color: #333333;
    font-size: 0.25rem;
    cursor: pointer;
}

.card-contain-body {
    font-size: 0.28rem;
}

.card-text-body {
    font-size: 0.28rem;
}

.card-contain .card-header {
    height: 0.7rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.28rem;
    font-size: 0.25rem;
}

.card-contain .card-header .card-header-lf {}

.card-contain .card-header .card-header-lf .avator {
    width: 0.7rem;
    margin-right: 0.1rem;
    border-radius: 0.7rem;
}

.card-contain .card-header .card-header-rg {
    display: flex;
    align-items: center;
}

.card-contain .card-header .card-header-rg .card-icon {
    width: 0.38rem;
    margin-right: 0.2rem;
}

.card-contain .card-header .card-header-rg .card-tag {
    padding: 0.12rem 0.24rem;
    border-radius: 30px;
    background: #e8f1f5;
    color: #444;
    margin-left: 0.2rem;
}

.card-contain .card-header .card-header-rg .card-add-mar {
    margin-right: 0.4rem;
}

.card-contain .card-body {
    padding: 0 0.28rem;
    word-wrap: break-word;
    word-break: normal;
}
.card-contain .card-body img{
    max-width: 100%;
}

.card-contain .card-body .card-body-imgcon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.1rem;
}

.card-contain .card-body .card-body-imgcon>img {
    width: 32%;
    height: 2rem;
    margin-right: 2%;
    margin-bottom: 0.2rem;
    object-fit: cover;
}

.card-contain .card-body .card-body-imgcon>img:nth-child(3n) {
    margin-right: 0;
}

.card-contain .card-body .card-body-text {
    margin-bottom: 0.2rem;
    overflow: hidden;
}

.card-contain .card-body .card-body-video {
    width: 100%;
    margin-bottom: 0.4rem;
}

.card-contain .card-body img {
    width: 100%;
}

.card-contain .card-footer {
    border-top: 1px solid #f4f4f4;
}

/* 自定义回复模块 */
.reply-contain {
    display: flex;
    flex-direction: column;
    color: #333333;
    font-size: 13px;
    cursor: pointer;
}

.reply-contain .reply-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.28rem;
    font-size: 0.22rem;
}

.reply-contain .reply-header .reply-header-lf {
    font-size: 13px;
}

.reply-contain .reply-header .reply-header-rg {
    display: flex;
    align-items: center;
}

.reply-contain .reply-body {
    display: flex;
    flex-direction: column;
    padding: 0.05rem 0.28rem 0.38rem;
}

.reply-contain .reply-body .reply-body-he {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.reply-contain .reply-body .reply-body-he .reply-body-he-lf {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.reply-contain .reply-body .reply-body-he .reply-body-he-lf .reply-body-he-lf-avator {
    width: 0.7rem;
    margin-right: 0.2rem;
    border-radius: 50%;
}

.reply-contain .reply-body .reply-body-he .reply-body-he-lf .reply-body-he-lf-info {
    display: flex;
    flex-direction: column;
}

.reply-body-he-lf-info-date {
    margin-top: 0.1rem;
    color: #999999;
    font-size: 0.22rem;
}

.reply-contain .reply-body .reply-body-he .reply-body-he-rg {
    font-size: 0.22rem;
    color: #999;
}

.reply-contain-date {
    font-size: 0.22rem;
    color: #999;
}

.reply-contain .reply-body .reply-body-content {
    margin-top: 0.2rem;
    margin-left: 0.9rem;

}

.reply-contain .reply-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.28rem;
    border-top: 1px solid #f4f4f4;
}

.reply-contain .reply-footer .reply-footer-rg {
    display: flex;
    align-items: center;
}

.reply-contain .reply-add-mar {
    margin-right: 0.4rem;
}

.reply-contain .reply-icon {
    width: 0.38rem;
    margin-right: 0.2rem;
}

/* 圈子详情 */
.circle-detail .circle-detail-header {
    margin: 0.2rem 0.28rem;
    padding: 0.2rem 0.28rem;
    font-size: 0.22rem;
    background: #e8f1f5;
    color: #999999;
}

.circle-detail .circle-detail-login {
    padding: 0.75rem 0;
    font-size: 0.25rem;
    color: #999999;
}

.circle-detail .circle-detail-login>p {
    text-align: center;
}

.circle-detail .circle-detail-login>p>span {
    color: #00Afff;
    cursor: pointer;
}

.circle-detail-reply {
    font-size: 0.28rem;
    color: #333;
}

.circle-detail-reply-title {
    margin: 0.2rem 0.28rem;
}

.circle-detail-reply-body {
    margin: 0.2rem 0.28rem;
    font-size: 0.25rem;
}

.circle-detail-reply-btn {
    float: right;
    margin: 0 0.28rem 0.2rem;
    border: 1px solid #0AAFFF;
    color: #0AAFFF;
    border-radius: 3px;
}

.circle-detail-reply-btn:hover {
    border: 1px solid #0AAFFF;
    color: #0AAFFF;
}

.circle-loading {
    padding: 0.35rem 0;
    font-size: 0.25rem;
    text-align: center;
    color: #00afff;
    cursor: pointer;
}

/* 圈子个人主页 */
.circle-home {
    color: #333333;
    font-size: 0.25rem;
}

.circle-home .circle-home-header {
    padding: 0.2rem 0.28rem;
    font-size: 0.22rem;
    color: #999;
}

.circle-home .circle-home-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.28rem;
}

.circle-home .circle-home-info .circle-home-info-lf {
    display: flex;
    flex-direction: row;
    align-items: center;
    width:80%;
}

.circle-home .circle-home-info .circle-home-info-lf .avator {
    width: 0.7rem;
    margin-right: 0.2rem;
    border-radius: 50%;
}

.circle-home .circle-home-info .circle-home-info-rg {
    padding: 0.08rem 0.2rem;
    border: 1px solid #f26e5c;
    color: #f26e5c;
    border-radius: 3px;
    cursor: pointer;
}

.circle-home .circle-home-op {
    display: flex;
    justify-content: space-around;
    padding: 0.28rem;
}

.circle-home .circle-home-op div {
    width: 33.3%;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #f4f4f4;
}

.circle-home .circle-home-op div:nth-child(3) {
    border-right: 1px solid #fff;
}

.circle-home .circle-home-op span {
    margin-right: 0.1rem;
    color: #999999;
}

@media screen and (min-width: 500px) {
    #circle li {
        font-size: 0.28rem
    }

    .list-row .p1 {
        font-size: 0.25rem
    }

    .list-row .lisr-centre .size {
        font-size: 0.18rem
    }

    .list-row .lisr-centre .time p {
        font-size: 0.21rem
    }

    .list-row .lisr-centre p {
        margin-top: 0.05rem
    }

    .list-row .lisr-centre .centre {
        padding: 0
    }
    /*.list-row .lisr-centre .time .right{margin-left:1.6rem;width: 2.5rem;}*/
}

#kaifu li {
    color: #616161;
    width: 25%;
    font-size: 0.32rem
}

#kaifu .layui-this {
    color: #ffa200
}

.list-row .lisr-centre .size {
    font-size: 0.18rem
}

.list-row .lisr-centre .time p {
    font-size: 0.21rem
}

.list-row .lisr-centre p {
    margin-top: 0.05rem
}

.list-row .lisr-centre .centre {
    padding: 0
}

/*.list-row .lisr-centre .time .right{margin-left:1.6rem;width: 2.5rem;}*/
.mobile-ranking {
    height: 92px;
    line-height: 89px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eaeaea
}

.mobile-ranking ul li {
    width: 50%;
    float: left;
    cursor: pointer;
    color: #000
}

.mobile-ranking ul .on p {
    border-bottom: 4px solid #00AFFF;
    width: 40%;
    margin: 0 auto;
    color: #00AFFF
}

/*            排行          */
.ranking-head {
    background: #fff
}

.ranking-head ul {
    overflow: hidden;
    padding: 3% 1.5%;
}

.ranking-head ul li {
    float: left;
    margin: 0 2%;
    width: 21%;
    background: #fff;
    border: 1px solid #949494;
    height: 48px;
    line-height: 46px;
    color: #949494;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    cursor: pointer
}

.ranking-head ul .on {
    background: #f8704c;
    color: #fff;
    border: 1px solid #f8704c
}

/*游戏列表*/
#game-list .game-list-block {
    height: 182px;
    padding: 0 3%;
    background: #fff;
    border-top: 1px solid #e3e3e3;
}

#game-list .game-list-block:nth-child(1) {
    border-top: none
}

#game-list .game-list-block a {
    overflow: hidden
}

#game-list .game-list-block .game-score {
    text-shadow: 6px 6px 2px #d4d4d4;
    line-height: 182px;
    width: 10%;
    text-align: center;
    font: 39px Impact;
    margin-top: 9.5%
}

#game-list .game-list-block .game-score {
    color: #535353
}

#game-list .game-list-block .on {
    color: #ff6465;
}

#game-list .game-list-block .game-img {
    width: 15.7%
}

#game-list .game-list-block .game-img img {
    width: 100%;
    margin-top: 32%;
    border-radius: 16%
}

#game-list .game-list-block .game-content {
    margin-left: 2%;
    margin-top: 6%;
    width: 72%
}

#game-list .game-list-block .game-centre-star {
    overflow: hidden
}

#game-list .game-list-block .game-centre-star .game-star {
    width: 75%
}

#game-list .game-list-block .game-centre-star .game-down {
    width: 25%;
}

#game-list .game-list-block .game-centre-star .game-down a {
    height: 45px;
    line-height: 43px;
    text-align: center;
    color: #f8704c;
    border: 1px solid #f8704c;
    box-sizing: border-box;
    border-radius: 5px
}

/*游戏列表星星*/
#game-list .game-list-block .game-star {
    margin-top: 4%
}

#game-list .game-list-block .game-star .comment {
    width: 140px;
}

#game-list .game-list-block .game-star .comment .atar_Show {
    background: url(/sources/m/img/stark2.png);
    background-size: auto 20px;
    width: 115px;
    height: 20px;
    float: left;
}

#game-list .game-list-block .game-star .comment .atar_Show p {
    background: url(/sources/m/img/stars2.png);
    background-size: auto 20px;
    width: 115px;
    height: 20px;
}

#game-list .game-list-block .game-star .comment li span {
    color: #00AFFF;
    margin: 2px 0 0 5px;
    position: absolute
}

.mobile-ranking {
    height: 92px;
    line-height: 89px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eaeaea
}

.mobile-ranking ul li {
    width: 50%;
    float: left;
    cursor: pointer;
    color: #000
}

.mobile-ranking ul .on p {
    border-bottom: 4px solid #00AFFF;
    width: 40%;
    margin: 0 auto;
    color: #00AFFF
}

/*             小组            */
.groups {
    background: #fff
}

.groups h2 {
    height: 80px;
    line-height: 80px;
    color: #000;
    padding: 0 3%
}

.hot-list .hot-list-box {
    overflow: hidden;
}

.hot-list {
    border-bottom: 1px solid #e3e3e3;
    padding: 3.5% 3%
}

.hot-list:nth-child(2) {
    padding-top: 0
}

.hot-list .hot-list-box .l-img {
    width: 20%
}

.hot-list .hot-list-box .l-img img {
    width: 100%;
    border-radius: 16px
}

.hot-list .hot-list-box .c-text {
    width: 70%;
    margin-left: 3%
}

.hot-list .hot-list-box .c-text h3 {
    padding: 5% 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-list .hot-list-box .c-text .quantity {
    padding: 4% 0
}

.hot-list .hot-list-box .r-but {
    width: 15%;
    margin-left: 2%;
    ;
    margin-top: 4.5%
}

.hot-list .hot-list-box .r-but p {
    color: #00AFFF;
    border: 1px solid #00AFFF;
    cursor: pointer;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
}

.hot-list .hot-list-box .r-but .on {
    color: #949494;
    border: 1px solid #949494;
}

.hot-list .hot-list-box a {
    width: 78%;
    float: left
}



/*        小组详情          */
.group-detail .group-head {
    overflow: hidden;
    padding: 6% 3%;
    background: #fff
}

.group-detail .group-head .head-img {
    width: 19.8%
}

.group-detail .group-head .head-img img {
    width: 100%;
    border-radius: 16px
}

.group-detail .group-head .head-game {
    width: 57%;
    margin-left: 3%
}

.group-detail .group-head .head-game h2 {
    color: #000;
    padding-top: 4%
}

.group-detail .group-head .head-game .attention {
    padding-top: 20%
}

.group-detail .group-head .head-game .attention p {
    color: #000
}

.group-detail .group-head .head-game .attention p span {
    color: #949494
}

.group-detail .group-head .head-but {
    width: 18%;
    margin-left: 2%;
    margin-top: 6%
}

.group-detail .group-head .head-but p {
    width: 100%;
    height: 48px;
    border: 1px solid #00AFFF;
    color: #00AFFF;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
}

.group-detail .group-head .head-but .on {
    border: 1px solid #949494;
    color: #949494;
}

.group-content {
    background: #fff
}

.group-content .group-role span a img {
    width: 100%;
    marign-top: -3px
}

.group-content .group-role span a {
    display: inline-block;
    width: 6%
}

.group-content .group-role {
    height: 84px;
    line-height: 84px;
    overflow: hidden;
    background: #fdfcfb;
    padding: 0 3%
}

/*.group-content .group-tab-content{border-top:20px solid #f0f5f7;padding-top:3%}*/
/*.group-content .group-tab-block{border-top:20px solid #f0f5f7}*/
.group-content .group-tab-block .group-tab-box {
    padding-top: 2%
}

.group-content .group-tab-block:nth-child(2) {
    border-top: none
}

/*.group-content .group-tab-content:nth-child(1){margin-top:0;border-top:0px solid #f0f5f7}*/
/*.group-content .group-tab-content{border-top:20px solid #f0f5f7;padding-top:3%}*/
/*.group-content .group-tab-content:nth-child(1){margin-top:0;border-top:20px solid #f0f5f7}*/
.group-content .group-tab .group-tab-head p {
    float: left;
    cursor: pointer
}

.group-content .group-tab .group-tab-head {
    overflow: hidden;
    height: 80px;
    line-height: 80px;
    padding: 0 3%;
    color: #949494
}

.group-content .group-tab .group-tab-head .on {
    color: #00AFFF
}

.group-content .group-tab .group-tab-head p em {
    color: #949494
}

.group-content .group-tab .group-tab-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    line-height: 70px;
    color: #000;
    padding: 0 3%;
    border-top: 10px solid #f0f5f7
}

.group-content .group-tab .group-tab-title span a {
    display: inline
}

.group-content .group-tab .group-tab-title span {
    margin-top: 18px
}

.group-content .group-tab .group-tab-content .group-tab-role {
    padding: 0 3%;
    height: 42px;
    line-height: 42px
}

.group-content .group-tab .group-tab-content .group-tab-role a {
    display: inline
}

.group-content .group-tab .group-tab-content .group-tab-role span img {
    width: 6%;
    margin-top: -5px;
    border-radius: 50%
}

.group-content .group-tab .group-tab-content .group-tab-role span {
    color: #000
}

.group-content .group-tab .group-tab-content .group-tab-text {
    color: #949494;
    overflow: hidden
}

.group-content .group-tab .group-tab-content .group-tab-text .text {
    margin: 3% 3% 0;
    overflow: hidden;
}

.group-content .group-tab .group-tab-content .group-tab-text .group-tab-banner {
    padding: 3%;
    overflow: hidden
}

/*.group-content .group-tab .group-tab-content .group-tab-text .group-tab-banner img{width: 100%}*/
/*.group-content .group-tab .group-tab-content .group-tab-text .group-tab-banner video{width: 100%;height: 400px}*/
.group-content .group-tab .group-tab-content .group-tab-text .group-tab-banner .img {
    width: 33.33%;
    float: left
}

.group-content .group-tab .group-tab-content .group-tab-text .group-tab-banner img {
    width: 95%;
    margin-left: 2%
}

.group-content .group-tab .group-tab-content .group-tab-text .group-tab-banner video {
    height: 400px;
    width: 100%;
    background: #000
}

.group-content .group-tab .group-tab-content .group-tab-text .group-tab-banner .img video {
    width: 95%;
    height: auto;
    margin-left: 2%
}

.group-content .group-tab .group-tab-zan {
    height: 70px;
    line-height: 70px;
    color: #949494;
    padding: 0 3%;
    overflow: hidden
}

.group-content .group-tab .group-tab-zan img {
    width: 34px;
    height: 30px;
    margin-top: -5px
}

.group-content .group-tab .group-tab-zan .r-zan span {
    padding-left: 15%;
    float: right
}

.group-content .group-tab .group-tab-zan .r-zan {
    width: 50%;
}

.assist{
    padding: 0.2rem 0.28rem;
}

.reply-list-text{
    padding-top:3px;
}

/*标签页*/
#game-list .gametag .game-content {
    width: 82%
}
.more-block .more{text-align: center;margin:0 auto;display: block;width: 260px;height: 50px;line-height: 50px;border:2px solid #0AAFFF;font-size: 20px;color:#0AAFFF;margin-top:30px;border-radius: 3px;margin-bottom: 20px;}

@media screen and (max-width: 600px) {
    .groups h2 {
        height: 40px;
        line-height: 40px;
    }

    .hot-list .hot-list-box .r-but p {
        height: 24px;
        line-height: 24px;
    }

    .hot-list .hot-list-box .c-text h3 {
        padding: 3% 0
    }

    .hot-list .hot-list-box .c-text .quantity {
        padding: 2% 0
    }
}