.item[data-v-b9c70a3a] {
	padding: .2rem .3rem;
	border-bottom: 1px solid #f7f7f7;
	position: relative
}

.item .exclusive-flag[data-v-b9c70a3a] {
	background-image: url(../images/exclusive.png);
	background-repeat: no-repeat;
	position: absolute;
	width: .4rem;
	height: .4rem;
	right: 0;
	background-position: 0 0;
	background-size: cover;
	top: 0
}

.item .head-wrapper[data-v-b9c70a3a] {
	padding-right: .2rem
}

.item .head-wrapper img[data-v-b9c70a3a] {
	width: 1rem;
	border-radius: 5px
}

.item .content[data-v-b9c70a3a] {
	overflow: hidden
}

.item .content a[data-v-b9c70a3a] {
	text-decoration: none;
	color: inherit
}

.item .title[data-v-b9c70a3a] {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: .1rem;
	padding-bottom: .1rem
}

.item .fail[data-v-b9c70a3a] {
	font-size: 12px;
	color: #a7a7a7
}

.item .progress-bar[data-v-b9c70a3a] {
	display: inline-block;
	width: 3rem;
	height: 5px;
	border: 1px solid #eaeded;
	border-radius: 5px;
	box-sizing: border-box
}

.item .progress-bar .progress-active[data-v-b9c70a3a] {
	box-sizing: border-box;
	background-color: #fca218;
	height: 4px;
	border-radius: 5px;
	width: 80%
}

.item .left[data-v-b9c70a3a] {
	font-size: 12px;
	display: inline;
	color: #fca218;
	margin-left: .1rem
}

.item .btn-wrapper[data-v-b9c70a3a] {
	width: 1.2rem;
	text-align: right
}

.item .btn[data-v-b9c70a3a] {
	padding: 3px 5px 2px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 3px;
	font-size: 12px;
	display: inline-block
}

.item .linghao[data-v-b9c70a3a] {
	color: #fca218;
	border: 1px solid #fca218
}

.item .taohao[data-v-b9c70a3a] {
	color: #a7a7a7;
	border: 1px solid #a7a7a7
}

.item .end-time[data-v-b9c70a3a] {
	color: #a7a7a7;
	font-size: 12px
}

.feeds-container {
	border-top: 1px solid #f2f2f2;
	margin-bottom:120px;
}

.feeds-container .comment {
	position: fixed;
	bottom: 0;
	right: .1rem
}

.feeds-container .comment img {
	width: 1.2rem;
	vertical-align: middle
}

.infinite-loading-container {
	background-color: #fff
}

.infinite-loading-container .loading-spiral {
	width: 16px!important;
	height: 16px!important;
	margin: .2rem 0!important;
	border: 1px solid #fca218!important;
	border-right-color: transparent!important
}

.explevel img {
	width: .32rem
}

.item[data-v-73255b3f] {
	background-color: #fff;
	border-bottom: 1px solid #f7f7f7;
	padding: .24rem .2rem .24rem .18rem;
	position: relative
}

.item .cover img[data-v-73255b3f] {
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 5px
}

.item .meta[data-v-73255b3f] {
	padding-left: .2rem
}

.item .meta .title[data-v-73255b3f] {
	font-size: 14px;
	word-break: break-all
}

.item .meta .title .male[data-v-73255b3f] {
	color: #18a3e3
}

.item .meta .title .female[data-v-73255b3f] {
	color: #ff538b
}

.item .meta .title .user-level[data-v-73255b3f] {
	background-color: red;
	color: #fff;
	font-size: 10px;
	padding: 2px 3px 1px;
	border-radius: 2px;
	margin-left: 5px;
	vertical-align: middle
}

.item .meta .title .admin[data-v-73255b3f] {
	background-color: #5bbd2a
}

.item .meta .desc[data-v-73255b3f] {
	color: #1f1f1f;
	font-size: 14px;
	margin-top: 4px;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-word
}

.item .meta .desc .inner-desc[data-v-73255b3f] {
	height: 2rem;
	width: 100%;
	background-color: #2eb3e8;
	position: relative
}

.item .meta .desc .inner-desc .ranking[data-v-73255b3f] {
	float: left;
	width: 30%;
	height: 100%;
	text-align: center
}

