html {
	color: #333;
	background: #F4F5F7;
	overflow-y: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

html * {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

input,
select,
textarea {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: none
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500
}

ol,
ul {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500
}

q:after,
q:before {
	content: ''
}

a {
	text-decoration: none
}

button {
	border: none
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	text-transform: none;
	outline: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999
}

input::-webkit-inner-spin-button {
	-webkit-appearance: none
}

input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

textarea {
	vertical-align: top
}

button,
input {
	line-height: normal
}

select {
	margin: 0;
	outline: 0
}

input.fixAKeyboard:focus,
textarea.fixAndroidKeyboard:focus {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-modify: read-write-plaintext-only
}

button,
input[type=button],
input[type=checkbox],
input[type=reset],
input[type=submit],
label {
	cursor: pointer;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none
}

input[type=submit] {
	-moz-user-modify: read-plaintext-only;
	-ms-user-modify: read-plaintext-only;
	-o-user-modify: read-plaintext-only;
	-webkit-user-modify: read-plaintext-only
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none
}

input[type='search'] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

.flex {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap
}

.justify-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.justify-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

*,
*:before,
*:after {
	box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

body {
	min-width: 1200px;
	font-family: 'Regular', "微软雅黑", "PingFang SC", 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	outline: 0;
	background: #fff;
	color: #222;
	font-size: 16px
}

.boxWrap {
	width: 1200px;
	margin: 0 auto
}

a {
	color: inherit
}

a:hover {
	color: #7bc71f
}

.imgBox {
	overflow: hidden
}

.imgBox>img {
	width: 100%;
	height: 100%;
	max-width: inherit;
	max-height: inherit;
	display: block;
	object-fit: cover;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.btn {
	font-size: 14px;
	color: #7bc71f;
	width: fit-content;
	height: 24px;
	line-height: 24px;
	background: #F6F7FF;
	border-radius: 12px;
	padding: 0 14px
}

.btnItem {
	text-align: center;
	width: 72px;
	height: 30px;
	line-height: 30px;
	background: #47FFA3;
	border-radius: 5px;
	font-size: 14px;
	color: #333
}

.gmTitle,
.inTitle {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.gmTitle .titleL,
.inTitle .titleL {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: rgba(15, 20, 51, 0.05)
}

.gmTitle .titleL .icon,
.inTitle .titleL .icon {
	margin-top: -2px;
	margin-right: 6px;
	width: 27px;
	height: 27px;
	background-position: -6px -124px
}

.gmTitle .titleL p,
.inTitle .titleL p {
	font-size: 24px;
	line-height: 28px;
	background: linear-gradient(45deg, #FFE45C 0%, #FEB065 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 10px
}

.gmTitle ul,
.inTitle ul {
	font-size: 14px;
	line-height: 18px;
	display: flex
}

.gmTitle .tags,
.inTitle .tags {
	margin-left: 20px
}

.gmTitle .tags li,
.inTitle .tags li {
	color: #FCA31D
}

.gmTitle .tags li a,
.inTitle .tags li a {
	padding: 0 14px
}

.gmTitle .tags li:nth-child(2n),
.inTitle .tags li:nth-child(2n) {
	color: #C26ECC
}

.gmTitle .tags li:nth-child(3n),
.inTitle .tags li:nth-child(3n) {
	color: #7BE5FD
}

.gmTitle .tags li:nth-child(4n),
.inTitle .tags li:nth-child(4n) {
	color: #50F9B6
}

.gmTitle .tabsMenu,
.inTitle .tabsMenu {
	margin: 0 -4px
}

.gmTitle .tabsMenu li,
.inTitle .tabsMenu li {
	margin: 0 4px
}

.gmTitle .tabsMenu li a,
.inTitle .tabsMenu li a {
	color: #A1A5B2;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 14px
}

.gmTitle .tabsMenu li.active,
.inTitle .tabsMenu li.active {
	font-weight: bold;
	background: #7bc71f;
	box-shadow: 0 4px 10px 0 rgba(123, 199, 31, 0.3);
	border-radius: 11px
}

.gmTitle .tabsMenu li.active a,
.inTitle .tabsMenu li.active a {
	color: #FFFFFF
}

.gmTitle .tabsMenu li:hover,
.inTitle .tabsMenu li:hover {
	opacity: .85;
	transition: all .3s
}

.gmTitle>a.titleR,
.inTitle>a.titleR {
	font-size: 14px;
	line-height: 18px;
	color: #A1A5B2;
	display: flex;
	align-items: center;
	justify-content: center
}

.gmTitle>a.titleR:hover,
.inTitle>a.titleR:hover {
	color: #7bc71f
}

.gmTitle>a.titleR .icon,
.inTitle>a.titleR .icon {
	margin-right: 3px;
	width: 12px;
	height: 12px;
	background-position: -35px -76px
}

.gmTitle .titleL {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #0F1433;
	position: relative
}

.gmTitle .titleL::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 96px;
	height: 4px;
	background: linear-gradient(90deg, #7bc71f 0%, rgba(123, 199, 31, 0) 80%)
}

.inItemTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #999999
}

.inItemTitle .titleL {
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	display: flex;
	font-weight: bold;
	align-items: center
}

.inItemTitle .titleL::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #FF6947;
	border-radius: 1px;
	margin-right: 8px
}

.inItemTitle>a.titleR {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center
}

.inItemTitle>a.titleR i {
	font-style: normal;
	margin: 0 -2px 0 2px
}

.lsTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 16px;
	color: #999999
}

.lsTitle .titleL {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #333333
}

.lsTitle ul.titleR {
	display: flex;
	color: #999999
}

.lsTitle ul.titleR li.active {
	color: #7bc71f
}

.lsTitle ul.titleR li::after {
	content: "/";
	margin: 0 8px;
	color: #999999
}

.lsTitle ul.titleR li:last-child::after {
	display: none
}

.lsTitle span.titleR i {
	font-style: normal;
	color: #FF6947
}

.lsTitle>a.titleR {
	font-size: 14px;
	line-height: 14px;
	display: flex;
	align-items: center
}

.lsTitle>a.titleR i {
	font-style: normal;
	margin: 0 -2px 0 2px
}

.gdTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #999999
}

.gdTitle .titleL {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #434343
}

.gdTitle>a.titleR {
	font-size: 14px;
	color: #FEC629;
	display: flex;
	align-items: center;
	justify-content: center
}

.gdTitle>a.titleR span {
	text-decoration: underline
}

.gdTitle>a.titleR i {
	font-style: normal;
	font-size: 24px;
	color: #FEC629;
	text-decoration: unset;
	margin: -14px 0 0 6px
}

.icon {
	display: inline-block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px
}

.time {
	font-size: 14px;
	line-height: 18px;
	color: #A1A5B2
}

.imgList {
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	display: flex;
	justify-content: space-between
}

.imgList li {
	flex: 1;
	display: flex;
	justify-content: center
}

.imgList li a {
	display: flex;
	color: inherit;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.imgList li a:hover {
	color: #47FFA3;
	font-weight: bold
}

.imgList li a img {
	width: 88px;
	height: 88px;
	border-radius: 18px;
	object-fit: cover
}

.imgList li a p {
	margin-top: 12px
}

.singleHoverList {
	font-size: 18px;
	line-height: 22px
}

.singleHoverList li {
	margin-bottom: 10px
}

.singleHoverList li>a {
	display: block;
	color: #fff;
	position: relative
}

.singleHoverList li>a .imgBox {
	width: 100%;
	height: 110px;
	border-radius: 10px
}

.singleHoverList li>a>p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px
}

.singleHoverList li>a>p .time {
	margin-top: 6px;
	color: #ccc
}

.singleHoverList li:hover>a .imgBox img {
	transform: scale(1.2)
}

.singleHoverList li:hover>a>p {
	display: flex
}

.singleHoverList li:last-child {
	margin-bottom: 0
}

.multiColumnList {
	display: grid;
	grid-template-columns: repeat(10, 8.2%);
	justify-content: space-between
}

.contItem {
	font-size: 14px;
	line-height: 18px;
	color: #333333
}

.contItem>a .imgBox {
	width: 215px;
	height: 120px;
	border-radius: 10px
}

.contItem>a .imgInfo p {
	color: #333333;
	margin-top: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify
}

.contItem>a:hover .imgBox img {
	transform: scale(1.2)
}

.contItem>a:hover .imgInfo p {
	opacity: .85
}

.columnItem {
	font-size: 16px;
	line-height: 20px;
	color: #333;
	text-align: center
}

.columnItem>a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.columnItem>a .imgBox {
	width: 88px;
	height: 88px;
	border-radius: 20px
}

.columnItem>a>p {
	width: 100%;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.columnItem>a .btn {
	margin-top: 12px;
	width: 88px;
	height: 30px;
	background: #FFEEEB;
	border-radius: 5px;
	font-size: 14px;
	color: #7bc71f;
	line-height: 30px
}

.fourColumnList {
	display: grid;
	grid-template-columns: repeat(4, 23.75%);
	justify-content: space-between;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #333333
}

.fourColumnList li {
	margin-top: 20px
}

.fourColumnList li>a {
	display: block;
	position: relative
}

.fourColumnList li>a .imgBox {
	width: 88px;
	height: 88px;
	background: #47FFA3;
	border-radius: 20px
}

.fourColumnList li>a:hover .imgBox img {
	transform: scale(1.2)
}

.fourColumnList li>a p {
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.fourColumnList li>a p.txt {
	margin-top: 7px;
	position: relative;
	z-index: 1;
	color: #333333
}

.fourColumnList li>a p.txt::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	background: #00CCFF;
	width: 120px;
	height: 3px;
	opacity: .5;
	z-index: -1
}

.fourColumnList li>a p.time {
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px
}

.fourColumnList li>a p.tip {
	height: 22px;
	line-height: 22px;
	position: absolute;
	padding: 0 12px;
	top: 10px;
	right: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #7bc71f;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 11px
}

.sixColumnList {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(6, 12.82%);
	justify-content: space-between
}

.sixColumnList .columnItem {
	font-size: 16px;
	line-height: 16px;
	color: #333333
}

.sixColumnList .columnItem>a .imgBox {
	width: 110px;
	height: 110px;
	border-radius: 30px
}

.sixColumnList .columnItem>a>p {
	margin-top: 16px
}

.fiveColumnList {
	display: grid;
	grid-template-columns: repeat(5, 17.89%);
	justify-content: space-between;
	align-items: center;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px;
	color: #333333
}

.fiveColumnList li a {
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 14px 16px 16px
}

.fiveColumnList li a p {
	margin-top: 13px
}

.fiveColumnList li a p:last-child {
	margin-top: 9px;
	font-size: 12px;
	line-height: 12px;
	color: #999999
}

.fiveColumnList li.active,
.fiveColumnList li:hover {
	background: #EEF4FF;
	border-radius: 15px
}

.fiveLSList {
	display: grid;
	grid-template-columns: repeat(5, 18.09%);
	justify-content: space-between
}

.fiveLSList li>a {
	color: inherit;
	width: 208px;
	height: 228px;
	border: 1px solid #F0F0F0;
	padding: 29px 0 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.fiveLSList li>a .imgBox {
	width: 110px;
	height: 110px;
	border-radius: 20px
}

.fiveLSList li>a p {
	margin-top: 11px
}

.fiveLSList li>a p.title {
	font-size: 18px;
	font-weight: bold;
	color: #1C1E2C;
	line-height: 18px;
	margin-top: 20px
}

.fiveLSList li>a p.btn {
	margin-top: 8px;
	width: 98px;
	height: 30px;
	background: #67B4FF;
	border-radius: 10px;
	font-size: 14px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
	opacity: 0
}

.fiveLSList li.noResource>a .btn {
	background: #F7B500
}

.fiveLSList li:hover>a {
	margin-top: -2px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1)
}

.fiveLSList li:hover>a .btn {
	display: flex;
	opacity: 1
}

.fiveLSList li:hover>a .title {
	display: none;
	opacity: 0
}

.twoColumnList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.twoColumnList li {
	margin-bottom: 24px
}

.twoColumnList li a {
	color: #000000
}

.twoColumnList li a>img {
	width: 156px;
	height: 94px;
	object-fit: cover;
	border-radius: 5px;
	display: block
}

.twoColumnList li a>div {
	width: 156px;
	height: 94px;
	border-radius: 5px;
	overflow: hidden
}

.twoColumnList li a>div>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.twoColumnList li a>p {
	width: 156px;
	font-size: 16px;
	line-height: 16px;
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}

.twoColumnList li a>p span:first-child {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.twoColumnList li a>p span:last-child {
	font-size: 14px;
	line-height: 14px;
	color: #999999
}

.twoColumnList li:hover a {
	color: #47FFA3
}

.twoColumnList li:hover a>div>img {
	transform: scale(1.2)
}

.singleColumnList {
	font-size: 16px;
	line-height: 20px;
	color: #333
}

.singleColumnList li {
	margin-top: 18px
}

.singleColumnList li>a {
	display: flex;
	justify-content: space-between
}

.singleColumnList li>a .imgBox {
	width: 60px;
	height: 60px;
	background: #47FFA3;
	border-radius: 12px
}

.singleColumnList li>a .imgInfo {
	flex: 1;
	padding-left: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-around
}

.singleColumnList li>a .imgInfo p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: justify
}

.singleColumnList li>a .imgInfo p.tip {
	font-size: 14px;
	color: #999999;
	line-height: 18px
}

.singleRankList li>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px
}

.singleRankList li>a>span {
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background: #eee;
	border-radius: 5px;
	color: #999;
	font-size: 16px;
	margin: 0 20px 0 3px
}

.singleRankList li>a>img {
	width: 138px;
	height: 138px;
	border-radius: 26px;
	object-fit: cover
}

.singleRankList li>a .imgInfo {
	flex: 1;
	overflow: hidden;
	padding-left: 24px;
	font-size: 16px;
	line-height: 16px;
	color: #666666
}

.singleRankList li>a .imgInfo p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.singleRankList li>a .imgInfo p:first-child {
	font-size: 24px;
	line-height: 24px;
	color: #333333
}

.singleRankList li>a .imgInfo p:nth-child(2) {
	margin-top: 16px;
	display: flex
}

.singleRankList li>a .imgInfo p:nth-child(2) span {
	margin-right: 16px;
	display: block;
	padding: 0 8px;
	height: 24px;
	line-height: 24px;
	background: #FFFBEA;
	border-radius: 5px;
	font-size: 14px;
	color: #CCB147
}

.singleRankList li>a .imgInfo p:nth-child(3) {
	display: flex;
	margin-top: 12px
}

.singleRankList li>a .imgInfo p:nth-child(3) span {
	margin-right: 30px
}

.singleRankList li>a .imgInfo p:nth-child(3) span:last-child {
	margin-right: 0
}

.singleRankList li>a .imgInfo p:last-child {
	margin-top: 16px
}

.singleRankList li>a .btn {
	width: 70px;
	height: 32px;
	line-height: 30px;
	background: #FFDD58;
	border: 1px solid #FFDD58;
	border-radius: 4px;
	color: #000000
}

.singleRankList li:nth-child(1) a>span,
.singleRankList li:nth-child(2) a>span,
.singleRankList li:nth-child(3) a>span {
	margin: 0 22px 0 1px;
	width: 28px;
	height: 32px;
	display: block;
	background-color: unset;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	background-position: -6px -270px
}

.singleRankList li:nth-child(2) a>span {
	background-position: -42px -270px
}

.singleRankList li:nth-child(3) a>span {
	background-position: -79px -270px
}

.singleRankList li:last-child>a {
	margin-bottom: 0
}

.singleRankList li:hover>a .imgInfo p:first-child {
	color: #ffdd58;
	font-weight: 700;
	text-shadow: rgba(255, 221, 88, 0.3) 1px 0 6px
}

.classifyList {
	display: grid;
	grid-template-columns: repeat(3, 30.46%);
	justify-content: space-between;
	font-size: 14px
}

.classifyList li>a {
	margin-top: 16px;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #F3EBFF;
	color: #C198FB;
	border-radius: 15px
}

.classifyList li>a:hover {
	opacity: .85
}

.classifyList li:nth-child(2n)>a {
	background: #EBFFFF;
	color: #64CDCD
}

.classifyList li:nth-child(3n)>a {
	background: #FFF4EB;
	color: #FD9D43
}

.classifyList li:nth-child(4n)>a {
	background: #EBFFFA;
	color: #09BC92
}

.classifyList li:nth-child(5n)>a {
	background: #EBF7FF;
	color: #1F98EF
}

.classifyList li:nth-child(6n)>a {
	background: #FAFFEB;
	color: #8DBB00
}

.classifyList li:nth-child(7n)>a {
	background: #FFEBED;
	color: #FF4D64
}

.classifyList li:nth-child(8n)>a {
	background: #EBFFF0;
	color: #3CDA65
}

.classifyList li:nth-child(9n)>a {
	background: #FFEBEB;
	color: #D64242
}

.classifyList li:nth-child(10n)>a {
	background: #FFEEEB;
	color: #FF6947
}

.classifyList li:nth-child(11n)>a {
	background: #EBEEFF;
	color: #8C97CB
}

.classifyList li:nth-child(12n)>a {
	background: #EBF7FF;
	color: #31AFFE
}

.rankList {
	margin-top: 20px;
	font-size: 16px;
	color: #666666
}

.rankList li>a {
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	align-items: center
}

.rankList li>a>span {
	width: 80px;
	padding-right: 40px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
	height: 37px;
	line-height: 37px
}

.rankList li>a>span::after {
	content: "";
	display: block;
	width: 32px;
	height: 37px;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	background-position: -198px -521px;
	position: absolute;
	left: 9px;
	top: 0;
	z-index: -1
}

.rankList li>a .imgBox {
	width: 140px;
	height: 140px;
	border-radius: 32px;
	border: 4px solid #fff
}

.rankList li>a .itemInfo {
	flex: 1;
	padding-left: 20px;
	padding-right: 74px
}

.rankList li>a .itemInfo p {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: justify
}

.rankList li>a .itemInfo p.tit {
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	font-weight: bold
}

.rankList li>a .itemInfo p.txt {
	margin-top: 10px;
	line-height: 30px;
	-webkit-line-clamp: 2
}

.rankList li>a .itemInfo p.tags {
	display: flex;
	margin: 7px -15px 0
}

.rankList li>a .itemInfo p.tags span {
	padding: 0 28px;
	height: 36px;
	line-height: 36px;
	background: #F7F7F7;
	border-radius: 5px;
	margin: 0 15px
}

.rankList li>a .btn {
	font-size: 16px;
	color: #666666;
	width: 100px;
	height: 36px;
	line-height: 36px;
	background: #F5F5F5;
	border-radius: 5px;
	text-align: center
}

.rankList li>a:hover {
	border-color: #7bc71f
}

.rankList li>a:hover .imgBox {
	border-color: #7bc71f
}

.rankList li>a:hover .itemInfo p.tit {
	color: #7bc71f
}

.rankList li>a:hover .btn {
	color: #333;
	background: #7bc71f
}

.rankList li:nth-child(1)>a>span,
.rankList li:nth-child(2)>a>span,
.rankList li:nth-child(3)>a>span {
	padding-left: 0px;
	padding-right: 25px;
	height: 35px;
	line-height: 35px
}

.rankList li:nth-child(1)>a>span::after,
.rankList li:nth-child(2)>a>span::after,
.rankList li:nth-child(3)>a>span::after {
	content: "";
	display: block;
	width: 56px;
	height: 35px;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	background-position: -3px -522px;
	left: 0
}

.rankList li:nth-child(2)>a>span::after {
	background-position: -68px -522px
}

.rankList li:nth-child(3)>a>span::after {
	background-position: -133px -522px
}

.h,
.n,
.r {
	position: relative
}

.h::after,
.n::after,
.r::after {
	content: "H";
	display: block;
	width: 12px;
	height: 12px;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(45deg, #FF6358 0%, #FF8F55 100%);
	border-radius: 2px;
	position: absolute;
	top: 10px;
	right: 0px
}

.n::after {
	content: "N";
	background: linear-gradient(45deg, #8FCD00 0%, #BCE600 100%)
}

.r::after {
	content: "R";
	background: linear-gradient(45deg, #13D8EA 0%, #29FFC6 100%)
}

.crumbsBox .boxWrap {
	height: 44px;
	padding: 14px 0 16px 0;
	font-size: 14px;
	line-height: 18px;
	color: rgba(161, 165, 178, 0.7);
	display: flex;
	align-items: center
}

.crumbsBox .boxWrap .icon {
	width: 17px;
	height: 15px;
	background-position: -72px -351px;
	margin-right: 9px;
	margin-top: -2px
}

.crumbsBox .boxWrap span,
.crumbsBox .boxWrap a {
	display: flex;
	align-items: center
}

.crumbsBox .boxWrap span:hover,
.crumbsBox .boxWrap a:hover {
	font-weight: bold;
	color: #7bc71f
}

.crumbsBox .boxWrap span::after,
.crumbsBox .boxWrap a::after {
	content: "";
	width: 8px;
	height: 14px;
	background-position: -98px -352px;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	display: block;
	margin: 0 16px
}

.crumbsBox .boxWrap span:last-child,
.crumbsBox .boxWrap a:last-child {
	color: #7bc71f;
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 2px
}

.crumbsBox .boxWrap span:last-child::after,
.crumbsBox .boxWrap a:last-child::after {
	display: none
}

.tagList {
	display: grid;
	grid-template-columns: repeat(9, 10.09%);
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #333;
	line-height: 38px;
	text-align: center;
	margin-bottom: -17px
}

.tagList>li {
	height: 38px;
	background: #F9F9F9;
	border-radius: 18px;
	padding: 0 10px;
	margin-bottom: 17px
}

.tagList>li a {
	color: inherit;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.tagList>li:hover,
.tagList>li.active {
	background: #FFF2E5;
	border: 1px solid #FF8B20;
	color: #FF7D04;
	font-weight: bold;
	line-height: 36px
}

.tagList>li:hover {
	border-color: #FFF2E5;
	color: unset;
	font-weight: normal
}

.threeColumnList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.threeColumnList li>a {
	width: 390px;
	height: 108px;
	padding: 10px 12px 10px 10px;
	border: 2px solid transparent;
	border-radius: 8px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999999
}

.threeColumnList li>a>img {
	width: 88px;
	height: 88px;
	border-radius: 18px
}

.threeColumnList li>a .imgInfo {
	flex: 1;
	padding-left: 20px
}

.threeColumnList li>a .imgInfo p {
	line-height: 14px;
	margin-top: 11px
}

.threeColumnList li>a .imgInfo p:first-child {
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 14px;
	margin-top: unset
}

.threeColumnList li>a .btn {
	width: 70px;
	height: 32px;
	line-height: 30px;
	background: #FFDD58;
	border: 1px solid #FFDD58;
	border-radius: 4px;
	color: #000000
}

.threeColumnList li:hover>a {
	background: #FFFBEA;
	border-color: #FFDD58
}

.threeColumnList li:hover>a .imgInfo p:first-child {
	margin-bottom: 13px;
	font-weight: bold;
	color: #FFDD58
}

.singleItem {
	font-size: 12px;
	line-height: 12px;
	color: #999999;
	padding: 8px 18px
}

.singleItem>a {
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.singleItem>a .imgBox {
	width: 54px;
	height: 54px;
	border: 2px solid #C3D7FB;
	border-radius: 10px
}

.singleItem>a .imgBox img {
	border-radius: 10px;
	border: 3px solid #FFFFFF
}

.singleItem>a .itemInfo {
	flex: 1;
	padding-left: 15px
}

.singleItem>a .itemInfo p {
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: justify
}

.singleItem>a .itemInfo p:first-child {
	margin-top: unset;
	font-size: 14px;
	line-height: 14px;
	color: #000000
}

.singleItem>a .btn {
	height: 24px;
	line-height: 24px;
	border: 1px solid rgba(90, 150, 255, 0.3);
	color: #67B4FF;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 13px
}

.singleContItem {
	font-size: 14px;
	line-height: 20px;
	color: #2f2f2f
}

.singleContItem>a {
	color: inherit;
	display: flex
}

.singleContItem>a .imgBox {
	width: 100px;
	height: 57px;
	border-radius: 6px
}

.singleContItem>a .imgInfo {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 10px
}

.singleContItem>a .imgInfo p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify
}

.singleContItem>a .imgInfo p:last-child {
	margin-top: 2px;
	font-size: 12px;
	line-height: 14px;
	color: #999999
}

.singleContItem:hover>a {
	color: #666
}

.pageCode {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #949799;
	display: flex;
	align-items: center;
	justify-content: center
}

.pageCode a {
	min-width: 36px;
	height: 30px;
	background: #F4F4F4;
	padding: 0 10px;
	margin: 0 5px;
	color: inherit;
	line-height: 30px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center
}

.pageCode a:first-child,
.pageCode a:last-child {
	padding: 0 16px
}

.pageCode a:hover {
	color: #7bc71f
}

.pageCode a.current {
	color: #fff;
	background: #7bc71f
}

.pageCode a.btn {
	width: 36px
}

.pageCode a.btn .icon {
	width: 8px;
	height: 14px;
	background-position: -196px -352px
}

.pageCode a.btn.btnL {
	transform: rotateY(180deg)
}

.pageCode a.btn:hover .icon {
	background-position: -211px -352px
}

.pageCode a.btn.disabled {
	opacity: .7;
	cursor: not-allowed
}

.pageCode a.btn.disabled .icon {
	background-position: -196px -352px !important
}

.pageCode span {
	margin: 0 12px 2px;
	font-size: 24px
}

.labelList {
	margin: 0 -8px;
	font-size: 16px;
	color: #999999;
	display: flex;
	flex-wrap: wrap
}

.labelList li {
	width: fit-content
}

.labelList li>a {
	margin: 14px 8px 0;
	padding: 0 20px;
	width: fit-content;
	height: 36px;
	line-height: 34px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 8px;
	display: flex;
	align-items: center;
	color: inherit
}

.labelList li>a>i {
	width: 3px;
	height: 3px;
	background-color: #666;
	border-radius: 50%;
	margin: 0 8px
}

.labelList li>a::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	background-position: -108px -124px
}

.singleColumnCont {
	padding: 15px;
	margin-top: -10px;
	font-size: 14px;
	line-height: 24px;
	color: #1C1E2C
}

.singleColumnCont li>a {
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 0;
	border-bottom: 1px solid #f2f2f2
}

.singleColumnCont li>a .imgBox {
	width: 190px;
	height: 118px;
	border-radius: 10px
}

.singleColumnCont li>a .imgBox img {
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.singleColumnCont li>a .imgInfo {
	flex: 1;
	padding-left: 18px;
	height: 118px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.singleColumnCont li>a .imgInfo p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify
}

.singleColumnCont li>a .imgInfo p:first-child {
	font-size: 20px;
	line-height: 20px;
	-webkit-line-clamp: 1
}

.singleColumnCont li>a .imgInfo p:nth-child(2) {
	color: #7F7F7F;
	margin-top: 16px;
	height: 48px
}

.singleColumnCont li>a .imgInfo p.time {
	margin-top: 20px;
	font-size: 14px;
	line-height: 14px
}

.singleColumnCont li:hover {
	color: #999
}

.singleColumnCont li:hover>a .imgBox img {
	transform: scale(1.2)
}

.topicLinkList {
	margin: -1px -7.5px 0;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 40px;
	text-align: center
}

.topicLinkList li {
	margin: 15px 7.5px 0
}

.topicLinkList li a {
	display: block;
	height: 40px;
	background: inherit;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.topicLinkList li a:hover {
	color: inherit;
	opacity: .7
}

.topicLinkList li:nth-child(1n),
.topicLinkList li:nth-child(7n),
.topicLinkList li:nth-child(13n),
.topicLinkList li:nth-child(17n) {
	background: #FFF8F8;
	color: #FF6666
}

.topicLinkList li:nth-child(17) {
	background: #FFF8F8 !important;
	color: #FF6666 !important
}

.topicLinkList li:nth-child(2n),
.topicLinkList li:nth-child(8n),
.topicLinkList li:nth-child(14n),
.topicLinkList li:nth-child(18n) {
	background: #F0FBFE;
	color: #29B1DF
}

.topicLinkList li:nth-child(8) {
	background: #F0FBFE !important;
	color: #29B1DF !important
}

.topicLinkList li:nth-child(3n),
.topicLinkList li:nth-child(9n),
.topicLinkList li:nth-child(15n),
.topicLinkList li:nth-child(19n) {
	background: #FFF9F0;
	color: #FFA126
}

.topicLinkList li:nth-child(15) {
	background: #FFF9F0 !important;
	color: #FFA126 !important
}

.topicLinkList li:nth-child(4n),
.topicLinkList li:nth-child(10n),
.topicLinkList li:nth-child(16n),
.topicLinkList li:nth-child(20n) {
	background: #F5FFF1;
	color: #59C62F
}

.topicLinkList li:nth-child(10) {
	background: #F5FFF1 !important;
	color: #59C62F !important
}

.topicLinkList li:nth-child(5n),
.topicLinkList li:nth-child(11n),
.topicLinkList li:nth-child(17n),
.topicLinkList li:nth-child(21n) {
	background: #F6F6FF;
	color: #6D6DD9
}

.topicLinkList li:nth-child(6n),
.topicLinkList li:nth-child(12n),
.topicLinkList li:nth-child(18n),
.topicLinkList li:nth-child(22n) {
	background: #EBFEF8;
	color: #1ACB93
}

.topicLinkList li:nth-child(1n),
.topicLinkList li:nth-child(2n),
.topicLinkList li:nth-child(3n),
.topicLinkList li:nth-child(4n),
.topicLinkList li:nth-child(5n) {
	width: 228px
}

.topicLinkList li:nth-child(6n),
.topicLinkList li:nth-child(7n),
.topicLinkList li:nth-child(8n),
.topicLinkList li:nth-child(9n) {
	width: 288.7px
}

.topicLinkList li:nth-child(10n),
.topicLinkList li:nth-child(11n),
.topicLinkList li:nth-child(12n),
.topicLinkList li:nth-child(13n),
.topicLinkList li:nth-child(14n) {
	width: 228px
}

.topicLinkList li:nth-child(15n),
.topicLinkList li:nth-child(16n),
.topicLinkList li:nth-child(17n),
.topicLinkList li:nth-child(18n) {
	width: 288.7px
}

.topicList {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	grid-template-columns: repeat(4, 23.11%);
	justify-content: space-between;
	margin-top: 20px
}

.topicList li>a {
	display: block;
	overflow: hidden;
	width: 202px;
	height: 136px;
	border-radius: 8px;
	position: relative
}

.topicList li>a .imgBox {
	width: 100%;
	height: 100%
}

.topicList li>a .imgBox img {
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.topicList li>a:hover .imgBox img {
	transform: scale(1.2)
}

.topicList li>a>p {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 10px 10px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%)
}

.newsList {
	font-size: 16px;
	color: #333333;
	line-height: 24px
}

.newsList li>a {
	margin-top: 20px;
	display: flex;
	align-items: center
}

.newsList li>a .imgBox {
	width: 155px;
	height: 104px;
	background: #622AFA;
	border-radius: 8px
}

.newsList li>a .imgBox img {
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.newsList li>a .imgInfo {
	flex: 1;
	padding-left: 16px
}

.newsList li>a .imgInfo p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify
}

.newsList li>a .imgInfo p:last-child {
	margin-top: 8px;
	font-size: 14px;
	color: #999999
}

.newsList li>a:hover .imgBox img {
	transform: scale(1.2)
}

.singleNewsList {
	font-size: 20px;
	line-height: 24px;
	color: #000000
}

.singleNewsList li>a {
	border-top: 1px solid transparent;
	border-bottom: 1px solid #e6e6e6;
	padding: 22px 20px;
	color: inherit;
	display: flex
}

.singleNewsList li>a .imgBox {
	width: 190px;
	height: 118px;
	border-radius: 10px
}

.singleNewsList li>a .imgInfo {
	padding: 6px 0 8px 20px;
	height: 118px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.singleNewsList li>a .imgInfo p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: justify
}

.singleNewsList li>a .imgInfo p.txt {
	margin-top: 10px;
	font-size: 14px;
	-webkit-line-clamp: 2;
	min-height: 48px;
	color: #666666
}

.singleNewsList li>a .imgInfo p.time {
	margin-top: 10px;
	font-size: 14px;
	line-height: 14px
}

.singleNewsList li:first-child>a {
	border-top: 1px solid #e6e6e6
}

.singleNewsList li:hover>a {
	border-top: 2px solid #7bc71f;
	border-bottom: 2px solid #7bc71f;
	color: #7bc71f;
	margin-top: -1px;
	margin-bottom: -1px;
	position: relative
}

.singleNewsList li:hover>a::before,
.singleNewsList li:hover>a::after {
	content: "";
	width: 48px;
	height: 2px;
	display: block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	background-position: -376px -19px;
	position: absolute;
	top: -2px;
	right: 278px
}

.singleNewsList li:hover>a::after {
	bottom: -2px;
	left: 278px;
	top: unset;
	right: unset;
	transform: rotateY(180deg)
}

.singleNewsList li:hover>a .imgBox img {
	transform: scale(1.2)
}

.downBtns {
	font-size: 18px;
	color: #fff;
	display: flex;
	flex-wrap: wrap
}

.downBtns span,
.downBtns a {
	color: inherit;
	margin-top: 10px;
	margin-right: 20px;
	width: 175px;
	height: 48px;
	line-height: 48px;
	background: #5EBD2B;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center
}

.downBtns span:last-child,
.downBtns a:last-child {
	margin-right: 0
}

.downBtns span:hover,
.downBtns a:hover {
	opacity: .85
}

.downBtns span .icon,
.downBtns a .icon {
	width: 22px;
	height: 22px;
	background-position: -3px -151px;
	margin-right: 5px
}

.downBtns span.pcBtn::before,
.downBtns a.pcBtn::before {
	content: "";
	display: block;
	width: 22px;
	height: 20px;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	background-position: -42px -683px;
	margin-right: 5px
}

.downBtns span.androidBtn,
.downBtns a.androidBtn {
	background: #00D26D
}

.downBtns span.androidBtn::before,
.downBtns a.androidBtn::before {
	content: "";
	display: block;
	width: 16px;
	height: 20px;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	background-position: -23px -683px;
	margin-right: 5px
}

.downBtns span.iosBtn,
.downBtns a.iosBtn {
	background: #00ACEE
}

.downBtns span.iosBtn::before,
.downBtns a.iosBtn::before {
	content: "";
	display: block;
	width: 16px;
	height: 20px;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	background-position: -3px -683px;
	margin-right: 5px
}

.downBtns span.iosBtn .icon,
.downBtns a.iosBtn .icon {
	background-position: -32px -151px;
	margin-right: 5px
}

.downBtns span.subscribeBtn,
.downBtns a.subscribeBtn {
	background: #ffc147
}

.downBtns span.subscribeBtn::before,
.downBtns a.subscribeBtn::before {
	content: "";
	display: block;
	width: 16px;
	height: 20px;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	background-position: -67px -683px;
	margin-right: 5px
}

.downBtns span.notBtn,
.downBtns a.notBtn {
	cursor: no-drop;
	background: #bababa
}

.tags {
	display: flex;
	flex-wrap: wrap;
	margin: 5px -8px 0
}

.tags span {
	height: 28px;
	line-height: 28px;
	margin: 4px 8px 0
}

.tags span:first-child {
	font-weight: bold;
	background: linear-gradient(280deg, #78EFDB 0%, #45B9F2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.tags p {
	cursor: pointer;
	height: 28px;
	line-height: 28px;
	margin: 4px 8px 0;
	padding: 0 15px;
	border-radius: 14px;
	background: #EBF4FF;
	color: #2E90FB
}

.tags p:nth-child(2n) {
	background: #EBFFF4;
	color: #32B16C
}

.tags p:nth-child(4n) {
	background: #FFECEB;
	color: #F36861
}

.linkList {
	display: grid;
	grid-template-columns: repeat(9, 10%);
	justify-content: space-between;
	padding: 9px 0 30px
}

.linkList li {
	margin-top: 15px
}

.linkList li>a {
	display: block;
	width: 100%;
	height: 36px;
	background: #F5F5F5;
	border-radius: 8px;
	text-align: center;
	line-height: 36px;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.linkList li>a:hover {
	background: #7bc71f;
	color: #fff
}

.hide {
	display: none
}

header {
	position: relative;
	width: 100%;
	background: #FFFFFF
}

header .headWrap {
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto
}

header .headWrap .logo {
	height: 70px
}

header .headWrap .logo img {
	object-fit: contain
}

header .headWrap nav {
	flex: 1;
	width: 0;
	font-size: 16px;
	line-height: 20px;
	color: #575A70;
	height: inherit;
	margin-left: 100px
}

header .headWrap nav ul {
	display: flex;
	align-items: center;
	height: inherit
}

header .headWrap nav ul li {
	height: inherit
}

header .headWrap nav ul li>a {
	color: inherit;
	padding: 0 26px;
	height: inherit;
	width: max-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative
}

header .headWrap nav ul li>a .icon {
	width: 28px;
	height: 25px;
	background-position: -8px -6px;
	margin-bottom: 7px
}

header .headWrap nav ul li:nth-child(2n) .icon {
	width: 28px;
	height: 26px;
	background-position: -52px -5px
}

header .headWrap nav ul li:nth-child(3n) .icon {
	width: 22px;
	height: 23px;
	background-position: -95px -7px
}

header .headWrap nav ul li:nth-child(4n) .icon {
	width: 24px;
	height: 26px;
	background-position: -133px -5px
}

header .headWrap nav ul li:nth-child(5n) .icon {
	width: 26px;
	height: 25px;
	background-position: -172px -6px
}

header .headWrap nav ul li:nth-child(6n) .icon {
	width: 25px;
	height: 25px;
	background-position: -214px -6px
}

header .headWrap nav ul li.current,
header .headWrap nav ul li:hover {
	color: #7bc71f;
	font-weight: bold
}

header .headWrap nav ul li.current .icon,
header .headWrap nav ul li:hover .icon {
	background-position: -6px -41px
}

header .headWrap nav ul li.current:nth-child(2n) .icon,
header .headWrap nav ul li:hover:nth-child(2n) .icon {
	background-position: -50px -40px
}

header .headWrap nav ul li.current:nth-child(3n) .icon,
header .headWrap nav ul li:hover:nth-child(3n) .icon {
	background-position: -94px -42px
}

header .headWrap nav ul li.current:nth-child(4n) .icon,
header .headWrap nav ul li:hover:nth-child(4n) .icon {
	background-position: -133px -40px
}

header .headWrap nav ul li.current:nth-child(5n) .icon,
header .headWrap nav ul li:hover:nth-child(5n) .icon {
	background-position: -173px -41px
}

header .headWrap nav ul li.current:nth-child(6n) .icon,
header .headWrap nav ul li:hover:nth-child(6n) .icon {
	background-position: -215px -41px
}

header .headWrap .searchBox {
	position: relative;
	font-size: 14px;
	color: #A1A5B2
}

header .headWrap .searchBox input {
	width: 140px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #7bc71f;
	background: #FFFFFF;
	text-indent: 16px;
	padding-right: 30px
}

header .headWrap .searchBox .icon {
	width: 17px;
	height: 17px;
	background-position: -8px -76px;
	position: absolute;
	right: 12px;
	top: 11px;
	cursor: pointer
}

header .headTop {
	color: #A1A5B2;
	font-size: 12px;
	line-height: 16px;
	background: #000;
	height: 30px
}

header .headTop .headWrap {
	height: inherit
}

header .headTop .headWrap ul {
	display: flex;
	align-items: center
}

header .headTop .headWrap ul li {
	display: flex;
	align-items: center
}

header .headTop .headWrap ul li a {
	padding: 0 10px
}

header .headTop .headWrap ul li::after {
	display: block;
	content: "|"
}

header .headTop .headWrap ul li:last-child::after {
	display: none
}

header .headTop .headWrap ul li:last-child a {
	padding-right: 0
}

.typeListBox .fslRkNavWrap,
.typeListBox .fslNavWrap {
	background: #7bc71f;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF
}

.typeListBox .fslRkNavWrap .boxWrap,
.typeListBox .fslNavWrap .boxWrap {
	height: inherit
}

.typeListBox .fslRkNavWrap .boxWrap ul,
.typeListBox .fslNavWrap .boxWrap ul {
	height: inherit;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -15px
}

.typeListBox .fslRkNavWrap .boxWrap ul li,
.typeListBox .fslNavWrap .boxWrap ul li {
	height: inherit;
	margin-right: 50px
}

.typeListBox .fslRkNavWrap .boxWrap ul li a,
.typeListBox .fslNavWrap .boxWrap ul li a {
	display: block;
	height: inherit;
	font-size: 18px;
	line-height: 54px;
	padding: 0 15px
}

.typeListBox .fslRkNavWrap .boxWrap ul li a:hover,
.typeListBox .fslNavWrap .boxWrap ul li a:hover {
	color: inherit;
	opacity: .75
}

.typeListBox .fslRkNavWrap .boxWrap ul li:hover a,
.typeListBox .fslNavWrap .boxWrap ul li:hover a {
	background: #8cf013
}

.typeListBox .fslRkNavWrap .boxWrap ul li.current,
.typeListBox .fslNavWrap .boxWrap ul li.current {
	background: #8cf013
}

.typeListBox .typeListWrap .boxWrap .typeList {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.typeListBox .typeListWrap .boxWrap .typeList li {
	margin: 10px 0 10px 0;
	position: relative
}

.typeListBox .typeListWrap .boxWrap .typeList li a {
	font-size: 14px
}

.typeListBox .typeListWrap .boxWrap .typeList li::after {
	content: "|";
	color: #cccc;
	font-size: 14px;
	margin: 0 10px
}

.typeListBox .typeListWrap .boxWrap .typeList li:last-child::after {
	display: none
}

.fslRkNavWrap .boxWrap ul {
	margin: 0
}

.gdBodyWrap,
.inBodyWrap,
.rkBodyWrap,
.gmBodyWrap,
.bodyWrap {
	min-height: calc(100vh - 375px)
}

.gdBodyWrap .fslInMainBox .boxWrap,
.inBodyWrap .fslInMainBox .boxWrap,
.rkBodyWrap .fslInMainBox .boxWrap,
.gmBodyWrap .fslInMainBox .boxWrap,
.bodyWrap .fslInMainBox .boxWrap {
	display: flex;
	justify-content: space-between
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL,
.inBodyWrap .fslInMainBox .boxWrap .boxL,
.rkBodyWrap .fslInMainBox .boxWrap .boxL,
.gmBodyWrap .fslInMainBox .boxWrap .boxL,
.bodyWrap .fslInMainBox .boxWrap .boxL {
	position: relative
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox {
	margin-top: 24px;
	width: 770px;
	height: 360px;
	background: #FFFFFF;
	border-radius: 10px 10px 5px 5px;
	overflow: hidden
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide {
	transition: opacity .5s;
	margin-right: 10px
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide:last-child,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide:last-child,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide:last-child,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide:last-child,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide:last-child {
	margin-right: 0
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox {
	width: 100%;
	height: 100%;
	display: block;
	position: relative
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox>p,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox>p,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox>p,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox>p,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox>p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFFFFF;
	padding: 26px 20px 20px;
	text-align: justify;
	text-shadow: 1px 1px 2px black;
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0))
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 26px 30px;
	display: flex;
	flex-direction: column;
	max-width: 38%
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo img,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo img,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo img,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo img,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo img {
	display: block;
	width: 88px;
	height: 88px;
	border: 2px solid #FFD55D;
	border-radius: 20px;
	object-fit: cover
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo p,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo p,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo p,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo p,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-slide>.imgBox .imgInfo p {
	margin-top: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
	text-shadow: 1px 1px 2px black
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination {
	height: 10px;
	background: #000;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: flex
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet {
	margin: 0 1.5px;
	flex: 1;
	height: 10px;
	background: #313131;
	border-radius: 0
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet:first-child,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet:first-child,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet:first-child,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet:first-child,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet:first-child {
	border-radius: 5px 0 0 5px;
	margin-left: 0
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet:last-child,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet:last-child,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet:last-child,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet:last-child,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet:last-child {
	border-radius: 0 5px 5px 0;
	margin-right: 0
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #7bc71f
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-button-next:after,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-button-next:after,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-button-next:after,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-button-next:after,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-button-next:after,
.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-button-prev:after,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-button-prev:after,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-button-prev:after,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-button-prev:after,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-button-prev:after {
	color: #7bc71f
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-scrollbar,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-scrollbar,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-scrollbar,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-scrollbar,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-scrollbar {
	height: 10px;
	background: #313131;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-scrollbar .swiper-scrollbar-drag,
.inBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-scrollbar .swiper-scrollbar-drag,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-scrollbar .swiper-scrollbar-drag,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-scrollbar .swiper-scrollbar-drag,
.bodyWrap .fslInMainBox .boxWrap .boxL .inSwBox .swiper-scrollbar .swiper-scrollbar-drag {
	height: 10px;
	background: #7bc71f
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList,
.inBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList,
.bodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList {
	margin-top: 24px;
	grid-template-columns: repeat(3, 240px)
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a,
.inBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a,
.bodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a {
	display: block
}

.inBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a{
    position: relative;
}

.inBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a .overlay-title{
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
    padding: 0 12px;
    background-color: #00000080;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a .imgBox,
.inBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a .imgBox,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a .imgBox,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a .imgBox,
.bodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a .imgBox {
	height: 130px;
	border-radius: 10px;
	position: relative
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a .imgBox>p,
.inBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a .imgBox>p,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a .imgBox>p,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a .imgBox>p,
.bodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a .imgBox>p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFFFFF;
	padding: 16px 10px 8px;
	text-align: justify;
	text-shadow: 1px 1px 2px black;
	font-size: 14px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0))
}

.gdBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a:hover img,
.inBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a:hover img,
.rkBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a:hover img,
.gmBodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a:hover img,
.bodyWrap .fslInMainBox .boxWrap .boxL .multiColumnList li a:hover img {
	transform: scale(1.05)
}

.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap {
	width: 406px;
	height: 513px;
	background-image: url(../ig/inBg2.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-top: 24px;
	color: #A1A5B2;
	padding: 18px 20px 0
}

.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul {
	display: flex;
	align-items: flex-end;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 11px;
	border-bottom: 1px solid #F3F3F5;
	margin: 0 -2px
}

.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li span,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li span,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li span,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li span,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li span {
	padding: 0 12px
}

.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #0F1433
}

.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active span,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active span,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active span,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active span,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active span {
	position: relative;
	z-index: 1
}

.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active span::after,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active span::after,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active span::after,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active span::after,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap>ul li.active span::after {
	content: '';
	display: block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -44.5px;
	width: 89px;
	height: 10px;
	background-position: -8px -103px;
	z-index: -1
}

.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo {
	color: #404040;
	font-size: 14px;
	line-height: 18px
}

.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul {
	margin-top: -2px;
	padding-bottom: 18px;
	border-bottom: 1px dashed #E5E5E5
}

.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul:last-child,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul:last-child,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul:last-child,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul:last-child,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul:last-child {
	border: unset;
	padding-bottom: 0px
}

.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p {
	margin-top: 18px;
	display: flex;
	align-items: center
}

.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name {
	color: #A1A5B2;
	font-style: normal;
	display: flex;
	align-items: center
}

.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::before,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::before,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::before,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::before,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::before,
.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::after,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::after,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::after,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::after,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::after {
	content: "[";
	display: inline-block
}

.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::after,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::after,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::after,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::after,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p .type_name::after {
	content: "]"
}

.gdBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p em,
.inBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p em,
.rkBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p em,
.gmBodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p em,
.bodyWrap .fslInMainBox .boxWrap .boxR .tabsWrap .tabInfo ul li>p em {
	flex: 1;
	padding-left: 16px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslAppIndexBox,
.inBodyWrap .fslAppIndexBox,
.rkBodyWrap .fslAppIndexBox,
.gmBodyWrap .fslAppIndexBox,
.bodyWrap .fslAppIndexBox,
.gdBodyWrap .fslInListBox,
.inBodyWrap .fslInListBox,
.rkBodyWrap .fslInListBox,
.gmBodyWrap .fslInListBox,
.bodyWrap .fslInListBox {
	padding-top: 26px
}

.gdBodyWrap .fslAppIndexBox .boxWrap,
.inBodyWrap .fslAppIndexBox .boxWrap,
.rkBodyWrap .fslAppIndexBox .boxWrap,
.gmBodyWrap .fslAppIndexBox .boxWrap,
.bodyWrap .fslAppIndexBox .boxWrap,
.gdBodyWrap .fslInListBox .boxWrap,
.inBodyWrap .fslInListBox .boxWrap,
.rkBodyWrap .fslInListBox .boxWrap,
.gmBodyWrap .fslInListBox .boxWrap,
.bodyWrap .fslInListBox .boxWrap {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0 12px 20px
}

.gdBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList,
.inBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList,
.rkBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList,
.gmBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList,
.bodyWrap .fslAppIndexBox .boxWrap>.multiColumnList,
.gdBodyWrap .fslInListBox .boxWrap>.multiColumnList,
.inBodyWrap .fslInListBox .boxWrap>.multiColumnList,
.rkBodyWrap .fslInListBox .boxWrap>.multiColumnList,
.gmBodyWrap .fslInListBox .boxWrap>.multiColumnList,
.bodyWrap .fslInListBox .boxWrap>.multiColumnList {
	grid-template-columns: repeat(10, 100px);
	font-size: 14px;
	line-height: 18px;
	color: #0F1433
}

.gdBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a,
.inBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a,
.rkBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a,
.gmBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a,
.bodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a,
.gdBodyWrap .fslInListBox .boxWrap>.multiColumnList a,
.inBodyWrap .fslInListBox .boxWrap>.multiColumnList a,
.rkBodyWrap .fslInListBox .boxWrap>.multiColumnList a,
.gmBodyWrap .fslInListBox .boxWrap>.multiColumnList a,
.bodyWrap .fslInListBox .boxWrap>.multiColumnList a {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center
}

.gdBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a .imgBox,
.inBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a .imgBox,
.rkBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a .imgBox,
.gmBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a .imgBox,
.bodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a .imgBox,
.gdBodyWrap .fslInListBox .boxWrap>.multiColumnList a .imgBox,
.inBodyWrap .fslInListBox .boxWrap>.multiColumnList a .imgBox,
.rkBodyWrap .fslInListBox .boxWrap>.multiColumnList a .imgBox,
.gmBodyWrap .fslInListBox .boxWrap>.multiColumnList a .imgBox,
.bodyWrap .fslInListBox .boxWrap>.multiColumnList a .imgBox {
	width: 80px;
	height: 80px;
	border-radius: 16px
}

.gdBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a p,
.inBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a p,
.rkBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a p,
.gmBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a p,
.bodyWrap .fslAppIndexBox .boxWrap>.multiColumnList a p,
.gdBodyWrap .fslInListBox .boxWrap>.multiColumnList a p,
.inBodyWrap .fslInListBox .boxWrap>.multiColumnList a p,
.rkBodyWrap .fslInListBox .boxWrap>.multiColumnList a p,
.gmBodyWrap .fslInListBox .boxWrap>.multiColumnList a p,
.bodyWrap .fslInListBox .boxWrap>.multiColumnList a p {
	width: 100px;
	margin-top: 12px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslAppIndexBox .hotListBox,
.inBodyWrap .fslAppIndexBox .hotListBox,
.rkBodyWrap .fslAppIndexBox .hotListBox,
.gmBodyWrap .fslAppIndexBox .hotListBox,
.bodyWrap .fslAppIndexBox .hotListBox,
.gdBodyWrap .fslInListBox .hotListBox,
.inBodyWrap .fslInListBox .hotListBox,
.rkBodyWrap .fslInListBox .hotListBox,
.gmBodyWrap .fslInListBox .hotListBox,
.bodyWrap .fslInListBox .hotListBox {
	padding: 10px 8px 0 8px;
	font-size: 14px;
	line-height: 18px;
	color: #A1A5B2;
	display: grid;
	grid-template-columns: repeat(3, 1fr)
}

.gdBodyWrap .fslAppIndexBox .hotListBox>ul,
.inBodyWrap .fslAppIndexBox .hotListBox>ul,
.rkBodyWrap .fslAppIndexBox .hotListBox>ul,
.gmBodyWrap .fslAppIndexBox .hotListBox>ul,
.bodyWrap .fslAppIndexBox .hotListBox>ul,
.gdBodyWrap .fslInListBox .hotListBox>ul,
.inBodyWrap .fslInListBox .hotListBox>ul,
.rkBodyWrap .fslInListBox .hotListBox>ul,
.gmBodyWrap .fslInListBox .hotListBox>ul,
.bodyWrap .fslInListBox .hotListBox>ul {
	display: flex
}

.gdBodyWrap .fslAppIndexBox .hotListBox>ul .listTitle,
.inBodyWrap .fslAppIndexBox .hotListBox>ul .listTitle,
.rkBodyWrap .fslAppIndexBox .hotListBox>ul .listTitle,
.gmBodyWrap .fslAppIndexBox .hotListBox>ul .listTitle,
.bodyWrap .fslAppIndexBox .hotListBox>ul .listTitle,
.gdBodyWrap .fslInListBox .hotListBox>ul .listTitle,
.inBodyWrap .fslInListBox .hotListBox>ul .listTitle,
.rkBodyWrap .fslInListBox .hotListBox>ul .listTitle,
.gmBodyWrap .fslInListBox .hotListBox>ul .listTitle,
.bodyWrap .fslInListBox .hotListBox>ul .listTitle {
	width: 36px;
	height: inherit;
	background: linear-gradient(90deg, #25E9C4 0%, #14D496 100%);
	box-shadow: 0 4px 4px 0 rgba(36, 232, 194, 0.13);
	border-radius: 5px;
	font-weight: bold;
	color: #FFFFFF;
	writing-mode: vertical-rl;
	letter-spacing: 8px;
	padding-top: 8px;
	display: flex;
	align-items: center;
	justify-content: center
}

.gdBodyWrap .fslAppIndexBox .hotListBox>ul .listCont,
.inBodyWrap .fslAppIndexBox .hotListBox>ul .listCont,
.rkBodyWrap .fslAppIndexBox .hotListBox>ul .listCont,
.gmBodyWrap .fslAppIndexBox .hotListBox>ul .listCont,
.bodyWrap .fslAppIndexBox .hotListBox>ul .listCont,
.gdBodyWrap .fslInListBox .hotListBox>ul .listCont,
.inBodyWrap .fslInListBox .hotListBox>ul .listCont,
.rkBodyWrap .fslInListBox .hotListBox>ul .listCont,
.gmBodyWrap .fslInListBox .hotListBox>ul .listCont,
.bodyWrap .fslInListBox .hotListBox>ul .listCont {
	flex: 1;
	padding: 0 16px
}

.gdBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList,
.inBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList,
.rkBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList,
.gmBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList,
.bodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList,
.gdBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList,
.inBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList,
.rkBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList,
.gmBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList,
.bodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList {
	margin: -5px 0;
	grid-template-columns: repeat(3, 82px);
	line-height: 40px
}

.gdBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a,
.inBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a,
.rkBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a,
.gmBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a,
.bodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a,
.gdBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a,
.inBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a,
.rkBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a,
.gmBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a,
.bodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a {
	display: flex;
	align-items: center
}

.gdBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a span,
.inBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a span,
.rkBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a span,
.gmBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a span,
.bodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a span,
.gdBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a span,
.inBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a span,
.rkBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a span,
.gmBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a span,
.bodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a span {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a::before,
.inBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a::before,
.rkBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a::before,
.gmBodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a::before,
.bodyWrap .fslAppIndexBox .hotListBox>ul .listCont .multiColumnList li a::before,
.gdBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a::before,
.inBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a::before,
.rkBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a::before,
.gmBodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a::before,
.bodyWrap .fslInListBox .hotListBox>ul .listCont .multiColumnList li a::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #DCE2F5;
	border-radius: 50%;
	margin-right: 10px;
	flex-shrink: 0
}

.gdBodyWrap .fslAppIndexBox .hotListBox>ul:nth-child(2n) .listTitle,
.inBodyWrap .fslAppIndexBox .hotListBox>ul:nth-child(2n) .listTitle,
.rkBodyWrap .fslAppIndexBox .hotListBox>ul:nth-child(2n) .listTitle,
.gmBodyWrap .fslAppIndexBox .hotListBox>ul:nth-child(2n) .listTitle,
.bodyWrap .fslAppIndexBox .hotListBox>ul:nth-child(2n) .listTitle,
.gdBodyWrap .fslInListBox .hotListBox>ul:nth-child(2n) .listTitle,
.inBodyWrap .fslInListBox .hotListBox>ul:nth-child(2n) .listTitle,
.rkBodyWrap .fslInListBox .hotListBox>ul:nth-child(2n) .listTitle,
.gmBodyWrap .fslInListBox .hotListBox>ul:nth-child(2n) .listTitle,
.bodyWrap .fslInListBox .hotListBox>ul:nth-child(2n) .listTitle {
	background: linear-gradient(-90deg, #FD9416 0%, #FBB425 100%);
	box-shadow: 0 4px 4px 0 rgba(251, 179, 37, 0.13)
}

.gdBodyWrap .fslAppIndexBox .hotListBox>ul:nth-child(3n) .listTitle,
.inBodyWrap .fslAppIndexBox .hotListBox>ul:nth-child(3n) .listTitle,
.rkBodyWrap .fslAppIndexBox .hotListBox>ul:nth-child(3n) .listTitle,
.gmBodyWrap .fslAppIndexBox .hotListBox>ul:nth-child(3n) .listTitle,
.bodyWrap .fslAppIndexBox .hotListBox>ul:nth-child(3n) .listTitle,
.gdBodyWrap .fslInListBox .hotListBox>ul:nth-child(3n) .listTitle,
.inBodyWrap .fslInListBox .hotListBox>ul:nth-child(3n) .listTitle,
.rkBodyWrap .fslInListBox .hotListBox>ul:nth-child(3n) .listTitle,
.gmBodyWrap .fslInListBox .hotListBox>ul:nth-child(3n) .listTitle,
.bodyWrap .fslInListBox .hotListBox>ul:nth-child(3n) .listTitle {
	background: linear-gradient(90deg, #78EFDB 0%, #45B9F2 100%);
	box-shadow: 0 4px 4px 0 rgba(119, 239, 220, 0.13)
}

.gdBodyWrap .fslAppIndexBox .strategyListBox .strategyItem,
.inBodyWrap .fslAppIndexBox .strategyListBox .strategyItem,
.rkBodyWrap .fslAppIndexBox .strategyListBox .strategyItem,
.gmBodyWrap .fslAppIndexBox .strategyListBox .strategyItem,
.bodyWrap .fslAppIndexBox .strategyListBox .strategyItem,
.gdBodyWrap .fslInListBox .strategyListBox .strategyItem,
.inBodyWrap .fslInListBox .strategyListBox .strategyItem,
.rkBodyWrap .fslInListBox .strategyListBox .strategyItem,
.gmBodyWrap .fslInListBox .strategyListBox .strategyItem,
.bodyWrap .fslInListBox .strategyListBox .strategyItem {
	display: flex;
	align-items: center;
	margin-top: 15px
}

.gdBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyType,
.inBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyType,
.rkBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyType,
.gmBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyType,
.bodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyType,
.gdBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyType,
.inBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyType,
.rkBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyType,
.gmBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyType,
.bodyWrap .fslInListBox .strategyListBox .strategyItem .strategyType {
	width: 90px;
	height: 32px;
	color: #787878;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	border-radius: 5px;
	border: 1px solid #e4e4e4
}

.gdBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList,
.inBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList,
.rkBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList,
.gmBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList,
.bodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList,
.gdBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList,
.inBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList,
.rkBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList,
.gmBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList,
.bodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList {
	padding: 0 20px 0 20px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(7, 150px)
}

.gdBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a,
.inBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a,
.rkBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a,
.gmBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a,
.bodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a,
.gdBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a,
.inBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a,
.rkBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a,
.gmBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a,
.bodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a {
	padding: 5px 10px;
	color: #272727;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	display: block;
	box-sizing: border-box;
	position: relative
}

.gdBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a:hover,
.inBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a:hover,
.rkBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a:hover,
.gmBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a:hover,
.bodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a:hover,
.gdBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a:hover,
.inBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a:hover,
.rkBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a:hover,
.gmBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a:hover,
.bodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a:hover {
	color: #7bc71f
}

.gdBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a::after,
.inBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a::after,
.rkBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a::after,
.gmBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a::after,
.bodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li a::after,
.gdBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a::after,
.inBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a::after,
.rkBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a::after,
.gmBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a::after,
.bodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li a::after {
	content: "|";
	position: absolute;
	color: #cec6c6;
	right: 0
}

.gdBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li:last-child a::after,
.inBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li:last-child a::after,
.rkBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li:last-child a::after,
.gmBodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li:last-child a::after,
.bodyWrap .fslAppIndexBox .strategyListBox .strategyItem .strategyList li:last-child a::after,
.gdBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li:last-child a::after,
.inBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li:last-child a::after,
.rkBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li:last-child a::after,
.gmBodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li:last-child a::after,
.bodyWrap .fslInListBox .strategyListBox .strategyItem .strategyList li:last-child a::after {
	display: none
}

.gdBodyWrap .fslAppIndexBox .strategyListBox .strategyItem:nth-child(2n) .strategyList li,
.inBodyWrap .fslAppIndexBox .strategyListBox .strategyItem:nth-child(2n) .strategyList li,
.rkBodyWrap .fslAppIndexBox .strategyListBox .strategyItem:nth-child(2n) .strategyList li,
.gmBodyWrap .fslAppIndexBox .strategyListBox .strategyItem:nth-child(2n) .strategyList li,
.bodyWrap .fslAppIndexBox .strategyListBox .strategyItem:nth-child(2n) .strategyList li,
.gdBodyWrap .fslInListBox .strategyListBox .strategyItem:nth-child(2n) .strategyList li,
.inBodyWrap .fslInListBox .strategyListBox .strategyItem:nth-child(2n) .strategyList li,
.rkBodyWrap .fslInListBox .strategyListBox .strategyItem:nth-child(2n) .strategyList li,
.gmBodyWrap .fslInListBox .strategyListBox .strategyItem:nth-child(2n) .strategyList li,
.bodyWrap .fslInListBox .strategyListBox .strategyItem:nth-child(2n) .strategyList li {
	background-color: #f9f9fa
}

.gdBodyWrap .fslAppIndexBox,
.inBodyWrap .fslAppIndexBox,
.rkBodyWrap .fslAppIndexBox,
.gmBodyWrap .fslAppIndexBox,
.bodyWrap .fslAppIndexBox {
	margin-top: 24px
}

.gdBodyWrap .fslAppIndexBox .boxWrap,
.inBodyWrap .fslAppIndexBox .boxWrap,
.rkBodyWrap .fslAppIndexBox .boxWrap,
.gmBodyWrap .fslAppIndexBox .boxWrap,
.bodyWrap .fslAppIndexBox .boxWrap {
	padding: 18px 20px
}

.gdBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList,
.inBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList,
.rkBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList,
.gmBodyWrap .fslAppIndexBox .boxWrap>.multiColumnList,
.bodyWrap .fslAppIndexBox .boxWrap>.multiColumnList {
	margin: 4px -8px 0
}

.gdBodyWrap .fslInAppBox .boxWrap,
.inBodyWrap .fslInAppBox .boxWrap,
.rkBodyWrap .fslInAppBox .boxWrap,
.gmBodyWrap .fslInAppBox .boxWrap,
.bodyWrap .fslInAppBox .boxWrap,
.gdBodyWrap .fslInGameBox .boxWrap,
.inBodyWrap .fslInGameBox .boxWrap,
.rkBodyWrap .fslInGameBox .boxWrap,
.gmBodyWrap .fslInGameBox .boxWrap,
.bodyWrap .fslInGameBox .boxWrap {
	margin-top: 24px;
	display: flex;
	justify-content: space-between
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL,
.inBodyWrap .fslInAppBox .boxWrap .boxL,
.rkBodyWrap .fslInAppBox .boxWrap .boxL,
.gmBodyWrap .fslInAppBox .boxWrap .boxL,
.bodyWrap .fslInAppBox .boxWrap .boxL,
.gdBodyWrap .fslInGameBox .boxWrap .boxL,
.inBodyWrap .fslInGameBox .boxWrap .boxL,
.rkBodyWrap .fslInGameBox .boxWrap .boxL,
.gmBodyWrap .fslInGameBox .boxWrap .boxL,
.bodyWrap .fslInGameBox .boxWrap .boxL {
	width: 900px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px 20px 18px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle ul,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle ul,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle ul,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle ul,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle ul,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle ul,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle ul,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle ul,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle ul,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle ul {
	font-size: 14px;
	line-height: 18px;
	display: flex
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags {
	margin-left: 20px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li {
	color: #FCA31D
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li a,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li a,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li a,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li a,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li a,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li a,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li a,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li a,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li a,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li a {
	padding: 0 14px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(2n),
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(2n),
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(2n),
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(2n),
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(2n),
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(2n),
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(2n),
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(2n),
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(2n),
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(2n) {
	color: #C26ECC
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(3n),
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(3n),
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(3n),
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(3n),
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(3n),
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(3n),
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(3n),
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(3n),
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(3n),
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(3n) {
	color: #7BE5FD
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(4n),
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(4n),
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(4n),
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(4n),
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(4n),
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(4n),
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(4n),
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(4n),
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(4n),
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags li:nth-child(4n) {
	color: #50F9B6
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu {
	margin: 0 -4px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li {
	margin: 0 4px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li span,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li span,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li span,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li span,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li span,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li span,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li span,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li span,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li span,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li span,
.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li a,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li a,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li a,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li a,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li a,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li a,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li a,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li a,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li a,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li a {
	color: #A1A5B2;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 14px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active {
	font-weight: bold;
	background: #7bc71f;
	box-shadow: 0 4px 10px 0 rgba(123, 199, 31, 0.3);
	border-radius: 11px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active span,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active span,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active span,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active span,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active span,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active span,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active span,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active span,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active span,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active span,
.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active a,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active a,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active a,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active a,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active a,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active a,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active a,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active a,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active a,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li.active a {
	color: #FFFFFF
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li:hover,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li:hover,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li:hover,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li:hover,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li:hover,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li:hover,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li:hover,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li:hover,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li:hover,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tabsMenu li:hover {
	opacity: .85;
	transition: all .3s
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList {
	grid-template-columns: repeat(7, 110px);
	margin: -7px -5px 0;
	font-size: 14px;
	line-height: 18px;
	color: #0F1433
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a {
	margin-top: 22px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a .imgBox,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a .imgBox,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a .imgBox,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a .imgBox,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a .imgBox,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a .imgBox,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a .imgBox,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a .imgBox,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a .imgBox,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a .imgBox {
	width: 100px;
	height: 100px;
	border-radius: 24px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a p,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a p,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a p,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a p,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a p,
.gdBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a p,
.inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a p,
.rkBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a p,
.gmBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a p,
.bodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList li a p {
	width: 110px;
	margin-top: 11px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR,
.inBodyWrap .fslInAppBox .boxWrap .boxR,
.rkBodyWrap .fslInAppBox .boxWrap .boxR,
.gmBodyWrap .fslInAppBox .boxWrap .boxR,
.bodyWrap .fslInAppBox .boxWrap .boxR,
.gdBodyWrap .fslInGameBox .boxWrap .boxR,
.inBodyWrap .fslInGameBox .boxWrap .boxR,
.rkBodyWrap .fslInGameBox .boxWrap .boxR,
.gmBodyWrap .fslInGameBox .boxWrap .boxR,
.bodyWrap .fslInGameBox .boxWrap .boxR {
	width: 280px;
	height: 512px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .inTitle .titleL,
.inBodyWrap .fslInAppBox .boxWrap .boxR .inTitle .titleL,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .inTitle .titleL,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .inTitle .titleL,
.bodyWrap .fslInAppBox .boxWrap .boxR .inTitle .titleL,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .inTitle .titleL,
.inBodyWrap .fslInGameBox .boxWrap .boxR .inTitle .titleL,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .inTitle .titleL,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .inTitle .titleL,
.bodyWrap .fslInGameBox .boxWrap .boxR .inTitle .titleL {
	font-size: 16px;
	line-height: 20px;
	color: #3F435C
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .inTitle .titleL .icon,
.inBodyWrap .fslInAppBox .boxWrap .boxR .inTitle .titleL .icon,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .inTitle .titleL .icon,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .inTitle .titleL .icon,
.bodyWrap .fslInAppBox .boxWrap .boxR .inTitle .titleL .icon,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .inTitle .titleL .icon,
.inBodyWrap .fslInGameBox .boxWrap .boxR .inTitle .titleL .icon,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .inTitle .titleL .icon,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .inTitle .titleL .icon,
.bodyWrap .fslInGameBox .boxWrap .boxR .inTitle .titleL .icon {
	width: 22px;
	height: 22px;
	background-position: -6px -159px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList {
	margin-top: 9px;
	font-size: 14px;
	color: #A1A5B2;
	grid-template-columns: repeat(3, 76px);
	text-align: center
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList li a,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList li a,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList li a,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList li a,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList li a,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList li a,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList li a,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList li a,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList li a,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList li a {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-top: 6px;
	display: block;
	padding: 0 4px;
	width: 76px;
	height: 32px;
	line-height: 32px;
	background: #F6F7FF;
	border-radius: 4px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList li.active a,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList li.active a,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList li.active a,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList li.active a,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList li.active a,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList li.active a,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList li.active a,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList li.active a,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList li.active a,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList li.active a {
	background: #7bc71f;
	box-shadow: 0 2px 5px 0 rgba(63, 145, 255, 0.3);
	color: #FFFFFF
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox {
	margin-top: 26px;
	font-size: 14px;
	line-height: 18px;
	color: #A1A5B2
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul {
	margin-top: 17px;
	font-size: 14px;
	color: #3F435C
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a {
	margin-top: 2px;
	display: flex;
	align-items: center;
	padding: 8px 0 6px 9px;
	background: linear-gradient(90deg, #F6F7FF 0%, #FFFFFF 100%);
	border-radius: 5px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a:hover,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a:hover,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a:hover,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a:hover,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a:hover,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a:hover,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a:hover,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a:hover,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a:hover,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a:hover {
	background: linear-gradient(90deg, rgba(63, 145, 255, 0.2) 0%, #fff 70%);
	font-weight: bold
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a .icon,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a .icon,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a .icon,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a .icon,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a .icon,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a .icon,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a .icon,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a .icon,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a .icon,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a .icon {
	width: 18px;
	height: 24px;
	background-position: -8px -191px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a .imgBox,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a .imgBox,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a .imgBox,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a .imgBox,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a .imgBox,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a .imgBox,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a .imgBox,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a .imgBox,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a .imgBox,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a .imgBox {
	margin-left: 10px;
	width: 36px;
	height: 36px;
	border-radius: 8px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a p,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a p,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a p,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a p,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a p,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a p,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a p,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a p,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a p,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a p {
	padding-left: 16px;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a p.tip,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a p.tip,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a p.tip,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a p.tip,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li a p.tip,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a p.tip,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a p.tip,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a p.tip,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a p.tip,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li a p.tip {
	padding: 0 0;
	width: 60px;
	height: 25px;
	flex: none;
	font-weight: 400;
	color: white;
	text-align: center;
	line-height: 25px;
	background: #7bc71f
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li:nth-child(2) a .icon,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li:nth-child(2) a .icon,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li:nth-child(2) a .icon,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li:nth-child(2) a .icon,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li:nth-child(2) a .icon,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li:nth-child(2) a .icon,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li:nth-child(2) a .icon,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li:nth-child(2) a .icon,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li:nth-child(2) a .icon,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li:nth-child(2) a .icon {
	width: 18px;
	height: 22px;
	background-position: -36px -191px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li:nth-child(3) a .icon,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li:nth-child(3) a .icon,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li:nth-child(3) a .icon,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li:nth-child(3) a .icon,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li:nth-child(3) a .icon,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li:nth-child(3) a .icon,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li:nth-child(3) a .icon,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li:nth-child(3) a .icon,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li:nth-child(3) a .icon,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li:nth-child(3) a .icon {
	width: 18px;
	height: 22px;
	background-position: -63px -191px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox>a,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox>a,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox>a,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox>a,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox>a,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox>a,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox>a,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox>a,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox>a,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox>a {
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: center
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox>a .icon,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox>a .icon,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox>a .icon,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox>a .icon,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox>a .icon,
.gdBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox>a .icon,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox>a .icon,
.rkBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox>a .icon,
.gmBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox>a .icon,
.bodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox>a .icon {
	margin-left: 5px;
	width: 11px;
	height: 8px;
	background-position: -54px -78px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .titleL .icon,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .titleL .icon,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .titleL .icon,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .titleL .icon,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .titleL .icon {
	background-position: -41px -124px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .titleL p,
.inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .titleL p,
.rkBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .titleL p,
.gmBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .titleL p,
.bodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .titleL p {
	background: linear-gradient(45deg, #13D8EA 0%, #29FF94 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .inTitle .titleL .icon,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .inTitle .titleL .icon,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .inTitle .titleL .icon,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .inTitle .titleL .icon,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .inTitle .titleL .icon {
	background-position: -37px -160px
}

.gdBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox .inTitle .titleL .icon,
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox .inTitle .titleL .icon,
.rkBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox .inTitle .titleL .icon,
.gmBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox .inTitle .titleL .icon,
.bodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox .inTitle .titleL .icon {
	background-position: -33px -224px
}

.gdBodyWrap .fslInAppTopicBox,
.inBodyWrap .fslInAppTopicBox,
.rkBodyWrap .fslInAppTopicBox,
.gmBodyWrap .fslInAppTopicBox,
.bodyWrap .fslInAppTopicBox,
.gdBodyWrap .fslInGameTopicBox,
.inBodyWrap .fslInGameTopicBox,
.rkBodyWrap .fslInGameTopicBox,
.gmBodyWrap .fslInGameTopicBox,
.bodyWrap .fslInGameTopicBox {
	margin-top: 24px
}

.gdBodyWrap .fslInAppTopicBox .boxWrap,
.inBodyWrap .fslInAppTopicBox .boxWrap,
.rkBodyWrap .fslInAppTopicBox .boxWrap,
.gmBodyWrap .fslInAppTopicBox .boxWrap,
.bodyWrap .fslInAppTopicBox .boxWrap,
.gdBodyWrap .fslInGameTopicBox .boxWrap,
.inBodyWrap .fslInGameTopicBox .boxWrap,
.rkBodyWrap .fslInGameTopicBox .boxWrap,
.gmBodyWrap .fslInGameTopicBox .boxWrap,
.bodyWrap .fslInGameTopicBox .boxWrap {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw {
	margin-top: 20px;
	font-size: 14px;
	line-height: 18px;
	color: #0F1433;
	border-radius: 8px
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide {
	width: fit-content
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a {
	display: block;
	background: #F6F7FF;
	width: 216px;
	height: 170px;
	border-radius: 8px
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .imgBox,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .imgBox,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .imgBox,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .imgBox,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .imgBox,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .imgBox,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .imgBox,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .imgBox,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .imgBox,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .imgBox {
	border-radius: 8px 8px 0px 0px;
	width: 100%;
	height: 120px
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox {
	padding: 14px 16px 9px 16px;
	display: flex;
	justify-content: space-between
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.title,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.title,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.title,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.title,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.title,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.title,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.title,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.title,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.title,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.title {
	flex: 1;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox .num,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox .num,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox .num,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox .num,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox .num,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox .num,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox .num,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox .num,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox .num,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox .num {
	font-weight: bold
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a:hover .imgBox img,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a:hover .imgBox img,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a:hover .imgBox img,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a:hover .imgBox img,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a:hover .imgBox img,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a:hover .imgBox img,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a:hover .imgBox img,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a:hover .imgBox img,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a:hover .imgBox img,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a:hover .imgBox img {
	transform: scale(1.1)
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev,
.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next {
	width: 37px;
	height: 120px;
	background: rgba(63, 145, 255, 0.7);
	border-radius: 8px 0px 0px 0px;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev::after,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev::after,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev::after,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev::after,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev::after,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev::after,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev::after,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev::after,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev::after,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev::after,
.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next::after,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next::after,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next::after,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next::after,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next::after,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next::after,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next::after,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next::after,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next::after,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next::after {
	display: none
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev.swiper-button-disabled,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev.swiper-button-disabled,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev.swiper-button-disabled,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev.swiper-button-disabled,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev.swiper-button-disabled,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev.swiper-button-disabled,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev.swiper-button-disabled,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev.swiper-button-disabled,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev.swiper-button-disabled,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev.swiper-button-disabled,
.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next.swiper-button-disabled,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next.swiper-button-disabled,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next.swiper-button-disabled,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next.swiper-button-disabled,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next.swiper-button-disabled,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next.swiper-button-disabled,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next.swiper-button-disabled,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next.swiper-button-disabled,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next.swiper-button-disabled,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next.swiper-button-disabled {
	background: #000000;
	opacity: .5;
	cursor: not-allowed
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev .icon,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev .icon,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev .icon,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev .icon,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-prev .icon,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev .icon,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev .icon,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev .icon,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev .icon,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-prev .icon,
.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon {
	width: 15px;
	height: 27px;
	background-position: -9px -349px
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next {
	border-radius: 0px 8px 0px 0px;
	left: unset;
	right: 0
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-button-next .icon {
	transform: rotate(180deg)
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inTitle .titleL .icon,
.inBodyWrap .fslInAppTopicBox .boxWrap .inTitle .titleL .icon,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inTitle .titleL .icon,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .fslInAppTopicBox .boxWrap .inTitle .titleL .icon {
	background-position: -41px -124px
}

.gdBodyWrap .fslInAppTopicBox .boxWrap .inTitle .titleL p,
.inBodyWrap .fslInAppTopicBox .boxWrap .inTitle .titleL p,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inTitle .titleL p,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inTitle .titleL p,
.bodyWrap .fslInAppTopicBox .boxWrap .inTitle .titleL p {
	background: linear-gradient(45deg, #13D8EA 0%, #29FF94 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.gdBodyWrap .fslInRankBox,
.inBodyWrap .fslInRankBox,
.rkBodyWrap .fslInRankBox,
.gmBodyWrap .fslInRankBox,
.bodyWrap .fslInRankBox {
	margin-top: 38px
}

.gdBodyWrap .fslInRankBox .boxWrap,
.inBodyWrap .fslInRankBox .boxWrap,
.rkBodyWrap .fslInRankBox .boxWrap,
.gmBodyWrap .fslInRankBox .boxWrap,
.bodyWrap .fslInRankBox .boxWrap {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 280px)
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem,
.inBodyWrap .fslInRankBox .boxWrap .boxItem,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem,
.bodyWrap .fslInRankBox .boxWrap .boxItem {
	background: #FFFFFF;
	border-radius: 5px
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle,
.inBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle,
.bodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle {
	height: 45px;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 45px;
	background-color: #ffa199
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul {
	font-size: 14px;
	line-height: 18px;
	color: #0F1433;
	padding: 2px 20px 10px
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li a {
	position: relative;
	border-bottom: 1px solid #F6F7FF;
	display: flex;
	align-items: center;
	padding: 18px 0 18px 14px;
	padding: 10px 0
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a>span,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a>span,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a>span,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a>span,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li a>span {
	width: 24px;
	height: 24px;
	background: #F6F7FF;
	border-radius: 5px;
	font-size: 14px;
	color: #A1A5B2;
	text-align: center;
	line-height: 24px
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .imgBox,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .imgBox,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .imgBox,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .imgBox,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .imgBox {
	display: none;
	width: 80px;
	height: 80px;
	border-radius: 16px
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox {
	padding-left: 16px;
	padding-right: 5px;
	flex: 1;
	width: 0
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p.title,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p.title,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p.title,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p.title,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p.title {
	display: block;
	font-size: 16px;
	line-height: 20px
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p.time,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p.time,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p.time,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p.time,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p.time {
	margin-top: 9px
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p:last-child,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p:last-child,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p:last-child,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p:last-child,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .textBox p:last-child {
	margin-top: 7px
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .tip,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .tip,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .tip,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .tip,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li a .tip {
	font-size: 14px;
	color: #A1A5B2;
	line-height: 18px
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:last-child a,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:last-child a,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:last-child a,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:last-child a,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li:last-child a {
	border-bottom: unset
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(1) a>span,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(1) a>span,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(1) a>span,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(1) a>span,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(1) a>span,
.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(2) a>span,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(2) a>span,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(2) a>span,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(2) a>span,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(2) a>span,
.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(3) a>span,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(3) a>span,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(3) a>span,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(3) a>span,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(3) a>span {
	content: "";
	display: block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	width: 26px;
	height: 34px;
	background-position: -6px -397px;
	text-indent: -9999px
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(2) a>span,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(2) a>span,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(2) a>span,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(2) a>span,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(2) a>span {
	background-position: -51px -397px
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(3) a>span,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(3) a>span,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(3) a>span,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(3) a>span,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li:nth-child(3) a>span {
	background-position: -95px -397px
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a {
	padding: 18px 0
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a>span,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a>span,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a>span,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a>span,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a>span {
	position: absolute;
	top: 17px;
	left: 0px
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .imgBox,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .imgBox,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .imgBox,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .imgBox,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .imgBox {
	display: block;
	margin-left: 13px
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .textBox,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .textBox,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .textBox,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .textBox,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .textBox {
	padding-right: 0
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .textBox p,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .textBox p,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .textBox p,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .textBox p,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .textBox p {
	display: block
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .tip,
.inBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .tip,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .tip,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .tip,
.bodyWrap .fslInRankBox .boxWrap .boxItem>ul li.active a .tip {
	display: none
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(2) .itemTitle,
.inBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(2) .itemTitle,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(2) .itemTitle,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(2) .itemTitle,
.bodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(2) .itemTitle {
	background-color: #69ff82
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle,
.inBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle,
.bodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle {
	background-color: #db96f7
}

.gdBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle,
.inBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle,
.bodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle {
	background-color: #52bdff
}

.gdBodyWrap .fslUpdateBox,
.inBodyWrap .fslUpdateBox,
.rkBodyWrap .fslUpdateBox,
.gmBodyWrap .fslUpdateBox,
.bodyWrap .fslUpdateBox {
	margin-top: 38px
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateTitleBox,
.inBodyWrap .fslUpdateBox .boxWrap .updateTitleBox,
.rkBodyWrap .fslUpdateBox .boxWrap .updateTitleBox,
.gmBodyWrap .fslUpdateBox .boxWrap .updateTitleBox,
.bodyWrap .fslUpdateBox .boxWrap .updateTitleBox {
	display: flex;
	align-items: flex-end;
	padding: 15px 20px 15px 20px;
	justify-content: space-between;
	background-color: white;
	border-bottom: 1px solid #f6f6f6
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL,
.inBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL,
.rkBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL,
.gmBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL,
.bodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL {
	display: flex
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL,
.inBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL,
.rkBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL,
.gmBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL,
.bodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL {
	display: flex
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL .icon,
.inBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL .icon,
.rkBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL .icon,
.gmBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL .icon,
.bodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL .icon {
	width: 27px;
	height: 27px;
	background-position: -6px -124px
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL p,
.inBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL p,
.rkBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL p,
.gmBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL p,
.bodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .titleL p {
	font-size: 24px;
	line-height: 28px;
	background: linear-gradient(45deg, #FFE45C 0%, #FEB065 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left: 10px
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable,
.inBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable,
.rkBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable,
.gmBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable,
.bodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable {
	display: flex;
	padding-left: 55px
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li,
.inBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li,
.rkBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li,
.gmBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li,
.bodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li {
	width: auto;
	margin-right: 10px
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li a,
.inBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li a,
.rkBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li a,
.gmBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li a,
.bodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li a {
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	color: #4c4c4c;
	border-radius: 17px;
	border: 1px solid #f3f3f3
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li.active a,
.inBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li.active a,
.rkBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li.active a,
.gmBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li.active a,
.bodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleL .updateLable li.active a {
	color: #7bc71f;
	border-color: #7bc71f
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleR .titleR,
.inBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleR .titleR,
.rkBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleR .titleR,
.gmBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleR .titleR,
.bodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleR .titleR {
	font-size: 14px;
	line-height: 18px;
	color: #A1A5B2;
	display: flex;
	align-items: center;
	justify-content: center
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleR .titleR .icon,
.inBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleR .titleR .icon,
.rkBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleR .titleR .icon,
.gmBodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleR .titleR .icon,
.bodyWrap .fslUpdateBox .boxWrap .updateTitleBox .updateTitleR .titleR .icon {
	margin-right: 3px;
	width: 12px;
	height: 12px;
	background-position: -35px -76px
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateList,
.inBodyWrap .fslUpdateBox .boxWrap .updateList,
.rkBodyWrap .fslUpdateBox .boxWrap .updateList,
.gmBodyWrap .fslUpdateBox .boxWrap .updateList,
.bodyWrap .fslUpdateBox .boxWrap .updateList {
	padding: 0 10px 15px 10px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(5, 220px);
	background-color: white
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateList li,
.inBodyWrap .fslUpdateBox .boxWrap .updateList li,
.rkBodyWrap .fslUpdateBox .boxWrap .updateList li,
.gmBodyWrap .fslUpdateBox .boxWrap .updateList li,
.bodyWrap .fslUpdateBox .boxWrap .updateList li {
	display: flex;
	margin-top: 15px
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateList li .imgBox,
.inBodyWrap .fslUpdateBox .boxWrap .updateList li .imgBox,
.rkBodyWrap .fslUpdateBox .boxWrap .updateList li .imgBox,
.gmBodyWrap .fslUpdateBox .boxWrap .updateList li .imgBox,
.bodyWrap .fslUpdateBox .boxWrap .updateList li .imgBox {
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	border-radius: 10px
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateList li .imgBox img,
.inBodyWrap .fslUpdateBox .boxWrap .updateList li .imgBox img,
.rkBodyWrap .fslUpdateBox .boxWrap .updateList li .imgBox img,
.gmBodyWrap .fslUpdateBox .boxWrap .updateList li .imgBox img,
.bodyWrap .fslUpdateBox .boxWrap .updateList li .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox,
.inBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox,
.rkBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox,
.gmBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox,
.bodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox {
	flex: 1;
	padding-left: 12px;
	overflow: hidden
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .name,
.inBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .name,
.rkBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .name,
.gmBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .name,
.bodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .name {
	display: block;
	font-size: 16px;
	color: #262626;
	line-height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 4px
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .name:hover,
.inBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .name:hover,
.rkBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .name:hover,
.gmBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .name:hover,
.bodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .name:hover {
	color: #7bc71f
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox,
.inBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox,
.rkBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox,
.gmBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox,
.bodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox {
	margin-top: 13px;
	display: flex;
	align-items: baseline
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox .typeName,
.inBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox .typeName,
.rkBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox .typeName,
.gmBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox .typeName,
.bodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox .typeName {
	color: #a1a1a1;
	font-size: 14px;
	line-height: 14px
}

.gdBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox .time,
.inBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox .time,
.rkBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox .time,
.gmBodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox .time,
.bodyWrap .fslUpdateBox .boxWrap .updateList li .txtBox .typeBox .time {
	padding-left: 5px;
	color: #f98180;
	font-size: 14px;
	line-height: 14px
}

.gdBodyWrap .fslTdSwBox .boxWrap,
.inBodyWrap .fslTdSwBox .boxWrap,
.rkBodyWrap .fslTdSwBox .boxWrap,
.gmBodyWrap .fslTdSwBox .boxWrap,
.bodyWrap .fslTdSwBox .boxWrap,
.gdBodyWrap .fslTpSwBox .boxWrap,
.inBodyWrap .fslTpSwBox .boxWrap,
.rkBodyWrap .fslTpSwBox .boxWrap,
.gmBodyWrap .fslTpSwBox .boxWrap,
.bodyWrap .fslTpSwBox .boxWrap,
.gdBodyWrap .fslAppSwBox .boxWrap,
.inBodyWrap .fslAppSwBox .boxWrap,
.rkBodyWrap .fslAppSwBox .boxWrap,
.gmBodyWrap .fslAppSwBox .boxWrap,
.bodyWrap .fslAppSwBox .boxWrap,
.gdBodyWrap .fslGmSwBox .boxWrap,
.inBodyWrap .fslGmSwBox .boxWrap,
.rkBodyWrap .fslGmSwBox .boxWrap,
.gmBodyWrap .fslGmSwBox .boxWrap,
.bodyWrap .fslGmSwBox .boxWrap,
.gdBodyWrap .classIficationBox .boxWrap,
.inBodyWrap .classIficationBox .boxWrap,
.rkBodyWrap .classIficationBox .boxWrap,
.gmBodyWrap .classIficationBox .boxWrap,
.bodyWrap .classIficationBox .boxWrap {
	position: relative
}

.gdBodyWrap .fslTdSwBox .boxWrap .classIfication,
.inBodyWrap .fslTdSwBox .boxWrap .classIfication,
.rkBodyWrap .fslTdSwBox .boxWrap .classIfication,
.gmBodyWrap .fslTdSwBox .boxWrap .classIfication,
.bodyWrap .fslTdSwBox .boxWrap .classIfication,
.gdBodyWrap .fslTpSwBox .boxWrap .classIfication,
.inBodyWrap .fslTpSwBox .boxWrap .classIfication,
.rkBodyWrap .fslTpSwBox .boxWrap .classIfication,
.gmBodyWrap .fslTpSwBox .boxWrap .classIfication,
.bodyWrap .fslTpSwBox .boxWrap .classIfication,
.gdBodyWrap .fslAppSwBox .boxWrap .classIfication,
.inBodyWrap .fslAppSwBox .boxWrap .classIfication,
.rkBodyWrap .fslAppSwBox .boxWrap .classIfication,
.gmBodyWrap .fslAppSwBox .boxWrap .classIfication,
.bodyWrap .fslAppSwBox .boxWrap .classIfication,
.gdBodyWrap .fslGmSwBox .boxWrap .classIfication,
.inBodyWrap .fslGmSwBox .boxWrap .classIfication,
.rkBodyWrap .fslGmSwBox .boxWrap .classIfication,
.gmBodyWrap .fslGmSwBox .boxWrap .classIfication,
.bodyWrap .fslGmSwBox .boxWrap .classIfication,
.gdBodyWrap .classIficationBox .boxWrap .classIfication,
.inBodyWrap .classIficationBox .boxWrap .classIfication,
.rkBodyWrap .classIficationBox .boxWrap .classIfication,
.gmBodyWrap .classIficationBox .boxWrap .classIfication,
.bodyWrap .classIficationBox .boxWrap .classIfication {
	display: flex;
	align-items: center;
	padding: 25px 0 0 0
}

.gdBodyWrap .fslTdSwBox .boxWrap .classIfication .typeName,
.inBodyWrap .fslTdSwBox .boxWrap .classIfication .typeName,
.rkBodyWrap .fslTdSwBox .boxWrap .classIfication .typeName,
.gmBodyWrap .fslTdSwBox .boxWrap .classIfication .typeName,
.bodyWrap .fslTdSwBox .boxWrap .classIfication .typeName,
.gdBodyWrap .fslTpSwBox .boxWrap .classIfication .typeName,
.inBodyWrap .fslTpSwBox .boxWrap .classIfication .typeName,
.rkBodyWrap .fslTpSwBox .boxWrap .classIfication .typeName,
.gmBodyWrap .fslTpSwBox .boxWrap .classIfication .typeName,
.bodyWrap .fslTpSwBox .boxWrap .classIfication .typeName,
.gdBodyWrap .fslAppSwBox .boxWrap .classIfication .typeName,
.inBodyWrap .fslAppSwBox .boxWrap .classIfication .typeName,
.rkBodyWrap .fslAppSwBox .boxWrap .classIfication .typeName,
.gmBodyWrap .fslAppSwBox .boxWrap .classIfication .typeName,
.bodyWrap .fslAppSwBox .boxWrap .classIfication .typeName,
.gdBodyWrap .fslGmSwBox .boxWrap .classIfication .typeName,
.inBodyWrap .fslGmSwBox .boxWrap .classIfication .typeName,
.rkBodyWrap .fslGmSwBox .boxWrap .classIfication .typeName,
.gmBodyWrap .fslGmSwBox .boxWrap .classIfication .typeName,
.bodyWrap .fslGmSwBox .boxWrap .classIfication .typeName,
.gdBodyWrap .classIficationBox .boxWrap .classIfication .typeName,
.inBodyWrap .classIficationBox .boxWrap .classIfication .typeName,
.rkBodyWrap .classIficationBox .boxWrap .classIfication .typeName,
.gmBodyWrap .classIficationBox .boxWrap .classIfication .typeName,
.bodyWrap .classIficationBox .boxWrap .classIfication .typeName {
	width: 60px;
	font-size: 16px
}

.gdBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList,
.inBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList,
.rkBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList,
.gmBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList,
.bodyWrap .fslTdSwBox .boxWrap .classIfication .typeList,
.gdBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList,
.inBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList,
.rkBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList,
.gmBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList,
.bodyWrap .fslTpSwBox .boxWrap .classIfication .typeList,
.gdBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList,
.inBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList,
.rkBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList,
.gmBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList,
.bodyWrap .fslAppSwBox .boxWrap .classIfication .typeList,
.gdBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList,
.inBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList,
.rkBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList,
.gmBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList,
.bodyWrap .fslGmSwBox .boxWrap .classIfication .typeList,
.gdBodyWrap .classIficationBox .boxWrap .classIfication .typeList,
.inBodyWrap .classIficationBox .boxWrap .classIfication .typeList,
.rkBodyWrap .classIficationBox .boxWrap .classIfication .typeList,
.gmBodyWrap .classIficationBox .boxWrap .classIfication .typeList,
.bodyWrap .classIficationBox .boxWrap .classIfication .typeList {
	display: flex;
	flex-wrap: wrap
}

.gdBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li,
.inBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li,
.rkBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li,
.gmBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li,
.bodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li,
.gdBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li,
.inBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li,
.rkBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li,
.gmBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li,
.bodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li,
.gdBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li,
.inBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li,
.rkBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li,
.gmBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li,
.bodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li,
.gdBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li,
.inBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li,
.rkBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li,
.gmBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li,
.bodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li,
.gdBodyWrap .classIficationBox .boxWrap .classIfication .typeList li,
.inBodyWrap .classIficationBox .boxWrap .classIfication .typeList li,
.rkBodyWrap .classIficationBox .boxWrap .classIfication .typeList li,
.gmBodyWrap .classIficationBox .boxWrap .classIfication .typeList li,
.bodyWrap .classIficationBox .boxWrap .classIfication .typeList li {
	margin-right: 10px
}

.gdBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li a,
.inBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li a,
.rkBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li a,
.gmBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li a,
.bodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li a,
.gdBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li a,
.inBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li a,
.rkBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li a,
.gmBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li a,
.bodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li a,
.gdBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li a,
.inBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li a,
.rkBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li a,
.gmBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li a,
.bodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li a,
.gdBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li a,
.inBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li a,
.rkBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li a,
.gmBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li a,
.bodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li a,
.gdBodyWrap .classIficationBox .boxWrap .classIfication .typeList li a,
.inBodyWrap .classIficationBox .boxWrap .classIfication .typeList li a,
.rkBodyWrap .classIficationBox .boxWrap .classIfication .typeList li a,
.gmBodyWrap .classIficationBox .boxWrap .classIfication .typeList li a,
.bodyWrap .classIficationBox .boxWrap .classIfication .typeList li a {
	display: block;
	padding: 6px 12px;
	font-size: 16px
}

.gdBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li.active a,
.inBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li.active a,
.rkBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li.active a,
.gmBodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li.active a,
.bodyWrap .fslTdSwBox .boxWrap .classIfication .typeList li.active a,
.gdBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li.active a,
.inBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li.active a,
.rkBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li.active a,
.gmBodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li.active a,
.bodyWrap .fslTpSwBox .boxWrap .classIfication .typeList li.active a,
.gdBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li.active a,
.inBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li.active a,
.rkBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li.active a,
.gmBodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li.active a,
.bodyWrap .fslAppSwBox .boxWrap .classIfication .typeList li.active a,
.gdBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li.active a,
.inBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li.active a,
.rkBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li.active a,
.gmBodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li.active a,
.bodyWrap .fslGmSwBox .boxWrap .classIfication .typeList li.active a,
.gdBodyWrap .classIficationBox .boxWrap .classIfication .typeList li.active a,
.inBodyWrap .classIficationBox .boxWrap .classIfication .typeList li.active a,
.rkBodyWrap .classIficationBox .boxWrap .classIfication .typeList li.active a,
.gmBodyWrap .classIficationBox .boxWrap .classIfication .typeList li.active a,
.bodyWrap .classIficationBox .boxWrap .classIfication .typeList li.active a {
	color: white;
	border-radius: 5px;
	background-color: #7bc71f
}

.gdBodyWrap .fslTdSwBox .boxWrap .gmSwBox,
.inBodyWrap .fslTdSwBox .boxWrap .gmSwBox,
.rkBodyWrap .fslTdSwBox .boxWrap .gmSwBox,
.gmBodyWrap .fslTdSwBox .boxWrap .gmSwBox,
.bodyWrap .fslTdSwBox .boxWrap .gmSwBox,
.gdBodyWrap .fslTpSwBox .boxWrap .gmSwBox,
.inBodyWrap .fslTpSwBox .boxWrap .gmSwBox,
.rkBodyWrap .fslTpSwBox .boxWrap .gmSwBox,
.gmBodyWrap .fslTpSwBox .boxWrap .gmSwBox,
.bodyWrap .fslTpSwBox .boxWrap .gmSwBox,
.gdBodyWrap .fslAppSwBox .boxWrap .gmSwBox,
.inBodyWrap .fslAppSwBox .boxWrap .gmSwBox,
.rkBodyWrap .fslAppSwBox .boxWrap .gmSwBox,
.gmBodyWrap .fslAppSwBox .boxWrap .gmSwBox,
.bodyWrap .fslAppSwBox .boxWrap .gmSwBox,
.gdBodyWrap .fslGmSwBox .boxWrap .gmSwBox,
.inBodyWrap .fslGmSwBox .boxWrap .gmSwBox,
.rkBodyWrap .fslGmSwBox .boxWrap .gmSwBox,
.gmBodyWrap .fslGmSwBox .boxWrap .gmSwBox,
.bodyWrap .fslGmSwBox .boxWrap .gmSwBox,
.gdBodyWrap .classIficationBox .boxWrap .gmSwBox,
.inBodyWrap .classIficationBox .boxWrap .gmSwBox,
.rkBodyWrap .classIficationBox .boxWrap .gmSwBox,
.gmBodyWrap .classIficationBox .boxWrap .gmSwBox,
.bodyWrap .classIficationBox .boxWrap .gmSwBox {
	font-size: 14px;
	color: #F3F3F5;
	margin: -10px 40px;
	padding: 10px 0px
}

.gdBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide,
.inBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide,
.rkBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide,
.gmBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide,
.bodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide,
.gdBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide,
.inBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide,
.rkBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide,
.gmBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide,
.bodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide,
.gdBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide,
.inBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide,
.rkBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide,
.gmBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide,
.bodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide,
.gdBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide,
.inBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide,
.rkBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide,
.gmBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide,
.bodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide,
.gdBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide,
.inBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide,
.rkBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide,
.gmBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide,
.bodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide {
	width: fit-content
}

.gdBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a,
.inBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a,
.rkBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a,
.gmBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a,
.bodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a,
.gdBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a,
.inBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a,
.rkBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a,
.gmBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a,
.bodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a,
.gdBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a,
.inBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a,
.rkBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a,
.gmBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a,
.bodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a,
.gdBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a,
.inBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a,
.rkBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a,
.gmBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a,
.bodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a,
.gdBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a,
.inBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a,
.rkBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a,
.gmBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a,
.bodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a {
	display: block;
	position: relative;
	width: fit-content
}

.gdBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.inBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.rkBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.gmBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.bodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.gdBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.inBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.rkBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.gmBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.bodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.gdBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.inBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.rkBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.gmBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.bodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.gdBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.inBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.rkBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.gmBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.bodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.gdBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.inBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.rkBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.gmBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .imgBox,
.bodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .imgBox {
	width: 360px;
	height: 200px;
	border-radius: 8px
}

.gdBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.inBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.rkBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.gmBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.bodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.gdBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.inBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.rkBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.gmBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.bodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.gdBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.inBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.rkBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.gmBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.bodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.gdBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.inBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.rkBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.gmBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.bodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.gdBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.inBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.rkBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.gmBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox,
.bodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 26px 15px 14px 20px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 8px;
	display: flex;
	align-items: center
}

.gdBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.inBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.rkBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.gmBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.bodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.gdBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.inBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.rkBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.gmBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.bodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.gdBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.inBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.rkBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.gmBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.bodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.gdBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.inBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.rkBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.gmBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.bodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.gdBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.inBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.rkBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.gmBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title,
.bodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.title {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 5px;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.gdBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.inBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.rkBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.gmBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.bodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.gdBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.inBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.rkBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.gmBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.bodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.gdBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.inBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.rkBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.gmBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.bodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.gdBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.inBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.rkBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.gmBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.bodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.gdBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.inBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.rkBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.gmBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn,
.bodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a .textBox p.btn {
	color: #7bc71f;
	height: 24px;
	line-height: 24px;
	background: #F6F7FF;
	box-shadow: 0 4px 10px 0 rgba(123, 199, 31, 0.3);
	border-radius: 12px;
	padding: 0 14px;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.gdBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.inBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.rkBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.gmBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.bodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.gdBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.inBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.rkBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.gmBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.bodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.gdBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.inBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.rkBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.gmBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.bodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.gdBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.inBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.rkBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.gmBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.bodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.gdBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.inBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.rkBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.gmBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox,
.bodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .imgBox {
	box-shadow: 0 0 16px -8px #7bc71f
}

.gdBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.inBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.rkBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.gmBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.bodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.gdBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.inBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.rkBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.gmBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.bodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.gdBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.inBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.rkBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.gmBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.bodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.gdBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.inBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.rkBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.gmBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.bodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.gdBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.inBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.rkBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.gmBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title,
.bodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.title {
	color: #FFFFFF;
	font-weight: bold
}

.gdBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.inBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.rkBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.gmBodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.bodyWrap .fslTdSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.gdBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.inBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.rkBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.gmBodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.bodyWrap .fslTpSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.gdBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.inBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.rkBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.gmBodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.bodyWrap .fslAppSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.gdBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.inBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.rkBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.gmBodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.bodyWrap .fslGmSwBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.gdBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.inBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.rkBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.gmBodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn,
.bodyWrap .classIficationBox .boxWrap .gmSwBox .swiper-slide>a:hover .textBox p.btn {
	background: #7bc71f;
	color: #FFFFFF
}

.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-prev,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-prev,
.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-prev,
.gdBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev,
.inBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev,
.rkBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev,
.gmBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev,
.bodyWrap .fslGmSwBox .boxWrap .swiper-button-prev,
.gdBodyWrap .classIficationBox .boxWrap .swiper-button-prev,
.inBodyWrap .classIficationBox .boxWrap .swiper-button-prev,
.rkBodyWrap .classIficationBox .boxWrap .swiper-button-prev,
.gmBodyWrap .classIficationBox .boxWrap .swiper-button-prev,
.bodyWrap .classIficationBox .boxWrap .swiper-button-prev,
.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.gdBodyWrap .fslGmSwBox .boxWrap .swiper-button-next,
.inBodyWrap .fslGmSwBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslGmSwBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslGmSwBox .boxWrap .swiper-button-next,
.bodyWrap .fslGmSwBox .boxWrap .swiper-button-next,
.gdBodyWrap .classIficationBox .boxWrap .swiper-button-next,
.inBodyWrap .classIficationBox .boxWrap .swiper-button-next,
.rkBodyWrap .classIficationBox .boxWrap .swiper-button-next,
.gmBodyWrap .classIficationBox .boxWrap .swiper-button-next,
.bodyWrap .classIficationBox .boxWrap .swiper-button-next {
	width: 20px;
	height: 94px;
	background: rgba(63, 145, 255, 0.9);
	box-shadow: 0 0 12px -5px #7bc71f;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -47px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev .icon,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev .icon,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev .icon,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev .icon,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-prev .icon,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev .icon,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev .icon,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev .icon,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev .icon,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-prev .icon,
.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev .icon,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev .icon,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev .icon,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev .icon,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-prev .icon,
.gdBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev .icon,
.inBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev .icon,
.rkBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev .icon,
.gmBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev .icon,
.bodyWrap .fslGmSwBox .boxWrap .swiper-button-prev .icon,
.gdBodyWrap .classIficationBox .boxWrap .swiper-button-prev .icon,
.inBodyWrap .classIficationBox .boxWrap .swiper-button-prev .icon,
.rkBodyWrap .classIficationBox .boxWrap .swiper-button-prev .icon,
.gmBodyWrap .classIficationBox .boxWrap .swiper-button-prev .icon,
.bodyWrap .classIficationBox .boxWrap .swiper-button-prev .icon,
.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-next .icon,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-next .icon,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-next .icon,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-next .icon,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-next .icon,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-next .icon,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-next .icon,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-next .icon,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-next .icon,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-next .icon,
.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-next .icon,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-next .icon,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-next .icon,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-next .icon,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-next .icon,
.gdBodyWrap .fslGmSwBox .boxWrap .swiper-button-next .icon,
.inBodyWrap .fslGmSwBox .boxWrap .swiper-button-next .icon,
.rkBodyWrap .fslGmSwBox .boxWrap .swiper-button-next .icon,
.gmBodyWrap .fslGmSwBox .boxWrap .swiper-button-next .icon,
.bodyWrap .fslGmSwBox .boxWrap .swiper-button-next .icon,
.gdBodyWrap .classIficationBox .boxWrap .swiper-button-next .icon,
.inBodyWrap .classIficationBox .boxWrap .swiper-button-next .icon,
.rkBodyWrap .classIficationBox .boxWrap .swiper-button-next .icon,
.gmBodyWrap .classIficationBox .boxWrap .swiper-button-next .icon,
.bodyWrap .classIficationBox .boxWrap .swiper-button-next .icon {
	width: 12px;
	height: 19px;
	background-position: -132px -350px;
	transform: rotateY(180deg)
}

.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev::after,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev::after,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev::after,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev::after,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-prev::after,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev::after,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev::after,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev::after,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev::after,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-prev::after,
.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev::after,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev::after,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev::after,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev::after,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-prev::after,
.gdBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev::after,
.inBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev::after,
.rkBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev::after,
.gmBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev::after,
.bodyWrap .fslGmSwBox .boxWrap .swiper-button-prev::after,
.gdBodyWrap .classIficationBox .boxWrap .swiper-button-prev::after,
.inBodyWrap .classIficationBox .boxWrap .swiper-button-prev::after,
.rkBodyWrap .classIficationBox .boxWrap .swiper-button-prev::after,
.gmBodyWrap .classIficationBox .boxWrap .swiper-button-prev::after,
.bodyWrap .classIficationBox .boxWrap .swiper-button-prev::after,
.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-next::after,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-next::after,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-next::after,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-next::after,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-next::after,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-next::after,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-next::after,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-next::after,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-next::after,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-next::after,
.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-next::after,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-next::after,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-next::after,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-next::after,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-next::after,
.gdBodyWrap .fslGmSwBox .boxWrap .swiper-button-next::after,
.inBodyWrap .fslGmSwBox .boxWrap .swiper-button-next::after,
.rkBodyWrap .fslGmSwBox .boxWrap .swiper-button-next::after,
.gmBodyWrap .fslGmSwBox .boxWrap .swiper-button-next::after,
.bodyWrap .fslGmSwBox .boxWrap .swiper-button-next::after,
.gdBodyWrap .classIficationBox .boxWrap .swiper-button-next::after,
.inBodyWrap .classIficationBox .boxWrap .swiper-button-next::after,
.rkBodyWrap .classIficationBox .boxWrap .swiper-button-next::after,
.gmBodyWrap .classIficationBox .boxWrap .swiper-button-next::after,
.bodyWrap .classIficationBox .boxWrap .swiper-button-next::after {
	display: none
}

.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.gdBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.inBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.rkBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.gmBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.bodyWrap .fslGmSwBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.gdBodyWrap .classIficationBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.inBodyWrap .classIficationBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.rkBodyWrap .classIficationBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.gmBodyWrap .classIficationBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.bodyWrap .classIficationBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.gdBodyWrap .fslGmSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.inBodyWrap .fslGmSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.rkBodyWrap .fslGmSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.gmBodyWrap .fslGmSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.bodyWrap .fslGmSwBox .boxWrap .swiper-button-next.swiper-button-disabled,
.gdBodyWrap .classIficationBox .boxWrap .swiper-button-next.swiper-button-disabled,
.inBodyWrap .classIficationBox .boxWrap .swiper-button-next.swiper-button-disabled,
.rkBodyWrap .classIficationBox .boxWrap .swiper-button-next.swiper-button-disabled,
.gmBodyWrap .classIficationBox .boxWrap .swiper-button-next.swiper-button-disabled,
.bodyWrap .classIficationBox .boxWrap .swiper-button-next.swiper-button-disabled {
	box-shadow: unset;
	background: #DCDCDC;
	cursor: not-allowed
}

.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.gdBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.inBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.rkBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.gmBodyWrap .fslGmSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.bodyWrap .fslGmSwBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.gdBodyWrap .classIficationBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.inBodyWrap .classIficationBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.rkBodyWrap .classIficationBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.gmBodyWrap .classIficationBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.bodyWrap .classIficationBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.gdBodyWrap .fslGmSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.inBodyWrap .fslGmSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.rkBodyWrap .fslGmSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.gmBodyWrap .fslGmSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.bodyWrap .fslGmSwBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.gdBodyWrap .classIficationBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.inBodyWrap .classIficationBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.rkBodyWrap .classIficationBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.gmBodyWrap .classIficationBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.bodyWrap .classIficationBox .boxWrap .swiper-button-next.swiper-button-disabled .icon {
	width: 11px;
	height: 20px;
	background-position: -114.5px -350px
}

.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.gdBodyWrap .fslGmSwBox .boxWrap .swiper-button-next,
.inBodyWrap .fslGmSwBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslGmSwBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslGmSwBox .boxWrap .swiper-button-next,
.bodyWrap .fslGmSwBox .boxWrap .swiper-button-next,
.gdBodyWrap .classIficationBox .boxWrap .swiper-button-next,
.inBodyWrap .classIficationBox .boxWrap .swiper-button-next,
.rkBodyWrap .classIficationBox .boxWrap .swiper-button-next,
.gmBodyWrap .classIficationBox .boxWrap .swiper-button-next,
.bodyWrap .classIficationBox .boxWrap .swiper-button-next {
	right: 0;
	left: auto
}

.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-next .icon,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-next .icon,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-next .icon,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-next .icon,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-next .icon,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-next .icon,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-next .icon,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-next .icon,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-next .icon,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-next .icon,
.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-next .icon,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-next .icon,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-next .icon,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-next .icon,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-next .icon,
.gdBodyWrap .fslGmSwBox .boxWrap .swiper-button-next .icon,
.inBodyWrap .fslGmSwBox .boxWrap .swiper-button-next .icon,
.rkBodyWrap .fslGmSwBox .boxWrap .swiper-button-next .icon,
.gmBodyWrap .fslGmSwBox .boxWrap .swiper-button-next .icon,
.bodyWrap .fslGmSwBox .boxWrap .swiper-button-next .icon,
.gdBodyWrap .classIficationBox .boxWrap .swiper-button-next .icon,
.inBodyWrap .classIficationBox .boxWrap .swiper-button-next .icon,
.rkBodyWrap .classIficationBox .boxWrap .swiper-button-next .icon,
.gmBodyWrap .classIficationBox .boxWrap .swiper-button-next .icon,
.bodyWrap .classIficationBox .boxWrap .swiper-button-next .icon {
	transform: rotateY(0deg)
}

.gdBodyWrap .fslAppSwBox,
.inBodyWrap .fslAppSwBox,
.rkBodyWrap .fslAppSwBox,
.gmBodyWrap .fslAppSwBox,
.bodyWrap .fslAppSwBox {
	margin-top: 24px
}

.gdBodyWrap .fslAppSwBox .boxWrap,
.inBodyWrap .fslAppSwBox .boxWrap,
.rkBodyWrap .fslAppSwBox .boxWrap,
.gmBodyWrap .fslAppSwBox .boxWrap,
.bodyWrap .fslAppSwBox .boxWrap {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 18px 20px 20px
}

.gdBodyWrap .fslAppSwBox .boxWrap .appSwBox,
.inBodyWrap .fslAppSwBox .boxWrap .appSwBox,
.rkBodyWrap .fslAppSwBox .boxWrap .appSwBox,
.gmBodyWrap .fslAppSwBox .boxWrap .appSwBox,
.bodyWrap .fslAppSwBox .boxWrap .appSwBox {
	font-size: 14px;
	line-height: 18px;
	color: #0F1433;
	margin: 0 40px -24px;
	padding: 24px 0px
}

.gdBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide,
.inBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide,
.rkBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide,
.gmBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide,
.bodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide {
	width: fit-content
}

.gdBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a,
.inBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a,
.rkBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a,
.gmBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a,
.bodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a {
	display: block;
	position: relative;
	width: fit-content
}

.gdBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.imgBox,
.inBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.imgBox,
.rkBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.imgBox,
.gmBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.imgBox,
.bodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.imgBox {
	width: 255px;
	height: 200px;
	border-radius: 8px;
	padding-bottom: 70px
}

.gdBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox,
.inBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox,
.rkBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox,
.gmBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox,
.bodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70px;
	padding: 14px;
	background: #F3F3F5;
	border-radius: 0 0 8px 8px;
	display: flex;
	align-items: center
}

.gdBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox .imgBox,
.inBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox .imgBox,
.rkBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox .imgBox,
.gmBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox .imgBox,
.bodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox .imgBox {
	width: 40px;
	height: 40px;
	border-radius: 8px
}

.gdBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox .textBox,
.inBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox .textBox,
.rkBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox .textBox,
.gmBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox .textBox,
.bodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox .textBox {
	flex: 1;
	width: 0;
	padding-left: 10px
}

.gdBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p,
.inBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p,
.rkBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p,
.gmBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p,
.bodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p {
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.gdBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p.title,
.inBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p.title,
.rkBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p.title,
.gmBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p.title,
.bodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p.title {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.gdBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p.tip,
.inBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p.tip,
.rkBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p.tip,
.gmBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p.tip,
.bodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a>.textBox p.tip {
	color: #A1A5B2;
	margin-top: 4px
}

.gdBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a:hover .imgBox,
.inBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a:hover .imgBox,
.rkBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a:hover .imgBox,
.gmBodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a:hover .imgBox,
.bodyWrap .fslAppSwBox .boxWrap .appSwBox .swiper-slide>a:hover .imgBox {
	box-shadow: 0 0 16px -8px #7bc71f
}

.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-prev,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-prev,
.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-next {
	left: 20px;
	margin-top: -23px
}

.gdBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.inBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslAppSwBox .boxWrap .swiper-button-next,
.bodyWrap .fslAppSwBox .boxWrap .swiper-button-next {
	right: 20px;
	left: auto
}

.gdBodyWrap .fslTdSwBox .boxWrap,
.inBodyWrap .fslTdSwBox .boxWrap,
.rkBodyWrap .fslTdSwBox .boxWrap,
.gmBodyWrap .fslTdSwBox .boxWrap,
.bodyWrap .fslTdSwBox .boxWrap,
.gdBodyWrap .fslTpSwBox .boxWrap,
.inBodyWrap .fslTpSwBox .boxWrap,
.rkBodyWrap .fslTpSwBox .boxWrap,
.gmBodyWrap .fslTpSwBox .boxWrap,
.bodyWrap .fslTpSwBox .boxWrap {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 18px 20px
}

.gdBodyWrap .fslTdSwBox .boxWrap .tpSwBox,
.inBodyWrap .fslTdSwBox .boxWrap .tpSwBox,
.rkBodyWrap .fslTdSwBox .boxWrap .tpSwBox,
.gmBodyWrap .fslTdSwBox .boxWrap .tpSwBox,
.bodyWrap .fslTdSwBox .boxWrap .tpSwBox,
.gdBodyWrap .fslTpSwBox .boxWrap .tpSwBox,
.inBodyWrap .fslTpSwBox .boxWrap .tpSwBox,
.rkBodyWrap .fslTpSwBox .boxWrap .tpSwBox,
.gmBodyWrap .fslTpSwBox .boxWrap .tpSwBox,
.bodyWrap .fslTpSwBox .boxWrap .tpSwBox {
	font-size: 14px;
	line-height: 18px;
	color: #0F1433;
	margin: 0 40px -18px;
	padding: 24px 0px 18px
}

.gdBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide,
.inBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide,
.rkBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide,
.gmBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide,
.bodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide,
.gdBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide,
.inBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide,
.rkBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide,
.gmBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide,
.bodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide {
	width: fit-content
}

.gdBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a,
.inBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a,
.rkBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a,
.gmBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a,
.bodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a,
.gdBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a,
.inBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a,
.rkBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a,
.gmBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a,
.bodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a {
	display: block;
	position: relative;
	width: 180px
}

.gdBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.imgBox,
.inBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.imgBox,
.rkBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.imgBox,
.gmBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.imgBox,
.bodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.imgBox,
.gdBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.imgBox,
.inBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.imgBox,
.rkBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.imgBox,
.gmBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.imgBox,
.bodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.imgBox {
	width: 100%;
	height: 100px;
	border-radius: 8px
}

.gdBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox,
.inBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox,
.rkBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox,
.gmBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox,
.bodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox,
.gdBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox,
.inBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox,
.rkBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox,
.gmBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox,
.bodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox {
	display: flex;
	align-items: center;
	justify-content: center
}

.gdBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p,
.inBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p,
.rkBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p,
.gmBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p,
.bodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p,
.gdBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p,
.inBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p,
.rkBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p,
.gmBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p,
.bodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p {
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.gdBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p.title,
.inBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p.title,
.rkBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p.title,
.gmBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p.title,
.bodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p.title,
.gdBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p.title,
.inBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p.title,
.rkBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p.title,
.gmBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p.title,
.bodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a>.textBox p.title {
	margin-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.gdBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a:hover,
.inBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a:hover,
.rkBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a:hover,
.gmBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a:hover,
.bodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a:hover,
.gdBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a:hover,
.inBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a:hover,
.rkBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a:hover,
.gmBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a:hover,
.bodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a:hover {
	font-weight: bold
}

.gdBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a:hover .imgBox,
.inBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a:hover .imgBox,
.rkBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a:hover .imgBox,
.gmBodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a:hover .imgBox,
.bodyWrap .fslTdSwBox .boxWrap .tpSwBox .swiper-slide>a:hover .imgBox,
.gdBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a:hover .imgBox,
.inBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a:hover .imgBox,
.rkBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a:hover .imgBox,
.gmBodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a:hover .imgBox,
.bodyWrap .fslTpSwBox .boxWrap .tpSwBox .swiper-slide>a:hover .imgBox {
	box-shadow: 0 0 16px -8px #7bc71f
}

.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-prev,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-prev,
.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-next {
	left: 20px;
	margin-top: -35px
}

.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev::after,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev::after,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev::after,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-prev::after,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-prev::after,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev::after,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev::after,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev::after,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-prev::after,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-prev::after,
.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-next::after,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-next::after,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-next::after,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-next::after,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-next::after,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-next::after,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-next::after,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-next::after,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-next::after,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-next::after {
	display: none
}

.gdBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.inBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.bodyWrap .fslTdSwBox .boxWrap .swiper-button-next,
.gdBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.inBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslTpSwBox .boxWrap .swiper-button-next,
.bodyWrap .fslTpSwBox .boxWrap .swiper-button-next {
	right: 20px;
	left: auto
}

.gdBodyWrap .fslTdSwBox,
.inBodyWrap .fslTdSwBox,
.rkBodyWrap .fslTdSwBox,
.gmBodyWrap .fslTdSwBox,
.bodyWrap .fslTdSwBox {
	margin-top: 24px
}

.gdBodyWrap .fslAppHotBox,
.inBodyWrap .fslAppHotBox,
.rkBodyWrap .fslAppHotBox,
.gmBodyWrap .fslAppHotBox,
.bodyWrap .fslAppHotBox,
.gdBodyWrap .fslGmHotBox,
.inBodyWrap .fslGmHotBox,
.rkBodyWrap .fslGmHotBox,
.gmBodyWrap .fslGmHotBox,
.bodyWrap .fslGmHotBox {
	margin-top: 24px
}

.gdBodyWrap .fslAppHotBox .boxWrap,
.inBodyWrap .fslAppHotBox .boxWrap,
.rkBodyWrap .fslAppHotBox .boxWrap,
.gmBodyWrap .fslAppHotBox .boxWrap,
.bodyWrap .fslAppHotBox .boxWrap,
.gdBodyWrap .fslGmHotBox .boxWrap,
.inBodyWrap .fslGmHotBox .boxWrap,
.rkBodyWrap .fslGmHotBox .boxWrap,
.gmBodyWrap .fslGmHotBox .boxWrap,
.bodyWrap .fslGmHotBox .boxWrap {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 18px 20px 20px
}

.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList,
.gdBodyWrap .fslGmHotBox .boxWrap .multiColumnList,
.inBodyWrap .fslGmHotBox .boxWrap .multiColumnList,
.rkBodyWrap .fslGmHotBox .boxWrap .multiColumnList,
.gmBodyWrap .fslGmHotBox .boxWrap .multiColumnList,
.bodyWrap .fslGmHotBox .boxWrap .multiColumnList {
	grid-template-columns: repeat(3, 380px);
	font-size: 14px;
	color: #0F1433
}

.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList li a,
.gdBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a,
.inBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a,
.rkBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a,
.gmBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a,
.bodyWrap .fslGmHotBox .boxWrap .multiColumnList li a {
	margin-top: 24px;
	display: flex;
	align-items: center
}

.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .imgBox,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .imgBox,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .imgBox,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .imgBox,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .imgBox,
.gdBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .imgBox,
.inBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .imgBox,
.rkBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .imgBox,
.gmBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .imgBox,
.bodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .imgBox {
	width: 80px;
	height: 80px;
	border-radius: 16px;
	flex-shrink: 0
}

.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox,
.gdBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox,
.inBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox,
.rkBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox,
.gmBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox,
.bodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox {
	flex: 1;
	width: 0;
	padding-left: 14px
}

.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .r::after,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .r::after,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .r::after,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .r::after,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .r::after,
.gdBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .r::after,
.inBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .r::after,
.rkBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .r::after,
.gmBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .r::after,
.bodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .r::after,
.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .h::after,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .h::after,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .h::after,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .h::after,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .h::after,
.gdBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .h::after,
.inBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .h::after,
.rkBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .h::after,
.gmBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .h::after,
.bodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .h::after,
.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .n::after,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .n::after,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .n::after,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .n::after,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox .n::after,
.gdBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .n::after,
.inBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .n::after,
.rkBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .n::after,
.gmBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .n::after,
.bodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox .n::after {
	width: unset;
	padding: 0 2px;
	position: relative;
	top: -1px;
	margin-left: 4px;
	right: unset
}

.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.title,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.title,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.title,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.title,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.title,
.gdBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.title,
.inBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.title,
.rkBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.title,
.gmBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.title,
.bodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.title {
	display: flex
}

.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.title span,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.title span,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.title span,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.title span,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.title span,
.gdBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.title span,
.inBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.title span,
.rkBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.title span,
.gmBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.title span,
.bodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.title span {
	width: inherit;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time,
.gdBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time,
.inBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time,
.rkBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time,
.gmBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time,
.bodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time {
	margin-top: 10px
}

.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time span,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time span,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time span,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time span,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time span,
.gdBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time span,
.inBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time span,
.rkBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time span,
.gmBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time span,
.bodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time span {
	margin-right: 5px
}

.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time span:last-child,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time span:last-child,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time span:last-child,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time span:last-child,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time span:last-child,
.gdBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time span:last-child,
.inBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time span:last-child,
.rkBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time span:last-child,
.gmBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time span:last-child,
.bodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time span:last-child {
	margin-left: 5px
}

.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time:last-child,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time:last-child,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time:last-child,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time:last-child,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.time:last-child,
.gdBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time:last-child,
.inBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time:last-child,
.rkBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time:last-child,
.gmBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time:last-child,
.bodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.time:last-child {
	margin-top: 6px
}

.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.btn,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.btn,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.btn,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.btn,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList li a .textBox p.btn,
.gdBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.btn,
.inBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.btn,
.rkBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.btn,
.gmBodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.btn,
.bodyWrap .fslGmHotBox .boxWrap .multiColumnList li a .textBox p.btn {
	margin-top: 10px
}

.gdBodyWrap .fslAppHotBox .boxWrap .multiColumnList,
.inBodyWrap .fslAppHotBox .boxWrap .multiColumnList,
.rkBodyWrap .fslAppHotBox .boxWrap .multiColumnList,
.gmBodyWrap .fslAppHotBox .boxWrap .multiColumnList,
.bodyWrap .fslAppHotBox .boxWrap .multiColumnList {
	padding: 0 24px;
	grid-template-columns: repeat(3, 364px)
}

.gdBodyWrap .fslGmListBox,
.inBodyWrap .fslGmListBox,
.rkBodyWrap .fslGmListBox,
.gmBodyWrap .fslGmListBox,
.bodyWrap .fslGmListBox {
	margin-top: 25px
}

.gdBodyWrap .fslGmListBox .boxWrap,
.inBodyWrap .fslGmListBox .boxWrap,
.rkBodyWrap .fslGmListBox .boxWrap,
.gmBodyWrap .fslGmListBox .boxWrap,
.bodyWrap .fslGmListBox .boxWrap {
	display: flex;
	justify-content: space-between
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL,
.inBodyWrap .fslGmListBox .boxWrap .boxL,
.rkBodyWrap .fslGmListBox .boxWrap .boxL,
.gmBodyWrap .fslGmListBox .boxWrap .boxL,
.bodyWrap .fslGmListBox .boxWrap .boxL {
	padding: 18px 20px 20px;
	width: 856px;
	background: #FFFFFF;
	border-radius: 5px;
	height: fit-content
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu,
.inBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu,
.bodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu {
	font-size: 14px;
	line-height: 18px;
	display: flex;
	margin: 0 -4px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li,
.inBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li,
.bodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li {
	margin: 0 4px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li a,
.inBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li a,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li a,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li a,
.bodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li a {
	color: #A1A5B2;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 14px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li.active,
.inBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li.active,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li.active,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li.active,
.bodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li.active {
	font-weight: bold;
	background: #7bc71f;
	box-shadow: 0 4px 10px 0 rgba(123, 199, 31, 0.3);
	border-radius: 11px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li.active a,
.inBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li.active a,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li.active a,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li.active a,
.bodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li.active a {
	color: #FFFFFF
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li:hover,
.inBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li:hover,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li:hover,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li:hover,
.bodyWrap .fslGmListBox .boxWrap .boxL .gmTitle .tabsMenu li:hover {
	opacity: .85;
	transition: all .3s
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .titleL .icon,
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .titleL .icon,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .titleL .icon,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .titleL .icon,
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle .titleL .icon {
	background-position: -41px -124px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .titleL p,
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .titleL p,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .titleL p,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .titleL p,
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle .titleL p {
	background: linear-gradient(45deg, #13d8ea 0, #29ff94 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle ul,
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle ul,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle ul,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle ul,
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle ul {
	font-size: 14px;
	line-height: 18px;
	display: flex
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags,
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags,
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags {
	margin-left: 20px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li,
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li,
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li {
	color: #FCA31D
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li a,
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li a,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li a,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li a,
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li a {
	padding: 0 14px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(2n),
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(2n),
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(2n),
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(2n),
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(2n) {
	color: #C26ECC
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(3n),
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(3n),
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(3n),
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(3n),
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(3n) {
	color: #7BE5FD
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(4n),
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(4n),
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(4n),
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(4n),
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tags li:nth-child(4n) {
	color: #50F9B6
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu,
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu,
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu {
	margin: 0 -4px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li,
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li,
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li {
	margin: 0 4px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li a,
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li a,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li a,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li a,
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li a {
	color: #A1A5B2;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 14px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li.active,
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li.active,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li.active,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li.active,
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li.active {
	font-weight: bold;
	background: #7bc71f;
	box-shadow: 0 4px 10px 0 rgba(123, 199, 31, 0.3);
	border-radius: 11px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li.active a,
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li.active a,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li.active a,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li.active a,
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li.active a {
	color: #FFFFFF
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li:hover,
.inBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li:hover,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li:hover,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li:hover,
.bodyWrap .fslGmListBox .boxWrap .boxL .inTitle .tabsMenu li:hover {
	opacity: .85;
	transition: all .3s
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList {
	font-size: 14px;
	line-height: 18px;
	color: #0F1433;
	margin-top: 4px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 190px)
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList li,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList li,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList li,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList li,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList li {
	margin-top: 20px;
	width: 100%;
	height: 230px;
	position: relative;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a {
	text-align: center;
	padding: 18px 16px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: inherit;
	border-radius: 8px;
	border: 1px solid #EEEEEE
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .imgBox,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .imgBox,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .imgBox,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .imgBox,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .imgBox {
	width: 100px;
	height: 100px;
	border-radius: 24px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p {
	width: fit-content;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: justify;
	-webkit-line-clamp: 1
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.title,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.title,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.title,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.title,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.title {
	font-weight: bold
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.time,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.time,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.time,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.time,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.time {
	margin-top: 5px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.tip,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.tip,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.tip,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.tip,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList li>a .textBox p.tip {
	-webkit-line-clamp: 2;
	margin-top: 6px;
	text-align: left;
	color: #A1A5B2;
	line-height: 20px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #7bc71f;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #A1A5B2;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .title,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .title,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .title,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .title,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .title {
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	height: 36px;
	line-height: 34px;
	text-align: center;
	background: #7bc71f;
	border-radius: 8px 8px 0px 0px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .textBox,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .textBox,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .textBox,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .textBox,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .textBox {
	margin-top: 6px;
	width: fit-content;
	flex: 1;
	display: flex;
	flex-direction: column
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .textBox p,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .textBox p,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .textBox p,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .textBox p,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .textBox p {
	margin-top: 12px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .btn,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .btn,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .btn,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .btn,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList li .hoverItem .btn {
	margin-bottom: 24px;
	width: 64px;
	background: #F6F7FF;
	text-align: center;
	box-shadow: 0 4px 10px 0 rgba(123, 199, 31, 0.3)
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiList li:hover .hoverItem,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiList li:hover .hoverItem,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiList li:hover .hoverItem,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiList li:hover .hoverItem,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiList li:hover .hoverItem {
	opacity: 1
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList {
	margin-top: -42px;
	padding-bottom: 38px;
	grid-template-columns: repeat(5, 140px);
	font-size: 14px;
	line-height: 18px;
	color: #0F1433;
	text-align: center
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li {
	margin-top: 62px;
	padding-top: 40px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 140px;
	height: 125px;
	background: #F6F7FF;
	border-radius: 8px;
	position: relative
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .imgBox,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .imgBox,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .imgBox,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .imgBox,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .imgBox {
	margin-top: -40px;
	width: 100px;
	height: 100px;
	border-radius: 24px;
	flex-shrink: 0
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a:hover .imgBox img,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a:hover .imgBox img,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a:hover .imgBox img,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a:hover .imgBox img,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a:hover .imgBox img {
	transform: scale(1.1)
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox {
	width: inherit;
	padding: 0 5px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox p,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox p,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox p,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox p,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox p {
	margin-top: 12px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox p.time,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox p.time,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox p.time,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox p.time,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .textBox p.time {
	margin-top: 10px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .btn,
.inBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .btn,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .btn,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .btn,
.bodyWrap .fslGmListBox .boxWrap .boxL .multiColumnList li a .btn {
	position: absolute;
	bottom: -38px;
	left: 50%;
	margin-left: -28px
}

.gdBodyWrap .fslGmListBox .boxWrap .boxL .pageCode,
.inBodyWrap .fslGmListBox .boxWrap .boxL .pageCode,
.rkBodyWrap .fslGmListBox .boxWrap .boxL .pageCode,
.gmBodyWrap .fslGmListBox .boxWrap .boxL .pageCode,
.bodyWrap .fslGmListBox .boxWrap .boxL .pageCode {
	margin-bottom: 10px
}

.gdBodyWrap .fslGmListBox .boxR,
.inBodyWrap .fslGmListBox .boxR,
.rkBodyWrap .fslGmListBox .boxR,
.gmBodyWrap .fslGmListBox .boxR,
.bodyWrap .fslGmListBox .boxR,
.gdBodyWrap .fslGdMainBox .boxR,
.inBodyWrap .fslGdMainBox .boxR,
.rkBodyWrap .fslGdMainBox .boxR,
.gmBodyWrap .fslGdMainBox .boxR,
.bodyWrap .fslGdMainBox .boxR {
	width: 320px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRecomBox,
.inBodyWrap .fslGmListBox .boxR .fslGmRecomBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmRecomBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmRecomBox,
.bodyWrap .fslGmListBox .boxR .fslGmRecomBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRecomBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmRecomBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRecomBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRecomBox,
.bodyWrap .fslGdMainBox .boxR .fslGmRecomBox {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 18px 20px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRecomBox .gmTitle .titleR,
.inBodyWrap .fslGmListBox .boxR .fslGmRecomBox .gmTitle .titleR,
.rkBodyWrap .fslGmListBox .boxR .fslGmRecomBox .gmTitle .titleR,
.gmBodyWrap .fslGmListBox .boxR .fslGmRecomBox .gmTitle .titleR,
.bodyWrap .fslGmListBox .boxR .fslGmRecomBox .gmTitle .titleR,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .gmTitle .titleR,
.inBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .gmTitle .titleR,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .gmTitle .titleR,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .gmTitle .titleR,
.bodyWrap .fslGdMainBox .boxR .fslGmRecomBox .gmTitle .titleR {
	cursor: pointer
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRecomBox .gmTitle .titleR .icon,
.inBodyWrap .fslGmListBox .boxR .fslGmRecomBox .gmTitle .titleR .icon,
.rkBodyWrap .fslGmListBox .boxR .fslGmRecomBox .gmTitle .titleR .icon,
.gmBodyWrap .fslGmListBox .boxR .fslGmRecomBox .gmTitle .titleR .icon,
.bodyWrap .fslGmListBox .boxR .fslGmRecomBox .gmTitle .titleR .icon,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .gmTitle .titleR .icon,
.inBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .gmTitle .titleR .icon,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .gmTitle .titleR .icon,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .gmTitle .titleR .icon,
.bodyWrap .fslGdMainBox .boxR .fslGmRecomBox .gmTitle .titleR .icon {
	width: 12px;
	height: 14px;
	background-position: -154px -352px;
	margin-right: 4px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList,
.inBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList,
.rkBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList,
.gmBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList,
.bodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList,
.inBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList,
.bodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList {
	grid-template-columns: repeat(3, 90px);
	margin: 6px -5px 0;
	font-size: 14px;
	line-height: 18px;
	color: #0F1433;
	text-align: center
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a,
.inBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a,
.rkBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a,
.gmBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a,
.bodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a,
.inBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a,
.bodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a {
	margin-top: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a .imgBox,
.inBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a .imgBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a .imgBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a .imgBox,
.bodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a .imgBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a .imgBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a .imgBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a .imgBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a .imgBox,
.bodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a .imgBox {
	width: 80px;
	height: 80px;
	border-radius: 16px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a p,
.inBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a p,
.rkBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a p,
.gmBodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a p,
.bodyWrap .fslGmListBox .boxR .fslGmRecomBox .multiColumnList li a p,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a p,
.inBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a p,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a p,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a p,
.bodyWrap .fslGdMainBox .boxR .fslGmRecomBox .multiColumnList li a p {
	width: 90px;
	margin-top: 12px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox,
.bodyWrap .fslGmListBox .boxR .fslGmComBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox {
	margin-top: 24px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 18px 20px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox>.multiColumnList,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox>.multiColumnList,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox>.multiColumnList,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox>.multiColumnList,
.bodyWrap .fslGmListBox .boxR .fslGmComBox>.multiColumnList,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox>.multiColumnList,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox>.multiColumnList,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox>.multiColumnList,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox>.multiColumnList,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox>.multiColumnList {
	margin-top: 14px;
	grid-template-columns: repeat(3, 88px);
	font-size: 14px;
	color: #A1A5B2
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox>.multiColumnList li a,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox>.multiColumnList li a,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox>.multiColumnList li a,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox>.multiColumnList li a,
.bodyWrap .fslGmListBox .boxR .fslGmComBox>.multiColumnList li a,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox>.multiColumnList li a,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox>.multiColumnList li a,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox>.multiColumnList li a,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox>.multiColumnList li a,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox>.multiColumnList li a {
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-top: 8px;
	display: block;
	padding: 0 4px;
	height: 32px;
	line-height: 32px;
	background: #F6F7FF;
	border-radius: 16px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap {
	margin-top: 20px;
	display: flex;
	justify-content: space-between
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .imgBox,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .imgBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .imgBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .imgBox,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .imgBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .imgBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .imgBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .imgBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .imgBox,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .imgBox {
	width: 136px;
	height: 136px;
	border-radius: 28px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .imgBox:hover img,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .imgBox:hover img,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .imgBox:hover img,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .imgBox:hover img,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .imgBox:hover img,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .imgBox:hover img,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .imgBox:hover img,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .imgBox:hover img,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .imgBox:hover img,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .imgBox:hover img {
	transform: scale(1.1)
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .multiColumnList,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .multiColumnList,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .multiColumnList,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .multiColumnList,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .multiColumnList,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .multiColumnList,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .multiColumnList,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .multiColumnList,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .multiColumnList,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .multiColumnList {
	margin-top: -8px;
	flex: 1;
	padding-left: 8px;
	grid-template-columns: repeat(2, 64px)
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .multiColumnList .imgBox,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .multiColumnList .imgBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .multiColumnList .imgBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .multiColumnList .imgBox,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap .multiColumnList .imgBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .multiColumnList .imgBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .multiColumnList .imgBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .multiColumnList .imgBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .multiColumnList .imgBox,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap .multiColumnList .imgBox {
	margin-top: 8px;
	width: 64px;
	height: 64px;
	border-radius: 16px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap:last-child,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap:last-child,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap:last-child,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap:last-child,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap:last-child,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap:last-child,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap:last-child,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap:last-child,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap:last-child,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap:last-child {
	margin-top: 8px;
	flex-direction: row-reverse
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap:last-child .multiColumnList,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap:last-child .multiColumnList,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap:last-child .multiColumnList,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap:last-child .multiColumnList,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .imgListWrap:last-child .multiColumnList,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap:last-child .multiColumnList,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap:last-child .multiColumnList,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap:last-child .multiColumnList,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap:last-child .multiColumnList,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .imgListWrap:last-child .multiColumnList {
	padding-left: 0px;
	padding-right: 8px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem {
	margin-top: 8px;
	height: 54px;
	background: linear-gradient(90deg, #F387BB 0%, #D471F4 100%);
	border-radius: 8px;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	padding: 0 10px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .imgBox,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .imgBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .imgBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .imgBox,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .imgBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .imgBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .imgBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .imgBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .imgBox,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .imgBox {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	flex-shrink: 0
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox {
	width: 0;
	flex: 1;
	padding-left: 10px;
	padding-right: 5px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox p,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox p,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox p,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox p,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox p,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox p,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox p,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox p,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox p,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox p {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox p.tip,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox p.tip,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox p.tip,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox p.tip,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .textBox p.tip,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox p.tip,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox p.tip,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox p.tip,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox p.tip,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .textBox p.tip {
	margin-top: 2px;
	opacity: .6;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .bt,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .bt,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .bt,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .bt,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .bt,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .bt,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .bt,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .bt,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .bt,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .bt {
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 14px;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
	transition: all .2s
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .bt span,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .bt span,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .bt span,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .bt span,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem .bt span,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .bt span,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .bt span,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .bt span,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .bt span,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem .bt span {
	text-align: center;
	display: block;
	width: 70px;
	height: 24px;
	line-height: 24px;
	background: #FFFFFF;
	border-radius: 12px;
	font-weight: bold;
	font-size: 12px;
	color: #F084C1
}

.gdBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem:hover .bt,
.inBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem:hover .bt,
.rkBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem:hover .bt,
.gmBodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem:hover .bt,
.bodyWrap .fslGmListBox .boxR .fslGmComBox .linkItem:hover .bt,
.gdBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem:hover .bt,
.inBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem:hover .bt,
.rkBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem:hover .bt,
.gmBodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem:hover .bt,
.bodyWrap .fslGdMainBox .boxR .fslGmComBox .linkItem:hover .bt {
	box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.2)
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox {
	margin-top: 24px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 18px 20px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu {
	font-size: 14px;
	line-height: 18px;
	display: flex;
	margin: 0 -4px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li {
	margin: 0 4px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li span,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li span,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li span,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li span,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li span,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li span,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li span,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li span,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li span,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li span,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li a,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li a,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li a,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li a,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li a,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li a,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li a,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li a,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li a,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li a {
	color: #a1a5b2;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 14px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active {
	font-weight: 700;
	background: #7bc71f;
	box-shadow: 0 4px 10px 0 rgba(123, 199, 31, 0.3);
	border-radius: 11px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active span,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active span,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active span,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active span,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active span,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active span,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active span,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active span,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active span,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active span,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active a,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active a,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active a,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active a,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active a,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active a,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active a,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active a,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active a,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .gmTitle .tabsMenu li.active a {
	color: #fff
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul {
	font-size: 14px;
	line-height: 18px;
	color: #0F1433;
	margin-top: 10px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a {
	display: flex;
	align-items: center;
	padding: 10px 0px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a>span,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a>span,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a>span,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a>span,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a>span,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a>span,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a>span,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a>span,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a>span,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a>span {
	width: 20px;
	flex-shrink: 0;
	font-weight: bold;
	color: #B8BEC4;
	text-align: center
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .imgBox,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .imgBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .imgBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .imgBox,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .imgBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .imgBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .imgBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .imgBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .imgBox,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .imgBox {
	display: none;
	width: 54px;
	height: 54px;
	border-radius: 14px;
	flex-shrink: 0
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox {
	flex: 1;
	width: 0;
	padding-left: 14px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n {
	display: flex;
	overflow: unset
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r span,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r span,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r span,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r span,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r span,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r span,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r span,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r span,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r span,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r span,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h span,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h span,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h span,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h span,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h span,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h span,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h span,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h span,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h span,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h span,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n span,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n span,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n span,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n span,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n span,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n span,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n span,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n span,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n span,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n span {
	width: inherit;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r::after,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r::after,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r::after,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r::after,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r::after,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r::after,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r::after,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r::after,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r::after,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.r::after,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h::after,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h::after,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h::after,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h::after,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h::after,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h::after,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h::after,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h::after,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h::after,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.h::after,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n::after,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n::after,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n::after,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n::after,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n::after,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n::after,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n::after,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n::after,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n::after,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.n::after {
	width: unset;
	padding: 0 2px;
	position: relative;
	top: -2px;
	left: 4px;
	right: unset
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.time,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.time,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.time,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.time,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.time,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.time,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.time,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.time,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.time,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a .textBox p.time {
	margin-top: 10px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem>span,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem>span,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem>span,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem>span,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem>span,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem>span,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem>span,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem>span,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem>span,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem>span {
	display: flex;
	align-items: center;
	justify-content: center
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a {
	padding: 14px 0 13px 2px;
	border-bottom: 1px dashed #D2D2D2
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span {
	width: 32px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span::after,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span::after,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span::after,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span::after,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span::after,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span::after,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span::after,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span::after,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span::after,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a>span::after,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after {
	content: "";
	display: block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	width: 18px;
	height: 24px;
	background-position: -8px -191px;
	text-indent: -9999px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a .imgBox,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a .imgBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a .imgBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a .imgBox,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a .imgBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a .imgBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a .imgBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a .imgBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a .imgBox,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(1) a .imgBox,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a .imgBox,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a .imgBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a .imgBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a .imgBox,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a .imgBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a .imgBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a .imgBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a .imgBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a .imgBox,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a .imgBox,
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a .imgBox,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a .imgBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a .imgBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a .imgBox,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a .imgBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a .imgBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a .imgBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a .imgBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a .imgBox,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a .imgBox {
	display: block
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(2) a>span::after {
	width: 18px;
	height: 22px;
	background-position: -36px -191px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a {
	margin-bottom: 10px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li:nth-child(3) a>span::after {
	width: 18px;
	height: 22px;
	background-position: -63px -191px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmTopicBox,
.inBodyWrap .fslGmListBox .boxR .fslGmTopicBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmTopicBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmTopicBox,
.bodyWrap .fslGmListBox .boxR .fslGmTopicBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmTopicBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmTopicBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmTopicBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmTopicBox,
.bodyWrap .fslGdMainBox .boxR .fslGmTopicBox {
	margin-top: 24px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 18px 20px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList,
.inBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList,
.rkBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList,
.gmBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList,
.bodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList,
.gdBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList,
.inBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList,
.rkBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList,
.gmBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList,
.bodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList {
	margin-top: 6px;
	grid-template-columns: repeat(2, 130px);
	font-size: 14px;
	line-height: 18px;
	color: #0F1433;
	text-align: center;
	padding-bottom: 18px;
	border-bottom: 1px dashed #D2D2D2
}

.gdBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a,
.inBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a,
.rkBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a,
.gmBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a,
.bodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a,
.gdBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a,
.inBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a,
.rkBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a,
.gmBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a,
.bodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a {
	display: block;
	margin-top: 18px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a .imgBox,
.inBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a .imgBox,
.rkBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a .imgBox,
.gmBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a .imgBox,
.bodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a .imgBox,
.gdBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a .imgBox,
.inBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a .imgBox,
.rkBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a .imgBox,
.gmBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a .imgBox,
.bodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a .imgBox {
	width: 130px;
	height: 72px;
	border-radius: 4px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a:hover .imgBox img,
.inBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a:hover .imgBox img,
.rkBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a:hover .imgBox img,
.gmBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a:hover .imgBox img,
.bodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a:hover .imgBox img,
.gdBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a:hover .imgBox img,
.inBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a:hover .imgBox img,
.rkBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a:hover .imgBox img,
.gmBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a:hover .imgBox img,
.bodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a:hover .imgBox img {
	transform: scale(1.05)
}

.gdBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a p,
.inBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a p,
.rkBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a p,
.gmBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a p,
.bodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList li a p,
.gdBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a p,
.inBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a p,
.rkBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a p,
.gmBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a p,
.bodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList li a p {
	width: 130px;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child,
.inBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child,
.rkBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child,
.gmBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child,
.bodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child,
.gdBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child,
.inBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child,
.rkBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child,
.gmBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child,
.bodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child {
	border-bottom: unset;
	text-align: left;
	margin-top: -6px;
	padding-bottom: 0px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a,
.inBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a,
.rkBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a,
.gmBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a,
.bodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a,
.gdBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a,
.inBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a,
.rkBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a,
.gmBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a,
.bodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a {
	margin: 20px 0 0;
	display: flex;
	align-items: center
}

.gdBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a::before,
.inBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a::before,
.rkBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a::before,
.gmBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a::before,
.bodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a::before,
.gdBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a::before,
.inBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a::before,
.rkBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a::before,
.gmBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a::before,
.bodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a::before {
	content: "";
	display: block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	width: 12px;
	height: 12px;
	background-position: -175px -353px
}

.gdBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a>p,
.inBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a>p,
.rkBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a>p,
.gmBodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a>p,
.bodyWrap .fslGmListBox .boxR .fslGmTopicBox .multiColumnList:last-child li a>p,
.gdBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a>p,
.inBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a>p,
.rkBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a>p,
.gmBodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a>p,
.bodyWrap .fslGdMainBox .boxR .fslGmTopicBox .multiColumnList:last-child li a>p {
	flex: 1;
	padding: 0 0 0 6px;
	margin: 0
}

.gdBodyWrap .fslGdDetailBox .boxWrap,
.inBodyWrap .fslGdDetailBox .boxWrap,
.rkBodyWrap .fslGdDetailBox .boxWrap,
.gmBodyWrap .fslGdDetailBox .boxWrap,
.bodyWrap .fslGdDetailBox .boxWrap {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 28px 28px 30px;
	display: flex
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL,
.bodyWrap .fslGdDetailBox .boxWrap .boxL {
	width: 0;
	flex: 1
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL h1,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL h1,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL h1,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL h1,
.bodyWrap .fslGdDetailBox .boxWrap .boxL h1 {
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	color: #0F1433
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo,
.bodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo {
	margin-top: 20px;
	display: flex;
	font-size: 14px;
	line-height: 18px;
	color: #A1A5B2
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .imgBox,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .imgBox,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .imgBox,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .imgBox,
.bodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .imgBox {
	flex-shrink: 0;
	width: 180px;
	height: 180px;
	border-radius: 36px
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox,
.bodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox {
	padding-left: 34px;
	flex: 1;
	width: 0
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList,
.bodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList {
	margin-top: -10px;
	grid-template-columns: repeat(3, 312px)
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li,
.bodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li {
	margin-top: 16px;
	display: flex
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li p:last-child,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li p:last-child,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li p:last-child,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li p:last-child,
.bodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li p:last-child {
	padding-left: 40px
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip,
.bodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip {
	display: flex;
	color: #0F1433
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span,
.bodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span {
	display: flex;
	align-items: center;
	margin-right: 20px
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span::before,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span::before,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span::before,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span::before,
.bodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span::before {
	content: "";
	display: inline-block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	width: 14px;
	height: 14px;
	background-position: -6px -438px;
	margin-right: 5px
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span:last-child,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span:last-child,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span:last-child,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span:last-child,
.bodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList li.icoTip span:last-child {
	margin-right: 0
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList a,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList a,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList a,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList a,
.bodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList a {
	color: #7bc71f;
	text-decoration: underline;
	text-underline-offset: 2px
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL .feedbackBtn,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL .feedbackBtn,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL .feedbackBtn,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL .feedbackBtn,
.bodyWrap .fslGdDetailBox .boxWrap .boxL .feedbackBtn {
	margin: 12px 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 30px;
	background: #F6F7FF;
	border-radius: 8px;
	color: #A1A5B2;
	position: relative;
	cursor: pointer
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxL .feedbackBtn::before,
.inBodyWrap .fslGdDetailBox .boxWrap .boxL .feedbackBtn::before,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxL .feedbackBtn::before,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxL .feedbackBtn::before,
.bodyWrap .fslGdDetailBox .boxWrap .boxL .feedbackBtn::before {
	content: "";
	display: inline-block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	width: 14px;
	height: 16px;
	background-position: -6px -460px;
	margin-right: 7px
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxR,
.inBodyWrap .fslGdDetailBox .boxWrap .boxR,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxR,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxR,
.bodyWrap .fslGdDetailBox .boxWrap .boxR {
	display: none;
	width: 257px;
	margin-right: -28px;
	flex-shrink: 0;
	font-size: 14px
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn,
.inBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn,
.bodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn {
	margin-top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 30px;
	background: #F6F7FF;
	border-radius: 8px;
	color: #A1A5B2;
	position: relative
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::before,
.inBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::before,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::before,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::before,
.bodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::before,
.gdBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::after,
.inBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::after,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::after,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::after,
.bodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::after {
	content: "";
	display: inline-block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	width: 14px;
	height: 16px;
	background-position: -6px -460px;
	margin-right: 7px
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::after,
.inBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::after,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::after,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::after,
.bodyWrap .fslGdDetailBox .boxWrap .boxR .feedbackBtn::after {
	width: 101px;
	height: 163px;
	background-position: -752px -7px;
	position: absolute;
	top: -20px;
	right: -112px
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox,
.inBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox,
.bodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox {
	margin-top: 22px;
	width: 220px;
	height: 142px;
	background: #FFF6EB;
	border-radius: 14px;
	padding: 14px 20px 24px;
	position: relative;
	z-index: 1
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox::after,
.inBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox::after,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox::after,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox::after,
.bodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox::after {
	content: "";
	display: block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	width: 133px;
	height: 115px;
	background-position: -861px -3px;
	position: absolute;
	right: -37px;
	bottom: -9px
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox strong,
.inBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox strong,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox strong,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox strong,
.bodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox strong {
	font-size: 30px;
	line-height: 34px;
	color: #FF8600
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox p,
.inBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox p,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox p,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox p,
.bodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox p {
	margin-top: 4px;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #0F1433
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a,
.inBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a,
.bodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a {
	display: block
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkBtn,
.inBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkBtn,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkBtn,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkBtn,
.bodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkBtn {
	margin-top: 18px;
	padding: 0 16px;
	width: fit-content;
	height: 24px;
	line-height: 24px;
	background: #7bc71f;
	box-shadow: 0 4px 10px 0 rgba(123, 199, 31, 0.3);
	border-radius: 12px;
	color: #FFFFFF
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkMoreBtn,
.inBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkMoreBtn,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkMoreBtn,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkMoreBtn,
.bodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkMoreBtn {
	position: absolute;
	left: 25px;
	bottom: -32px;
	width: 148px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFEBD6;
	background: #FFAE52;
	border-radius: 0 0 16px 16px;
	border: 2px solid #FDB761;
	z-index: -1
}

.gdBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkMoreBtn::after,
.inBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkMoreBtn::after,
.rkBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkMoreBtn::after,
.gmBodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkMoreBtn::after,
.bodyWrap .fslGdDetailBox .boxWrap .boxR .fslRkBtnBox a.linkMoreBtn::after {
	content: "";
	display: inline-block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	width: 12px;
	height: 14px;
	background-position: -26px -461px;
	margin-left: 5px
}

.gdBodyWrap .fslGdMainBox,
.inBodyWrap .fslGdMainBox,
.rkBodyWrap .fslGdMainBox,
.gmBodyWrap .fslGdMainBox,
.bodyWrap .fslGdMainBox {
	margin-top: 24px
}

.gdBodyWrap .fslGdMainBox .boxWrap,
.inBodyWrap .fslGdMainBox .boxWrap,
.rkBodyWrap .fslGdMainBox .boxWrap,
.gmBodyWrap .fslGdMainBox .boxWrap,
.bodyWrap .fslGdMainBox .boxWrap {
	display: flex;
	justify-content: space-between
}

.gdBodyWrap .fslGdMainBox .boxWrap .boxL,
.inBodyWrap .fslGdMainBox .boxWrap .boxL,
.rkBodyWrap .fslGdMainBox .boxWrap .boxL,
.gmBodyWrap .fslGdMainBox .boxWrap .boxL,
.bodyWrap .fslGdMainBox .boxWrap .boxL {
	width: 856px
}

.gdBodyWrap .fslGdEditorBox,
.inBodyWrap .fslGdEditorBox,
.rkBodyWrap .fslGdEditorBox,
.gmBodyWrap .fslGdEditorBox,
.bodyWrap .fslGdEditorBox {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 28px 18px 28px 24px;
	display: flex
}

.gdBodyWrap .fslGdEditorBox>.title,
.inBodyWrap .fslGdEditorBox>.title,
.rkBodyWrap .fslGdEditorBox>.title,
.gmBodyWrap .fslGdEditorBox>.title,
.bodyWrap .fslGdEditorBox>.title {
	font-weight: bold;
	font-size: 20px;
	line-height: 38px;
	color: #0F1433;
	position: relative;
	z-index: 1
}

.gdBodyWrap .fslGdEditorBox>.title::before,
.inBodyWrap .fslGdEditorBox>.title::before,
.rkBodyWrap .fslGdEditorBox>.title::before,
.gmBodyWrap .fslGdEditorBox>.title::before,
.bodyWrap .fslGdEditorBox>.title::before {
	content: "";
	display: inline-block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	width: 77px;
	height: 78px;
	background-position: -660px -9px;
	z-index: -1;
	position: absolute;
	left: -18px;
	top: -14px
}

.gdBodyWrap .fslGdEditorBox .boxTxt,
.inBodyWrap .fslGdEditorBox .boxTxt,
.rkBodyWrap .fslGdEditorBox .boxTxt,
.gmBodyWrap .fslGdEditorBox .boxTxt,
.bodyWrap .fslGdEditorBox .boxTxt {
	padding: 6px 6px 8px;
	min-height: 38px;
	flex: 1;
	font-size: 14px;
	line-height: 24px;
	color: #A1A5B2;
	background: rgba(0, 0, 0, 0.03)
}

.gdBodyWrap .fslGdBriefBox,
.inBodyWrap .fslGdBriefBox,
.rkBodyWrap .fslGdBriefBox,
.gmBodyWrap .fslGdBriefBox,
.bodyWrap .fslGdBriefBox {
	margin-top: 24px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px 20px 12px
}

.gdBodyWrap .fslGdBriefBox .boxMenu,
.inBodyWrap .fslGdBriefBox .boxMenu,
.rkBodyWrap .fslGdBriefBox .boxMenu,
.gmBodyWrap .fslGdBriefBox .boxMenu,
.bodyWrap .fslGdBriefBox .boxMenu {
	display: flex;
	flex-wrap: wrap;
	background: #F7F7F7;
	border-radius: 5px;
	line-height: 45px;
	font-size: 16px;
	color: #0F1433;
	padding: 0 30px
}

.gdBodyWrap .fslGdBriefBox .boxMenu li,
.inBodyWrap .fslGdBriefBox .boxMenu li,
.rkBodyWrap .fslGdBriefBox .boxMenu li,
.gmBodyWrap .fslGdBriefBox .boxMenu li,
.bodyWrap .fslGdBriefBox .boxMenu li {
	cursor: pointer
}

.gdBodyWrap .fslGdBriefBox .boxMenu li span,
.inBodyWrap .fslGdBriefBox .boxMenu li span,
.rkBodyWrap .fslGdBriefBox .boxMenu li span,
.gmBodyWrap .fslGdBriefBox .boxMenu li span,
.bodyWrap .fslGdBriefBox .boxMenu li span,
.gdBodyWrap .fslGdBriefBox .boxMenu li a,
.inBodyWrap .fslGdBriefBox .boxMenu li a,
.rkBodyWrap .fslGdBriefBox .boxMenu li a,
.gmBodyWrap .fslGdBriefBox .boxMenu li a,
.bodyWrap .fslGdBriefBox .boxMenu li a {
	margin: 0 32px;
	display: inline-block;
	padding: 0 15px;
	height: 28px;
	line-height: 28px
}

.gdBodyWrap .fslGdBriefBox .boxMenu li.active span,
.inBodyWrap .fslGdBriefBox .boxMenu li.active span,
.rkBodyWrap .fslGdBriefBox .boxMenu li.active span,
.gmBodyWrap .fslGdBriefBox .boxMenu li.active span,
.bodyWrap .fslGdBriefBox .boxMenu li.active span,
.gdBodyWrap .fslGdBriefBox .boxMenu li.active a,
.inBodyWrap .fslGdBriefBox .boxMenu li.active a,
.rkBodyWrap .fslGdBriefBox .boxMenu li.active a,
.gmBodyWrap .fslGdBriefBox .boxMenu li.active a,
.bodyWrap .fslGdBriefBox .boxMenu li.active a {
	color: #fff;
	background: #7bc71f;
	box-shadow: 0 4px 10px 0 rgba(123, 199, 31, 0.3);
	border-radius: 14px
}

.gdBodyWrap .fslGdBriefBox .gdSwBox,
.inBodyWrap .fslGdBriefBox .gdSwBox,
.rkBodyWrap .fslGdBriefBox .gdSwBox,
.gmBodyWrap .fslGdBriefBox .gdSwBox,
.bodyWrap .fslGdBriefBox .gdSwBox {
	margin-top: 30px
}

.gdBodyWrap .fslGdBriefBox .gdSwBox .swiper-slide,
.inBodyWrap .fslGdBriefBox .gdSwBox .swiper-slide,
.rkBodyWrap .fslGdBriefBox .gdSwBox .swiper-slide,
.gmBodyWrap .fslGdBriefBox .gdSwBox .swiper-slide,
.bodyWrap .fslGdBriefBox .gdSwBox .swiper-slide {
	display: block;
	width: auto;
	height: 280px;
	border-radius: 10px;
	overflow: hidden
}

.gdBodyWrap .fslGdBriefBox .gdSwBox .swiper-slide video,
.inBodyWrap .fslGdBriefBox .gdSwBox .swiper-slide video,
.rkBodyWrap .fslGdBriefBox .gdSwBox .swiper-slide video,
.gmBodyWrap .fslGdBriefBox .gdSwBox .swiper-slide video,
.bodyWrap .fslGdBriefBox .gdSwBox .swiper-slide video {
	object-fit: fill;
	display: block;
	width: 100%;
	height: 100%
}

.gdBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev,
.inBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev,
.rkBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev,
.gmBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev,
.bodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev,
.gdBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next,
.inBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next,
.rkBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next,
.gmBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next,
.bodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next {
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -18px;
	z-index: 1;
	cursor: pointer
}

.gdBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev .icon,
.inBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev .icon,
.rkBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev .icon,
.gmBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev .icon,
.bodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev .icon,
.gdBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next .icon,
.inBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next .icon,
.rkBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next .icon,
.gmBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next .icon,
.bodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next .icon {
	width: 11px;
	height: 20px;
	background-position: -223px -349px;
	margin-right: -2px
}

.gdBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev.swiper-button-disabled,
.inBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev.swiper-button-disabled,
.rkBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev.swiper-button-disabled,
.gmBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev.swiper-button-disabled,
.bodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev.swiper-button-disabled,
.gdBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next.swiper-button-disabled,
.inBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next.swiper-button-disabled,
.rkBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next.swiper-button-disabled,
.gmBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next.swiper-button-disabled,
.bodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next.swiper-button-disabled {
	background: #FFFFFF;
	cursor: not-allowed
}

.gdBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev.swiper-button-disabled .icon,
.inBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev.swiper-button-disabled .icon,
.rkBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev.swiper-button-disabled .icon,
.gmBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev.swiper-button-disabled .icon,
.bodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev.swiper-button-disabled .icon,
.gdBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next.swiper-button-disabled .icon,
.inBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next.swiper-button-disabled .icon,
.rkBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next.swiper-button-disabled .icon,
.gmBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next.swiper-button-disabled .icon,
.bodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next.swiper-button-disabled .icon {
	width: 12px;
	height: 20px;
	background-position: -236px -349px
}

.gdBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev::after,
.inBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev::after,
.rkBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev::after,
.gmBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev::after,
.bodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev::after,
.gdBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next::after,
.inBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next::after,
.rkBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next::after,
.gmBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next::after,
.bodyWrap .fslGdBriefBox .gdSwBox .swiper-button-next::after {
	display: none
}

.gdBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev,
.inBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev,
.rkBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev,
.gmBodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev,
.bodyWrap .fslGdBriefBox .gdSwBox .swiper-button-prev {
	transform: rotate(180deg);
	left: 12px
}

.gdBodyWrap .fslGdBriefBox .boxCont,
.inBodyWrap .fslGdBriefBox .boxCont,
.rkBodyWrap .fslGdBriefBox .boxCont,
.gmBodyWrap .fslGdBriefBox .boxCont,
.bodyWrap .fslGdBriefBox .boxCont {
	margin-top: 28px;
	font-size: 14px;
	color: #3a3a3a;
	line-height: 30px
}

.gdBodyWrap .fslGdBriefBox .boxCont video,
.inBodyWrap .fslGdBriefBox .boxCont video,
.rkBodyWrap .fslGdBriefBox .boxCont video,
.gmBodyWrap .fslGdBriefBox .boxCont video,
.bodyWrap .fslGdBriefBox .boxCont video,
.gdBodyWrap .fslGdBriefBox .boxCont img,
.inBodyWrap .fslGdBriefBox .boxCont img,
.rkBodyWrap .fslGdBriefBox .boxCont img,
.gmBodyWrap .fslGdBriefBox .boxCont img,
.bodyWrap .fslGdBriefBox .boxCont img {
	max-width: 100%;
	max-height: 75vh;
	width: auto;
	height: auto;
	display: block;
	margin: 10px auto
}

.gdBodyWrap .fslGdBriefBox .boxCont p,
.inBodyWrap .fslGdBriefBox .boxCont p,
.rkBodyWrap .fslGdBriefBox .boxCont p,
.gmBodyWrap .fslGdBriefBox .boxCont p,
.bodyWrap .fslGdBriefBox .boxCont p {
	margin-top: 12px
}

.gdBodyWrap .fslGdBriefBox .boxCont p.title,
.inBodyWrap .fslGdBriefBox .boxCont p.title,
.rkBodyWrap .fslGdBriefBox .boxCont p.title,
.gmBodyWrap .fslGdBriefBox .boxCont p.title,
.bodyWrap .fslGdBriefBox .boxCont p.title {
	margin: 0;
	height: 45px;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 24px;
	z-index: 1;
	position: relative;
	padding-left: 60px;
	padding-top: 14px
}

.gdBodyWrap .fslGdBriefBox .boxCont p.title::before,
.inBodyWrap .fslGdBriefBox .boxCont p.title::before,
.rkBodyWrap .fslGdBriefBox .boxCont p.title::before,
.gmBodyWrap .fslGdBriefBox .boxCont p.title::before,
.bodyWrap .fslGdBriefBox .boxCont p.title::before {
	content: "";
	display: inline-block;
	background-image: url(../ig/bar_1.png);
	background-repeat: no-repeat;
	width: 353px;
	height: 45px;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0
}

.gdBodyWrap .fslGdBriefBox .boxCont p.tags,
.inBodyWrap .fslGdBriefBox .boxCont p.tags,
.rkBodyWrap .fslGdBriefBox .boxCont p.tags,
.gmBodyWrap .fslGdBriefBox .boxCont p.tags,
.bodyWrap .fslGdBriefBox .boxCont p.tags {
	display: flex;
	flex-wrap: wrap;
	margin: 18px -8px 0
}

.gdBodyWrap .fslGdBriefBox .boxCont p.tags span,
.inBodyWrap .fslGdBriefBox .boxCont p.tags span,
.rkBodyWrap .fslGdBriefBox .boxCont p.tags span,
.gmBodyWrap .fslGdBriefBox .boxCont p.tags span,
.bodyWrap .fslGdBriefBox .boxCont p.tags span {
	height: 28px;
	line-height: 28px;
	margin: 4px 8px 0
}

.gdBodyWrap .fslGdBriefBox .boxCont p.tags span:first-child,
.inBodyWrap .fslGdBriefBox .boxCont p.tags span:first-child,
.rkBodyWrap .fslGdBriefBox .boxCont p.tags span:first-child,
.gmBodyWrap .fslGdBriefBox .boxCont p.tags span:first-child,
.bodyWrap .fslGdBriefBox .boxCont p.tags span:first-child {
	font-weight: bold;
	background: linear-gradient(280deg, #78EFDB 0%, #45B9F2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.gdBodyWrap .fslGdBriefBox .boxCont p.tags a,
.inBodyWrap .fslGdBriefBox .boxCont p.tags a,
.rkBodyWrap .fslGdBriefBox .boxCont p.tags a,
.gmBodyWrap .fslGdBriefBox .boxCont p.tags a,
.bodyWrap .fslGdBriefBox .boxCont p.tags a {
	height: 28px;
	line-height: 28px;
	margin: 4px 8px 0;
	padding: 0 15px;
	border-radius: 14px;
	background: #EBF4FF;
	color: #2E90FB
}

.gdBodyWrap .fslGdBriefBox .boxCont p.tags a:nth-child(2n),
.inBodyWrap .fslGdBriefBox .boxCont p.tags a:nth-child(2n),
.rkBodyWrap .fslGdBriefBox .boxCont p.tags a:nth-child(2n),
.gmBodyWrap .fslGdBriefBox .boxCont p.tags a:nth-child(2n),
.bodyWrap .fslGdBriefBox .boxCont p.tags a:nth-child(2n) {
	background: #EBFFF4;
	color: #32B16C
}

.gdBodyWrap .fslGdBriefBox .boxCont p.tags a:nth-child(4n),
.inBodyWrap .fslGdBriefBox .boxCont p.tags a:nth-child(4n),
.rkBodyWrap .fslGdBriefBox .boxCont p.tags a:nth-child(4n),
.gmBodyWrap .fslGdBriefBox .boxCont p.tags a:nth-child(4n),
.bodyWrap .fslGdBriefBox .boxCont p.tags a:nth-child(4n) {
	background: #FFECEB;
	color: #F36861
}

.gdBodyWrap .fslGdBriefBox .boxCont h3,
.inBodyWrap .fslGdBriefBox .boxCont h3,
.rkBodyWrap .fslGdBriefBox .boxCont h3,
.gmBodyWrap .fslGdBriefBox .boxCont h3,
.bodyWrap .fslGdBriefBox .boxCont h3,
.gdBodyWrap .fslGdBriefBox .boxCont .tsTitle,
.inBodyWrap .fslGdBriefBox .boxCont .tsTitle,
.rkBodyWrap .fslGdBriefBox .boxCont .tsTitle,
.gmBodyWrap .fslGdBriefBox .boxCont .tsTitle,
.bodyWrap .fslGdBriefBox .boxCont .tsTitle {
	margin-top: 10px;
	margin-bottom: -6px;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #0F1433
}

.gdBodyWrap .fslGdBriefBox .boxCont h3 i,
.inBodyWrap .fslGdBriefBox .boxCont h3 i,
.rkBodyWrap .fslGdBriefBox .boxCont h3 i,
.gmBodyWrap .fslGdBriefBox .boxCont h3 i,
.bodyWrap .fslGdBriefBox .boxCont h3 i,
.gdBodyWrap .fslGdBriefBox .boxCont .tsTitle i,
.inBodyWrap .fslGdBriefBox .boxCont .tsTitle i,
.rkBodyWrap .fslGdBriefBox .boxCont .tsTitle i,
.gmBodyWrap .fslGdBriefBox .boxCont .tsTitle i,
.bodyWrap .fslGdBriefBox .boxCont .tsTitle i {
	font-style: normal;
	color: #2486ED
}

.gdBodyWrap .fslGdBriefBox .boxCont .tsTitle,
.inBodyWrap .fslGdBriefBox .boxCont .tsTitle,
.rkBodyWrap .fslGdBriefBox .boxCont .tsTitle,
.gmBodyWrap .fslGdBriefBox .boxCont .tsTitle,
.bodyWrap .fslGdBriefBox .boxCont .tsTitle {
	display: flex;
	align-items: center
}

.gdBodyWrap .fslGdBriefBox .boxCont .tsTitle::after,
.inBodyWrap .fslGdBriefBox .boxCont .tsTitle::after,
.rkBodyWrap .fslGdBriefBox .boxCont .tsTitle::after,
.gmBodyWrap .fslGdBriefBox .boxCont .tsTitle::after,
.bodyWrap .fslGdBriefBox .boxCont .tsTitle::after {
	content: "";
	display: block;
	margin-left: 16px;
	flex: 1;
	border: 1px dashed #E5E5E5
}

.gdBodyWrap .fslGdInfoBox,
.inBodyWrap .fslGdInfoBox,
.rkBodyWrap .fslGdInfoBox,
.gmBodyWrap .fslGdInfoBox,
.bodyWrap .fslGdInfoBox {
	margin-top: 24px;
	padding: 20px 20px 18px;
	background: #FFFFFF;
	border-radius: 10px;
	font-size: 14px;
	line-height: 34px;
	color: #A1A5B2
}

.gdBodyWrap .fslGdInfoBox>ul,
.inBodyWrap .fslGdInfoBox>ul,
.rkBodyWrap .fslGdInfoBox>ul,
.gmBodyWrap .fslGdInfoBox>ul,
.bodyWrap .fslGdInfoBox>ul {
	margin-top: 6px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 398px)
}

.gdBodyWrap .fslGdInfoBox>ul li,
.inBodyWrap .fslGdInfoBox>ul li,
.rkBodyWrap .fslGdInfoBox>ul li,
.gmBodyWrap .fslGdInfoBox>ul li,
.bodyWrap .fslGdInfoBox>ul li {
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #F6F7FF
}

.gdBodyWrap .fslGdInfoBox>ul li span:first-child,
.inBodyWrap .fslGdInfoBox>ul li span:first-child,
.rkBodyWrap .fslGdInfoBox>ul li span:first-child,
.gmBodyWrap .fslGdInfoBox>ul li span:first-child,
.bodyWrap .fslGdInfoBox>ul li span:first-child {
	width: 72px;
	text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines
}

.gdBodyWrap .fslGdInfoBox>ul li span:last-child,
.inBodyWrap .fslGdInfoBox>ul li span:last-child,
.rkBodyWrap .fslGdInfoBox>ul li span:last-child,
.gmBodyWrap .fslGdInfoBox>ul li span:last-child,
.bodyWrap .fslGdInfoBox>ul li span:last-child {
	color: #0F1433
}

.gdBodyWrap .fslGdUpdateBox,
.inBodyWrap .fslGdUpdateBox,
.rkBodyWrap .fslGdUpdateBox,
.gmBodyWrap .fslGdUpdateBox,
.bodyWrap .fslGdUpdateBox {
	margin-top: 24px;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #A1A5B2
}

.gdBodyWrap .fslGdUpdateBox .gmTitle .titleR,
.inBodyWrap .fslGdUpdateBox .gmTitle .titleR,
.rkBodyWrap .fslGdUpdateBox .gmTitle .titleR,
.gmBodyWrap .fslGdUpdateBox .gmTitle .titleR,
.bodyWrap .fslGdUpdateBox .gmTitle .titleR {
	color: #7bc71f
}

.gdBodyWrap .fslGdUpdateBox .gmTitle .titleR .icon,
.inBodyWrap .fslGdUpdateBox .gmTitle .titleR .icon,
.rkBodyWrap .fslGdUpdateBox .gmTitle .titleR .icon,
.gmBodyWrap .fslGdUpdateBox .gmTitle .titleR .icon,
.bodyWrap .fslGdUpdateBox .gmTitle .titleR .icon {
	width: 14px;
	height: 16px;
	background-position: -44px -460px;
	margin-right: 7px
}

.gdBodyWrap .fslGdUpdateBox .gmTitle .titleR:hover,
.inBodyWrap .fslGdUpdateBox .gmTitle .titleR:hover,
.rkBodyWrap .fslGdUpdateBox .gmTitle .titleR:hover,
.gmBodyWrap .fslGdUpdateBox .gmTitle .titleR:hover,
.bodyWrap .fslGdUpdateBox .gmTitle .titleR:hover {
	opacity: .85
}

.gdBodyWrap .fslGdUpdateBox ul,
.inBodyWrap .fslGdUpdateBox ul,
.rkBodyWrap .fslGdUpdateBox ul,
.gmBodyWrap .fslGdUpdateBox ul,
.bodyWrap .fslGdUpdateBox ul {
	margin-top: 22px;
	background: #F6F7FF;
	padding: 12px 16px 20px 20px
}

.gdBodyWrap .fslGdUpdateBox ul li p a,
.inBodyWrap .fslGdUpdateBox ul li p a,
.rkBodyWrap .fslGdUpdateBox ul li p a,
.gmBodyWrap .fslGdUpdateBox ul li p a,
.bodyWrap .fslGdUpdateBox ul li p a {
	color: #7bc71f
}

.gdBodyWrap .fslGdUpdateBox ul li p a:hover,
.inBodyWrap .fslGdUpdateBox ul li p a:hover,
.rkBodyWrap .fslGdUpdateBox ul li p a:hover,
.gmBodyWrap .fslGdUpdateBox ul li p a:hover,
.bodyWrap .fslGdUpdateBox ul li p a:hover {
	opacity: .85
}

.gdBodyWrap .fslGdUpdateBox ul li p.tip,
.inBodyWrap .fslGdUpdateBox ul li p.tip,
.rkBodyWrap .fslGdUpdateBox ul li p.tip,
.gmBodyWrap .fslGdUpdateBox ul li p.tip,
.bodyWrap .fslGdUpdateBox ul li p.tip {
	display: flex;
	justify-content: space-between;
	font-weight: bold
}

.gdBodyWrap .fslGdUpdateBox ul li p.tip>span,
.inBodyWrap .fslGdUpdateBox ul li p.tip>span,
.rkBodyWrap .fslGdUpdateBox ul li p.tip>span,
.gmBodyWrap .fslGdUpdateBox ul li p.tip>span,
.bodyWrap .fslGdUpdateBox ul li p.tip>span {
	color: #509EF1
}

.gdBodyWrap .fslGdUpdateBox ul li p.tip>span i,
.inBodyWrap .fslGdUpdateBox ul li p.tip>span i,
.rkBodyWrap .fslGdUpdateBox ul li p.tip>span i,
.gmBodyWrap .fslGdUpdateBox ul li p.tip>span i,
.bodyWrap .fslGdUpdateBox ul li p.tip>span i {
	font-style: normal;
	color: #A1A5B2
}

.gdBodyWrap .fslGdUpdateBox ul li p.title,
.inBodyWrap .fslGdUpdateBox ul li p.title,
.rkBodyWrap .fslGdUpdateBox ul li p.title,
.gmBodyWrap .fslGdUpdateBox ul li p.title,
.bodyWrap .fslGdUpdateBox ul li p.title {
	color: #0F1433
}

.gdBodyWrap .fslGdHistoryBox,
.inBodyWrap .fslGdHistoryBox,
.rkBodyWrap .fslGdHistoryBox,
.gmBodyWrap .fslGdHistoryBox,
.bodyWrap .fslGdHistoryBox {
	margin-top: 24px;
	padding: 20px 20px 24px;
	background: #FFFFFF;
	border-radius: 10px;
	font-size: 14px;
	line-height: 28px;
	color: #A1A5B2
}

.gdBodyWrap .fslGdHistoryBox .multiColumnList,
.inBodyWrap .fslGdHistoryBox .multiColumnList,
.rkBodyWrap .fslGdHistoryBox .multiColumnList,
.gmBodyWrap .fslGdHistoryBox .multiColumnList,
.bodyWrap .fslGdHistoryBox .multiColumnList {
	margin-top: 6px;
	grid-template-columns: repeat(4, 192px)
}

.gdBodyWrap .fslGdHistoryBox .multiColumnList li,
.inBodyWrap .fslGdHistoryBox .multiColumnList li,
.rkBodyWrap .fslGdHistoryBox .multiColumnList li,
.gmBodyWrap .fslGdHistoryBox .multiColumnList li,
.bodyWrap .fslGdHistoryBox .multiColumnList li {
	margin-top: 16px;
	width: 100%;
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #F3F3F5;
	padding: 12px 25px 20px 25px
}

.gdBodyWrap .fslGdHistoryBox .multiColumnList li p.mainTxt,
.inBodyWrap .fslGdHistoryBox .multiColumnList li p.mainTxt,
.rkBodyWrap .fslGdHistoryBox .multiColumnList li p.mainTxt,
.gmBodyWrap .fslGdHistoryBox .multiColumnList li p.mainTxt,
.bodyWrap .fslGdHistoryBox .multiColumnList li p.mainTxt {
	font-weight: bold;
	color: #0F1433;
	line-height: 34px
}

.gdBodyWrap .fslGdHistoryBox .multiColumnList li a.linkBtn,
.inBodyWrap .fslGdHistoryBox .multiColumnList li a.linkBtn,
.rkBodyWrap .fslGdHistoryBox .multiColumnList li a.linkBtn,
.gmBodyWrap .fslGdHistoryBox .multiColumnList li a.linkBtn,
.bodyWrap .fslGdHistoryBox .multiColumnList li a.linkBtn {
	display: flex;
	align-items: center;
	text-decoration: underline;
	text-underline-offset: 2px;
	position: relative
}

.gdBodyWrap .fslGdHistoryBox .multiColumnList li a.linkBtn::after,
.inBodyWrap .fslGdHistoryBox .multiColumnList li a.linkBtn::after,
.rkBodyWrap .fslGdHistoryBox .multiColumnList li a.linkBtn::after,
.gmBodyWrap .fslGdHistoryBox .multiColumnList li a.linkBtn::after,
.bodyWrap .fslGdHistoryBox .multiColumnList li a.linkBtn::after {
	content: ">";
	display: inline-block;
	position: absolute;
	right: -2px
}

.gdBodyWrap .fslGdHistoryBox .multiColumnList li a.btn,
.inBodyWrap .fslGdHistoryBox .multiColumnList li a.btn,
.rkBodyWrap .fslGdHistoryBox .multiColumnList li a.btn,
.gmBodyWrap .fslGdHistoryBox .multiColumnList li a.btn,
.bodyWrap .fslGdHistoryBox .multiColumnList li a.btn {
	color: #FFFFFF;
	line-height: 24px;
	width: fit-content;
	padding: 0 14px;
	height: 24px;
	background: #7bc71f;
	box-shadow: 0 4px 10px 0 rgba(123, 199, 31, 0.3);
	border-radius: 12px;
	margin: 10px auto 0
}

.gdBodyWrap .fslGdHistoryBox .multiColumnList li a:hover,
.inBodyWrap .fslGdHistoryBox .multiColumnList li a:hover,
.rkBodyWrap .fslGdHistoryBox .multiColumnList li a:hover,
.gmBodyWrap .fslGdHistoryBox .multiColumnList li a:hover,
.bodyWrap .fslGdHistoryBox .multiColumnList li a:hover {
	opacity: .85
}

.gdBodyWrap .fslGdHistoryBox .multiColumnList li a:hover.btn,
.inBodyWrap .fslGdHistoryBox .multiColumnList li a:hover.btn,
.rkBodyWrap .fslGdHistoryBox .multiColumnList li a:hover.btn,
.gmBodyWrap .fslGdHistoryBox .multiColumnList li a:hover.btn,
.bodyWrap .fslGdHistoryBox .multiColumnList li a:hover.btn {
	box-shadow: 0 4px 15px 0 rgba(63, 145, 255, 0.3)
}

.gdBodyWrap .fslGdDownBox,
.inBodyWrap .fslGdDownBox,
.rkBodyWrap .fslGdDownBox,
.gmBodyWrap .fslGdDownBox,
.bodyWrap .fslGdDownBox {
	margin-top: 24px;
	padding: 20px 20px 9px;
	background: #FFFFFF;
	border-radius: 10px;
	font-size: 14px;
	line-height: 36px;
	color: #A1A5B2
}

.gdBodyWrap .fslGdDownBox .boxCont,
.inBodyWrap .fslGdDownBox .boxCont,
.rkBodyWrap .fslGdDownBox .boxCont,
.gmBodyWrap .fslGdDownBox .boxCont,
.bodyWrap .fslGdDownBox .boxCont {
	margin-top: 12px;
	z-index: 1;
	position: relative;
	min-height: 122px;
	padding-right: 120px
}

.gdBodyWrap .fslGdDownBox .boxCont a,
.inBodyWrap .fslGdDownBox .boxCont a,
.rkBodyWrap .fslGdDownBox .boxCont a,
.gmBodyWrap .fslGdDownBox .boxCont a,
.bodyWrap .fslGdDownBox .boxCont a,
.gdBodyWrap .fslGdDownBox .boxCont i,
.inBodyWrap .fslGdDownBox .boxCont i,
.rkBodyWrap .fslGdDownBox .boxCont i,
.gmBodyWrap .fslGdDownBox .boxCont i,
.bodyWrap .fslGdDownBox .boxCont i {
	color: #7bc71f;
	font-style: normal
}

.gdBodyWrap .fslGdDownBox .boxCont a:hover,
.inBodyWrap .fslGdDownBox .boxCont a:hover,
.rkBodyWrap .fslGdDownBox .boxCont a:hover,
.gmBodyWrap .fslGdDownBox .boxCont a:hover,
.bodyWrap .fslGdDownBox .boxCont a:hover {
	text-decoration: underline
}

.gdBodyWrap .fslGdDownBox .boxCont strong,
.inBodyWrap .fslGdDownBox .boxCont strong,
.rkBodyWrap .fslGdDownBox .boxCont strong,
.gmBodyWrap .fslGdDownBox .boxCont strong,
.bodyWrap .fslGdDownBox .boxCont strong {
	color: #0F1433;
	font-weight: bold
}

.gdBodyWrap .fslGdDownBox .boxCont::after,
.inBodyWrap .fslGdDownBox .boxCont::after,
.rkBodyWrap .fslGdDownBox .boxCont::after,
.gmBodyWrap .fslGdDownBox .boxCont::after,
.bodyWrap .fslGdDownBox .boxCont::after {
	content: "";
	display: block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	width: 112px;
	height: 112px;
	background-position: -541px -5px;
	position: absolute;
	right: -10px;
	bottom: 10px
}

.gdBodyWrap .fslGdVersionBox,
.inBodyWrap .fslGdVersionBox,
.rkBodyWrap .fslGdVersionBox,
.gmBodyWrap .fslGdVersionBox,
.bodyWrap .fslGdVersionBox {
	margin-top: 24px;
	padding: 20px 20px 6px;
	background: #FFFFFF;
	border-radius: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #0F1433
}

.gdBodyWrap .fslGdVersionBox .starBox,
.inBodyWrap .fslGdVersionBox .starBox,
.rkBodyWrap .fslGdVersionBox .starBox,
.gmBodyWrap .fslGdVersionBox .starBox,
.bodyWrap .fslGdVersionBox .starBox {
	display: flex
}

.gdBodyWrap .fslGdVersionBox .starBox input[type="range"],
.inBodyWrap .fslGdVersionBox .starBox input[type="range"],
.rkBodyWrap .fslGdVersionBox .starBox input[type="range"],
.gmBodyWrap .fslGdVersionBox .starBox input[type="range"],
.bodyWrap .fslGdVersionBox .starBox input[type="range"] {
	-webkit-appearance: none;
	width: 125px;
	margin: 0;
	outline: 0
}

.gdBodyWrap .fslGdVersionBox .starBox input[type="range" i]::-webkit-slider-runnable-track,
.inBodyWrap .fslGdVersionBox .starBox input[type="range" i]::-webkit-slider-runnable-track,
.rkBodyWrap .fslGdVersionBox .starBox input[type="range" i]::-webkit-slider-runnable-track,
.gmBodyWrap .fslGdVersionBox .starBox input[type="range" i]::-webkit-slider-runnable-track,
.bodyWrap .fslGdVersionBox .starBox input[type="range" i]::-webkit-slider-runnable-track {
	background: #facc01;
	height: 24px;
	-webkit-mask: url("../ig/star.png");
	-webkit-mask-size: 24px;
	-webkit-mask-repeat: repeat-x
}

.gdBodyWrap .fslGdVersionBox .starBox input[type="range" i]::-webkit-slider-thumb,
.inBodyWrap .fslGdVersionBox .starBox input[type="range" i]::-webkit-slider-thumb,
.rkBodyWrap .fslGdVersionBox .starBox input[type="range" i]::-webkit-slider-thumb,
.gmBodyWrap .fslGdVersionBox .starBox input[type="range" i]::-webkit-slider-thumb,
.bodyWrap .fslGdVersionBox .starBox input[type="range" i]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 0;
	height: 100%;
	box-shadow: 999px 0 0 999px #f2f2f8
}

.gdBodyWrap .fslGdVersionBox .starBox input[type=range],
.inBodyWrap .fslGdVersionBox .starBox input[type=range],
.rkBodyWrap .fslGdVersionBox .starBox input[type=range],
.gmBodyWrap .fslGdVersionBox .starBox input[type=range],
.bodyWrap .fslGdVersionBox .starBox input[type=range] {
	-webkit-mask: url("../ig/star.png");
	-webkit-mask-size: 24px;
	-webkit-mask-repeat: repeat-x;
	height: 24px
}

.gdBodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-track,
.inBodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-track,
.rkBodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-track,
.gmBodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-track,
.bodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-track {
	background: #f2f2f8;
	height: inherit
}

.gdBodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-progress,
.inBodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-progress,
.rkBodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-progress,
.gmBodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-progress,
.bodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-progress {
	background: #facc01;
	height: inherit
}

.gdBodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-thumb,
.inBodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-thumb,
.rkBodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-thumb,
.gmBodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-thumb,
.bodyWrap .fslGdVersionBox .starBox input[type=range]::-moz-range-thumb {
	width: 0;
	opacity: 0
}

.gdBodyWrap .fslGdVersionBox ul,
.inBodyWrap .fslGdVersionBox ul,
.rkBodyWrap .fslGdVersionBox ul,
.gmBodyWrap .fslGdVersionBox ul,
.bodyWrap .fslGdVersionBox ul {
	margin-top: 10px
}

.gdBodyWrap .fslGdVersionBox ul li a,
.inBodyWrap .fslGdVersionBox ul li a,
.rkBodyWrap .fslGdVersionBox ul li a,
.gmBodyWrap .fslGdVersionBox ul li a,
.bodyWrap .fslGdVersionBox ul li a {
	display: flex;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px dashed #DCDCDC
}

.gdBodyWrap .fslGdVersionBox ul li a .imgBox,
.inBodyWrap .fslGdVersionBox ul li a .imgBox,
.rkBodyWrap .fslGdVersionBox ul li a .imgBox,
.gmBodyWrap .fslGdVersionBox ul li a .imgBox,
.bodyWrap .fslGdVersionBox ul li a .imgBox {
	width: 40px;
	height: 40px;
	border-radius: 8px
}

.gdBodyWrap .fslGdVersionBox ul li a .txtBox,
.inBodyWrap .fslGdVersionBox ul li a .txtBox,
.rkBodyWrap .fslGdVersionBox ul li a .txtBox,
.gmBodyWrap .fslGdVersionBox ul li a .txtBox,
.bodyWrap .fslGdVersionBox ul li a .txtBox {
	width: 0;
	flex: 1;
	padding-left: 10px
}

.gdBodyWrap .fslGdVersionBox ul li a .txtBox p,
.inBodyWrap .fslGdVersionBox ul li a .txtBox p,
.rkBodyWrap .fslGdVersionBox ul li a .txtBox p,
.gmBodyWrap .fslGdVersionBox ul li a .txtBox p,
.bodyWrap .fslGdVersionBox ul li a .txtBox p {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslGdVersionBox ul li a .txtBox p.tip,
.inBodyWrap .fslGdVersionBox ul li a .txtBox p.tip,
.rkBodyWrap .fslGdVersionBox ul li a .txtBox p.tip,
.gmBodyWrap .fslGdVersionBox ul li a .txtBox p.tip,
.bodyWrap .fslGdVersionBox ul li a .txtBox p.tip {
	margin-top: 6px;
	color: #A1A5B2
}

.gdBodyWrap .fslGdVersionBox ul li a .starBox,
.inBodyWrap .fslGdVersionBox ul li a .starBox,
.rkBodyWrap .fslGdVersionBox ul li a .starBox,
.gmBodyWrap .fslGdVersionBox ul li a .starBox,
.bodyWrap .fslGdVersionBox ul li a .starBox {
	margin-right: 50px
}

.gdBodyWrap .fslGdVersionBox ul li a>p,
.inBodyWrap .fslGdVersionBox ul li a>p,
.rkBodyWrap .fslGdVersionBox ul li a>p,
.gmBodyWrap .fslGdVersionBox ul li a>p,
.bodyWrap .fslGdVersionBox ul li a>p {
	width: 170px;
	color: #A1A5B2
}

.gdBodyWrap .fslGdVersionBox ul li a .btn,
.inBodyWrap .fslGdVersionBox ul li a .btn,
.rkBodyWrap .fslGdVersionBox ul li a .btn,
.gmBodyWrap .fslGdVersionBox ul li a .btn,
.bodyWrap .fslGdVersionBox ul li a .btn {
	color: #FFFFFF;
	height: 24px;
	background: #7bc71f;
	box-shadow: 0 4px 10px 0 rgba(123, 199, 31, 0.3);
	border-radius: 12px
}

.gdBodyWrap .fslGdVersionBox ul li a:hover .btn,
.inBodyWrap .fslGdVersionBox ul li a:hover .btn,
.rkBodyWrap .fslGdVersionBox ul li a:hover .btn,
.gmBodyWrap .fslGdVersionBox ul li a:hover .btn,
.bodyWrap .fslGdVersionBox ul li a:hover .btn {
	opacity: .85
}

.gdBodyWrap .fslGdVersionBox ul li:last-child a,
.inBodyWrap .fslGdVersionBox ul li:last-child a,
.rkBodyWrap .fslGdVersionBox ul li:last-child a,
.gmBodyWrap .fslGdVersionBox ul li:last-child a,
.bodyWrap .fslGdVersionBox ul li:last-child a {
	border-bottom: unset
}

.gdBodyWrap .fslGdRecomBox,
.inBodyWrap .fslGdRecomBox,
.rkBodyWrap .fslGdRecomBox,
.gmBodyWrap .fslGdRecomBox,
.bodyWrap .fslGdRecomBox {
	margin-top: 24px;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #0F1433
}

.gdBodyWrap .fslGdRecomBox .multiColumnList,
.inBodyWrap .fslGdRecomBox .multiColumnList,
.rkBodyWrap .fslGdRecomBox .multiColumnList,
.gmBodyWrap .fslGdRecomBox .multiColumnList,
.bodyWrap .fslGdRecomBox .multiColumnList {
	grid-template-columns: repeat(3, 266px)
}

.gdBodyWrap .fslGdRecomBox .multiColumnList li a,
.inBodyWrap .fslGdRecomBox .multiColumnList li a,
.rkBodyWrap .fslGdRecomBox .multiColumnList li a,
.gmBodyWrap .fslGdRecomBox .multiColumnList li a,
.bodyWrap .fslGdRecomBox .multiColumnList li a {
	margin-top: 24px;
	display: flex;
	align-items: center
}

.gdBodyWrap .fslGdRecomBox .multiColumnList li a .imgBox,
.inBodyWrap .fslGdRecomBox .multiColumnList li a .imgBox,
.rkBodyWrap .fslGdRecomBox .multiColumnList li a .imgBox,
.gmBodyWrap .fslGdRecomBox .multiColumnList li a .imgBox,
.bodyWrap .fslGdRecomBox .multiColumnList li a .imgBox {
	width: 80px;
	height: 80px;
	border-radius: 16px
}

.gdBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox,
.inBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox,
.rkBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox,
.gmBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox,
.bodyWrap .fslGdRecomBox .multiColumnList li a .txtBox {
	padding-left: 14px;
	width: 0;
	flex: 1
}

.gdBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title,
.inBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title,
.rkBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title,
.gmBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title,
.bodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title {
	display: flex
}

.gdBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title>span,
.inBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title>span,
.rkBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title>span,
.gmBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title>span,
.bodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title>span {
	width: inherit;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title::after,
.inBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title::after,
.rkBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title::after,
.gmBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title::after,
.bodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.title::after {
	width: unset;
	padding: 0 2px;
	position: relative;
	top: -1px;
	margin-left: 4px;
	right: unset
}

.gdBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip,
.inBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip,
.rkBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip,
.gmBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip,
.bodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip {
	color: #A1A5B2;
	margin-top: 10px
}

.gdBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip:last-child,
.inBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip:last-child,
.rkBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip:last-child,
.gmBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip:last-child,
.bodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip:last-child {
	margin-top: 6px
}

.gdBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip span,
.inBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip span,
.rkBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip span,
.gmBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip span,
.bodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip span {
	margin-right: 5px
}

.gdBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip span:last-child,
.inBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip span:last-child,
.rkBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip span:last-child,
.gmBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip span:last-child,
.bodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip span:last-child {
	margin-right: 0;
	margin-left: 5px
}

.gdBodyWrap .fslGdTopicBox,
.inBodyWrap .fslGdTopicBox,
.rkBodyWrap .fslGdTopicBox,
.gmBodyWrap .fslGdTopicBox,
.bodyWrap .fslGdTopicBox {
	margin-top: 24px;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #0F1433
}

.gdBodyWrap .fslGdTopicBox .gmTitle .tabsMenu,
.inBodyWrap .fslGdTopicBox .gmTitle .tabsMenu,
.rkBodyWrap .fslGdTopicBox .gmTitle .tabsMenu,
.gmBodyWrap .fslGdTopicBox .gmTitle .tabsMenu,
.bodyWrap .fslGdTopicBox .gmTitle .tabsMenu {
	margin-left: -60px;
	color: #A1A5B2;
	display: flex
}

.gdBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li,
.inBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li,
.rkBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li,
.gmBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li,
.bodyWrap .fslGdTopicBox .gmTitle .tabsMenu li {
	margin: 0 2px
}

.gdBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li span,
.inBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li span,
.rkBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li span,
.gmBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li span,
.bodyWrap .fslGdTopicBox .gmTitle .tabsMenu li span,
.gdBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li a,
.inBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li a,
.rkBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li a,
.gmBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li a,
.bodyWrap .fslGdTopicBox .gmTitle .tabsMenu li a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 16px
}

.gdBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li.active span,
.inBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li.active span,
.rkBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li.active span,
.gmBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li.active span,
.bodyWrap .fslGdTopicBox .gmTitle .tabsMenu li.active span,
.gdBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li.active a,
.inBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li.active a,
.rkBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li.active a,
.gmBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li.active a,
.bodyWrap .fslGdTopicBox .gmTitle .tabsMenu li.active a {
	color: #fff;
	background: #7bc71f;
	box-shadow: 0 4px 10px 0 rgba(123, 199, 31, 0.3);
	border-radius: 12px
}

.gdBodyWrap .fslGdTopicBox .boxCont,
.inBodyWrap .fslGdTopicBox .boxCont,
.rkBodyWrap .fslGdTopicBox .boxCont,
.gmBodyWrap .fslGdTopicBox .boxCont,
.bodyWrap .fslGdTopicBox .boxCont {
	margin-top: 24px;
	display: flex
}

.gdBodyWrap .fslGdTopicBox .boxCont .imgBox,
.inBodyWrap .fslGdTopicBox .boxCont .imgBox,
.rkBodyWrap .fslGdTopicBox .boxCont .imgBox,
.gmBodyWrap .fslGdTopicBox .boxCont .imgBox,
.bodyWrap .fslGdTopicBox .boxCont .imgBox {
	width: 324px;
	height: 180px;
	border-radius: 8px;
	flex-shrink: 0;
	z-index: 1
}

.gdBodyWrap .fslGdTopicBox .boxCont:hover .imgBox img,
.inBodyWrap .fslGdTopicBox .boxCont:hover .imgBox img,
.rkBodyWrap .fslGdTopicBox .boxCont:hover .imgBox img,
.gmBodyWrap .fslGdTopicBox .boxCont:hover .imgBox img,
.bodyWrap .fslGdTopicBox .boxCont:hover .imgBox img {
	transform: scale(1.05)
}

.gdBodyWrap .fslGdTopicBox .boxCont .textBox,
.inBodyWrap .fslGdTopicBox .boxCont .textBox,
.rkBodyWrap .fslGdTopicBox .boxCont .textBox,
.gmBodyWrap .fslGdTopicBox .boxCont .textBox,
.bodyWrap .fslGdTopicBox .boxCont .textBox {
	width: 0;
	flex: 1;
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.gdBodyWrap .fslGdTopicBox .boxCont .textBox p,
.inBodyWrap .fslGdTopicBox .boxCont .textBox p,
.rkBodyWrap .fslGdTopicBox .boxCont .textBox p,
.gmBodyWrap .fslGdTopicBox .boxCont .textBox p,
.bodyWrap .fslGdTopicBox .boxCont .textBox p {
	margin-left: -8px;
	padding-left: 28px
}

.gdBodyWrap .fslGdTopicBox .boxCont .textBox p.title,
.inBodyWrap .fslGdTopicBox .boxCont .textBox p.title,
.rkBodyWrap .fslGdTopicBox .boxCont .textBox p.title,
.gmBodyWrap .fslGdTopicBox .boxCont .textBox p.title,
.bodyWrap .fslGdTopicBox .boxCont .textBox p.title {
	font-size: 18px;
	line-height: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.gdBodyWrap .fslGdTopicBox .boxCont .textBox p.title span,
.inBodyWrap .fslGdTopicBox .boxCont .textBox p.title span,
.rkBodyWrap .fslGdTopicBox .boxCont .textBox p.title span,
.gmBodyWrap .fslGdTopicBox .boxCont .textBox p.title span,
.bodyWrap .fslGdTopicBox .boxCont .textBox p.title span {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslGdTopicBox .boxCont .textBox p.title span.time,
.inBodyWrap .fslGdTopicBox .boxCont .textBox p.title span.time,
.rkBodyWrap .fslGdTopicBox .boxCont .textBox p.title span.time,
.gmBodyWrap .fslGdTopicBox .boxCont .textBox p.title span.time,
.bodyWrap .fslGdTopicBox .boxCont .textBox p.title span.time {
	flex-shrink: 0
}

.gdBodyWrap .fslGdTopicBox .boxCont .textBox p.tip,
.inBodyWrap .fslGdTopicBox .boxCont .textBox p.tip,
.rkBodyWrap .fslGdTopicBox .boxCont .textBox p.tip,
.gmBodyWrap .fslGdTopicBox .boxCont .textBox p.tip,
.bodyWrap .fslGdTopicBox .boxCont .textBox p.tip {
	height: 136px;
	padding: 8px 12px 8px 28px;
	background: #F6F7FF;
	border-radius: 8px;
	color: #A1A5B2;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: justify;
	-webkit-line-clamp: 4
}

.gdBodyWrap .fslGdTopicBox .multiColumnList,
.inBodyWrap .fslGdTopicBox .multiColumnList,
.rkBodyWrap .fslGdTopicBox .multiColumnList,
.gmBodyWrap .fslGdTopicBox .multiColumnList,
.bodyWrap .fslGdTopicBox .multiColumnList {
	grid-template-columns: repeat(8, 90px);
	text-align: center;
	margin: 0 -5px
}

.gdBodyWrap .fslGdTopicBox .multiColumnList li a,
.inBodyWrap .fslGdTopicBox .multiColumnList li a,
.rkBodyWrap .fslGdTopicBox .multiColumnList li a,
.gmBodyWrap .fslGdTopicBox .multiColumnList li a,
.bodyWrap .fslGdTopicBox .multiColumnList li a {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.gdBodyWrap .fslGdTopicBox .multiColumnList li a .imgBox,
.inBodyWrap .fslGdTopicBox .multiColumnList li a .imgBox,
.rkBodyWrap .fslGdTopicBox .multiColumnList li a .imgBox,
.gmBodyWrap .fslGdTopicBox .multiColumnList li a .imgBox,
.bodyWrap .fslGdTopicBox .multiColumnList li a .imgBox {
	width: 80px;
	height: 80px;
	border-radius: 16px
}

.gdBodyWrap .fslGdTopicBox .multiColumnList li a p,
.inBodyWrap .fslGdTopicBox .multiColumnList li a p,
.rkBodyWrap .fslGdTopicBox .multiColumnList li a p,
.gmBodyWrap .fslGdTopicBox .multiColumnList li a p,
.bodyWrap .fslGdTopicBox .multiColumnList li a p {
	width: 90px;
	margin-top: 12px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslAppClassifyBox,
.inBodyWrap .fslAppClassifyBox,
.rkBodyWrap .fslAppClassifyBox,
.gmBodyWrap .fslAppClassifyBox,
.bodyWrap .fslAppClassifyBox {
	margin-top: 24px
}

.gdBodyWrap .fslAppClassifyBox .boxWrap,
.inBodyWrap .fslAppClassifyBox .boxWrap,
.rkBodyWrap .fslAppClassifyBox .boxWrap,
.gmBodyWrap .fslAppClassifyBox .boxWrap,
.bodyWrap .fslAppClassifyBox .boxWrap {
	padding: 20px;
	background: #FFFFFF;
	border-radius: 8px;
	font-size: 14px;
	line-height: 18px;
	color: #A1A5B2
}

.gdBodyWrap .fslAppClassifyBox .boxWrap .inTitle .titleL .icon,
.inBodyWrap .fslAppClassifyBox .boxWrap .inTitle .titleL .icon,
.rkBodyWrap .fslAppClassifyBox .boxWrap .inTitle .titleL .icon,
.gmBodyWrap .fslAppClassifyBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .fslAppClassifyBox .boxWrap .inTitle .titleL .icon {
	background-position: -41px -124px
}

.gdBodyWrap .fslAppClassifyBox .boxWrap .inTitle .titleL p,
.inBodyWrap .fslAppClassifyBox .boxWrap .inTitle .titleL p,
.rkBodyWrap .fslAppClassifyBox .boxWrap .inTitle .titleL p,
.gmBodyWrap .fslAppClassifyBox .boxWrap .inTitle .titleL p,
.bodyWrap .fslAppClassifyBox .boxWrap .inTitle .titleL p {
	background: linear-gradient(45deg, #13d8ea 0, #29ff94 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.gdBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList,
.inBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList,
.rkBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList,
.gmBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList,
.bodyWrap .fslAppClassifyBox .boxWrap .multiColumnList {
	margin-top: -2px;
	grid-template-columns: repeat(7, 140px)
}

.gdBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li,
.inBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li,
.rkBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li,
.gmBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li,
.bodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li {
	margin-top: 20px
}

.gdBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a,
.inBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a,
.rkBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a,
.gmBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a,
.bodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a {
	height: 48px;
	background: #F3F3F5;
	border-radius: 24px;
	display: flex;
	align-items: center;
	padding: 4px 5px;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.gdBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .imgBox,
.inBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .imgBox,
.rkBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .imgBox,
.gmBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .imgBox,
.bodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .imgBox {
	width: 40px;
	height: 40px;
	border-radius: 20px
}

.gdBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox,
.inBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox,
.rkBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox,
.gmBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox,
.bodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox {
	flex: 1;
	width: 0;
	padding-left: 10px
}

.gdBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox p,
.inBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox p,
.rkBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox p,
.gmBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox p,
.bodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox p {
	color: #A1A5B2;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox p.tip,
.inBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox p.tip,
.rkBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox p.tip,
.gmBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox p.tip,
.bodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a .textBox p.tip {
	margin-top: 2px;
	opacity: .6
}

.gdBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a:hover,
.inBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a:hover,
.rkBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a:hover,
.gmBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a:hover,
.bodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a:hover {
	background: #7bc71f
}

.gdBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a:hover .textBox p,
.inBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a:hover .textBox p,
.rkBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a:hover .textBox p,
.gmBodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a:hover .textBox p,
.bodyWrap .fslAppClassifyBox .boxWrap .multiColumnList li a:hover .textBox p {
	color: #fff
}

.gdBodyWrap .fslTpListBox,
.inBodyWrap .fslTpListBox,
.rkBodyWrap .fslTpListBox,
.gmBodyWrap .fslTpListBox,
.bodyWrap .fslTpListBox {
	margin-top: 24px
}

.gdBodyWrap .fslTpListBox .boxWrap,
.inBodyWrap .fslTpListBox .boxWrap,
.rkBodyWrap .fslTpListBox .boxWrap,
.gmBodyWrap .fslTpListBox .boxWrap,
.bodyWrap .fslTpListBox .boxWrap {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 18px 20px
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList {
	margin-top: 4px;
	grid-template-columns: repeat(2, 570px);
	font-size: 14px;
	line-height: 18px;
	color: #0F1433
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li {
	margin-top: 20px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #F3F3F5;
	padding: 20px 20px 18px;
	display: flex;
	flex-direction: column
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li:hover,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li:hover,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li:hover,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li:hover,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li:hover {
	border-color: #7bc71f;
	box-shadow: 0 0 10px 0 rgba(63, 145, 255, 0.3)
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li a:hover .imgBox img,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li a:hover .imgBox img,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li a:hover .imgBox img,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li a:hover .imgBox img,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li a:hover .imgBox img {
	transform: scale(1.05)
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a {
	display: flex
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .imgBox,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .imgBox,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .imgBox,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .imgBox,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .imgBox {
	width: 250px;
	height: 140px;
	border-radius: 8px
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox {
	flex: 1;
	width: 0;
	padding-left: 20px
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: justify;
	-webkit-line-clamp: 3
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.title,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.title,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.title,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.title,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	-webkit-line-clamp: 1;
	position: relative;
	z-index: 1;
	padding-bottom: 1px
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.title::after,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.title::after,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.title::after,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.title::after,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.title::after {
	content: "";
	display: block;
	z-index: -1;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 206px;
	height: 1px;
	background: linear-gradient(90deg, #7bc71f 0%, rgba(63, 145, 255, 0) 100%)
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.time,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.time,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.time,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.time,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.time {
	margin-top: 15px
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.time:last-child,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.time:last-child,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.time:last-child,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.time:last-child,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li>a .textBox p.time:last-child {
	margin-top: 10px;
	line-height: 24px
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList {
	grid-template-columns: repeat(6, 82px);
	margin: 0 -5px;
	text-align: center
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li {
	margin-top: 20px
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a .imgBox,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a .imgBox,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a .imgBox,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a .imgBox,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a .imgBox {
	width: 72px;
	height: 72px;
	border-radius: 16px
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a p,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a p,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a p,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a p,
.bodyWrap .fslTpListBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a p {
	width: 82px;
	margin-top: 12px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslTpListBox .boxWrap .tabInfo .pageCode,
.inBodyWrap .fslTpListBox .boxWrap .tabInfo .pageCode,
.rkBodyWrap .fslTpListBox .boxWrap .tabInfo .pageCode,
.gmBodyWrap .fslTpListBox .boxWrap .tabInfo .pageCode,
.bodyWrap .fslTpListBox .boxWrap .tabInfo .pageCode {
	margin-bottom: 10px
}

.gdBodyWrap .fslTdMainBox .boxWrap,
.inBodyWrap .fslTdMainBox .boxWrap,
.rkBodyWrap .fslTdMainBox .boxWrap,
.gmBodyWrap .fslTdMainBox .boxWrap,
.bodyWrap .fslTdMainBox .boxWrap {
	color: #A1A5B2;
	font-size: 14px;
	line-height: 18px;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 5px;
	display: flex
}

.gdBodyWrap .fslTdMainBox .boxWrap .imgBox,
.inBodyWrap .fslTdMainBox .boxWrap .imgBox,
.rkBodyWrap .fslTdMainBox .boxWrap .imgBox,
.gmBodyWrap .fslTdMainBox .boxWrap .imgBox,
.bodyWrap .fslTdMainBox .boxWrap .imgBox {
	width: 360px;
	height: 200px;
	border-radius: 5px
}

.gdBodyWrap .fslTdMainBox .boxWrap h1,
.inBodyWrap .fslTdMainBox .boxWrap h1,
.rkBodyWrap .fslTdMainBox .boxWrap h1,
.gmBodyWrap .fslTdMainBox .boxWrap h1,
.bodyWrap .fslTdMainBox .boxWrap h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	color: #0F1433
}

.gdBodyWrap .fslTdMainBox .boxWrap .textBox,
.inBodyWrap .fslTdMainBox .boxWrap .textBox,
.rkBodyWrap .fslTdMainBox .boxWrap .textBox,
.gmBodyWrap .fslTdMainBox .boxWrap .textBox,
.bodyWrap .fslTdMainBox .boxWrap .textBox {
	flex: 1;
	width: 0;
	padding-left: 24px
}

.gdBodyWrap .fslTdMainBox .boxWrap .textBox .title,
.inBodyWrap .fslTdMainBox .boxWrap .textBox .title,
.rkBodyWrap .fslTdMainBox .boxWrap .textBox .title,
.gmBodyWrap .fslTdMainBox .boxWrap .textBox .title,
.bodyWrap .fslTdMainBox .boxWrap .textBox .title {
	line-height: 24px;
	display: flex;
	align-items: flex-end
}

.gdBodyWrap .fslTdMainBox .boxWrap .textBox .title p,
.inBodyWrap .fslTdMainBox .boxWrap .textBox .title p,
.rkBodyWrap .fslTdMainBox .boxWrap .textBox .title p,
.gmBodyWrap .fslTdMainBox .boxWrap .textBox .title p,
.bodyWrap .fslTdMainBox .boxWrap .textBox .title p {
	flex-shrink: 0
}

.gdBodyWrap .fslTdMainBox .boxWrap .textBox .title p.time,
.inBodyWrap .fslTdMainBox .boxWrap .textBox .title p.time,
.rkBodyWrap .fslTdMainBox .boxWrap .textBox .title p.time,
.gmBodyWrap .fslTdMainBox .boxWrap .textBox .title p.time,
.bodyWrap .fslTdMainBox .boxWrap .textBox .title p.time {
	line-height: 24px;
	margin-left: 30px
}

.gdBodyWrap .fslTdMainBox .boxWrap .textBox .title p span,
.inBodyWrap .fslTdMainBox .boxWrap .textBox .title p span,
.rkBodyWrap .fslTdMainBox .boxWrap .textBox .title p span,
.gmBodyWrap .fslTdMainBox .boxWrap .textBox .title p span,
.bodyWrap .fslTdMainBox .boxWrap .textBox .title p span {
	color: #7bc71f;
	font-weight: bold
}

.gdBodyWrap .fslTdMainBox .boxWrap .textBox .title p:last-child,
.inBodyWrap .fslTdMainBox .boxWrap .textBox .title p:last-child,
.rkBodyWrap .fslTdMainBox .boxWrap .textBox .title p:last-child,
.gmBodyWrap .fslTdMainBox .boxWrap .textBox .title p:last-child,
.bodyWrap .fslTdMainBox .boxWrap .textBox .title p:last-child {
	flex: 1;
	flex-shrink: 0;
	text-align: right
}

.gdBodyWrap .fslTdMainBox .boxWrap .textBox p.txt,
.inBodyWrap .fslTdMainBox .boxWrap .textBox p.txt,
.rkBodyWrap .fslTdMainBox .boxWrap .textBox p.txt,
.gmBodyWrap .fslTdMainBox .boxWrap .textBox p.txt,
.bodyWrap .fslTdMainBox .boxWrap .textBox p.txt {
	margin-top: 15px;
	background: #F3F3F5;
	border-radius: 5px;
	padding: 6px 10px 6px 12px;
	color: #A1A5B2;
	line-height: 24px
}

.gdBodyWrap .fslTdMainBox .boxWrap .textBox .tags,
.inBodyWrap .fslTdMainBox .boxWrap .textBox .tags,
.rkBodyWrap .fslTdMainBox .boxWrap .textBox .tags,
.gmBodyWrap .fslTdMainBox .boxWrap .textBox .tags,
.bodyWrap .fslTdMainBox .boxWrap .textBox .tags {
	margin-top: 15px
}

.gdBodyWrap .fslTdMainBox .boxWrap .textBox .tags>span,
.inBodyWrap .fslTdMainBox .boxWrap .textBox .tags>span,
.rkBodyWrap .fslTdMainBox .boxWrap .textBox .tags>span,
.gmBodyWrap .fslTdMainBox .boxWrap .textBox .tags>span,
.bodyWrap .fslTdMainBox .boxWrap .textBox .tags>span {
	font-weight: bold;
	background: linear-gradient(270deg, #78EFDB 0%, #45B9F2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.gdBodyWrap .fslTdMainBox .boxWrap .textBox .tags p,
.inBodyWrap .fslTdMainBox .boxWrap .textBox .tags p,
.rkBodyWrap .fslTdMainBox .boxWrap .textBox .tags p,
.gmBodyWrap .fslTdMainBox .boxWrap .textBox .tags p,
.bodyWrap .fslTdMainBox .boxWrap .textBox .tags p {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px
}

.gdBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a,
.inBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a,
.rkBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a,
.gmBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a,
.bodyWrap .fslTdMainBox .boxWrap .textBox .tags p a {
	padding: 0 14px;
	height: 28px;
	line-height: 28px;
	color: #32B16C;
	background: #EBFFF4;
	border-radius: 14px;
	margin: 8px
}

.gdBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:hover,
.inBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:hover,
.rkBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:hover,
.gmBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:hover,
.bodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:hover {
	opacity: .85
}

.gdBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:nth-child(2n),
.inBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:nth-child(2n),
.rkBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:nth-child(2n),
.gmBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:nth-child(2n),
.bodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:nth-child(2n) {
	background: #EBF4FF;
	color: #2E90FB
}

.gdBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:nth-child(3n),
.inBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:nth-child(3n),
.rkBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:nth-child(3n),
.gmBodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:nth-child(3n),
.bodyWrap .fslTdMainBox .boxWrap .textBox .tags p a:nth-child(3n) {
	background: #FFECEB;
	color: #F36861
}

.gdBodyWrap .fslTdListBox,
.inBodyWrap .fslTdListBox,
.rkBodyWrap .fslTdListBox,
.gmBodyWrap .fslTdListBox,
.bodyWrap .fslTdListBox {
	margin-top: 26px
}

.gdBodyWrap .fslTdListBox .boxWrap,
.inBodyWrap .fslTdListBox .boxWrap,
.rkBodyWrap .fslTdListBox .boxWrap,
.gmBodyWrap .fslTdListBox .boxWrap,
.bodyWrap .fslTdListBox .boxWrap {
	background: #fff;
	border-radius: 5px;
	padding: 18px 20px
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList {
	grid-template-columns: repeat(3, 370px);
	font-size: 14px;
	line-height: 18px;
	color: #0F1433
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li {
	margin-top: 24px
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a {
	display: block;
	width: 100%;
	padding: 20px 20px 14px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #F3F3F5
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop {
	display: flex
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .imgBox,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .imgBox,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .imgBox,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .imgBox,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .imgBox {
	width: 100px;
	height: 100px;
	border-radius: 24px;
	flex-shrink: 0
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox {
	flex: 1;
	width: 0;
	padding-left: 18px
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p {
	margin-top: 9px
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.title,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.title,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.title,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.title,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.title {
	margin-top: 0;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time {
	display: flex;
	align-items: center
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span {
	margin-top: -4px;
	display: flex;
	align-items: center
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span::after,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span::after,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span::after,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span::after,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span::after {
	content: "|";
	display: inline-block;
	margin: 0 5px
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span:last-child::after,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span:last-child::after,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span:last-child::after,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span:last-child::after,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.time span:last-child::after {
	display: none
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.btn,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.btn,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.btn,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.btn,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a .boxTop .textBox p.btn {
	margin-top: 8px;
	background: #F6F7FF;
	width: fit-content
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a>p.time,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a>p.time,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a>p.time,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a>p.time,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a>p.time {
	margin-top: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: justify;
	-webkit-line-clamp: 2
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a>p.time em,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a>p.time em,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a>p.time em,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a>p.time em,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a>p.time em {
	color: #7bc71f
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a:hover .boxTop .textBox p.title,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a:hover .boxTop .textBox p.title,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a:hover .boxTop .textBox p.title,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a:hover .boxTop .textBox p.title,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a:hover .boxTop .textBox p.title {
	font-weight: bold
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag,
.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag,
.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.hotTag,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.hotTag,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.hotTag,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.hotTag,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a.hotTag {
	position: relative
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag::after,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag::after,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag::after,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag::after,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag::after,
.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag::after,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag::after,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag::after,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag::after,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag::after,
.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.hotTag::after,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.hotTag::after,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.hotTag::after,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.hotTag::after,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a.hotTag::after {
	content: "";
	display: block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	width: 51px;
	height: 50px;
	background-position: -3px -486px;
	position: absolute;
	right: -1px;
	top: -1px
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag::after,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag::after,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag::after,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag::after,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a.newTag::after {
	background-position: -72px -486px
}

.gdBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag::after,
.inBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag::after,
.rkBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag::after,
.gmBodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag::after,
.bodyWrap .fslTdListBox .boxWrap .multiColumnList li a.recomTag::after {
	background-position: -141px -486px
}

.gdBodyWrap .fslTdListBox .boxWrap .pageCode,
.inBodyWrap .fslTdListBox .boxWrap .pageCode,
.rkBodyWrap .fslTdListBox .boxWrap .pageCode,
.gmBodyWrap .fslTdListBox .boxWrap .pageCode,
.bodyWrap .fslTdListBox .boxWrap .pageCode {
	margin-bottom: 12px
}

.gdBodyWrap .fslChannelMainBox .boxWrap,
.inBodyWrap .fslChannelMainBox .boxWrap,
.rkBodyWrap .fslChannelMainBox .boxWrap,
.gmBodyWrap .fslChannelMainBox .boxWrap,
.bodyWrap .fslChannelMainBox .boxWrap {
	display: flex
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxL,
.inBodyWrap .fslChannelMainBox .boxWrap .boxL,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxL,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxL,
.bodyWrap .fslChannelMainBox .boxWrap .boxL {
	width: 360px;
	height: 600px;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox,
.inBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox,
.bodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox {
	height: inherit
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox>.swiper-wrapper .swiper-slide,
.inBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox>.swiper-wrapper .swiper-slide,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox>.swiper-wrapper .swiper-slide,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox>.swiper-wrapper .swiper-slide,
.bodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox>.swiper-wrapper .swiper-slide {
	width: 360px
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox,
.inBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox,
.bodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox {
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
	padding: 0 10px
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox .swiper-slide,
.inBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox .swiper-slide,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox .swiper-slide,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox .swiper-slide,
.bodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox .swiper-slide {
	width: 60px;
	height: 100px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 2px solid rgba(15, 20, 51, 0.3)
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox .swiper-slide.swiper-slide-thumb-active,
.inBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox .swiper-slide.swiper-slide-thumb-active,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox .swiper-slide.swiper-slide-thumb-active,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox .swiper-slide.swiper-slide-thumb-active,
.bodyWrap .fslChannelMainBox .boxWrap .boxL .fslChannelSwBox .fslChannelNavBox .swiper-slide.swiper-slide-thumb-active {
	border-color: #7bc71f
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR,
.bodyWrap .fslChannelMainBox .boxWrap .boxR {
	font-size: 14px;
	line-height: 18px;
	flex: 1;
	margin-left: 24px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px 20px 26px
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop {
	display: flex
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont {
	flex: 1
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a {
	display: block;
	position: relative
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .imgBox,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .imgBox,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .imgBox,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .imgBox,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .imgBox {
	width: 290px;
	height: 160px;
	border-radius: 8px
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .textBox,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .textBox,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .textBox,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .textBox,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .textBox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 34px 15px 12px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, transparent 100%);
	border-radius: 8px
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .textBox p,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .textBox p,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .textBox p,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .textBox p,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBetweenBox li a .textBox p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBox,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBox,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBox,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBox,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBox {
	color: #A1A5B2;
	display: flex;
	flex-wrap: wrap;
	margin: 8px -6px 0
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBox li a,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBox li a,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBox li a,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBox li a,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listCont .flexBox li a {
	display: block;
	margin: 12px 6px 0;
	padding: 0 16px;
	height: 32px;
	line-height: 32px;
	background: #F3F3F5;
	border-radius: 5px
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox {
	margin-left: 18px;
	width: 168px;
	height: 300px;
	background-image: url(../ig/chBg1.png);
	background-repeat: no-repeat;
	background-position: top
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox::before,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox::before,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox::before,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox::before,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox::before {
	content: "";
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	display: block;
	margin: 4px auto 0;
	width: 130px;
	height: 43px;
	background-position: -3px -546px
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul {
	color: #0F1433;
	margin-top: -11px;
	padding: 0px 14px 14px
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a {
	margin-top: 11px;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 8px 2px 7px 8px
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a .imgBox,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a .imgBox,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a .imgBox,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a .imgBox,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a .imgBox {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	opacity: .9
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a>p,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a>p,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a>p,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a>p,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxTop .listBox ul li a>p {
	width: 0;
	flex: 1;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxList {
	margin-top: 20px;
	display: flex;
	align-items: center
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList>p,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList>p,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList>p,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList>p,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxList>p {
	margin-right: 19px;
	width: 36px;
	height: 106px;
	background: linear-gradient(-30deg, #1FA2FF 0%, #12D8FA 50%, #A6FFCB 100%);
	border-radius: 5px;
	writing-mode: vertical-rl;
	letter-spacing: 6px;
	padding-top: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #FFFFFF
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList {
	flex: 1;
	margin: 0 -5px;
	color: #0F1433;
	grid-template-columns: repeat(7, 90px);
	text-align: center
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a {
	display: block
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a .imgBox,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a .imgBox,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a .imgBox,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a .imgBox,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a .imgBox {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	border-radius: 16px
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a p,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a p,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a p,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a p,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxList .multiColumnList li a p {
	margin-top: 12px;
	margin-bottom: -2px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList:last-child,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList:last-child,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList:last-child,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList:last-child,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxList:last-child {
	margin-top: 18px
}

.gdBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList:last-child>p,
.inBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList:last-child>p,
.rkBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList:last-child>p,
.gmBodyWrap .fslChannelMainBox .boxWrap .boxR .boxList:last-child>p,
.bodyWrap .fslChannelMainBox .boxWrap .boxR .boxList:last-child>p {
	background: linear-gradient(-30deg, #FF6358 0%, #FF8F55 100%)
}

.gdBodyWrap .fslChannelClassifyBox .boxWrap,
.inBodyWrap .fslChannelClassifyBox .boxWrap,
.rkBodyWrap .fslChannelClassifyBox .boxWrap,
.gmBodyWrap .fslChannelClassifyBox .boxWrap,
.bodyWrap .fslChannelClassifyBox .boxWrap {
	min-height: 120px;
	margin-top: 24px;
	background: #D9EBFD;
	background: linear-gradient(135deg, #8eb1fa 0%, #D9EBFD 266px, #D9EBFD 100%);
	border-radius: 8px;
	color: #7bc71f;
	font-size: 14px;
	position: relative
}

.gdBodyWrap .fslChannelClassifyBox .boxWrap::before,
.inBodyWrap .fslChannelClassifyBox .boxWrap::before,
.rkBodyWrap .fslChannelClassifyBox .boxWrap::before,
.gmBodyWrap .fslChannelClassifyBox .boxWrap::before,
.bodyWrap .fslChannelClassifyBox .boxWrap::before {
	content: "";
	display: block;
	width: 248px;
	height: 145px;
	background-image: url(../ig/chBg2.png);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	top: 0;
	left: 0
}

.gdBodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList,
.inBodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList,
.rkBodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList,
.gmBodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList,
.bodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList {
	padding: 4px 32px 20px 266px;
	grid-template-columns: repeat(7, 105px);
	text-align: center;
	margin-bottom: 25px
}

.gdBodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList li a,
.inBodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList li a,
.rkBodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList li a,
.gmBodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList li a,
.bodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList li a {
	margin-top: 16px;
	display: block;
	width: 105px;
	height: 32px;
	line-height: 30px;
	padding: 0 4px;
	border-radius: 4px;
	border: 1px solid #7bc71f;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList li a:hover,
.inBodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList li a:hover,
.rkBodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList li a:hover,
.gmBodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList li a:hover,
.bodyWrap .fslChannelClassifyBox .boxWrap .multiColumnList li a:hover {
	color: #FFFFFF;
	background: #7bc71f
}

.gdBodyWrap .fslChannelIOSBox .boxWrap,
.inBodyWrap .fslChannelIOSBox .boxWrap,
.rkBodyWrap .fslChannelIOSBox .boxWrap,
.gmBodyWrap .fslChannelIOSBox .boxWrap,
.bodyWrap .fslChannelIOSBox .boxWrap,
.gdBodyWrap .fslChannelAndroidBox .boxWrap,
.inBodyWrap .fslChannelAndroidBox .boxWrap,
.rkBodyWrap .fslChannelAndroidBox .boxWrap,
.gmBodyWrap .fslChannelAndroidBox .boxWrap,
.bodyWrap .fslChannelAndroidBox .boxWrap {
	margin-top: 24px;
	margin-top: 49px;
	min-height: 466px;
	background-image: url(../ig/chBg3.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 30px 26px 26px;
	font-size: 14px;
	line-height: 18px
}

.gdBodyWrap .fslChannelIOSBox .boxWrap>p,
.inBodyWrap .fslChannelIOSBox .boxWrap>p,
.rkBodyWrap .fslChannelIOSBox .boxWrap>p,
.gmBodyWrap .fslChannelIOSBox .boxWrap>p,
.bodyWrap .fslChannelIOSBox .boxWrap>p,
.gdBodyWrap .fslChannelAndroidBox .boxWrap>p,
.inBodyWrap .fslChannelAndroidBox .boxWrap>p,
.rkBodyWrap .fslChannelAndroidBox .boxWrap>p,
.gmBodyWrap .fslChannelAndroidBox .boxWrap>p,
.bodyWrap .fslChannelAndroidBox .boxWrap>p {
	margin-top: 8px;
	color: #A1A5B2;
	display: flex;
	align-items: center;
	justify-content: center
}

.gdBodyWrap .fslChannelIOSBox .boxWrap>p.title,
.inBodyWrap .fslChannelIOSBox .boxWrap>p.title,
.rkBodyWrap .fslChannelIOSBox .boxWrap>p.title,
.gmBodyWrap .fslChannelIOSBox .boxWrap>p.title,
.bodyWrap .fslChannelIOSBox .boxWrap>p.title,
.gdBodyWrap .fslChannelAndroidBox .boxWrap>p.title,
.inBodyWrap .fslChannelAndroidBox .boxWrap>p.title,
.rkBodyWrap .fslChannelAndroidBox .boxWrap>p.title,
.gmBodyWrap .fslChannelAndroidBox .boxWrap>p.title,
.bodyWrap .fslChannelAndroidBox .boxWrap>p.title {
	font-family: YouSheBiaoTiHei;
	margin-top: 0px;
	font-weight: bold;
	font-style: oblique;
	font-size: 44px;
	line-height: 44px;
	color: #0F1433
}

.gdBodyWrap .fslChannelIOSBox .boxWrap>p.title::before,
.inBodyWrap .fslChannelIOSBox .boxWrap>p.title::before,
.rkBodyWrap .fslChannelIOSBox .boxWrap>p.title::before,
.gmBodyWrap .fslChannelIOSBox .boxWrap>p.title::before,
.bodyWrap .fslChannelIOSBox .boxWrap>p.title::before,
.gdBodyWrap .fslChannelAndroidBox .boxWrap>p.title::before,
.inBodyWrap .fslChannelAndroidBox .boxWrap>p.title::before,
.rkBodyWrap .fslChannelAndroidBox .boxWrap>p.title::before,
.gmBodyWrap .fslChannelAndroidBox .boxWrap>p.title::before,
.bodyWrap .fslChannelAndroidBox .boxWrap>p.title::before,
.gdBodyWrap .fslChannelIOSBox .boxWrap>p.title::after,
.inBodyWrap .fslChannelIOSBox .boxWrap>p.title::after,
.rkBodyWrap .fslChannelIOSBox .boxWrap>p.title::after,
.gmBodyWrap .fslChannelIOSBox .boxWrap>p.title::after,
.bodyWrap .fslChannelIOSBox .boxWrap>p.title::after,
.gdBodyWrap .fslChannelAndroidBox .boxWrap>p.title::after,
.inBodyWrap .fslChannelAndroidBox .boxWrap>p.title::after,
.rkBodyWrap .fslChannelAndroidBox .boxWrap>p.title::after,
.gmBodyWrap .fslChannelAndroidBox .boxWrap>p.title::after,
.bodyWrap .fslChannelAndroidBox .boxWrap>p.title::after {
	content: "";
	display: block;
	margin: 0 8px;
	width: 61px;
	height: 39px;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	background-position: -286px -486px
}

.gdBodyWrap .fslChannelIOSBox .boxWrap>p.title::after,
.inBodyWrap .fslChannelIOSBox .boxWrap>p.title::after,
.rkBodyWrap .fslChannelIOSBox .boxWrap>p.title::after,
.gmBodyWrap .fslChannelIOSBox .boxWrap>p.title::after,
.bodyWrap .fslChannelIOSBox .boxWrap>p.title::after,
.gdBodyWrap .fslChannelAndroidBox .boxWrap>p.title::after,
.inBodyWrap .fslChannelAndroidBox .boxWrap>p.title::after,
.rkBodyWrap .fslChannelAndroidBox .boxWrap>p.title::after,
.gmBodyWrap .fslChannelAndroidBox .boxWrap>p.title::after,
.bodyWrap .fslChannelAndroidBox .boxWrap>p.title::after {
	margin-left: 10px;
	transform: rotate(180deg)
}

.gdBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox,
.inBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox,
.rkBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox,
.gmBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox,
.bodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox,
.gdBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox,
.inBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox,
.rkBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox,
.gmBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox,
.bodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox {
	margin-top: 22px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.gdBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem,
.inBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem,
.rkBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem,
.gmBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem,
.bodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem,
.gdBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem,
.inBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem,
.rkBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem,
.gmBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem,
.bodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem {
	padding: 18px 24px 22px;
	background-image: url(../ig/chBg3-1.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 560px;
	min-height: 320px
}

.gdBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p,
.inBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p,
.rkBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p,
.gmBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p,
.bodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p,
.gdBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p,
.inBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p,
.rkBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p,
.gmBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p,
.bodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #0F1433;
	display: flex;
	align-items: center
}

.gdBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p::before,
.inBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p::before,
.rkBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p::before,
.gmBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p::before,
.bodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p::before,
.gdBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p::before,
.inBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p::before,
.rkBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p::before,
.gmBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p::before,
.bodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p::before {
	content: "";
	display: block;
	width: 20px;
	height: 13px;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	background-position: -13px -595px;
	margin-right: 6px
}

.gdBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p em,
.inBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p em,
.rkBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p em,
.gmBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p em,
.bodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p em,
.gdBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p em,
.inBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p em,
.rkBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p em,
.gmBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p em,
.bodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem>p em {
	font-weight: bold;
	color: #24CD77
}

.gdBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList,
.inBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList,
.rkBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList,
.gmBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList,
.bodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList,
.gdBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList,
.inBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList,
.rkBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList,
.gmBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList,
.bodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList {
	grid-template-columns: repeat(5, 90px);
	margin: -8px auto 0;
	text-align: center;
	color: #0F1433
}

.gdBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a,
.inBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a,
.rkBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a,
.gmBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a,
.bodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a,
.gdBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a,
.inBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a,
.rkBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a,
.gmBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a,
.bodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a {
	margin-top: 22px;
	display: block
}

.gdBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a .imgBox,
.inBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a .imgBox,
.rkBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a .imgBox,
.gmBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a .imgBox,
.bodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a .imgBox,
.gdBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a .imgBox,
.inBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a .imgBox,
.rkBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a .imgBox,
.gmBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a .imgBox,
.bodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a .imgBox {
	width: 80px;
	height: 80px;
	border-radius: 16px;
	margin: 0 auto
}

.gdBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a p,
.inBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a p,
.rkBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a p,
.gmBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a p,
.bodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a p,
.gdBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a p,
.inBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a p,
.rkBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a p,
.gmBodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a p,
.bodyWrap .fslChannelAndroidBox .boxWrap .flexBetweenBox .boxItem .multiColumnList li a p {
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslChannelIOSBox .boxWrap,
.inBodyWrap .fslChannelIOSBox .boxWrap,
.rkBodyWrap .fslChannelIOSBox .boxWrap,
.gmBodyWrap .fslChannelIOSBox .boxWrap,
.bodyWrap .fslChannelIOSBox .boxWrap {
	margin-top: 24px;
	background-image: url(../ig/chBg4.png)
}

.gdBodyWrap .fslChannelIOSBox .boxWrap>p.title::before,
.inBodyWrap .fslChannelIOSBox .boxWrap>p.title::before,
.rkBodyWrap .fslChannelIOSBox .boxWrap>p.title::before,
.gmBodyWrap .fslChannelIOSBox .boxWrap>p.title::before,
.bodyWrap .fslChannelIOSBox .boxWrap>p.title::before,
.gdBodyWrap .fslChannelIOSBox .boxWrap>p.title::after,
.inBodyWrap .fslChannelIOSBox .boxWrap>p.title::after,
.rkBodyWrap .fslChannelIOSBox .boxWrap>p.title::after,
.gmBodyWrap .fslChannelIOSBox .boxWrap>p.title::after,
.bodyWrap .fslChannelIOSBox .boxWrap>p.title::after {
	background-position: -382px -486px
}

.gdBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem,
.inBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem,
.rkBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem,
.gmBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem,
.bodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem {
	background-image: url(../ig/chBg4-1.png)
}

.gdBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p::before,
.inBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p::before,
.rkBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p::before,
.gmBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p::before,
.bodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p::before {
	background-position: -45px -595px
}

.gdBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p em,
.inBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p em,
.rkBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p em,
.gmBodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p em,
.bodyWrap .fslChannelIOSBox .boxWrap .flexBetweenBox .boxItem>p em {
	color: #7bc71f
}

.gdBodyWrap .fslChannelComBox .boxWrap,
.inBodyWrap .fslChannelComBox .boxWrap,
.rkBodyWrap .fslChannelComBox .boxWrap,
.gmBodyWrap .fslChannelComBox .boxWrap,
.bodyWrap .fslChannelComBox .boxWrap {
	margin-top: 24px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 18px 20px 22px;
	font-size: 14px;
	line-height: 18px;
	color: #0F1433
}

.gdBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList,
.inBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList,
.rkBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList,
.gmBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList,
.bodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList {
	grid-template-columns: repeat(2, 580px)
}

.gdBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li,
.inBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li,
.rkBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li,
.gmBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li,
.bodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li {
	margin-top: 24px;
	display: flex
}

.gdBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li>p,
.inBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li>p,
.rkBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li>p,
.gmBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li>p,
.bodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li>p {
	width: 33px;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(144deg, rgba(224, 234, 252, 0.2) 0%, rgba(207, 222, 243, 0.2) 100%);
	border-radius: 5px;
	writing-mode: vertical-rl;
	letter-spacing: 2px;
	padding-top: 4px;
	font-size: 14px;
	color: #A1A5B2
}

.gdBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList,
.inBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList,
.rkBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList,
.gmBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList,
.bodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList {
	margin-top: -14px;
	padding-left: 24px;
	grid-template-columns: repeat(3, 172px);
	height: fit-content
}

.gdBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a,
.inBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a,
.rkBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a,
.gmBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a,
.bodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a {
	margin-top: 20px;
	display: flex;
	align-items: center
}

.gdBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a .imgBox,
.inBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a .imgBox,
.rkBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a .imgBox,
.gmBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a .imgBox,
.bodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a .imgBox {
	width: 24px;
	height: 24px;
	border-radius: 5px
}

.gdBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a>p,
.inBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a>p,
.rkBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a>p,
.gmBodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a>p,
.bodyWrap .fslChannelComBox .boxWrap .tabInfo>.multiColumnList>li .multiColumnList li a>p {
	width: 0;
	flex: 1;
	padding-left: 12px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslChannelWeekBox .boxWrap,
.inBodyWrap .fslChannelWeekBox .boxWrap,
.rkBodyWrap .fslChannelWeekBox .boxWrap,
.gmBodyWrap .fslChannelWeekBox .boxWrap,
.bodyWrap .fslChannelWeekBox .boxWrap {
	margin-top: 24px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 18px 20px 20px;
	font-size: 14px;
	line-height: 18px;
	position: relative
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox,
.inBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox,
.rkBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox,
.gmBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox,
.bodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox {
	margin: 24px 38px 0
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide,
.inBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide,
.rkBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide,
.gmBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide,
.bodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide {
	position: relative;
	color: #A1A5B2;
	width: fit-content
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.imgBox,
.inBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.imgBox,
.rkBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.imgBox,
.gmBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.imgBox,
.bodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.imgBox {
	width: 240px;
	height: 238px;
	background: #F3F3F5;
	border-radius: 8px;
	padding-bottom: 98px
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox,
.inBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox,
.rkBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox,
.gmBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox,
.bodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox {
	position: absolute;
	top: 86px;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 25px 14px 15px 18px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 54px, rgba(0, 0, 0, 0) 54px, rgba(0, 0, 0, 0) 100%)
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop,
.inBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop,
.rkBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop,
.gmBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop,
.bodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop {
	display: flex
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .imgBox,
.inBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .imgBox,
.rkBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .imgBox,
.gmBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .imgBox,
.bodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .imgBox {
	width: 58px;
	height: 58px;
	border-radius: 14px;
	border: 2px solid #FFFFFF;
	flex-shrink: 0
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox,
.inBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox,
.rkBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox,
.gmBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox,
.bodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox {
	flex: 1;
	width: 0;
	padding-left: 10px
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p,
.inBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p,
.rkBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p,
.gmBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p,
.bodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p {
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p:first-child,
.inBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p:first-child,
.rkBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p:first-child,
.gmBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p:first-child,
.bodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p:first-child {
	color: #fff
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p:last-child,
.inBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p:last-child,
.rkBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p:last-child,
.gmBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p:last-child,
.bodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox .txtTop .txtBox p:last-child {
	margin-top: 6px
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox>p,
.inBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox>p,
.rkBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox>p,
.gmBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox>p,
.bodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide>.txtBox>p {
	margin-top: 12px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide:hover>.txtBox .txtTop .txtBox p:first-child,
.inBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide:hover>.txtBox .txtTop .txtBox p:first-child,
.rkBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide:hover>.txtBox .txtTop .txtBox p:first-child,
.gmBodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide:hover>.txtBox .txtTop .txtBox p:first-child,
.bodyWrap .fslChannelWeekBox .boxWrap .fslChannelWeekSwBox .swiper-slide:hover>.txtBox .txtTop .txtBox p:first-child {
	color: #7bc71f
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev,
.inBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev,
.rkBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev,
.gmBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev,
.bodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev,
.gdBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next,
.inBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next,
.bodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next {
	width: 20px;
	height: 94px;
	background: rgba(63, 145, 255, 0.9);
	box-shadow: 0 0 12px -5px #7bc71f;
	border-radius: 5px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -23px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev .icon,
.inBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev .icon,
.rkBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev .icon,
.gmBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev .icon,
.bodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev .icon,
.gdBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next .icon,
.inBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next .icon,
.rkBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next .icon,
.gmBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next .icon,
.bodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next .icon {
	width: 12px;
	height: 19px;
	background-position: -132px -350px;
	transform: rotateY(180deg)
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.inBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.rkBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.gmBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.bodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.gdBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next.swiper-button-disabled,
.inBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next.swiper-button-disabled,
.rkBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next.swiper-button-disabled,
.gmBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next.swiper-button-disabled,
.bodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next.swiper-button-disabled {
	box-shadow: unset;
	background: #DCDCDC;
	cursor: not-allowed
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.inBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.rkBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.gmBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.bodyWrap .fslChannelWeekBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.gdBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.inBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.rkBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.gmBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.bodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next.swiper-button-disabled .icon {
	width: 11px;
	height: 20px;
	background-position: -114.5px -350px
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next,
.inBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next,
.rkBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next,
.gmBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next,
.bodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next {
	right: 20px;
	left: auto
}

.gdBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next .icon,
.inBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next .icon,
.rkBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next .icon,
.gmBodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next .icon,
.bodyWrap .fslChannelWeekBox .boxWrap .swiper-button-next .icon {
	transform: rotateY(0deg)
}

.gdBodyWrap .fslChannelTopicBox .boxWrap,
.inBodyWrap .fslChannelTopicBox .boxWrap,
.rkBodyWrap .fslChannelTopicBox .boxWrap,
.gmBodyWrap .fslChannelTopicBox .boxWrap,
.bodyWrap .fslChannelTopicBox .boxWrap {
	margin-top: 24px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 18px 20px 20px;
	font-size: 14px;
	line-height: 18px;
	color: #A1A5B2
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul,
.inBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul,
.rkBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul,
.gmBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul,
.bodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 30px
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li,
.inBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li,
.rkBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li,
.gmBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li,
.bodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li {
	margin-top: 12px
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li.title,
.inBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li.title,
.rkBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li.title,
.gmBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li.title,
.bodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li.title {
	text-align: center;
	line-height: 30px;
	width: 80px;
	height: 30px;
	color: #2F6131;
	background: linear-gradient(-30deg, #B3FFAB 0%, #12FFF7 100%);
	border-radius: 15px;
	margin-right: 15px
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li a,
.inBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li a,
.rkBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li a,
.gmBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li a,
.bodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li a {
	display: flex;
	align-items: center
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li a::after,
.inBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li a::after,
.rkBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li a::after,
.gmBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li a::after,
.bodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li a::after {
	content: "|";
	margin: 0 19px;
	color: #A1A5B2
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li:last-child a::after,
.inBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li:last-child a::after,
.rkBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li:last-child a::after,
.gmBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li:last-child a::after,
.bodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul li:last-child a::after {
	margin-right: 0
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:first-child,
.inBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:first-child,
.rkBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:first-child,
.gmBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:first-child,
.bodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:first-child {
	margin-top: 12px
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:nth-child(2n) li.title,
.inBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:nth-child(2n) li.title,
.rkBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:nth-child(2n) li.title,
.gmBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:nth-child(2n) li.title,
.bodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:nth-child(2n) li.title {
	color: #001684;
	background: linear-gradient(-30deg, #87CEEE 0%, #7999EC 100%)
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:nth-child(3n) li.title,
.inBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:nth-child(3n) li.title,
.rkBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:nth-child(3n) li.title,
.gmBodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:nth-child(3n) li.title,
.bodyWrap .fslChannelTopicBox .boxWrap .boxCont>ul:nth-child(3n) li.title {
	color: #975A0C;
	background: linear-gradient(-30deg, #FFE45C 0%, #FEB065 100%)
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList,
.inBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList,
.rkBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList,
.gmBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList,
.bodyWrap .fslChannelTopicBox .boxWrap .multiColumnList {
	color: #0F1433;
	grid-template-columns: repeat(5, 216px)
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li,
.inBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li,
.rkBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li,
.gmBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li,
.bodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li {
	margin-top: 20px
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a,
.inBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a,
.rkBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a,
.gmBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a,
.bodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a {
	display: flex;
	flex-direction: column;
	width: 216px;
	border-radius: 8px;
	overflow: hidden
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .imgBox,
.inBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .imgBox,
.rkBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .imgBox,
.gmBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .imgBox,
.bodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .imgBox {
	width: inherit;
	height: 120px
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox,
.inBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox,
.rkBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox,
.gmBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox,
.bodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox {
	width: inherit;
	height: 64px;
	background: #F6F7FF;
	padding: 12px 16px 8px
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p,
.inBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p,
.rkBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p,
.gmBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p,
.bodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p {
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time,
.inBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time,
.rkBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time,
.gmBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time,
.bodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time {
	margin-top: 6px;
	font-weight: normal;
	display: flex;
	align-items: center;
	color: #a1a5b2
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span,
.inBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span,
.rkBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span,
.gmBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span,
.bodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span {
	display: flex;
	align-items: center
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span::after,
.inBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span::after,
.rkBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span::after,
.gmBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span::after,
.bodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span::after {
	margin: 0 6px;
	content: "|";
	color: #a1a5b2
}

.gdBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span:last-child::after,
.inBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span:last-child::after,
.rkBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span:last-child::after,
.gmBodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span:last-child::after,
.bodyWrap .fslChannelTopicBox .boxWrap .multiColumnList li a .textBox p.time span:last-child::after {
	display: none
}

.gdBodyWrap .fslChannelGameBox .boxWrap,
.inBodyWrap .fslChannelGameBox .boxWrap,
.rkBodyWrap .fslChannelGameBox .boxWrap,
.gmBodyWrap .fslChannelGameBox .boxWrap,
.bodyWrap .fslChannelGameBox .boxWrap {
	margin-top: 24px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 18px 20px;
	font-size: 14px;
	line-height: 18px;
	color: #0F1433
}

.gdBodyWrap .fslChannelGameBox .boxWrap .multiColumnList,
.inBodyWrap .fslChannelGameBox .boxWrap .multiColumnList,
.rkBodyWrap .fslChannelGameBox .boxWrap .multiColumnList,
.gmBodyWrap .fslChannelGameBox .boxWrap .multiColumnList,
.bodyWrap .fslChannelGameBox .boxWrap .multiColumnList {
	margin-top: 2px;
	grid-template-columns: repeat(9, 100px)
}

.gdBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li,
.inBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li,
.rkBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li,
.gmBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li,
.bodyWrap .fslChannelGameBox .boxWrap .multiColumnList li {
	margin-top: 22px
}

.gdBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a,
.inBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a,
.rkBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a,
.gmBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a,
.bodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a {
	display: block
}

.gdBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a .imgBox,
.inBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a .imgBox,
.rkBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a .imgBox,
.gmBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a .imgBox,
.bodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a .imgBox {
	width: 100px;
	height: 100px;
	border-radius: 24px
}

.gdBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a p,
.inBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a p,
.rkBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a p,
.gmBodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a p,
.bodyWrap .fslChannelGameBox .boxWrap .multiColumnList li a p {
	margin-top: 12px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslChannelUpdateBox .boxWrap,
.inBodyWrap .fslChannelUpdateBox .boxWrap,
.rkBodyWrap .fslChannelUpdateBox .boxWrap,
.gmBodyWrap .fslChannelUpdateBox .boxWrap,
.bodyWrap .fslChannelUpdateBox .boxWrap {
	margin-top: 24px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 18px 20px;
	font-size: 14px;
	line-height: 18px;
	color: #444
}

.gdBodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList,
.inBodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList,
.rkBodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList,
.gmBodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList,
.bodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList {
	margin-top: 6px;
	grid-template-columns: repeat(3, 360px)
}

.gdBodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList li a,
.inBodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList li a,
.rkBodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList li a,
.gmBodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList li a,
.bodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList li a {
	margin-top: 16px;
	display: flex
}

.gdBodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList li a p,
.inBodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList li a p,
.rkBodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList li a p,
.gmBodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList li a p,
.bodyWrap .fslChannelUpdateBox .boxWrap .multiColumnList li a p {
	width: 0;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslRkMainBox,
.inBodyWrap .fslRkMainBox,
.rkBodyWrap .fslRkMainBox,
.gmBodyWrap .fslRkMainBox,
.bodyWrap .fslRkMainBox {
	position: relative
}

.gdBodyWrap .fslRkMainBox .boxWrap>ul,
.inBodyWrap .fslRkMainBox .boxWrap>ul,
.rkBodyWrap .fslRkMainBox .boxWrap>ul,
.gmBodyWrap .fslRkMainBox .boxWrap>ul,
.bodyWrap .fslRkMainBox .boxWrap>ul {
	margin-top: 20px;
	display: flex;
	font-weight: bold;
	font-size: 18px;
	background: rgba(123, 199, 31, 0.5);
	border-radius: 5px;
	backdrop-filter: blur(6px);
	line-height: 54px
}

.gdBodyWrap .fslRkMainBox .boxWrap>ul li a,
.inBodyWrap .fslRkMainBox .boxWrap>ul li a,
.rkBodyWrap .fslRkMainBox .boxWrap>ul li a,
.gmBodyWrap .fslRkMainBox .boxWrap>ul li a,
.bodyWrap .fslRkMainBox .boxWrap>ul li a {
	color: #FFFFFF;
	display: block;
	padding: 0 36px
}

.gdBodyWrap .fslRkMainBox .boxWrap>ul li a:hover,
.inBodyWrap .fslRkMainBox .boxWrap>ul li a:hover,
.rkBodyWrap .fslRkMainBox .boxWrap>ul li a:hover,
.gmBodyWrap .fslRkMainBox .boxWrap>ul li a:hover,
.bodyWrap .fslRkMainBox .boxWrap>ul li a:hover {
	opacity: .85
}

.gdBodyWrap .fslRkMainBox .boxWrap>ul li.active,
.inBodyWrap .fslRkMainBox .boxWrap>ul li.active,
.rkBodyWrap .fslRkMainBox .boxWrap>ul li.active,
.gmBodyWrap .fslRkMainBox .boxWrap>ul li.active,
.bodyWrap .fslRkMainBox .boxWrap>ul li.active {
	margin-top: -11px;
	background: #FFFFFF;
	border-radius: 5px
}

.gdBodyWrap .fslRkMainBox .boxWrap>ul li.active a,
.inBodyWrap .fslRkMainBox .boxWrap>ul li.active a,
.rkBodyWrap .fslRkMainBox .boxWrap>ul li.active a,
.gmBodyWrap .fslRkMainBox .boxWrap>ul li.active a,
.bodyWrap .fslRkMainBox .boxWrap>ul li.active a {
	padding: 0 20px;
	height: 65px;
	line-height: 65px;
	background: linear-gradient(-45deg, #1DE5E2 0%, #B588F7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont {
	margin-top: 20px;
	padding: 26px 20px 2px;
	background: #FFFFFF;
	border-radius: 8px;
	font-size: 14px;
	line-height: 18px
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList {
	grid-template-columns: repeat(3, 370px)
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a {
	border-radius: 16px;
	display: inline-block;
	background-image: url(../ig/rk.png);
	background-repeat: no-repeat;
	background-size: 370px 1000px;
	width: 370px;
	height: 200px;
	background-position: 0 0;
	color: #C36E00;
	padding: 16px 20px 14px
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a p,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a p,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a p,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a p,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a p {
	margin-top: 14px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a p.title,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a p.title,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a p.title,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a p.title,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a p.title {
	margin-top: 2px;
	margin-left: 12px;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox {
	margin-top: 10px;
	display: flex
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .imgBox,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .imgBox,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .imgBox,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .imgBox,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .imgBox {
	width: 104px;
	height: 104px;
	background: #0F1433;
	border-radius: 24px;
	border: 2px solid #FFFFFF
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox {
	flex: 1;
	width: 0;
	padding-left: 18px
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox p,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox p,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox p,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox p,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox p {
	margin-top: 10px
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox p.btn,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox p.btn,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox p.btn,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox p.btn,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a .infoBox .textBox p.btn {
	color: inherit;
	width: 88px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	background: #FFFFFF;
	border-radius: 18px
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a:hover .infoBox .imgBox img,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a:hover .infoBox .imgBox img,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a:hover .infoBox .imgBox img,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a:hover .infoBox .imgBox img,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li a:hover .infoBox .imgBox img {
	transform: scale(1.1)
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li:nth-child(2n) a,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li:nth-child(2n) a,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li:nth-child(2n) a,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li:nth-child(2n) a,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li:nth-child(2n) a {
	background-position: 0 -216px;
	color: #798699
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li:nth-child(3n) a,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li:nth-child(3n) a,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li:nth-child(3n) a,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li:nth-child(3n) a,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .multiColumnList li:nth-child(3n) a {
	background-position: 0 -432px;
	color: #996246
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a {
	color: #A1A5B2;
	display: flex;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px dashed #E3E3E6
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a>span,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a>span,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a>span,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a>span,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a>span {
	flex-shrink: 0;
	width: 40px;
	font-size: 30px;
	font-style: italic;
	width: 32px;
	margin-right: 8px;
	text-indent: -8px;
	text-align: center;
	height: 57px;
	line-height: 57px;
	background-position: -13px -620px;
	font-weight: 300
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .imgBox,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .imgBox,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .imgBox,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .imgBox,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .imgBox {
	flex-shrink: 0;
	width: 120px;
	height: 120px;
	border-radius: 24px
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox {
	width: 0;
	flex: 1;
	padding-left: 20px;
	padding-right: 10px
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p {
	margin-top: 14px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.title,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.title,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.title,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.title,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.title {
	margin-top: 0px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #0F1433
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tip,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tip,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tip,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tip,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tip {
	margin: 10px -25px 0
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tip span,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tip span,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tip span,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tip span,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tip span {
	margin: 0 25px
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags {
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags>span,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags>span,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags>span,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags>span,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags>span {
	margin-top: 8px;
	font-weight: bold;
	background: linear-gradient(-90deg, #78EFDB 0%, #45B9F2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em {
	margin: 8px 8px 0;
	color: #32B16C;
	padding: 0 16px;
	background: #EBFFF4;
	height: 28px;
	line-height: 28px;
	border-radius: 14px
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em:nth-child(3n),
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em:nth-child(3n),
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em:nth-child(3n),
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em:nth-child(3n),
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em:nth-child(3n) {
	background: #EBF4FF;
	color: #2E90FB
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em:nth-child(4n),
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em:nth-child(4n),
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em:nth-child(4n),
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em:nth-child(4n),
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .textBox p.tags em:nth-child(4n) {
	background: #FFECEB;
	color: #F36861
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .btn,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .btn,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .btn,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .btn,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a .btn {
	flex-shrink: 0;
	text-align: center;
	width: 175px;
	height: 48px;
	line-height: 48px;
	background: #7bc71f;
	border-radius: 10px;
	font-size: 18px;
	color: #FFFFFF
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a:hover .textBox p.title,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a:hover .textBox p.title,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a:hover .textBox p.title,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a:hover .textBox p.title,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li a:hover .textBox p.title {
	color: #7bc71f
}

.gdBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li:last-child a,
.inBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li:last-child a,
.rkBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li:last-child a,
.gmBodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li:last-child a,
.bodyWrap .fslRkMainBox .boxWrap .tabsCont .tabInfo .rkList li:last-child a {
	border-bottom: unset
}

.gdBodyWrap .fslRkTopBox .boxWrap,
.inBodyWrap .fslRkTopBox .boxWrap,
.rkBodyWrap .fslRkTopBox .boxWrap,
.gmBodyWrap .fslRkTopBox .boxWrap,
.bodyWrap .fslRkTopBox .boxWrap {
	padding: 18px 20px 20px;
	margin-top: 24px;
	background: #FFFFFF;
	border-radius: 5px;
	color: #A1A5B2
}

.gdBodyWrap .fslRkTopBox .boxWrap>ul,
.inBodyWrap .fslRkTopBox .boxWrap>ul,
.rkBodyWrap .fslRkTopBox .boxWrap>ul,
.gmBodyWrap .fslRkTopBox .boxWrap>ul,
.bodyWrap .fslRkTopBox .boxWrap>ul {
	margin: 4px -10px 0;
	display: flex;
	flex-wrap: wrap
}

.gdBodyWrap .fslRkTopBox .boxWrap>ul li,
.inBodyWrap .fslRkTopBox .boxWrap>ul li,
.rkBodyWrap .fslRkTopBox .boxWrap>ul li,
.gmBodyWrap .fslRkTopBox .boxWrap>ul li,
.bodyWrap .fslRkTopBox .boxWrap>ul li {
	margin-top: 20px
}

.gdBodyWrap .fslRkTopBox .boxWrap>ul li a,
.inBodyWrap .fslRkTopBox .boxWrap>ul li a,
.rkBodyWrap .fslRkTopBox .boxWrap>ul li a,
.gmBodyWrap .fslRkTopBox .boxWrap>ul li a,
.bodyWrap .fslRkTopBox .boxWrap>ul li a {
	margin: 0 10px;
	display: block;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	background: #F3F3F5;
	border-radius: 5px;
	padding: 0 16px
}

.gdBodyWrap .rkMainBox .boxWrap,
.inBodyWrap .rkMainBox .boxWrap,
.rkBodyWrap .rkMainBox .boxWrap,
.gmBodyWrap .rkMainBox .boxWrap,
.bodyWrap .rkMainBox .boxWrap {
	height: 200px;
	background-image: url(../ig/rkBg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative
}

.gdBodyWrap .rkMainBox .boxWrap h1,
.inBodyWrap .rkMainBox .boxWrap h1,
.rkBodyWrap .rkMainBox .boxWrap h1,
.gmBodyWrap .rkMainBox .boxWrap h1,
.bodyWrap .rkMainBox .boxWrap h1 {
	font-weight: bold;
	font-size: 72px;
	line-height: 76px;
	color: #FFFFFF;
	text-shadow: 0 4px 0 #4AD2D9
}

.gdBodyWrap .rkMainBox .boxWrap p,
.inBodyWrap .rkMainBox .boxWrap p,
.rkBodyWrap .rkMainBox .boxWrap p,
.gmBodyWrap .rkMainBox .boxWrap p,
.bodyWrap .rkMainBox .boxWrap p {
	margin-top: 18px;
	width: fit-content;
	height: 40px;
	line-height: 40px;
	padding: 0 42px;
	background: rgba(38, 98, 219, 0.6);
	border-radius: 5px;
	font-size: 16px;
	color: #F8F8F8
}

.gdBodyWrap .rkMainBox .boxWrap ul,
.inBodyWrap .rkMainBox .boxWrap ul,
.rkBodyWrap .rkMainBox .boxWrap ul,
.gmBodyWrap .rkMainBox .boxWrap ul,
.bodyWrap .rkMainBox .boxWrap ul {
	position: absolute;
	top: 29px;
	right: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 122px;
	height: 36px;
	font-size: 16px
}

.gdBodyWrap .rkMainBox .boxWrap ul li,
.inBodyWrap .rkMainBox .boxWrap ul li,
.rkBodyWrap .rkMainBox .boxWrap ul li,
.gmBodyWrap .rkMainBox .boxWrap ul li,
.bodyWrap .rkMainBox .boxWrap ul li {
	color: #FFFFFF;
	opacity: .5
}

.gdBodyWrap .rkMainBox .boxWrap ul li a,
.inBodyWrap .rkMainBox .boxWrap ul li a,
.rkBodyWrap .rkMainBox .boxWrap ul li a,
.gmBodyWrap .rkMainBox .boxWrap ul li a,
.bodyWrap .rkMainBox .boxWrap ul li a {
	color: inherit
}

.gdBodyWrap .rkMainBox .boxWrap ul li:hover,
.inBodyWrap .rkMainBox .boxWrap ul li:hover,
.rkBodyWrap .rkMainBox .boxWrap ul li:hover,
.gmBodyWrap .rkMainBox .boxWrap ul li:hover,
.bodyWrap .rkMainBox .boxWrap ul li:hover,
.gdBodyWrap .rkMainBox .boxWrap ul li.active,
.inBodyWrap .rkMainBox .boxWrap ul li.active,
.rkBodyWrap .rkMainBox .boxWrap ul li.active,
.gmBodyWrap .rkMainBox .boxWrap ul li.active,
.bodyWrap .rkMainBox .boxWrap ul li.active {
	opacity: 1
}

.gdBodyWrap .rkMainBox .boxWrap ul li::after,
.inBodyWrap .rkMainBox .boxWrap ul li::after,
.rkBodyWrap .rkMainBox .boxWrap ul li::after,
.gmBodyWrap .rkMainBox .boxWrap ul li::after,
.bodyWrap .rkMainBox .boxWrap ul li::after {
	content: '/';
	opacity: 1;
	margin: 0 10px
}

.gdBodyWrap .rkMainBox .boxWrap ul li:last-child::after,
.inBodyWrap .rkMainBox .boxWrap ul li:last-child::after,
.rkBodyWrap .rkMainBox .boxWrap ul li:last-child::after,
.gmBodyWrap .rkMainBox .boxWrap ul li:last-child::after,
.bodyWrap .rkMainBox .boxWrap ul li:last-child::after {
	display: none
}

.gdBodyWrap .rkTabsBox .boxWrap,
.inBodyWrap .rkTabsBox .boxWrap,
.rkBodyWrap .rkTabsBox .boxWrap,
.gmBodyWrap .rkTabsBox .boxWrap,
.bodyWrap .rkTabsBox .boxWrap {
	background: linear-gradient(145deg, rgba(123, 239, 220, 0.2) 0%, rgba(137, 238, 255, 0.1) 100%);
	border-radius: 5px;
	min-height: 160px;
	position: relative;
	z-index: 1
}

.gdBodyWrap .rkTabsBox .boxWrap::before,
.inBodyWrap .rkTabsBox .boxWrap::before,
.rkBodyWrap .rkTabsBox .boxWrap::before,
.gmBodyWrap .rkTabsBox .boxWrap::before,
.bodyWrap .rkTabsBox .boxWrap::before {
	content: '';
	display: block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	width: 126px;
	height: 136px;
	background-position: -3px -374px;
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -65px;
	z-index: -1
}

.gdBodyWrap .rkTabsBox .boxWrap .multiColumnList,
.inBodyWrap .rkTabsBox .boxWrap .multiColumnList,
.rkBodyWrap .rkTabsBox .boxWrap .multiColumnList,
.gmBodyWrap .rkTabsBox .boxWrap .multiColumnList,
.bodyWrap .rkTabsBox .boxWrap .multiColumnList {
	grid-template-columns: repeat(6, 160px);
	padding: 15px 22px 28px 102px;
	font-size: 16px;
	color: #999999
}

.gdBodyWrap .rkTabsBox .boxWrap .multiColumnList li,
.inBodyWrap .rkTabsBox .boxWrap .multiColumnList li,
.rkBodyWrap .rkTabsBox .boxWrap .multiColumnList li,
.gmBodyWrap .rkTabsBox .boxWrap .multiColumnList li,
.bodyWrap .rkTabsBox .boxWrap .multiColumnList li {
	margin-top: 18px
}

.gdBodyWrap .rkTabsBox .boxWrap .multiColumnList li a,
.inBodyWrap .rkTabsBox .boxWrap .multiColumnList li a,
.rkBodyWrap .rkTabsBox .boxWrap .multiColumnList li a,
.gmBodyWrap .rkTabsBox .boxWrap .multiColumnList li a,
.bodyWrap .rkTabsBox .boxWrap .multiColumnList li a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.gdBodyWrap .rkTabsBox .boxWrap .multiColumnList li a:hover,
.inBodyWrap .rkTabsBox .boxWrap .multiColumnList li a:hover,
.rkBodyWrap .rkTabsBox .boxWrap .multiColumnList li a:hover,
.gmBodyWrap .rkTabsBox .boxWrap .multiColumnList li a:hover,
.bodyWrap .rkTabsBox .boxWrap .multiColumnList li a:hover {
	color: #333333;
	background: #47FFA3
}

.gdBodyWrap .rkListBox,
.inBodyWrap .rkListBox,
.rkBodyWrap .rkListBox,
.gmBodyWrap .rkListBox,
.bodyWrap .rkListBox {
	margin-top: 54px
}

.gdBodyWrap .rkListBox .boxWrap .title,
.inBodyWrap .rkListBox .boxWrap .title,
.rkBodyWrap .rkListBox .boxWrap .title,
.gmBodyWrap .rkListBox .boxWrap .title,
.bodyWrap .rkListBox .boxWrap .title {
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center
}

.gdBodyWrap .rkListBox .boxWrap .title p,
.inBodyWrap .rkListBox .boxWrap .title p,
.rkBodyWrap .rkListBox .boxWrap .title p,
.gmBodyWrap .rkListBox .boxWrap .title p,
.bodyWrap .rkListBox .boxWrap .title p {
	position: relative;
	z-index: 1
}

.gdBodyWrap .rkListBox .boxWrap .title p::before,
.inBodyWrap .rkListBox .boxWrap .title p::before,
.rkBodyWrap .rkListBox .boxWrap .title p::before,
.gmBodyWrap .rkListBox .boxWrap .title p::before,
.bodyWrap .rkListBox .boxWrap .title p::before {
	content: '';
	display: block;
	width: 120px;
	height: 10px;
	background: #47FFA3;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: -1
}

.gdBodyWrap .rkListBox .boxWrap .title p span,
.inBodyWrap .rkListBox .boxWrap .title p span,
.rkBodyWrap .rkListBox .boxWrap .title p span,
.gmBodyWrap .rkListBox .boxWrap .title p span,
.bodyWrap .rkListBox .boxWrap .title p span {
	font-size: 48px;
	color: #333333;
	line-height: 48px;
	opacity: .1;
	position: absolute;
	bottom: 8px;
	left: -3px;
	right: -3px
}

.gdBodyWrap .rkNewsBox,
.inBodyWrap .rkNewsBox,
.rkBodyWrap .rkNewsBox,
.gmBodyWrap .rkNewsBox,
.bodyWrap .rkNewsBox {
	margin-top: 38px;
	margin-bottom: 50px
}

.gdBodyWrap .rkNewsBox .multiColumnList,
.inBodyWrap .rkNewsBox .multiColumnList,
.rkBodyWrap .rkNewsBox .multiColumnList,
.gmBodyWrap .rkNewsBox .multiColumnList,
.bodyWrap .rkNewsBox .multiColumnList {
	margin-top: 18px;
	grid-template-columns: repeat(2, 50%);
	color: #333;
	font-size: 16px;
	line-height: 20px
}

.gdBodyWrap .rkNewsBox .multiColumnList .boxCont,
.inBodyWrap .rkNewsBox .multiColumnList .boxCont,
.rkBodyWrap .rkNewsBox .multiColumnList .boxCont,
.gmBodyWrap .rkNewsBox .multiColumnList .boxCont,
.bodyWrap .rkNewsBox .multiColumnList .boxCont {
	border-right: 1px dashed #E5E5E5;
	padding-right: 42px
}

.gdBodyWrap .rkNewsBox .multiColumnList .boxCont:last-child,
.inBodyWrap .rkNewsBox .multiColumnList .boxCont:last-child,
.rkBodyWrap .rkNewsBox .multiColumnList .boxCont:last-child,
.gmBodyWrap .rkNewsBox .multiColumnList .boxCont:last-child,
.bodyWrap .rkNewsBox .multiColumnList .boxCont:last-child {
	padding-left: 46px;
	padding-right: 0;
	border-right: unset
}

.gdBodyWrap .rkNewsBox .multiColumnList .boxCont a,
.inBodyWrap .rkNewsBox .multiColumnList .boxCont a,
.rkBodyWrap .rkNewsBox .multiColumnList .boxCont a,
.gmBodyWrap .rkNewsBox .multiColumnList .boxCont a,
.bodyWrap .rkNewsBox .multiColumnList .boxCont a {
	margin-top: 16px;
	display: flex;
	align-items: center
}

.gdBodyWrap .rkNewsBox .multiColumnList .boxCont a:first-child,
.inBodyWrap .rkNewsBox .multiColumnList .boxCont a:first-child,
.rkBodyWrap .rkNewsBox .multiColumnList .boxCont a:first-child,
.gmBodyWrap .rkNewsBox .multiColumnList .boxCont a:first-child,
.bodyWrap .rkNewsBox .multiColumnList .boxCont a:first-child {
	margin-top: 0
}

.gdBodyWrap .rkNewsBox .multiColumnList .boxCont a::before,
.inBodyWrap .rkNewsBox .multiColumnList .boxCont a::before,
.rkBodyWrap .rkNewsBox .multiColumnList .boxCont a::before,
.gmBodyWrap .rkNewsBox .multiColumnList .boxCont a::before,
.bodyWrap .rkNewsBox .multiColumnList .boxCont a::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #47FFA3
}

.gdBodyWrap .rkNewsBox .multiColumnList .boxCont a p,
.inBodyWrap .rkNewsBox .multiColumnList .boxCont a p,
.rkBodyWrap .rkNewsBox .multiColumnList .boxCont a p,
.gmBodyWrap .rkNewsBox .multiColumnList .boxCont a p,
.bodyWrap .rkNewsBox .multiColumnList .boxCont a p {
	flex: 1;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.gdBodyWrap .rkNewsBox .multiColumnList .boxCont a .time,
.inBodyWrap .rkNewsBox .multiColumnList .boxCont a .time,
.rkBodyWrap .rkNewsBox .multiColumnList .boxCont a .time,
.gmBodyWrap .rkNewsBox .multiColumnList .boxCont a .time,
.bodyWrap .rkNewsBox .multiColumnList .boxCont a .time {
	font-size: 14px;
	line-height: 20px
}

.gdBodyWrap .lsDetailBox,
.inBodyWrap .lsDetailBox,
.rkBodyWrap .lsDetailBox,
.gmBodyWrap .lsDetailBox,
.bodyWrap .lsDetailBox {
	width: 100%;
	background-image: url(../ig/ls_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: -58px;
	padding-top: 58px;
	min-height: 320px
}

.gdBodyWrap .lsDetailBox .boxWrap .inTitle .titleL,
.inBodyWrap .lsDetailBox .boxWrap .inTitle .titleL,
.rkBodyWrap .lsDetailBox .boxWrap .inTitle .titleL,
.gmBodyWrap .lsDetailBox .boxWrap .inTitle .titleL,
.bodyWrap .lsDetailBox .boxWrap .inTitle .titleL {
	font-size: 60px;
	line-height: 50px;
	color: rgba(254, 198, 41, 0.2)
}

.gdBodyWrap .lsDetailBox .boxWrap .inTitle .titleL p,
.inBodyWrap .lsDetailBox .boxWrap .inTitle .titleL p,
.rkBodyWrap .lsDetailBox .boxWrap .inTitle .titleL p,
.gmBodyWrap .lsDetailBox .boxWrap .inTitle .titleL p,
.bodyWrap .lsDetailBox .boxWrap .inTitle .titleL p {
	margin-left: -2px
}

.gdBodyWrap .lsDetailBox .boxWrap .inTitle .titleL p span,
.inBodyWrap .lsDetailBox .boxWrap .inTitle .titleL p span,
.rkBodyWrap .lsDetailBox .boxWrap .inTitle .titleL p span,
.gmBodyWrap .lsDetailBox .boxWrap .inTitle .titleL p span,
.bodyWrap .lsDetailBox .boxWrap .inTitle .titleL p span {
	font-size: 34px;
	line-height: 38px;
	color: #7bc71f;
	left: 4px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap {
	margin-top: 20px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul {
	display: flex
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a {
	margin-right: 20px;
	width: 226px;
	height: 120px;
	background-position: -3px -471px;
	padding-top: 24px;
	padding-left: 32px;
	position: relative;
	z-index: 1;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a::after,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a::after,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a::after,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a::after,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a::after {
	content: "NO.";
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.15);
	position: absolute;
	left: 24px;
	top: 30px;
	z-index: -1
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a p,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a p,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a p,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a p,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: fit-content;
	text-align: center
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a p span,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a p span,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a p span,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a p span,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a p span {
	margin-top: 10px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a span,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a span,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a span,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a span,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a span {
	font-size: 12px;
	line-height: 12px;
	font-weight: 400
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a>.icon,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a>.icon,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a>.icon,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a>.icon,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a>.icon {
	position: absolute;
	bottom: 10px;
	right: 14px;
	width: 48px;
	height: 48px;
	background-position: -3px -413px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a:hover,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a:hover,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a:hover,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a:hover,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a:hover {
	opacity: .9
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:last-child,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:last-child,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:last-child,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:last-child,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:last-child {
	margin-right: 0
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(2n) a,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(2n) a,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(2n) a,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(2n) a,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(2n) a {
	background-position: -3.5px -600px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(2n) a>.icon,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(2n) a>.icon,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(2n) a>.icon,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(2n) a>.icon,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(2n) a>.icon {
	width: 46px;
	height: 48px;
	background-position: -61px -413px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(3n) a,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(3n) a,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(3n) a,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(3n) a,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(3n) a {
	background-position: -3.5px -729px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(3n) a>.icon,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(3n) a>.icon,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(3n) a>.icon,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(3n) a>.icon,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:nth-child(3n) a>.icon {
	width: 41px;
	height: 47px;
	background-position: -117px -413px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li.active a::before,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li.active a::before,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li.active a::before,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li.active a::before,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li.active a::before {
	content: "";
	display: block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	width: 47px;
	height: 47px;
	background-position: -168px -413px;
	position: absolute;
	left: -1px;
	top: 9px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont {
	margin-top: 20px;
	padding-bottom: 32px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul li a,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul li a,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul li a,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul li a,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul li a {
	margin: 10px 10px 0;
	display: block;
	padding: 0 11px;
	height: 36px;
	line-height: 34px;
	background-color: #e1e3ea;
	border: 1px solid transparent;
	border-radius: 3px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul li a:hover,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul li a:hover,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul li a:hover,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul li a:hover,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo>ul li a:hover {
	border-color: #FF8B20;
	color: #FF7D04;
	background: #FFF2E5
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList {
	min-height: 300px;
	margin-top: 30px;
	background: #FFFFFF;
	border-radius: 10px;
	position: relative;
	z-index: 1
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList::before,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList::before,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList::before,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList::before,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 252px;
	background: linear-gradient(0deg, #FFFFFF, #FFF3E2);
	border-radius: 10px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 22px;
	font-size: 12px;
	line-height: 32px;
	color: #FFB672;
	border-bottom: 1px solid rgba(231, 211, 192, 0.5)
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle>span,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle>span,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle>span,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle>span,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle>span {
	position: absolute;
	left: 20px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle>span:last-child,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle>span:last-child,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle>span:last-child,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle>span:last-child,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle>span:last-child {
	left: unset;
	right: 20px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p {
	font-size: 26px;
	font-weight: bold;
	color: #924807;
	display: flex;
	align-items: center
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::before,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::before,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::before,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::before,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::before,
.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::after,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::after,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::after,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::after,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::after {
	content: "";
	margin: 0 10px;
	display: inline-block;
	width: 17px;
	height: 31px;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	background-position: -225px -413px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::after,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::after,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::after,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::after,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::after {
	transform: rotateY(180deg)
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul {
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 32px 20px 40px;
	margin-bottom: 10px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>span,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>span,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>span,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>span,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>span {
	width: 79px;
	height: 116px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #cbcbcb;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 44px;
	padding-right: 12px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo {
	flex: 1;
	overflow: hidden;
	display: flex
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo>.imgBox,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo>.imgBox,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo>.imgBox,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo>.imgBox,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo>.imgBox {
	width: 116px;
	height: 116px;
	border-radius: 20px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt {
	flex: 1;
	overflow: hidden;
	padding-left: 18px;
	padding-right: 10px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: justify;
	font-size: 14px;
	line-height: 18px;
	margin-top: 6px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p:first-child,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p:first-child,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p:first-child,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p:first-child,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p:first-child {
	margin-top: 2px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time {
	margin-top: 8px;
	color: #999
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time span,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time span,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time span,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time span,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time span {
	margin: 0 10px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time span:first-child,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time span:first-child,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time span:first-child,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time span:first-child,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.time span:first-child {
	margin-left: 0
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.txt,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.txt,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.txt,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.txt,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.txt {
	color: #434343
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.tags,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.tags,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.tags,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.tags,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.tags {
	margin-top: 10px;
	display: flex
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.tags span,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.tags span,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.tags span,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.tags span,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a .itemInfo .infoTxt p.tags span {
	padding: 0 6px;
	margin-right: 8px;
	height: 21px;
	line-height: 19px;
	font-size: 12px;
	border: 1px solid rgba(153, 153, 153, 0.3);
	color: #ccc;
	border-radius: 10px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>i.icon,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>i.icon,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>i.icon,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>i.icon,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>i.icon {
	width: 18px;
	height: 18px;
	background-position: -29px -388px;
	margin-right: 30px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>.imgBox,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>.imgBox,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>.imgBox,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>.imgBox,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>.imgBox {
	width: 268px;
	height: 144px;
	border-radius: 10px;
	position: relative
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>.imgBox .icon,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>.imgBox .icon,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>.imgBox .icon,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>.imgBox .icon,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li a>.imgBox .icon {
	cursor: pointer;
	width: 28px;
	height: 28px;
	background-position: -340px -413px;
	position: absolute;
	top: 8px;
	right: 7px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li>.imgBox,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li>.imgBox,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li>.imgBox,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li>.imgBox,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li>.imgBox {
	width: 268px;
	height: 144px;
	border-radius: 10px;
	position: relative
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li>.imgBox .icon,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li>.imgBox .icon,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li>.imgBox .icon,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li>.imgBox .icon,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li>.imgBox .icon {
	cursor: pointer;
	width: 28px;
	height: 28px;
	background-position: -340px -413px;
	position: absolute;
	top: 8px;
	right: 7px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(1) a>span,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(1) a>span,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(1) a>span,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(1) a>span,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(1) a>span,
.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(2) a>span,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(2) a>span,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(2) a>span,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(2) a>span,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(2) a>span,
.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(3) a>span,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(3) a>span,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(3) a>span,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(3) a>span,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:nth-child(3) a>span {
	background-position: -252px -413px;
	display: block;
	width: 78px;
	height: 65px;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	text-align: center;
	font-size: 22px;
	line-height: 42px;
	font-weight: bold;
	color: #FF6600
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a,
.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a {
	border-top: 2px solid #ffd81f;
	border-bottom: 2px solid #ffd81f;
	position: relative
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::before,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::before,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::before,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::before,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::before,
.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::before,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::before,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::before,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::before,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::before,
.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::after,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::after,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::after,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::after,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::after,
.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::after,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::after,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::after,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::after,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::after {
	content: "";
	width: 48px;
	height: 2px;
	display: block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	background-position: -376px -19px;
	position: absolute;
	top: -2px;
	right: 300px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::after,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::after,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::after,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::after,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a::after,
.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::after,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::after,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::after,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::after,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::after {
	bottom: -2px;
	left: 300px;
	top: unset;
	right: unset;
	transform: rotateY(180deg)
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a>.imgBox img,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a>.imgBox img,
.rkBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a>.imgBox img,
.gmBodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a>.imgBox img,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a>.imgBox img {
	transform: scale(1.2)
}

.gdBodyWrap .lsNewsBox,
.inBodyWrap .lsNewsBox,
.rkBodyWrap .lsNewsBox,
.gmBodyWrap .lsNewsBox,
.bodyWrap .lsNewsBox {
	margin-top: 30px
}

.gdBodyWrap .lsNewsBox .inTitle .titleL::before,
.inBodyWrap .lsNewsBox .inTitle .titleL::before,
.rkBodyWrap .lsNewsBox .inTitle .titleL::before,
.gmBodyWrap .lsNewsBox .inTitle .titleL::before,
.bodyWrap .lsNewsBox .inTitle .titleL::before {
	width: 30px;
	height: 30px;
	background-position: -140px -90px
}

.gdBodyWrap .lsNewsBox .lsRankList,
.inBodyWrap .lsNewsBox .lsRankList,
.rkBodyWrap .lsNewsBox .lsRankList,
.gmBodyWrap .lsNewsBox .lsRankList,
.bodyWrap .lsNewsBox .lsRankList {
	margin-top: 1px
}

.gdBodyWrap .lsNewsBox .lsRankList li>a,
.inBodyWrap .lsNewsBox .lsRankList li>a,
.rkBodyWrap .lsNewsBox .lsRankList li>a,
.gmBodyWrap .lsNewsBox .lsRankList li>a,
.bodyWrap .lsNewsBox .lsRankList li>a {
	padding: 24px 1px 23px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E5E5E5
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .num,
.inBodyWrap .lsNewsBox .lsRankList li>a .num,
.rkBodyWrap .lsNewsBox .lsRankList li>a .num,
.gmBodyWrap .lsNewsBox .lsRankList li>a .num,
.bodyWrap .lsNewsBox .lsRankList li>a .num {
	display: block;
	width: 52px;
	color: #7bc71f
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .num i,
.inBodyWrap .lsNewsBox .lsRankList li>a .num i,
.rkBodyWrap .lsNewsBox .lsRankList li>a .num i,
.gmBodyWrap .lsNewsBox .lsRankList li>a .num i,
.bodyWrap .lsNewsBox .lsRankList li>a .num i {
	display: block;
	width: 32px;
	height: 32px;
	background: #FFEEEB;
	border-radius: 5px;
	font-style: normal;
	text-align: center;
	line-height: 32px
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .imgBox,
.inBodyWrap .lsNewsBox .lsRankList li>a .imgBox,
.rkBodyWrap .lsNewsBox .lsRankList li>a .imgBox,
.gmBodyWrap .lsNewsBox .lsRankList li>a .imgBox,
.bodyWrap .lsNewsBox .lsRankList li>a .imgBox {
	width: 110px;
	height: 110px;
	background: #FF6947;
	border-radius: 28px
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .imgBox img,
.inBodyWrap .lsNewsBox .lsRankList li>a .imgBox img,
.rkBodyWrap .lsNewsBox .lsRankList li>a .imgBox img,
.gmBodyWrap .lsNewsBox .lsRankList li>a .imgBox img,
.bodyWrap .lsNewsBox .lsRankList li>a .imgBox img {
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .imgInfo,
.inBodyWrap .lsNewsBox .lsRankList li>a .imgInfo,
.rkBodyWrap .lsNewsBox .lsRankList li>a .imgInfo,
.gmBodyWrap .lsNewsBox .lsRankList li>a .imgInfo,
.bodyWrap .lsNewsBox .lsRankList li>a .imgInfo {
	flex: 1;
	padding: 0 40px 0 24px
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p,
.inBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p,
.rkBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p,
.gmBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p,
.bodyWrap .lsNewsBox .lsRankList li>a .imgInfo p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: justify
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p:first-child,
.inBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p:first-child,
.rkBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p:first-child,
.gmBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p:first-child,
.bodyWrap .lsNewsBox .lsRankList li>a .imgInfo p:first-child {
	margin-top: unset;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #333333
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p.other span,
.inBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p.other span,
.rkBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p.other span,
.gmBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p.other span,
.bodyWrap .lsNewsBox .lsRankList li>a .imgInfo p.other span {
	margin-right: 32px
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p.txt,
.inBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p.txt,
.rkBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p.txt,
.gmBodyWrap .lsNewsBox .lsRankList li>a .imgInfo p.txt,
.bodyWrap .lsNewsBox .lsRankList li>a .imgInfo p.txt {
	-webkit-line-clamp: 2
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .btnW,
.inBodyWrap .lsNewsBox .lsRankList li>a .btnW,
.rkBodyWrap .lsNewsBox .lsRankList li>a .btnW,
.gmBodyWrap .lsNewsBox .lsRankList li>a .btnW,
.bodyWrap .lsNewsBox .lsRankList li>a .btnW {
	width: 145px;
	height: 100px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .btnW::before,
.inBodyWrap .lsNewsBox .lsRankList li>a .btnW::before,
.rkBodyWrap .lsNewsBox .lsRankList li>a .btnW::before,
.gmBodyWrap .lsNewsBox .lsRankList li>a .btnW::before,
.bodyWrap .lsNewsBox .lsRankList li>a .btnW::before {
	content: "";
	display: block;
	width: 1px;
	height: 100px;
	background: linear-gradient(0deg, #FFFFFF 0%, #E6E6E6 51%, #FFFFFF 100%);
	border-radius: 1px
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .btnW span,
.inBodyWrap .lsNewsBox .lsRankList li>a .btnW span,
.rkBodyWrap .lsNewsBox .lsRankList li>a .btnW span,
.gmBodyWrap .lsNewsBox .lsRankList li>a .btnW span,
.bodyWrap .lsNewsBox .lsRankList li>a .btnW span {
	width: 104px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #FFEEEB;
	border-radius: 8px;
	font-size: 16px;
	color: #7bc71f
}

.gdBodyWrap .lsNewsBox .lsRankList li>a:hover .imgBox img,
.inBodyWrap .lsNewsBox .lsRankList li>a:hover .imgBox img,
.rkBodyWrap .lsNewsBox .lsRankList li>a:hover .imgBox img,
.gmBodyWrap .lsNewsBox .lsRankList li>a:hover .imgBox img,
.bodyWrap .lsNewsBox .lsRankList li>a:hover .imgBox img {
	transform: scale(1.2)
}

.gdBodyWrap .lsNewsBox .lsRankList li>a:hover .imgInfo p:first-child,
.inBodyWrap .lsNewsBox .lsRankList li>a:hover .imgInfo p:first-child,
.rkBodyWrap .lsNewsBox .lsRankList li>a:hover .imgInfo p:first-child,
.gmBodyWrap .lsNewsBox .lsRankList li>a:hover .imgInfo p:first-child,
.bodyWrap .lsNewsBox .lsRankList li>a:hover .imgInfo p:first-child {
	color: #7bc71f
}

.gdBodyWrap .lsNewsBox .lsRankList li>a:hover .btnW span,
.inBodyWrap .lsNewsBox .lsRankList li>a:hover .btnW span,
.rkBodyWrap .lsNewsBox .lsRankList li>a:hover .btnW span,
.gmBodyWrap .lsNewsBox .lsRankList li>a:hover .btnW span,
.bodyWrap .lsNewsBox .lsRankList li>a:hover .btnW span {
	background: #7bc71f;
	color: #fff
}

.gdBodyWrap .lsNewsBox .lsRankList li:nth-child(1)>a .num,
.inBodyWrap .lsNewsBox .lsRankList li:nth-child(1)>a .num,
.rkBodyWrap .lsNewsBox .lsRankList li:nth-child(1)>a .num,
.gmBodyWrap .lsNewsBox .lsRankList li:nth-child(1)>a .num,
.bodyWrap .lsNewsBox .lsRankList li:nth-child(1)>a .num,
.gdBodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num,
.inBodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num,
.rkBodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num,
.gmBodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num,
.bodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num,
.gdBodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num,
.inBodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num,
.rkBodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num,
.gmBodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num,
.bodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num {
	display: flex;
	align-items: center
}

.gdBodyWrap .lsNewsBox .lsRankList li:nth-child(1)>a .num::before,
.inBodyWrap .lsNewsBox .lsRankList li:nth-child(1)>a .num::before,
.rkBodyWrap .lsNewsBox .lsRankList li:nth-child(1)>a .num::before,
.gmBodyWrap .lsNewsBox .lsRankList li:nth-child(1)>a .num::before,
.bodyWrap .lsNewsBox .lsRankList li:nth-child(1)>a .num::before,
.gdBodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num::before,
.inBodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num::before,
.rkBodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num::before,
.gmBodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num::before,
.bodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num::before,
.gdBodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num::before,
.inBodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num::before,
.rkBodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num::before,
.gmBodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num::before,
.bodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num::before {
	content: "";
	display: block;
	background-image: url(../ig/icon.png);
	background-repeat: no-repeat;
	background-size: 1000px 1000px;
	width: 32px;
	height: 43px;
	background-position: -3px -281px
}

.gdBodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num::before,
.inBodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num::before,
.rkBodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num::before,
.gmBodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num::before,
.bodyWrap .lsNewsBox .lsRankList li:nth-child(2)>a .num::before {
	background-position: -40px -281px
}

.gdBodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num::before,
.inBodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num::before,
.rkBodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num::before,
.gmBodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num::before,
.bodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num::before {
	background-position: -77px -281px
}

.gdBodyWrap .lsLatestBox,
.inBodyWrap .lsLatestBox,
.rkBodyWrap .lsLatestBox,
.gmBodyWrap .lsLatestBox,
.bodyWrap .lsLatestBox {
	margin-top: 30px
}

.gdBodyWrap .lsLatestBox .linkList,
.inBodyWrap .lsLatestBox .linkList,
.rkBodyWrap .lsLatestBox .linkList,
.gmBodyWrap .lsLatestBox .linkList,
.bodyWrap .lsLatestBox .linkList {
	grid-template-columns: repeat(5, 18.33%);
	margin-top: -4px;
	padding: 0 0 30px
}

.gdBodyWrap .lsLatestBox .linkList li,
.inBodyWrap .lsLatestBox .linkList li,
.rkBodyWrap .lsLatestBox .linkList li,
.gmBodyWrap .lsLatestBox .linkList li,
.bodyWrap .lsLatestBox .linkList li {
	margin-top: 24px
}

.gdBodyWrap .lsLatestBox .linkList li>a,
.inBodyWrap .lsLatestBox .linkList li>a,
.rkBodyWrap .lsLatestBox .linkList li>a,
.gmBodyWrap .lsLatestBox .linkList li>a,
.bodyWrap .lsLatestBox .linkList li>a {
	border-radius: 4px
}

.gdBodyWrap .noPageBox,
.inBodyWrap .noPageBox,
.rkBodyWrap .noPageBox,
.gmBodyWrap .noPageBox,
.bodyWrap .noPageBox {
	width: 100%;
	min-height: 420px;
	height: calc(100vh - 375px);
	display: flex;
	align-items: center;
	justify-content: center
}

.gdBodyWrap .noPageBox .boxWrap,
.inBodyWrap .noPageBox .boxWrap,
.rkBodyWrap .noPageBox .boxWrap,
.gmBodyWrap .noPageBox .boxWrap,
.bodyWrap .noPageBox .boxWrap {
	height: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.gdBodyWrap .noPageBox .boxWrap::before,
.inBodyWrap .noPageBox .boxWrap::before,
.rkBodyWrap .noPageBox .boxWrap::before,
.gmBodyWrap .noPageBox .boxWrap::before,
.bodyWrap .noPageBox .boxWrap::before {
	content: "";
	background-image: url(../ig/404.png);
	background-repeat: no-repeat;
	background-size: 456px 323px;
	display: block;
	width: 456px;
	height: 323px;
	background-position: 0px 0px
}

.gdBodyWrap .noPageBox .boxWrap p,
.inBodyWrap .noPageBox .boxWrap p,
.rkBodyWrap .noPageBox .boxWrap p,
.gmBodyWrap .noPageBox .boxWrap p,
.bodyWrap .noPageBox .boxWrap p {
	margin-top: 26px;
	color: #999;
	font-size: 18px;
	line-height: 22px
}

.gdBodyWrap .noPageBox .boxWrap a,
.inBodyWrap .noPageBox .boxWrap a,
.rkBodyWrap .noPageBox .boxWrap a,
.gmBodyWrap .noPageBox .boxWrap a,
.bodyWrap .noPageBox .boxWrap a {
	margin-top: 34px;
	color: inherit;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #7bc71f;
	border-radius: 8px;
	padding: 0 25px;
	width: fit-content
}

.gdBodyWrap .noPageBox .boxWrap a:hover,
.inBodyWrap .noPageBox .boxWrap a:hover,
.rkBodyWrap .noPageBox .boxWrap a:hover,
.gmBodyWrap .noPageBox .boxWrap a:hover,
.bodyWrap .noPageBox .boxWrap a:hover {
	opacity: .85
}

.gdBodyWrap,
.rkBodyWrap,
.gmBodyWrap,
.inBodyWrap {
	padding-bottom: 50px
}

.gdBodyWrap {
	background-color: #fafafa
}

.rkBodyWrap {
	background-image: url(../ig/inBg1.png)
}

.popupBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1002;
	display: flex;
	align-items: center;
	justify-content: center
}

.popupBox .boxCont {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column
}

.popupBox .icon {
	background-image: url(../ig/popup.png);
	background-repeat: no-repeat;
	background-size: 502px 220px
}

.popupBox .authBox,
.popupBox .historyBox,
.popupBox .feedbackBox,
.popupBox .subSuccessBox,
.popupBox .subBox {
	width: 470px;
	height: 324px;
	border-radius: 24px;
	background: linear-gradient(180deg, #ECFFF6 0%, #fff 50%, #fff 100%);
	padding: 24px 0;
	position: relative
}

.popupBox .authBox>.tip,
.popupBox .historyBox>.tip,
.popupBox .feedbackBox>.tip,
.popupBox .subSuccessBox>.tip,
.popupBox .subBox>.tip {
	position: absolute;
	top: -11px;
	left: 33px;
	width: 87px;
	height: 95px;
	background-position: -303px -2px
}

.popupBox .authBox .boxTop,
.popupBox .historyBox .boxTop,
.popupBox .feedbackBox .boxTop,
.popupBox .subSuccessBox .boxTop,
.popupBox .subBox .boxTop {
	display: flex;
	flex-direction: column;
	align-items: center
}

.popupBox .authBox .boxTop>p,
.popupBox .historyBox .boxTop>p,
.popupBox .feedbackBox .boxTop>p,
.popupBox .subSuccessBox .boxTop>p,
.popupBox .subBox .boxTop>p {
	font-size: 36px;
	line-height: 60px;
	color: #333;
	font-weight: bold
}

.popupBox .authBox .boxCenter,
.popupBox .historyBox .boxCenter,
.popupBox .feedbackBox .boxCenter,
.popupBox .subSuccessBox .boxCenter,
.popupBox .subBox .boxCenter {
	margin: 28px 60px 32px;
	position: relative
}

.popupBox .authBox .boxCenter p,
.popupBox .historyBox .boxCenter p,
.popupBox .feedbackBox .boxCenter p,
.popupBox .subSuccessBox .boxCenter p,
.popupBox .subBox .boxCenter p {
	font-size: 18px;
	line-height: 22px;
	color: #333
}

.popupBox .authBox .boxCenter input,
.popupBox .historyBox .boxCenter input,
.popupBox .feedbackBox .boxCenter input,
.popupBox .subSuccessBox .boxCenter input,
.popupBox .subBox .boxCenter input {
	font-size: 16px;
	color: #999999;
	margin-top: 18px;
	width: 100%;
	height: 54px;
	background: #F7F7F7;
	border-radius: 5px;
	border: unset;
	text-indent: 20px
}

.popupBox .authBox .boxBottom,
.popupBox .historyBox .boxBottom,
.popupBox .feedbackBox .boxBottom,
.popupBox .subSuccessBox .boxBottom,
.popupBox .subBox .boxBottom {
	display: flex;
	justify-content: center
}

.popupBox .authBox .boxBottom button,
.popupBox .historyBox .boxBottom button,
.popupBox .feedbackBox .boxBottom button,
.popupBox .subSuccessBox .boxBottom button,
.popupBox .subBox .boxBottom button {
	width: 350px;
	height: 54px;
	background: #47FFA3;
	border-radius: 5px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 54px
}

.popupBox .authBox .close,
.popupBox .historyBox .close,
.popupBox .feedbackBox .close,
.popupBox .subSuccessBox .close,
.popupBox .subBox .close {
	cursor: pointer
}

.popupBox .authBox>.close,
.popupBox .historyBox>.close,
.popupBox .feedbackBox>.close,
.popupBox .subSuccessBox>.close,
.popupBox .subBox>.close {
	width: 20px;
	height: 20px;
	background-position: -6px -107px;
	position: absolute;
	top: 24px;
	right: 24px
}

.popupBox .waitBox,
.popupBox .subSuccessBox {
	height: 236px
}

.popupBox .waitBox>.tip,
.popupBox .subSuccessBox>.tip {
	top: -13px;
	width: 96px;
	height: 98px;
	background-position: -405px -2px
}

.popupBox .waitBox .boxCenter,
.popupBox .subSuccessBox .boxCenter {
	text-align: center;
	margin: 24px 0
}

.popupBox .waitBox .boxCenter p.wait,
.popupBox .subSuccessBox .boxCenter p.wait,
.popupBox .waitBox .boxCenter p.success,
.popupBox .subSuccessBox .boxCenter p.success {
	font-size: 18px;
	color: #999
}

.popupBox .waitBox .boxCenter p.wait,
.popupBox .subSuccessBox .boxCenter p.wait {
	display: none
}

.popupBox .waitBox .boxCenter p.wait {
	display: block
}

.popupBox .waitBox .boxCenter p.success {
	display: none
}

.popupBox .authBox,
.popupBox .historyBox,
.popupBox .feedbackBox {
	width: 470px;
	border-radius: 24px;
	height: calc(100vh - 100px);
	max-height: 650px;
	background: linear-gradient(180deg, #F5F5FF 0%, #fff 21%, #fff 100%);
	padding: 22px 0px 32px
}

.popupBox .authBox .tip,
.popupBox .historyBox .tip,
.popupBox .feedbackBox .tip {
	width: 96px;
	height: 96px;
	background-position: -193px -3px;
	left: 25px;
	top: -11px
}

.popupBox .authBox .boxHead,
.popupBox .historyBox .boxHead,
.popupBox .feedbackBox .boxHead {
	display: flex;
	flex-direction: column;
	align-items: center
}

.popupBox .authBox .boxHead p,
.popupBox .historyBox .boxHead p,
.popupBox .feedbackBox .boxHead p {
	font-size: 36px;
	line-height: 64px;
	color: #333;
	font-weight: 700
}

.popupBox .authBox .boxBody,
.popupBox .historyBox .boxBody,
.popupBox .feedbackBox .boxBody {
	max-height: calc(100vh - 280px);
	font-size: 18px;
	line-height: 22px;
	color: #333;
	margin-right: 10px;
	padding: 6px 20px 32px 35px;
	overflow-y: auto
}

.popupBox .authBox .boxBody::-webkit-scrollbar,
.popupBox .historyBox .boxBody::-webkit-scrollbar,
.popupBox .feedbackBox .boxBody::-webkit-scrollbar {
	width: 7px
}

.popupBox .authBox .boxBody::-webkit-scrollbar-thumb,
.popupBox .historyBox .boxBody::-webkit-scrollbar-thumb,
.popupBox .feedbackBox .boxBody::-webkit-scrollbar-thumb {
	background: #dfdfdf;
	border-radius: 6px
}

.popupBox .authBox .boxBody .bodyItem,
.popupBox .historyBox .boxBody .bodyItem,
.popupBox .feedbackBox .boxBody .bodyItem {
	position: relative
}

.popupBox .authBox .boxBody .bodyItem>p,
.popupBox .historyBox .boxBody .bodyItem>p,
.popupBox .feedbackBox .boxBody .bodyItem>p {
	margin-top: 22px
}

.popupBox .authBox .boxBody .bodyItem .feedBackList,
.popupBox .historyBox .boxBody .bodyItem .feedBackList,
.popupBox .feedbackBox .boxBody .bodyItem .feedBackList {
	display: grid;
	grid-template-columns: repeat(3, 130px);
	justify-content: space-between;
	font-size: 14px;
	color: #999999
}

.popupBox .authBox .boxBody .bodyItem .feedBackList li,
.popupBox .historyBox .boxBody .bodyItem .feedBackList li,
.popupBox .feedbackBox .boxBody .bodyItem .feedBackList li {
	cursor: pointer;
	margin-top: 12px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 5px;
	background: #F7F5F5;
	border-radius: 5px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.popupBox .authBox .boxBody .bodyItem .feedBackList li.active,
.popupBox .historyBox .boxBody .bodyItem .feedBackList li.active,
.popupBox .feedbackBox .boxBody .bodyItem .feedBackList li.active {
	color: #333333;
	background: #47FFA3
}

.popupBox .authBox .boxBody .bodyItem input,
.popupBox .historyBox .boxBody .bodyItem input,
.popupBox .feedbackBox .boxBody .bodyItem input,
.popupBox .authBox .boxBody .bodyItem textarea,
.popupBox .historyBox .boxBody .bodyItem textarea,
.popupBox .feedbackBox .boxBody .bodyItem textarea {
	font-size: 14px;
	color: #999999;
	padding: 10px 12px;
	margin-top: 16px;
	width: 100%;
	height: 130px;
	background: #F7F7F7;
	border-radius: 5px;
	border: unset;
	resize: none
}

.popupBox .authBox .boxBody .bodyItem input,
.popupBox .historyBox .boxBody .bodyItem input,
.popupBox .feedbackBox .boxBody .bodyItem input {
	height: 54px;
	font-size: 16px
}

.popupBox .authBox .boxBody .bodyItem .countChange,
.popupBox .historyBox .boxBody .bodyItem .countChange,
.popupBox .feedbackBox .boxBody .bodyItem .countChange {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #999
}

.popupBox .historyBox {
	max-height: 600px;
	background: linear-gradient(180deg, #FDF0EA 0%, #fff 26%, #fff 100%)
}

.popupBox .historyBox .tip {
	width: 83px;
	height: 95px;
	background-position: -96px -3px;
	left: 32px;
	top: -10px
}

.popupBox .historyBox .boxBody {
	margin: 24px 24px 0 0;
	max-height: calc(100vh - 280px);
	font-size: 16px;
	line-height: 28px;
	color: #999;
	padding: 0px 12px 32px 38px;
	overflow-y: auto;
	height: 452px
}

.popupBox .historyBox .boxBody::-webkit-scrollbar {
	width: 12px;
	background: #EEEEEE
}

.popupBox .historyBox .boxBody::-webkit-scrollbar-thumb {
	background: #DCDCDC;
	border-radius: 0
}

.popupBox .historyBox .boxBody ul li {
	padding: 26px 0 24px;
	border-bottom: 1px dashed #dcdcdc
}

.popupBox .historyBox .boxBody ul li:first-child {
	padding-top: 2px
}

.popupBox .historyBox .boxBody ul li p.time {
	font-size: 16px;
	line-height: 20px;
	display: flex;
	justify-content: space-between
}

.popupBox .historyBox .boxBody ul li p.title {
	margin-top: 14px;
	color: #333;
	line-height: 20px
}

.popupBox .historyBox .boxBody ul li p.cont {
	margin-top: 10px
}

.popupBox .videoBox {
	width: 1200px;
	height: 678px;
	position: relative
}

.popupBox .videoBox .close {
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin: 20px;
	background-position: -6px -107px;
	position: absolute;
	top: 0;
	right: 0
}

.popupBox .videoBox video {
	width: 100%;
	height: 100%
}

.popupBox.hide {
	display: none
}

.fslInLinkBox {
	background: #4B4F55;
	border-radius: 5px 5px 0 0
}

.fslInLinkBox .boxWrap {
	padding: 40px 0 0
}

.fslInLinkBox .boxWrap .inTitle .titleL {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #CCCCCC
}

.fslInLinkBox .boxWrap .inTitle .titleL .icon {
	margin-right: 11px;
	width: 24px;
	height: 24px;
	background-position: -37px -351px
}

.fslInLinkBox .boxWrap .linkBoxs {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 7px 20px 21px;
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	margin: 15px 0 0;
	display: grid;
	grid-template-columns: repeat(10, 10%);
	text-align: center
}

.fslInLinkBox .boxWrap .linkBoxs li>a {
	display: block;
	margin-top: 14px;
	padding: 0 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

footer {
	width: 100%;
	background: #4B4F55;
	color: #999;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	padding: 23px 0 32px
}