body {
	padding: 0; 
	margin: 0;
	word-break: break-all;
}
li, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrapper {
	max-width: 800px;
	margin: 0 auto
}

.index {
	background-color: #fff;
	scroll-behavior: smooth
}

.index .index-logo {
	height: 10vw;
	margin: 0 auto;
	display: block
}

@media screen and (min-width:800px) {
	.index .index-logo {
		height: 80px
	}
}

.index .index-banner {
	width: 100%
}

.index .index-banner.mt {
	margin-top: 5px
}
.index-float-menu-box{
	height: 160px;
}
.index .index-float-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: .3rem .3rem 0;
	background-color: #fff;
	height: 160px;
	/* position: fixed; */
	top: 0;
	z-index: 100;
	width: 100%;
	box-sizing: border-box;
}

.index .index-float-menu .menuItem {
	width: 19%;
	padding: 3px 0;
	border-radius: 1rem;
	background: #ef1b72;
	color: #fff;
	text-align: center;
	font-size: 11px;
	margin-bottom: .3rem;
	cursor: pointer;
	text-decoration: none;
	margin-right: 3px;
}

.index .index-float-menu.fix {
	width: 100%;
	height: 160px;
	/* position: fixed; */
	top: 0;
	z-index: 1
}

@media screen and (min-width:800px) {
	.index .index-float-menu.fix {
		width: 800px
	}
	.index .index-float-menu {
		height: 160px;
	}
	
}

.index .index-menu {
	display: flex;
	flex-wrap: wrap;
	color: #000;
	font-size: 12px;
	border-bottom: 1px solid #9c9c9c
}

.index .index-menu img {
	width: 50px;
	height: 50px;
	margin: 0 auto 5px
}

.index .index-menu .index-menu-item {
	text-align: center;
	width: calc(25% - 20px);
	margin: 10px;
	color: #000;
	text-decoration: none
}

.index .index-title {
	padding: 10px;
	color: #006400
}

.index .index-domain {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	display: block;
	text-align: center;
	font-weight: 700;
	line-height: 2rem;
	font-size: 14px
}

.index .index-domain div {
	color: #4c4c4c
}

.index .index-domain .red {
	color: red;
	font-size: 24px;
	text-decoration: none
}

.index .index-domain .normal {
	font-weight: 400;
	text-decoration: none;
	color: #4c4c4c
}

.index .index-marquee {
	display: flex;
	align-items: center;
	font-size: 14px;
	height: 40px
}

.index .index-marquee .index-marquee-title {
	width: 65px;
	color: red;
	font-weight: 700
}

.index .index-marquee .marquee-text-wrap {
	width: calc(100% - 65px)
}

.index .index-float-ad {
	display: block;
	width: 100%;
	height: 70px;
	text-align: center;
	background-color: #000
}

.index .index-float-ad img {
	height: 100%
}

.index .index-float-ad.fix {
	position: fixed;
	top: 60px;
	z-index: 1
}

@media screen and (min-width:800px) {
	.index .index-float-ad {
		width: 800px
	}
}