.item .meta .desc .inner-desc .ranking .crown[data-v-73255b3f] {
	width: 1.2rem;
	padding-top: .6rem
}

.item .meta .desc .inner-desc .ranking .newrecord[data-v-73255b3f] {
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem
}

.item .meta .desc .inner-desc .rank-game[data-v-73255b3f] {
	float: right;
	width: 70%;
	position: relative;
	height: 100%
}

.item .meta .desc .inner-desc .rank-game img[data-v-73255b3f] {
	width: 100%;
	height: 100%
}

.item .meta .desc .inner-desc .rank-game .rank-score[data-v-73255b3f] {
	width: 100%;
	margin: -15px auto 0;
	height: .6rem;
	line-height: .6rem;
	position: absolute;
	top: 50%;
	text-align: center
}

.item .meta .desc .inner-desc .rank-game .score[data-v-73255b3f] {
	background-color: rgba(0,0,0,.5);
	margin: 0 auto;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	font-size: 23px
}

.item .meta .img-container[data-v-73255b3f] {
	padding-top: .16rem
}

.item .meta .img-container img[data-v-73255b3f] {
	max-width: 48%;
	padding: 0 .1rem 0 0
}

.item .time-container[data-v-73255b3f] {
	padding: .2rem .2rem .2rem 0
}

.item .time-container>span[data-v-73255b3f] {
	color: #9b9b9b;
	font-size: 12px
}

.item .time-container img[data-v-73255b3f] {
	width: 1rem;
	vertical-align: top
}
.item .time-container span[data-v-73255b3f] {
	font-size:12px;
}
.game-container[data-v-15227793] {
	border: 1px solid #e6e6e6;
	padding: .06rem 0;
	border-radius: 4px;
	margin-top: .2rem
}

.game-container a[data-v-15227793] {
	text-decoration: none
}

.game-container img[data-v-15227793] {
	width: .8rem;
	height: .8rem;
	border-radius: 5px;
	margin-left: .08rem
}

.game-container .desc[data-v-15227793] {
	margin-left: .2rem;
	color: #3c3c3c
}

.game-container .btn-container[data-v-15227793] {
	width: 1.2rem;
	text-decoration: none
}

.game-container .btn-container div[data-v-15227793] {
	display: inline-block;
	color: #fca218;
	margin-right: .2rem;
	padding: 3px 5px 2px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #fca218;
	font-size: 12px
}

.reply-containier[data-v-3c46bf99] {
	position: relative
}

.mask[data-v-3c46bf99] {
	width: 16px;
	height: 8px;
	position: absolute;
	top: -9px;
	left: 30px
}

.mask div[data-v-3c46bf99] {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	margin: 4px 0 0 3px;
	background-color: #f7f7f7
}

.like-container[data-v-3c46bf99] {
	position: relative;
	padding: .1rem .12rem 0;
	background-color: #f7f7f7
}

.like-container .like-wrapper[data-v-3c46bf99] {
	padding-bottom: .1rem;
	border-bottom: 1px solid hsla(0,0%,90%,.5)
}

.like-container .like-wrapper img[data-v-3c46bf99] {
	width: .6rem;
	margin: .1rem .06rem 0;
	height: .6rem;
	vertical-align: bottom
}

.like-container .mess-more[data-v-3c46bf99] {
	font-size: 14px;
	color: #18a3e3;
	padding-bottom: 6px;
	text-align: center;
	height: 100%;
	width: .6rem;
	display: inline-block
}

.flag[data-v-3c46bf99] {
	position: absolute;
	left: -20px
}

.flag img[data-v-3c46bf99] {
	width: .24rem
}

.content-container[data-v-3c46bf99] {
	background-color: #f7f7f7;
	position: relative;
	padding: .2rem .2rem .12rem
}

.content-container .mess-more[data-v-3c46bf99] {
	font-size: 14px;
	color: #18a3e3;
	padding-bottom: 6px;
	text-align: center
}

.content-container .mess[data-v-3c46bf99] {
	font-size: 12px;
	margin-bottom: .08rem
}

.content-container .mess .name[data-v-3c46bf99] {
	color: #18a3e3;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px
}

.content-container .mess .reply[data-v-3c46bf99] {
	word-wrap: break-word;
	word-break: break-all
}

.bot-bor[data-v-740fef87] {
	border-bottom: 1px solid #e6e6e6
}

