.go-top {
	position: fixed;
	right: .08rem;
	top: 2.3rem
}

.go-top img {
	width: 1.2rem
}

.comment {
	position: fixed;
	bottom: 55px;
	right: 4px
}

.comment img {
	width: 1.2rem
}

.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
}

.notice-container[data-v-3d61d6b5] {
	width: 100%;
	padding: .16rem .2rem .04rem .18rem;
	background-color: #fff
}

.notice-container .wrapper[data-v-3d61d6b5] {
	height: .8rem;
	line-height: .8rem;
	border-radius: 5px;
	background-color: #f9f9f9;
	overflow: hidden;
	transition-timing-function: linear;
	margin: 0 auto
}

.notice-container .wrapper div[data-v-3d61d6b5] {
	height: 100%
}

.notice-container .wrapper .swiper-slide[data-v-3d61d6b5] {
	margin-right: .4rem
}

.notice-container .title[data-v-3d61d6b5] {
	width: 1.4rem;
	text-align: right
}

.notice-container .title img[data-v-3d61d6b5] {
	width: .32rem;
	vertical-align: middle
}

.notice-container .content[data-v-3d61d6b5] {
	padding-left: .3rem;
	overflow: hidden
}

.marquee-box {
	color: #000;
	font-size: 14px
}

.marquee-content {
	overflow: hidden;
	width: 100%
}

.marquee-content p {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	font-size: 0
}

.marquee-content span {
	display: inline-block;
	white-space: nowrap;
	font-size: 14px
}

.marquee-content a {
	padding-right: 40px;
	text-decoration: none;
	color: red
}

.quick {
	-webkit-animation: marquee 5s linear infinite;
	animation: marquee 5s linear infinite
}

.middle {
	-webkit-animation: marquee 10s linear infinite;
	animation: marquee 10s linear infinite
}

.slow {
	-webkit-animation: marquee 25s linear infinite;
	animation: marquee 25s linear infinite
}

@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.swiper-pagination {
	position: relative!important;
	margin-bottom: .3rem
}

.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px
}

.fade-enter-active {
	transition: all .2s ease-out
}

.fade-leave-active {
	transition: all .3s ease-out
}

.fade-enter,.fade-leave-to {
	opacity: 0;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0)
}

.playgame[data-v-73a7386c] {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	z-index: 2;
	max-width: 640px;
	margin: auto
}

.playgame-container[data-v-73a7386c] {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	background-color: #fff
}

.playgame-container .head[data-v-73a7386c] {
	color: #f8490d;
	font-size: 14px;
	padding: 15px 10px 10px;
	text-align: center
}

.playgame-container .flex-container[data-v-73a7386c] {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.playgame-container .flex-container .flex-box[data-v-73a7386c] {
	width: 25%;
	text-align: center;
	margin-bottom: .3rem
}

.playgame-container .flex-container .flex-box img[data-v-73a7386c] {
	border-radius: 9px;
	width: 1rem
}

.playgame-container .flex-container .flex-box .title[data-v-73a7386c] {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.playgame-container .swiper-pagination[data-v-73a7386c] {
	width: 100%
}

.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: .8rem;
	height: .8rem;
	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] {
	width: 50%;
	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: .3rem;
	vertical-align: top
}

.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
}

.footer-container[data-v-27bc0bfc] {
	max-width: 640px;
	margin: auto;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	height: 1rem;
	background-color: #f7f7f7;
	border-top: 1px solid #e6e6e6
}

.footer-container .box[data-v-27bc0bfc] {
	text-align: center
}

.footer-container .box a[data-v-27bc0bfc] {
	position: relative;
	display: inline-block
}

.footer-container .box img[data-v-27bc0bfc] {
	height: 1rem
}

.footer-container .badge-count[data-v-27bc0bfc] {
	position: absolute;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	top: .1rem;
	right: .7rem;
	height: .4rem;
	border-radius: .2rem;
	min-width: .4rem;
	background: #ed3f14;
	border: 1px solid transparent;
	color: #fff;
	line-height: 18px;
	text-align: center;
	padding: 0 6px;
	font-size: 12px;
	white-space: nowrap;
	-webkit-transform-origin: -10% center;
	transform-origin: -10% center;
	z-index: 10;
	box-shadow: 0 0 0 1px #fff
}

.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 10px;
	vertical-align: bottom;
	min-height: 2.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: 10.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%
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body,html {
	width: 100%
}

body {
	font-size: 14px;
	font-family: Helvetica Neue,Arial,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;
	-webkit-tap-highlight-color: transparent;
	color: #3c3c3c;
	background-color: #f2f2f2;
	max-width: 640px;
	margin: auto
}

.y-bottom {
	margin-bottom: 1rem
}

.gone {
	display: none!important
}

.bg {
	background-color: #fff!important
}


/*! 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
}