.index .index-live {
	display: block;
	text-align: center;
	background: linear-gradient(0deg, #9c27b0, #2196f3);
	border-radius: 5px;
	padding: 5px 30px;
	text-decoration: none
}

.index .index-live div {
	background: beige;
	box-shadow: 2px 2px 1px #f44336;
	color: #f44336;
	border-radius: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 18px;
	padding: 8px
}

.index .index-live img {
	width: 45px
}

.index .index-notify {
	background-color: #4caf50;
	border: 10px double #ff0;
	text-align: center;
	padding: 10px;
	font-family: 方正粗黑宋简体;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5rem
}

.index .index-notify a {
	color: #fff
}

.index .index-swipe {
	margin-bottom: 3px
}

.index .index-swipe .index-swipe-btn {
	display: flex;
	justify-content: space-between;
	margin: .8%;
	height: 30px
}

.index .index-swipe .index-swipe-btn div {
	width: 19.4%;
	font-size: 14px;
	color: #fff;
	background-color: #4caf50;
	display: flex;
	justify-content: center;
	align-items: center
}

.index .index-swipe .index-swipe-btn div:first-child {
	color: #ffeb3b;
	background-color: red
}

.index .index-swipe .index-swipe-btn div.active {
	color: #fff;
	background-color: #007aff
}

.index .index-swipe .index-swipe-item {
	display: flex;
	align-items: center
}

.index .index-swipe .index-swipe-item .index-swipe-logo {
	width: 100px;
	text-align: center
}

.index .index-swipe .index-swipe-item .index-swipe-logo img {
	width: 70px;
	height: 70px
}

.index .index-swipe .index-swipe-item .index-swipe-content {
	width: calc(100% - 100px)
}

.index .index-swipe .index-swipe-item .index-swipe-content .index-swipe-top {
	display: flex;
	justify-content: space-between;
	font-size: 12px
}

.index .index-swipe .index-swipe-item .index-swipe-content .index-swipe-top .index-swipe-left {
	width: 50%
}

.index .index-swipe .index-swipe-item .index-swipe-content .index-swipe-top .index-swipe-left div {
	height: 20px;
	line-height: 20px
}

.index .index-swipe .index-swipe-item .index-swipe-content .index-swipe-top .index-swipe-right {
	width: 50%
}

.index .index-swipe .index-swipe-item .index-swipe-content .index-swipe-top .index-swipe-right div {
	height: 20px;
	line-height: 20px
}

.index .index-swipe .index-swipe-item .index-swipe-content .index-swipe-top .index-swipe-right div img {
	width: 16px;
	height: 16px
}

.index .index-swipe .index-swipe-item .index-swipe-content .index-swipe-bottom {
	margin-top: 5px;
	display: flex;
	align-items: center;
	color: #15bc83;
	font-size: 12px
}

.index .index-swipe .index-swipe-item .index-swipe-content .index-swipe-bottom img {
	width: 20px;
	height: 20px;
	margin-right: 5px
}

@media screen and (min-width:800px) {
	.index .index-swipe .index-swipe-item .index-swipe-logo {
		width: 240px
	}

	.index .index-swipe .index-swipe-item .index-swipe-logo img {
		width: 100px;
		height: 100px
	}

	.index .index-swipe .index-swipe-item .index-swipe-content {
		width: calc(100% - 240px)
	}
}

.index .index-swipe .index-swipe-link {
	margin-top: 5px;
	display: flex;
	justify-content: space-around
}

.index .index-swipe .index-swipe-link a {
	height: 35px;
	color: #fff;
	font-size: 12px;
	width: 30%;
	border-radius: 5px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center
}

.index .index-swipe .index-swipe-link .index-swipe-android {
	background-color: #c34dff
}

.index .index-swipe .index-swipe-link .index-swipe-ios {
	background-color: #ff5b5b
}

.index .index-swipe .index-swipe-link .index-swipe-web {
	background-color: #3ebc40
}

.index .index-swipe .index-swipe-link img {
	width: 20px;
	height: 20px;
	margin-right: 5px
}

.index .index-gp .index-gp-header {
	display: flex;
	align-items: center;
	padding: 10px;
	margin: 6px 0;
	font-weight: 700;
	background: linear-gradient(0deg, #921818, #e42121);
	color: #fff
}

.index .index-gp .index-gp-header img {
	width: 17px;
	height: 17px;
	margin-right: 5px
}

.index .index-essence img,
.index .index-gp .index-gp-image {
	width: 100%
}

.index .index-essence .index-essence-tab {
	display: flex;
	background-color: #eee;
	margin-top: 3px
}

.index .index-essence .index-essence-tab div {
	width: 50%;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4c4c4c;
	font-weight: 700;
	cursor: pointer
}

.index .index-essence .index-essence-tab div.active {
	background-color: #090;
	color: #fff
}

.index .index-essence .index-essence-item {
	border-bottom: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
	font-size: 18px;
	color: #333;
	padding: 0 10px;
	display: block;
	text-decoration: none
}

.index .index-essence .index-essence-item span {
	color: red
}

.index .index-announcement {
	padding: 5px 10px;
	color: red;
	background: #ff0;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	border: 1px solid #555
}

.index .index-announcement div {
	background-color: red;
	color: #00f;
	font-size: 36px;
	display: inline-block;
	margin: 10px auto 20px;
	padding: 0 10px;
	line-height: 42px
}

.index .index-siteGuess .index-siteGuess-header {
	display: flex;
	justify-content: center;
	color: red;
	background: #ff0;
	font-weight: 700;
	border: 1px solid #555;
	padding: 5px 0
}

.index .index-siteGuess .index-siteGuess-item {
	display: flex;
	color: #0f0;
	background: #000;
	font-weight: 700;
	border: 1px solid #555;
	padding: 5px;
	text-decoration: none
}

.index .index-siteGuess .index-siteGuess-item span {
	color: red;
	margin-left: 10px
}

.index .index-secret {
	margin-top: 5px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	background-image: linear-gradient(0deg, #921818, #e42121);
	padding: 3px;
	font-size: 15px
}

.index .index-secret img {
	width: 100%
}

.index .index-6z18n .index-6z18n-header {
	display: flex;
	align-items: center;
	padding: 10px;
	margin: 6px 0 0;
	font-weight: 700;
	background: linear-gradient(0deg, #921818, #e42121);
	color: #fff
}

.index .index-6z18n .index-6z18n-header img {
	width: 17px;
	height: 17px;
	margin-right: 5px
}

.index .index-6z18n img {
	width: 100%
}

.index .index-rdnfnf .index-rdnfnf-header,
.index .index-secretBook .index-secretBook-header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 6px 0 0;
	font-weight: 700;
	background: linear-gradient(0deg, #921818, #e42121);
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	padding: 5px 0
}

.index .index-rdnfnf .index-rdnfnf-header .index-rdnfnf-link {
	color: #ffeb3b;
	font-size: 12px;
	position: absolute;
	right: 3%;
	text-decoration: none
}

@media screen and (min-width:800px) {
	.index .index-rdnfnf .index-rdnfnf-header .index-rdnfnf-link {
		right: unset;
		margin-left: 730px
	}
}

.index .index-rdnfnf .index-rdnfnf-image {
	display: flex;
	justify-content: space-between;
	margin: 10px
}

.index .index-rdnfnf .index-rdnfnf-image img {
	width: calc(50% - 5px)
}

.index .index-rdnfnf .index-rdnfnf-text {
	display: flex;
	justify-content: space-around;
	color: red
}

.index .index-masterArticle img {
	width: 100%
}

.index .index-masterArticle .index-masterArticle-item {
	border-bottom: 1px solid #ccc;
	color: #090;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	display: block;
	text-decoration: none
}

.index .index-masterArticle .index-masterArticle-item .yellow {
	background: #ffeb3b;
	color: red;
	border-radius: 5px;
	padding: 4px;
	margin: 3px 3px 3px 5px
}

.index .index-masterArticle .index-masterArticle-item .red {
	color: red;
	font-weight: 700;
	font-size: 18px
}

.index .index-masterArticle .index-masterArticle-item .black {
	color: #4c4c4c;
	float: right;
	margin-right: 5px
}

.index .index-fax .index-fax-header {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-fax .index-fax-tab {
	margin: 5px;
	color: #673ab7;
	display: flex;
	border-bottom: 2px solid #673ab7;
	height: 40px
}

.index .index-fax .index-fax-tab div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer
}

.index .index-fax .index-fax-tab div:nth-child(2) {
	color: red
}

.index .index-fax .index-fax-tab div.active {
	color: #fff;
	background-color: #673ab7
}

.index .index-fax .jssx {
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-fax a,
.index .index-fax h1 {
	font-weight: 700;
	font-size: 20px
}

.index .index-housekeeper {
	margin-top: 5px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	background-image: linear-gradient(0deg, #921818, #e42121);
	padding: 3px;
	font-size: 15px
}

.index .index-housekeeper img {
	width: 100%
}

.index .index-nfnf .index-nfnf-header {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-nfnf .index-nfnf-tab {
	margin: 5px;
	color: #673ab7;
	display: flex;
	border-bottom: 2px solid #673ab7;
	height: 40px
}

.index .index-nfnf .index-nfnf-tab div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer
}

.index .index-nfnf .index-nfnf-tab div:nth-child(2) {
	color: red
}

.index .index-nfnf .index-nfnf-tab div.active {
	color: #fff;
	background-color: #673ab7
}

.index .index-nfnf .jssx {
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-nfnf a,
.index .index-nfnf h1 {
	font-weight: 700;
	font-size: 20px
}

.index .index-pint .index-pint-header {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-pint .index-pint-tab {
	margin: 5px;
	color: #673ab7;
	display: flex;
	border-bottom: 2px solid #673ab7;
	height: 40px
}

.index .index-pint .index-pint-tab div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer
}

.index .index-pint .index-pint-tab div:nth-child(2) {
	color: red
}

.index .index-pint .index-pint-tab div.active {
	color: #fff;
	background-color: #673ab7
}

.index .index-pint p {
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	text-align: center;
	color: #4c4c4c;
	margin: 0 5px
}

.index .index-5z .index-5z-header {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-5z .index-5z-tab {
	margin: 5px;
	color: #673ab7;
	display: flex;
	border-bottom: 2px solid #673ab7;
	height: 40px
}

.index .index-5z .index-5z-tab div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer
}

.index .index-5z .index-5z-tab div:nth-child(2) {
	color: red
}

.index .index-5z .index-5z-tab div.active {
	color: #fff;
	background-color: #673ab7
}

.index .index-5z a,
.index .index-5z strong {
	font-size: 20px;
	font-weight: 700
}

.index .index-5z p {
	margin: 0;
	padding: .5rem 0;
	border-bottom: 1px solid #d3d3d3
}

.index .index-rwz .index-rwz-header {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-rwz .index-rwz-tab {
	margin: 5px;
	color: #673ab7;
	display: flex;
	border-bottom: 2px solid #673ab7;
	height: 40px
}

.index .index-rwz .index-rwz-tab div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer
}

.index .index-rwz .index-rwz-tab div:nth-child(2) {
	color: red
}

.index .index-rwz .index-rwz-tab div.active {
	color: #fff;
	background-color: #673ab7
}

.index .index-rwz .jhzx {
	height: 25px;
	background: url(/_nuxt/img/886633903.77423dc.gif);
	background-size: 100% 100%
}

.index .index-f5 .index-f5-header {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-f5 .index-f5-tab {
	margin: 5px;
	color: #673ab7;
	display: flex;
	border-bottom: 2px solid #673ab7;
	height: 40px
}

.index .index-f5 .index-f5-tab div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer
}

.index .index-f5 .index-f5-tab div:nth-child(2) {
	color: red
}

.index .index-f5 .index-f5-tab div.active {
	color: #fff;
	background-color: #673ab7
}

.index .index-f5 p {
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	color: #4c4c4c;
	text-align: center;
	margin: 0 5px
}

.index .index-f5 p span span {
	background: #ff0
}

.index .index-20n .index-20n-header {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-20n .index-20n-tab {
	margin: 5px;
	color: #673ab7;
	display: flex;
	border-bottom: 2px solid #673ab7;
	height: 40px
}

.index .index-20n .index-20n-tab div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer
}

.index .index-20n .index-20n-tab div:nth-child(2) {
	color: red
}

.index .index-20n .index-20n-tab div.active {
	color: #fff;
	background-color: #673ab7
}

.index .index-20n .jhzx {
	height: 25px;
	background: url(/_nuxt/img/886633903.77423dc.gif);
	background-size: 100% 100%
}

.index .index-sd .index-sd-header {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-sd .index-sd-tab {
	margin: 5px;
	color: #673ab7;
	display: flex;
	border-bottom: 2px solid #673ab7;
	height: 40px
}

.index .index-sd .index-sd-tab div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer
}

.index .index-sd .index-sd-tab div:nth-child(2) {
	color: red
}

.index .index-sd .index-sd-tab div.active {
	color: #fff;
	background-color: #673ab7
}

.index .index-sd p {
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	color: #4c4c4c;
	text-align: center;
	margin: 0 5px
}

.index .index-sd p span span {
	background: #ff0
}

.index .index-mystery .index-mystery-header {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-mystery .index-mystery-tab {
	margin: 5px;
	color: #673ab7;
	display: flex;
	border-bottom: 2px solid #673ab7;
	height: 40px
}

.index .index-mystery .index-mystery-tab div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer
}

.index .index-mystery .index-mystery-tab div:nth-child(2) {
	color: red
}

.index .index-mystery .index-mystery-tab div.active {
	color: #fff;
	background-color: #673ab7
}

.index .index-mystery p {
	border-bottom: 1px solid #ccc;
	color: #4c4c4c;
	margin: 0 5px
}

.index .index-k3 .index-k3-header {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-k3 .index-k3-tab {
	margin: 5px;
	color: #673ab7;
	display: flex;
	border-bottom: 2px solid #673ab7;
	height: 40px
}

.index .index-k3 .index-k3-tab div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer
}

.index .index-k3 .index-k3-tab div:nth-child(2) {
	color: red
}

.index .index-k3 .index-k3-tab div.active {
	color: #fff;
	background-color: #673ab7
}

.index .index-k3 p {
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	color: #4c4c4c;
	text-align: center;
	margin: 0 5px
}

.index .index-k3 p span span {
	background: #ff0
}

.index .index-rd .index-rd-header {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-rd .index-rd-tab {
	margin: 5px;
	color: #673ab7;
	display: flex;
	border-bottom: 2px solid #673ab7;
	height: 40px
}

.index .index-rd .index-rd-tab div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer
}

.index .index-rd .index-rd-tab div:nth-child(2) {
	color: red
}

.index .index-rd .index-rd-tab div.active {
	color: #fff;
	background-color: #673ab7
}

.index .index-rd .jssx {
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-rd .zhong {
	height: 25px;
	background: url(/_nuxt/img/886633903.77423dc.gif);
	background-size: 100% 100%
}

.index .index-map .index-map-header {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-map .index-map-tab {
	margin: 5px;
	color: #673ab7;
	display: flex;
	border-bottom: 2px solid #673ab7;
	height: 40px
}

.index .index-map .index-map-tab div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer
}

.index .index-map .index-map-tab div:nth-child(2) {
	color: red
}

.index .index-map .index-map-tab div.active {
	color: #fff;
	background-color: #673ab7
}

.index .index-map .jssx {
	line-height: 40px;
	background: linear-gradient(180deg, #cf1616, red);
	text-align: center;
	font-weight: 700;
	color: #ff0;
	font-size: 20px;
	font-family: 楷体
}

.index .index-map .zhong {
	height: 25px;
	background: url(/_nuxt/img/886633903.77423dc.gif);
	background-size: 100% 100%
}

.index .index-humor .tit {
	margin-top: 6px
}

.index .index-humor .tit,
.index .index-new .index-new-header {
	padding: 10px;
	font-weight: 700;
	background: linear-gradient(0deg, #921818, #e42121);
	color: #fff
}

.index .index-new .index-new-header {
	display: flex;
	align-items: center;
	margin: 6px 0 0
}

.index .index-new .index-new-header img {
	width: 17px;
	height: 17px;
	margin-right: 5px
}

.index .index-new .index-new-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.index .index-new .index-new-item a {
	margin-top: 8px;
	width: 32%;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	color: #4c4c4c;
	text-decoration: none;
	font-size: 14px
}

.index .index-masterPoster .index-masterPoster-item {
	border: 1px solid #ddd;
	color: #555;
	padding: 8px;
	text-decoration: none;
	display: block
}

.index .index-masterPoster .index-masterPoster-item .green {
	margin-right: 5px;
	padding: 5px 10px;
	color: #fff;
	background: #30c11b
}

.index .index-masterPoster .index-masterPoster-item .red {
	color: red
}

.index .index-masterPoster .index-masterPoster-item .yellowBg {
	background-color: #ff0;
	padding: 5px
}

.index .index-masterPoster .index-masterPoster-item .right {
	float: right;
	margin-right: 10px
}

.index .index-ms .index-ms-content {
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	display: flex
}

.index .index-ms .index-ms-content .index-ms-left {
	width: 190px;
	padding: 10px
}

.index .index-ms .index-ms-content .index-ms-left img {
	width: 100%;
	height: 110px;
	margin-bottom: 5px
}

.index .index-ms .index-ms-content .index-ms-left img:last-child {
	margin-bottom: 0
}

.index .index-ms .index-ms-content .index-ms-right {
	width: calc(100% - 190px)
}

.index .index-ms .index-ms-content .index-ms-right .index-ms-item {
	text-decoration: none;
	color: #4c4c4c;
	font-weight: 700;
	display: block;
	border-bottom: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	padding: 0 5px
}

.index .index-ms .index-ms-content .index-ms-right .index-ms-item:last-child {
	border-bottom: none
}

.index .index-major {
	padding: 10px;
	border: 1px solid #23ba26;
	border-radius: 6px;
	background: #fff;
	margin: 6px
}

.index .index-major .index-major-item {
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	text-decoration: none
}

.index .index-major .index-major-item img {
	width: 50px;
	height: 50px;
	margin-right: 10px
}

.index .index-major .index-major-item .index-major-middle {
	width: calc(100% - 120px)
}

.index .index-major .index-major-item .index-major-middle .bold {
	font-size: 20px;
	color: #fff;
	text-shadow: 0 2px 10px #000
}

.index .index-major .index-major-item:last-child {
	margin-bottom: 0
}

.index .index-6z .index-6z-header,
.index .index-beauty .index-beauty-header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 6px 0 0;
	font-weight: 700;
	background: linear-gradient(0deg, #921818, #e42121);
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
	padding: 5px 0
}

.index .index-beauty img {
	width: 100%
}

.index .index-footer {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #4c4c4c
}

.index .index-footer p {
	margin-bottom: 5px
}

.index .index-float .index-float-right {
	position: fixed;
	right: 10px;
	bottom: 80px
}

.index .index-float .index-float-right a,
.index .index-float .index-float-right div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	text-decoration: none;
	cursor: pointer
}

.index .index-float .index-float-right .green {
	background-color: #005f3c
}

.index .index-float .index-float-right .red {
	background-color: red
}

@media screen and (min-width:800px) {
	.index .index-float .index-float-right {
		right: unset;
		margin-left: 810px
	}

	.index .index-float .index-float-right a,
	.index .index-float .index-float-right div {
		width: 100px;
		height: 100px;
		font-size: 32px
	}
}

.index .index-float .index-float-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 5px 10px;
	font-size: 14px
}

.index .index-float .index-float-bottom .index-float-text {
	font-weight: 700
}

.index .index-float .index-float-bottom .index-float-app {
	background-color: #ec0909;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	text-decoration: none
}

@media screen and (min-width:800px) {
	.index .index-float .index-float-bottom {
		width: 800px
	}
}

.index .index-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	top: 0;
	left: 0;
	z-index: 1000;
	display:none;
}

.index .index-popup .index-popup-box {
	position: fixed;
	width: 350px;
	left: calc(50% - 175px);
	top: 15%;
	border-radius: 15px;
	background: linear-gradient(0deg, #9c27b0, #2196f3)
}

.index .index-popup .index-popup-box .index-popup-header {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 40px;
	font-weight: 700;
	font-family: "微软雅黑";
	font-size: 18px
}

.index .index-popup .index-popup-box .index-popup-header span {
	font-weight: 400;
	font-size: 14px;
	position: absolute;
	right: 10px;
	cursor: pointer
}

.index .index-popup .index-popup-box .index-popup-content {
	padding: 15px 10px;
	border-radius: 15px;
	background: #fff;
	margin: 0 5px
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-text {
	font-size: 14px;
	text-align: center;
	line-height: 1.5rem
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-circle {
	margin-top: 10px
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-circle div {
	display: flex;
	justify-content: center
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-circle div span {
	width: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 50%;
	background: #367bc9;
	margin: 0 2px
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-circle .top {
	margin-bottom: 5px
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-circle .top span {
	width: 36px;
	line-height: 36px;
	margin: 0 4px;
	font-size: 18px
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-circle .top span.mr {
	margin-right: 20px
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-site {
	display: flex;
	justify-content: center;
	margin-top: -15px;
	text-decoration: none;
	color: #333
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-site .index-site-left {
	color: red;
	font-size: 70px;
	font-weight: 700;
	font-family: Tahoma
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-site .index-site-right {
	margin-top: 30px
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-site .index-site-right .index-site-bottom {
	font-size: 30px;
	font-family: impact, arial;
	margin-top: -10px
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-table {
	border: 1px solid #999;
	font-size: 15px;
	margin-top: -10px
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-table .index-table-header {
	display: flex;
	background: red;
	color: #fff;
	height: 35px
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-table .index-table-header div {
	border-left: 1px solid #999;
	width: 33.33%;
	display: flex;
	justify-content: center;
	align-items: center
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-table .index-table-header div:first-child {
	border-left: 0
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-table .index-table-content {
	display: flex;
	color: red;
	font-weight: 700;
	height: 35px
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-table .index-table-content div {
	border-left: 1px solid #999;
	width: 33.33%;
	display: flex;
	justify-content: center;
	align-items: center
}

.index .index-popup .index-popup-box .index-popup-content .index-popup-table .index-table-content div:first-child {
	border-left: 0
}

.index .index-popup .index-popup-box .index-popup-footer {
	text-align: center;
	padding: 10px
}

.index .index-popup .index-popup-box .index-popup-footer a {
	color: #fff;
	text-decoration: none
}

.index .index-popup .index-popup-box .index-popup-footer div {
	font-size: 12px;
	color: #ffeb3b
}



.lotteryLive .lotteryLive-tab[data-v-74f01aac] {
	display: flex
}

.lotteryLive .lotteryLive-tab .lotteryLive-tab-item[data-v-74f01aac] {
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #acacac;
	border-right: 1px solid #acacac;
	color: #9c9c9c;
	padding: 2px 4px;
	cursor: pointer;
	white-space: nowrap
}

.lotteryLive .lotteryLive-tab .lotteryLive-tab-item[data-v-74f01aac]:first-child {
	border-left: 1px solid #acacac
}

.lotteryLive .lotteryLive-tab .lotteryLive-tab-item.active[data-v-74f01aac] {
	color: #ff6c02;
	border-top: 1px solid #ff6c02;
	border-right: 1px solid #ff6c02;
	font-weight: 700
}

.lotteryLive .lotteryLive-tab .lotteryLive-tab-item:first-child.active[data-v-74f01aac] {
	border-left: 1px solid #ff6c02
}

.lotteryLive .lotteryLive-box[data-v-74f01aac] {
	border: 1px solid #ff6c02;
	padding: 5px 10px;
	border-radius: 0 0 10px 10px
}

.lotteryLive .lotteryLive-box .lotteryLive-box-top[data-v-74f01aac] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	color: #444
}

.lotteryLive .lotteryLive-box .lotteryLive-box-top .lotteryLive-box-issue span[data-v-74f01aac] {
	color: #ff2d00;
	font-weight: 700
}

.lotteryLive .lotteryLive-box .lotteryLive-box-top .lotteryLive-box-countdown[data-v-74f01aac] {
	font-size: 14px;
	color: red;
	border: 1px solid red;
	font-weight: 700;
	padding: 0 3px
}

.lotteryLive .lotteryLive-box .lotteryLive-box-top .lotteryLive-box-record[data-v-74f01aac] {
	color: #00f;
	text-decoration: none
}

.lotteryLive .lotteryLive-box .lotteryLive-box-middle[data-v-74f01aac] {
	display: flex;
	justify-content: space-between;
	margin-top: 5px
}

.lotteryLive .lotteryLive-box .style1-item[data-v-74f01aac] {
	border-radius: .3rem;
	padding: .3rem .3rem 0;
	min-width: 1.7rem
}

.lotteryLive .lotteryLive-box .style1-item-top[data-v-74f01aac] {
	background-color: #fff;
	border-radius: .3rem;
	padding: .1rem .2rem;
	font-size: .7rem;
	color: #666;
	white-space: nowrap;
	text-align: center
}

.lotteryLive .lotteryLive-box .style1-item-bottom[data-v-74f01aac] {
	text-align: center;
	color: #fff
}

.lotteryLive .lotteryLive-box .style1-item[data-v-74f01aac]:last-child {
	margin: 0 0 0 1rem
}

.lotteryLive .lotteryLive-box .style1-item[data-v-74f01aac]:last-child:before {
	content: "+";
	position: absolute;
	margin: .5rem 0 0 -1.4rem;
	font-size: 1.3rem;
	color: #bbb
}

.lotteryLive .lotteryLive-box .style1 .red[data-v-74f01aac] {
	background-color: #ed2a43
}

.lotteryLive .lotteryLive-box .style1 .blue[data-v-74f01aac] {
	background-color: #0d8ddd
}

.lotteryLive .lotteryLive-box .style1 .green[data-v-74f01aac] {
	background-color: #1ab246
}

@media screen and (min-width:800px) {
	.lotteryLive .lotteryLive-box .style1-item[data-v-74f01aac] {
		min-width: 5.5rem
	}

	.lotteryLive .lotteryLive-box .style1-item-top[data-v-74f01aac] {
		font-size: 1rem
	}

	.lotteryLive .lotteryLive-box .style1-item-bottom[data-v-74f01aac] {
		font-size: 1.5rem
	}

	.lotteryLive .lotteryLive-box .style1-item[data-v-74f01aac]:last-child {
		margin: 0 0 0 3rem
	}

	.lotteryLive .lotteryLive-box .style1-item[data-v-74f01aac]:last-child:before {
		margin: .8rem 0 0 -2.5rem
	}
}

.lotteryLive .lotteryLive-box .style2-item[data-v-74f01aac] {
	min-width: 2.7rem
}

.lotteryLive .lotteryLive-box .style2-item-top[data-v-74f01aac] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	margin: 0 auto;
	padding-top: .2rem
}

.lotteryLive .lotteryLive-box .style2-item-bottom[data-v-74f01aac] {
	margin-top: .3rem;
	color: #666;
	text-align: center;
	font-size: .7rem
}

.lotteryLive .lotteryLive-box .style2-item[data-v-74f01aac]:last-child {
	margin: 0 0 0 1rem
}

.lotteryLive .lotteryLive-box .style2-item[data-v-74f01aac]:last-child:before {
	content: "+";
	position: absolute;
	margin: .5rem 0 0 -1.1rem;
	font-size: 1.3rem;
	color: #bbb
}

.lotteryLive .lotteryLive-box .style2 .red[data-v-74f01aac] {
	border: .4rem solid #ed2a43
}

.lotteryLive .lotteryLive-box .style2 .blue[data-v-74f01aac] {
	border: .4rem solid #0d8ddd
}

.lotteryLive .lotteryLive-box .style2 .green[data-v-74f01aac] {
	border: .4rem solid #1ab246
}

@media screen and (min-width:800px) {
	.lotteryLive .lotteryLive-box .style2-item[data-v-74f01aac] {
		min-width: 6rem
	}

	.lotteryLive .lotteryLive-box .style2-item-top[data-v-74f01aac] {
		width: 3.5rem;
		height: 3.5rem;
		font-size: 1.5rem
	}

	.lotteryLive .lotteryLive-box .style2-item-bottom[data-v-74f01aac] {
		font-size: 1rem
	}

	.lotteryLive .lotteryLive-box .style2-item[data-v-74f01aac]:last-child {
		margin: 0 0 0 3rem
	}

	.lotteryLive .lotteryLive-box .style2-item[data-v-74f01aac]:last-child:before {
		margin: 1rem 0 0 -2rem
	}
}

.lotteryLive .lotteryLive-box .style3-item[data-v-74f01aac] {
	min-width: 2.7rem
}

.lotteryLive .lotteryLive-box .style3-item-top[data-v-74f01aac] {
	width: 2.5rem;
	height: 2.5rem;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0 .4rem .3rem 0
}

.lotteryLive .lotteryLive-box .style3-item-bottom[data-v-74f01aac] {
	margin-top: .3rem;
	color: #666;
	text-align: center;
	font-size: .7rem
}

.lotteryLive .lotteryLive-box .style3-item[data-v-74f01aac]:last-child {
	margin: 0 0 0 1rem
}

.lotteryLive .lotteryLive-box .style3-item[data-v-74f01aac]:last-child:before {
	content: "+";
	position: absolute;
	margin: .5rem 0 0 -1.1rem;
	font-size: 1.3rem;
	color: #bbb
}

.lotteryLive .lotteryLive-box .style3 .red[data-v-74f01aac] {
	background-image: url(/_nuxt/img/red.27de93c.png)
}

.lotteryLive .lotteryLive-box .style3 .blue[data-v-74f01aac] {
	background-image: url(/_nuxt/img/blue.9c78c03.png)
}

.lotteryLive .lotteryLive-box .style3 .green[data-v-74f01aac] {
	background-image: url(/_nuxt/img/green.cef3876.png)
}

@media screen and (min-width:800px) {
	.lotteryLive .lotteryLive-box .style3-item[data-v-74f01aac] {
		min-width: 6rem
	}

	.lotteryLive .lotteryLive-box .style3-item-top[data-v-74f01aac] {
		width: 3.5rem;
		height: 3.5rem;
		font-size: 1.5rem;
		padding: 0 .6rem .3rem 0
	}

	.lotteryLive .lotteryLive-box .style3-item-bottom[data-v-74f01aac] {
		font-size: 1rem
	}

	.lotteryLive .lotteryLive-box .style3-item[data-v-74f01aac]:last-child {
		margin: 0 0 0 3rem
	}

	.lotteryLive .lotteryLive-box .style3-item[data-v-74f01aac]:last-child:before {
		margin: 1rem 0 0 -2rem
	}
}

.lotteryLive .lotteryLive-box .style4-item[data-v-74f01aac] {
	border: 1px solid #d6d6d6;
	min-width: 2.7rem
}

.lotteryLive .lotteryLive-box .style4-item-top[data-v-74f01aac] {
	color: #fff;
	text-align: center;
	padding: 0 .6rem
}

.lotteryLive .lotteryLive-box .style4-item-bottom[data-v-74f01aac] {
	border-top: 1px solid #d6d6d6;
	text-align: center;
	color: #666;
	font-size: .7rem;
	white-space: nowrap;
	padding: .15rem .6rem
}

.lotteryLive .lotteryLive-box .style4-item[data-v-74f01aac]:last-child {
	margin: 0 0 0 1.5rem
}

.lotteryLive .lotteryLive-box .style4-item[data-v-74f01aac]:last-child:before {
	content: "+";
	position: absolute;
	margin: .5rem 0 0 -1.25rem;
	font-size: 1.3rem;
	color: #bbb
}

.lotteryLive .lotteryLive-box .style4 .red[data-v-74f01aac] {
	background-color: #ed2a43
}

.lotteryLive .lotteryLive-box .style4 .blue[data-v-74f01aac] {
	background-color: #0d8ddd
}

.lotteryLive .lotteryLive-box .style4 .green[data-v-74f01aac] {
	background-color: #1ab246
}

@media screen and (min-width:800px) {
	.lotteryLive .lotteryLive-box .style4-item[data-v-74f01aac] {
		min-width: 6.5rem
	}

	.lotteryLive .lotteryLive-box .style4-item-top[data-v-74f01aac] {
		font-size: 1.5rem
	}

	.lotteryLive .lotteryLive-box .style4-item-bottom[data-v-74f01aac] {
		font-size: 1rem;
		padding: .35rem .6rem
	}

	.lotteryLive .lotteryLive-box .style4-item[data-v-74f01aac]:last-child {
		margin: 0 0 0 3rem
	}

	.lotteryLive .lotteryLive-box .style4-item[data-v-74f01aac]:last-child:before {
		margin: 1rem 0 0 -2rem
	}
}

.lotteryLive .lotteryLive-box .style5-item[data-v-74f01aac] {
	min-width: 2.7rem
}

.lotteryLive .lotteryLive-box .style5-item-top[data-v-74f01aac] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	margin: 0 auto;
	color: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5)
}

.lotteryLive .lotteryLive-box .style5-item-bottom[data-v-74f01aac] {
	margin-top: .3rem;
	color: #666;
	text-align: center;
	font-size: .7rem
}

.lotteryLive .lotteryLive-box .style5-item[data-v-74f01aac]:last-child {
	margin: 0 0 0 1rem
}

.lotteryLive .lotteryLive-box .style5-item[data-v-74f01aac]:last-child:before {
	content: "+";
	position: absolute;
	margin: .5rem 0 0 -1.1rem;
	font-size: 1.3rem;
	color: #bbb
}

.lotteryLive .lotteryLive-box .style5 .red[data-v-74f01aac] {
	background-color: #ed2a43
}

.lotteryLive .lotteryLive-box .style5 .blue[data-v-74f01aac] {
	background-color: #0d8ddd
}

.lotteryLive .lotteryLive-box .style5 .green[data-v-74f01aac] {
	background-color: #1ab246
}

@media screen and (min-width:800px) {
	.lotteryLive .lotteryLive-box .style5-item[data-v-74f01aac] {
		min-width: 6rem
	}

	.lotteryLive .lotteryLive-box .style5-item-top[data-v-74f01aac] {
		width: 3.5rem;
		height: 3.5rem;
		font-size: 1.5rem
	}

	.lotteryLive .lotteryLive-box .style5-item-bottom[data-v-74f01aac] {
		font-size: 1rem
	}

	.lotteryLive .lotteryLive-box .style5-item[data-v-74f01aac]:last-child {
		margin: 0 0 0 3rem
	}

	.lotteryLive .lotteryLive-box .style5-item[data-v-74f01aac]:last-child:before {
		margin: 1rem 0 0 -2rem
	}
}

.lotteryLive .lotteryLive-box .lotteryLive-box-bottom[data-v-74f01aac] {
	margin-top: 5px;
	padding-top: 5px;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ccc
}

.lotteryLive .lotteryLive-box .lotteryLive-box-bottom div[data-v-74f01aac] {
	color: #444;
	position: relative;
	left: calc(50% - 177px)
}

.lotteryLive .lotteryLive-box .lotteryLive-box-bottom div span[data-v-74f01aac] {
	color: red
}

.lotteryLive .lotteryLive-box .lotteryLive-box-bottom a[data-v-74f01aac] {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	background-color: red;
	border-radius: 5px;
	padding: 0 3px
}


.gsb-tit {}
.gsb-tit img { width: 100%; height: auto;}
.gsb-box {}
.gsb-box ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.gsb-box ul li { margin-bottom: 10px; width: calc(50% - 5px);}
.gsb-box ul li:last-child { margin-bottom: 0;}
.gsb-box ul li:nth-last-child(2) { margin-bottom: 0;}
.gsb-box ul li a { display: block; padding: 10px 15px; border: solid 1px #兔13a;text-decoration: none; border-radius: 8px; background: linear-gradient(to top, #e6e6e6, #fff);}
.gsb-box ul li a:hover { background: linear-gradient(to top, #ddd, #f5f5f5);}
.gsb-box ul li .gsbli1 { display: flex; margin-bottom: 5px;}
.gsb-box ul li .gsbli1 em { display: inline-block; width: 54px; height: 24px; line-height: 24px; margin-right: 5px; text-align: center; color: #fff; font-size: 12px; font-style: normal; background: url(../img/gsb-ico1.png); margin-left: -16px;}
.gsb-box ul li .gsbli1 em.minj { background: url(https://www.49706.com/static/ltm/images/gsb-ico2.png);}
.gsb-box ul li .gsbli1 span { flex: 1; font-size: 20px;}
.gsb-box ul li .gsbli2 { font-size: 16px; color: #626262;}
.gsb-box ul li .gsbli2 span { color: #兔13a;}
@media screen and (max-width:900px) {
.gsb-box ul li { margin-bottom: 5px; width: 100%;}
.gsb-box ul li a { display: flex; align-items: center;}
.gsb-box ul li:last-child { margin-bottom: 0;}
.gsb-box ul li:nth-last-child(2) { margin-bottom: 5px;}
.gsb-box ul li a { padding: 8px 10px; border-radius: 5px;}
.gsb-box ul li .gsbli1 { flex: 1; margin-bottom: 0; align-items: center;}
.gsb-box ul li .gsbli1 em { width: 46px; height: 20px; line-height: 20px; margin-right: 5px; font-size: 12px; margin-left: 0; border-radius: 3px;}
.gsb-box ul li .gsbli1 em.minj { background: #238ae1;}
.gsb-box ul li .gsbli1 span { flex: 1; font-size: 18px;}
.gsb-box ul li .gsbli2 { font-size: 14px; padding-left: 10px;}
.gsb-box ul li .gsbli2 span { display: none;}
}