.head-container[data-v-740fef87] {
	height: .92rem;
	line-height: .92rem;
	background-color: #fff
}

.head-container .head-wrapper[data-v-740fef87] {
	text-align: center;
	position: relative;
	height: 100%;
	box-sizing: border-box
}

.head-container .head-left[data-v-740fef87] {
	text-align: left;
	box-sizing: border-box
}

.head-container .head-left a[data-v-740fef87] {
	padding-left: .3rem;
	display: inline-block
}

.head-container .head-left img[data-v-740fef87] {
	width: .4rem;
	vertical-align: middle
}

.head-container .head-icon img[data-v-740fef87] {
	width: 2rem;
	vertical-align: middle
}
.head-container .head-right[data-v-740fef87] {
	text-align: right
}

.head-container .head-right a[data-v-740fef87] {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
	font-size: 12px;
	height: 100%;
	vertical-align: top
}

.head-container .head-right a.male[data-v-740fef87] {
	background-color: #5bbd2a
}

.head-container .head-right a.female[data-v-740fef87] {
	background-color: #ff668c
}

.head-container .head-right img[data-v-740fef87] {
	width: .34rem;
	vertical-align: middle;
	padding: 0 3px 2px 0
}

.hlmy-message[data-v-253869b0] {
	position: fixed;
	background-color: rgba(0,0,0,.2);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	max-width: 640px;
	margin: auto;
	z-index: 1
}

.hlmy-message .mess-container[data-v-253869b0] {
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center
}

.hlmy-message .mess-wrapper[data-v-253869b0] {
	position: relative;
	padding: 8px 16px;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,.2);
	background: #fff;
	display: block
}

.hlmy-message .content[data-v-253869b0] {
	padding: .04rem .1rem .04rem .4rem;
	background-color: #fff
}

.dialog .dialog-commentbody {
	padding: 0!important
}

.dialog .dialog-comment {
	width: 100%;
	resize: none;
	border: none;
	border-radius: 3px;
	padding: 6px 0px;
	vertical-align: bottom;
	min-height: 5.3rem;
	font-size: 14px
}

.dialog .dialog-comment:focus {
	outline: none
}

.mask[data-v-c225dcd4] {
	z-index: 1;
	height: 100%;
	max-width: 640px;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	background: rgba(0,0,0,.6);
	margin: auto
}

.dialog[data-v-c225dcd4] {
	position: fixed;
	z-index: 13;
	width: 85%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #fafafc;
	text-align: center;
	border-radius: 3px;
	max-width: 25.8rem;
	margin: auto
}

.dialog .primary[data-v-c225dcd4] {
	color: #0bb20c
}

.dialog .dialog-hd[data-v-c225dcd4] {
	position: relative;
	padding: .34rem 0 .14rem
}

.dialog .dialog-hd .hd-title[data-v-c225dcd4] {
	font-weight: 400;
	font-size: 17px
}

.dialog .dialog-hd[data-v-c225dcd4]:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #d5d5d6;
	color: #d5d5d6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.dialog .dialog-bd[data-v-c225dcd4] {
	padding: .4rem;
	font-size: 15px;
	color: #888
}

.dialog .dialog-ft[data-v-c225dcd4] {
	position: relative;
	line-height: 42px;
	font-size: 17px
}

.dialog .dialog-ft[data-v-c225dcd4]:after {
	position: absolute;
	width: 100%;
	height: 1px;
	border-top: 1px solid #d5d5d6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	content: " ";
	left: 0;
	top: 0;
	color: #d5d5d6
}

.dialog .dialog-ft a[data-v-c225dcd4] {
	position: relative
}

.dialog .dialog-ft a[data-v-c225dcd4]:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-left: 1px solid #d5d5d6;
	color: #d5d5d6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5)
}

.hlmy-bigimg-container[data-v-96422910] {
	position: fixed;
	max-width: 640px;
	margin: auto;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 5
}

.hlmy-bigimg-container .content[data-v-96422910] {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-box-align: center;
	display: -webkit-box;
	text-align: center
}

.hlmy-bigimg-container .content img[data-v-96422910] {
	max-width: 100%
}




/*! https://github.com/lzxb/flex.css */[flex] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}[flex]>* {
	display: block
}[flex]>[flex] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}[flex~="dir:left"] {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}[flex~="dir:right"] {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end
}[flex~="dir:top"] {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}[flex~="dir:bottom"] {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: end
}[flex~="main:left"] {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}[flex~="main:right"] {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}[flex~="main:justify"] {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}[flex~="main:center"] {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}[flex~="cross:top"] {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}[flex~="cross:bottom"] {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}[flex~="cross:center"] {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}[flex~="cross:baseline"] {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}[flex~="cross:stretch"] {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}[flex~="box:mean"]>*,[flex~="box:first"]>*,[flex~="box:last"]>*,[flex~="box:justify"]>* {
	width: 0;
	height: auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}[flex~="box:first"]>:first-child,[flex~="box:last"]>:last-child,[flex~="box:justify"]>:first-child,[flex~="box:justify"]>:last-child {
	width: auto;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}[flex~="dir:top"][flex~="box:mean"]>*,[flex~="dir:top"][flex~="box:first"]>*,[flex~="dir:top"][flex~="box:last"]>*,[flex~="dir:top"][flex~="box:justify"]>*,[flex~="dir:bottom"][flex~="box:mean"]>*,[flex~="dir:bottom"][flex~="box:first"]>*,[flex~="dir:bottom"][flex~="box:last"]>*,[flex~="dir:bottom"][flex~="box:justify"]>* {
	width: auto;
	height: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}[flex~="dir:top"][flex~="box:first"]>:first-child,[flex~="dir:top"][flex~="box:last"]>:last-child,[flex~="dir:top"][flex~="box:justify"]>:first-child,[flex~="dir:top"][flex~="box:justify"]>:last-child,[flex~="dir:bottom"][flex~="box:first"]>:first-child,[flex~="dir:bottom"][flex~="box:last"]>:last-child,[flex~="dir:bottom"][flex~="box:justify"]>:first-child [flex~="dir:bottom"][flex~="box:justify"]>:last-child {
	height: auto;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}[flex-box="0"] {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}[flex-box="1"] {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}[flex-box="2"] {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	-webkit-flex-shrink: 2;
	-ms-flex-negative: 2;
	flex-shrink: 2
}[flex-box="3"] {
	-webkit-box-flex: 3;
	-webkit-flex-grow: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
	-webkit-flex-shrink: 3;
	-ms-flex-negative: 3;
	flex-shrink: 3
}[flex-box="4"] {
	-webkit-box-flex: 4;
	-webkit-flex-grow: 4;
	-ms-flex-positive: 4;
	flex-grow: 4;
	-webkit-flex-shrink: 4;
	-ms-flex-negative: 4;
	flex-shrink: 4
}[flex-box="5"] {
	-webkit-box-flex: 5;
	-webkit-flex-grow: 5;
	-ms-flex-positive: 5;
	flex-grow: 5;
	-webkit-flex-shrink: 5;
	-ms-flex-negative: 5;
	flex-shrink: 5
}[flex-box="6"] {
	-webkit-box-flex: 6;
	-webkit-flex-grow: 6;
	-ms-flex-positive: 6;
	flex-grow: 6;
	-webkit-flex-shrink: 6;
	-ms-flex-negative: 6;
	flex-shrink: 6
}[flex-box="7"] {
	-webkit-box-flex: 7;
	-webkit-flex-grow: 7;
	-ms-flex-positive: 7;
	flex-grow: 7;
	-webkit-flex-shrink: 7;
	-ms-flex-negative: 7;
	flex-shrink: 7
}[flex-box="8"] {
	-webkit-box-flex: 8;
	-webkit-flex-grow: 8;
	-ms-flex-positive: 8;
	flex-grow: 8;
	-webkit-flex-shrink: 8;
	-ms-flex-negative: 8;
	flex-shrink: 8
}[flex-box="9"] {
	-webkit-box-flex: 9;
	-webkit-flex-grow: 9;
	-ms-flex-positive: 9;
	flex-grow: 9;
	-webkit-flex-shrink: 9;
	-ms-flex-negative: 9;
	flex-shrink: 9
}[flex-box="10"] {
	-webkit-box-flex: 10;
	-webkit-flex-grow: 10;
	-ms-flex-positive: 10;
	flex-grow: 10;
	-webkit-flex-shrink: 10;
	-ms-flex-negative: 10;
	flex-shrink: 10
}