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

.imgBox {
    overflow: hidden;
}
.imgBox > img {
    width: 100%;
    height: 100%;
    max-width: inherit;
    max-height: inherit;
    display: block;
    object-fit: cover;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.btn {
    font-size: 14px;
    color: #3f91ff;
    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: #3f91ff;
    box-shadow: 0 4px 10px 0 rgba(63, 145, 255, 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: 0.85;
    transition: all 0.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: #3f91ff;
}
.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, #2486ed 0%, rgba(246, 247, 255, 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: #3f91ff;
}
.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(../image/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: 0.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: #3f91ff;
    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: 0.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: #3f91ff;
    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 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.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 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.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(../image/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: 0.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(../image/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: #3f91ff;
}
.rankList li > a:hover .imgBox {
    border-color: #3f91ff;
}
.rankList li > a:hover .itemInfo p.tit {
    color: #3f91ff;
}
.rankList li > a:hover .btn {
    color: #333;
    background: #3f91ff;
}
.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(../image/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: #3f91ff;
}
.crumbsBox .boxWrap span::after,
.crumbsBox .boxWrap a::after {
    content: '';
    width: 8px;
    height: 14px;
    background-position: -98px -352px;
    background-image: url(../image/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: #3f91ff;
    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: #3f91ff;
}
.pageCode a.current {
    color: #fff;
    background: #3f9efc;
}
.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: 0.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(../image/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 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.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: 0.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 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.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 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.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 #3f91ff;
    border-bottom: 2px solid #3f91ff;
    color: #3f91ff;
    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(../image/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: 26px;
    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: 0.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(../image/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(../image/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(../image/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(../image/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;
}
.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: #3f91ff;
    color: #fff;
}
.hide {
    display: none;
}

.fslRkNavWrap,
.fslNavWrap {
    background: #3f91ff;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
.fslRkNavWrap .boxWrap,
.fslNavWrap .boxWrap {
    height: inherit;
}
.fslRkNavWrap .boxWrap ul,
.fslNavWrap .boxWrap ul {
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}
.fslRkNavWrap .boxWrap ul li,
.fslNavWrap .boxWrap ul li {
    height: inherit;
}
.fslRkNavWrap .boxWrap ul li a,
.fslNavWrap .boxWrap ul li a {
    display: block;
    height: inherit;
    line-height: 54px;
    padding: 0 15px;
}
.fslRkNavWrap .boxWrap ul li a:hover,
.fslNavWrap .boxWrap ul li a:hover {
    color: inherit;
    opacity: 0.75;
}
.fslRkNavWrap .boxWrap ul li.current a,
.fslNavWrap .boxWrap ul li.current a,
.fslRkNavWrap .boxWrap ul li.active a,
.fslNavWrap .boxWrap ul li.active a {
    background: #3375cc;
}
.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 0.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;
}
.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: #3f91ff;
}
.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: #3f91ff;
}
.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;
}
.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(../image/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(../image/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 {
    margin-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 {
    margin-top: 22px;
    padding: 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,
.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: #3f91ff;
    box-shadow: 0 4px 10px 0 rgba(63, 145, 255, 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: 0.85;
    transition: all 0.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: 539px;
    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: #3f91ff;
    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 {
    flex: unset;
    padding-left: 0;
    color: #a1a5b2;
    font-weight: normal;
}
.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: 184px;
    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;
}
.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 {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time {
    display: flex;
    align-items: center;
    margin-top: 6px;
}
.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span {
    display: flex;
    align-items: center;
}
.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span::after,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span::after,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span::after,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span::after,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span::after,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span::after,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span::after,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span::after,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span::after,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span::after {
    margin: 0 6px;
    content: '|';
    color: #a1a5b2;
}
.gdBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span:last-child::after,
.inBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span:last-child::after,
.rkBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span:last-child::after,
.gmBodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span:last-child::after,
.bodyWrap .fslInAppTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span:last-child::after,
.gdBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span:last-child::after,
.inBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span:last-child::after,
.rkBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span:last-child::after,
.gmBodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span:last-child::after,
.bodyWrap .fslInGameTopicBox .boxWrap .inGameTopicSw .swiper-slide a .textBox p.time span:last-child::after {
    display: none;
}
.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: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.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: 0.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 {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
    height: 82px;
    margin-top: -15px;
    padding-top: 12px;
}
.gdBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle::before,
.inBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle::before,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle::before,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle::before,
.bodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle::before {
    content: '';
    display: block;
    background-image: url(../image/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    width: 184px;
    height: 82px;
    background-position: -6px -258px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -92px;
}
.gdBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle p,
.inBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle p,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle p,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle p,
.bodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle p {
    margin-top: 4px;
}
.gdBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle p.title,
.inBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle p.title,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle p.title,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle p.title,
.bodyWrap .fslInRankBox .boxWrap .boxItem .itemTitle p.title {
    margin-top: 0;
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    line-height: 26px;
    text-shadow: 0 2px 2px #ff6b88;
}
.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(../image/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::before,
.inBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(2) .itemTitle::before,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(2) .itemTitle::before,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(2) .itemTitle::before,
.bodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(2) .itemTitle::before {
    background-position: -200px -258px;
}
.gdBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(2) .itemTitle p.title,
.inBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(2) .itemTitle p.title,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(2) .itemTitle p.title,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(2) .itemTitle p.title,
.bodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(2) .itemTitle p.title {
    text-shadow: 0 2px 2px rgba(34, 179, 44, 0.77);
}
.gdBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle::before,
.inBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle::before,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle::before,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle::before,
.bodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle::before {
    background-position: -395px -258px;
}
.gdBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle p.title,
.inBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle p.title,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle p.title,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle p.title,
.bodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(3) .itemTitle p.title {
    text-shadow: 0 2px 2px #7d59b3;
}
.gdBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle::before,
.inBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle::before,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle::before,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle::before,
.bodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle::before {
    background-position: -590px -258px;
}
.gdBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle p.title,
.inBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle p.title,
.rkBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle p.title,
.gmBodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle p.title,
.bodyWrap .fslInRankBox .boxWrap .boxItem:nth-child(4) .itemTitle p.title {
    text-shadow: 0 2px 2px #5a99e0;
}
.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 {
    position: relative;
}
.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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.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 {
    color: #3f91ff;
    height: 24px;
    line-height: 24px;
    background: #f6f7ff;
    box-shadow: 0 4px 10px 0 rgba(63, 145, 255, 0.3);
    border-radius: 12px;
    padding: 0 14px;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.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 {
    box-shadow: 0 0 16px -8px #3f91ff;
}
.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 {
    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 {
    background: #3f91ff;
    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 .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 {
    width: 20px;
    height: 94px;
    background: rgba(63, 145, 255, 0.9);
    box-shadow: 0 0 12px -5px #3f91ff;
    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 .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 {
    width: 12px;
    height: 19px;
    background-position: -132px -350px;
    transform: rotateY(180deg);
}
.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 .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 {
    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 .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 {
    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 {
    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 {
    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 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.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 #3f91ff;
}
.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 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.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 #3f91ff;
}
.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: -23px;
}
.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: #3f91ff;
    box-shadow: 0 4px 10px 0 rgba(63, 145, 255, 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: 0.85;
    transition: all 0.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: #3f91ff;
    box-shadow: 0 4px 10px 0 rgba(63, 145, 255, 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: 0.85;
    transition: all 0.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 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.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 #3f91ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #a1a5b2;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.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: #3f91ff;
    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(63, 145, 255, 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 .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: 0.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 0.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: #3f91ff;
    box-shadow: 0 4px 10px 0 rgba(63, 145, 255, 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 {
    text-indent: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gdBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem > span::after,
.inBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem > span::after,
.rkBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem > span::after,
.gmBodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem > span::after,
.bodyWrap .fslGmListBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem > span::after,
.gdBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem > span::after,
.inBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem > span::after,
.rkBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem > span::after,
.gmBodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem > span::after,
.bodyWrap .fslGdMainBox .boxR .fslGmRkBox .tabsCont ul li a.tipItem > span::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #b8bec4;
    border-radius: 50%;
}
.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(../image/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(../image/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(../image/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: #3f91ff;
    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;
}
.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(../image/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(../image/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(../image/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: #3f91ff;
    box-shadow: 0 4px 10px 0 rgba(63, 145, 255, 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(../image/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(../image/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;
}
#detailCount{
    margin-top: 0 !important;
}
.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 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: #3f91ff;
    box-shadow: 0 4px 10px 0 rgba(63, 145, 255, 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;
    max-width: 480px;
    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,
.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: #a1a5b2;
    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(../image/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    width: 353px;
    height: 45px;
    background-position: -639px -182px;
    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: #3f91ff;
}
.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: 0.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: #3f91ff;
}
.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: 0.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: #3f91ff;
    box-shadow: 0 4px 10px 0 rgba(63, 145, 255, 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: 0.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: #3f91ff;
    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(../image/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('../image/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('../image/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: #3f91ff;
    box-shadow: 0 4px 10px 0 rgba(63, 145, 255, 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: 0.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: #3f91ff;
    box-shadow: 0 4px 10px 0 rgba(63, 145, 255, 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 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.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: 0.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: #3f91ff;
}
.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: #3f91ff;
    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, #3f91ff 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: #3f91ff;
    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: 0.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: #3f91ff;
}
.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(../image/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: #3f91ff;
}
.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(../image/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(../image/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: 0.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: #3f91ff;
    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(../image/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 #3f91ff;
    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: #3f91ff;
}
.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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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: #3f91ff;
}
.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: #3f91ff;
}
.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 #3f91ff;
    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 {
    margin-top: -44px;
    padding-top: 330px;
    position: relative;
    z-index: 1;
}
.gdBodyWrap .fslRkMainBox::before,
.inBodyWrap .fslRkMainBox::before,
.rkBodyWrap .fslRkMainBox::before,
.gmBodyWrap .fslRkMainBox::before,
.bodyWrap .fslRkMainBox::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 480px;
    background-image: url(../image/rkBg.png);
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
}
.gdBodyWrap .fslRkMainBox .titleWrap,
.inBodyWrap .fslRkMainBox .titleWrap,
.rkBodyWrap .fslRkMainBox .titleWrap,
.gmBodyWrap .fslRkMainBox .titleWrap,
.bodyWrap .fslRkMainBox .titleWrap {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    height: 480px;
}
.gdBodyWrap .fslRkMainBox .titleWrap h1,
.inBodyWrap .fslRkMainBox .titleWrap h1,
.rkBodyWrap .fslRkMainBox .titleWrap h1,
.gmBodyWrap .fslRkMainBox .titleWrap h1,
.bodyWrap .fslRkMainBox .titleWrap h1 {
    position: absolute;
    top: 50px;
    left: 40%;
    right: 0;
    text-align: center;
    font-size: 100px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0 0 14px black;
}
.gdBodyWrap .fslRkMainBox .boxWrap > ul,
.inBodyWrap .fslRkMainBox .boxWrap > ul,
.rkBodyWrap .fslRkMainBox .boxWrap > ul,
.gmBodyWrap .fslRkMainBox .boxWrap > ul,
.bodyWrap .fslRkMainBox .boxWrap > ul {
    display: flex;
    font-weight: bold;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.2);
    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: 0.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(../image/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: #3f91ff;
    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: #3f91ff;
}
.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(../image/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: 0.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(../image/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: 0.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(https://www.sxjyzx.com/static/www/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: #3f91ff;
    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: 0.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(../image/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(../image/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(../image/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(../image/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: #3f91ff;
}
.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 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.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: #3f91ff;
}
.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: #3f91ff;
}
.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: #3f91ff;
    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(../image/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(../image/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: #3f91ff;
    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: 0.85;
}
.gdBodyWrap,
.rkBodyWrap,
.gmBodyWrap,
.inBodyWrap {
    /* background-image: url(../image/inBg1.png); */
    background-repeat: no-repeat;
    background-position: top;
    background-color: #f6f7ff;
    min-height: calc(100vh - 360px);
    padding-bottom: 50px;
}
.rkBodyWrap,
.gdBodyWrap {
    /* background-image: url(../image/gdBg.png); */
}
.rkBodyWrap .crumbsBox,
.gdBodyWrap .crumbsBox {
    position: relative;
    z-index: 2;
}
.rkBodyWrap .crumbsBox .boxWrap,
.gdBodyWrap .crumbsBox .boxWrap {
    /* color: rgba(255, 255, 255, 0.7); */
}
.rkBodyWrap .crumbsBox .boxWrap .icon,
.gdBodyWrap .crumbsBox .boxWrap .icon {
    background-position: -72px -370px;
}
.rkBodyWrap .crumbsBox .boxWrap span:hover,
.gdBodyWrap .crumbsBox .boxWrap span:hover,
.rkBodyWrap .crumbsBox .boxWrap a:hover,
.gdBodyWrap .crumbsBox .boxWrap a:hover {
    font-weight: bold;
    color: #fff;
}
.rkBodyWrap .crumbsBox .boxWrap span::after,
.gdBodyWrap .crumbsBox .boxWrap span::after,
.rkBodyWrap .crumbsBox .boxWrap a::after,
.gdBodyWrap .crumbsBox .boxWrap a::after {
    background-position: -98px -371px;
}
.rkBodyWrap .crumbsBox .boxWrap span:last-child,
.gdBodyWrap .crumbsBox .boxWrap span:last-child,
.rkBodyWrap .crumbsBox .boxWrap a:last-child,
.gdBodyWrap .crumbsBox .boxWrap a:last-child {
    /* color: #fff; */
}
.rkBodyWrap {
    background-image: url(../image/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(../image/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;
}
.gdBodyWrap .fslGdDetailBox .boxWrap .boxL .feedbackBtn {
    display: none !important;
}
ul.boxMenu li {
    flex: 1; /* 让所有 li 平均分配宽度 */
    text-align: center; /* 文字居中 */
    cursor: pointer; /* 鼠标悬停时显示手型 */
}

.gRule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.62)
}

.ruleBox,
.ruleMain {
    background-color: #fff
}

.ruleBox,
.ruleBox .rClose {
    position: absolute;
    margin: auto
}

.ruleBox {
    z-index: 5;
    top: 180px;
    left: 0;
    right: 0;
    width: 460px;
    border-radius: 4px;
    text-align: center
}

.ruleBox .rClose {
    top: 10px;
    right: 10px;
    z-index: 10
}

.ruleBox .rClose i {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative
}

.ruleBox .rTitle {
    position: relative;
    width: 100%;
    height: 50px;
    padding-top: 14px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.ruleBox .rTitle>i {
    display: block;
    width: 133px;
    height: 91px;
    position: absolute;
    top: -44.5px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.ruleBox .rSure {
    display: block;
    width: 240px;
    height: 39px;
    border: 0;
    /*background: linear-gradient( 270deg, #8C3FE9 0%, #DE5B7C 100%);*/
   background:  #3f91ff;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 39px;
    margin: 15px auto 25px;
    overflow: hidden;
    white-space: nowrap
}

.ruleMain {
    display: block;
    height: 260px;
    border: 0;
    padding: 7.5px 12.5px 12.5px;
    line-height: 21px;
    font-size: 12px;
    color: #4c4c4c;
    margin: 10px 12.5px 15px;
    overflow: auto
}

.privacyMain p,
.ruleMain p {
    text-align: left
}

.privacyMain strong,
.ruleMain strong {
    display: block;
    color: #333;
    line-height: 26px;
    font-size: 12px;
    font-weight: 700;
    text-indent: 0;
    text-align: left
}

.privacyMain p:nth-of-type(1),
.ruleMain p:nth-of-type(1) {
    color: #333;
    font-size: 12px;
    font-weight: 700
}

.gPrivacy,
.privacyTxt {
    left: 0;
    right: 0;
    margin: auto
}

.gPrivacy {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.62)
}

.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 180px;
    background-color: #fff;
    width: 460px;
    border-radius: 4px;
    text-align: center
}

.privacyTxt .pClose {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: auto;
    z-index: 10
}

.privacyTxt .pClose i {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative
}

.privacyTxt .oTitle {
    position: relative;
    width: 100%;
    height: 50px;
    padding-top: 14px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.privacyTxt .oTitle>i {
    display: block;
    width: 133px;
    height: 91px;
    position: absolute;
    top: -44.5px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.privacyTxt .gSure {
    display: block;
    width: 240px;
    height: 39px;
    border: 0;
    /*background: linear-gradient( 270deg, #8C3FE9 0%, #DE5B7C 100%);*/
    background: #3f91ff;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 39px;
    margin: 15px auto 25px
}

.privacyMain {
    background-color: #fff;
    display: block;
    height: 260px;
    border: 0;
    padding: 7.5px 12.5px 12.5px;
    line-height: 21px;
    font-size: 12px;
    color: #4c4c4c;
    margin: 10px 12.5px 15px;
    overflow: auto
}

.maskTit,
.privacyTxt .gSure {
    white-space: nowrap;
    overflow: hidden
}

.maskTit {
    font-size: 20px;
    color: #202020;
    font-weight: 700;
    margin-top: -8px;
    line-height: 21px
}

.gPrivacy i,
.gRule i {
    background: url(../img/maskicon.png) no-repeat;
    background-size: 150px 600px
}
.inBodyWrap .fslInAppBox .boxWrap .boxR .classifyTopBox ul li:nth-child(n+4) a .icon,
.inBodyWrap .fslInGameBox .boxWrap .boxR .classifyTopBox ul li:nth-child(n+4) a .icon{
    background-image: unset;
    background-repeat: unset;
    background-size: unset;
    background-color: rgba(63, 145, 255, .2);
    font-style: normal;
    text-align: center;
    line-height: 24px;
    width: 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}
/*  
@media screen and (max-width: 750px) {
    .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 {
        width: 100%;
        height: auto;
    }
    .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 {
        grid-template-columns: repeat(1, 100%);
    }
    .gdBodyWrap .fslInMainBox .boxWrap,
    .inBodyWrap .fslInMainBox .boxWrap,
    .rkBodyWrap .fslInMainBox .boxWrap,
    .gmBodyWrap .fslInMainBox .boxWrap,
    .bodyWrap .fslInMainBox .boxWrap {
        flex-direction: column;
        padding: 0 10px;
    }
    .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: auto;
    }
    .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: 100%;
        box-sizing: border-box;
    }
    .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 8px;
        white-space: nowrap;
    }
    .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 {
        overflow-x: scroll;
    }
    .inBodyWrap .fslInListBox .hotListBox {
        display: flex;
        flex-direction: column;
    }
    .inBodyWrap .fslInListBox .hotListBox > ul {
        margin-bottom: 12px;
    }
    .inBodyWrap .fslInGameBox .boxWrap,
    .inBodyWrap .fslInAppBox .boxWrap {
        flex-direction: column;
    }
    .inBodyWrap .fslInGameBox .boxWrap .boxL,
    .inBodyWrap .fslInAppBox .boxWrap .boxL {
        width: 100%;
    }
    .inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .titleL span,
    .inBodyWrap .fslInGameTopicBox .boxWrap .inTitle .titleL span,
    .inBodyWrap .fslInAppBox .boxWrap .inTitle .titleL span,
    .inBodyWrap .fslInAppTopicBox .boxWrap .inTitle .titleL span,
    .inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .inTitle .tags,
    .inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .inTitle .tags {
        display: none;
    }
    .inBodyWrap .fslInGameBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList,
    .inBodyWrap .fslInGameTopicBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList,
    .inBodyWrap .fslInAppBox .boxWrap .boxL .inGameBox .tabsCont .multiColumnList {
        overflow-x: scroll;
    }
    .inBodyWrap .fslInGameBox .boxWrap .boxR,
    .inBodyWrap .fslInGameTopicBox .boxWrap .boxR,
    .inBodyWrap .fslInAppBox .boxWrap .boxR {
        width: 100%;
        margin-top: 10px;
    }
    .inBodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList,
    .inBodyWrap .fslInGameBox .boxWrap .boxR .classifyBox .multiColumnList,
    .inBodyWrap .fslInAppBox .boxWrap .boxR .classifyBox .multiColumnList {
        grid-template-columns: repeat(4, 20%);
    }
    .gdBodyWrap .fslInRankBox .boxWrap,
    .inBodyWrap .fslInRankBox .boxWrap,
    .rkBodyWrap .fslInRankBox .boxWrap,
    .gmBodyWrap .fslInRankBox .boxWrap,
    .bodyWrap .fslInRankBox .boxWrap {
        grid-template-columns: repeat(1, 100%);
    }
    .gdBodyWrap .fslInRankBox .boxWrap .boxItem,
    .inBodyWrap .fslInRankBox .boxWrap .boxItem,
    .rkBodyWrap .fslInRankBox .boxWrap .boxItem,
    .gmBodyWrap .fslInRankBox .boxWrap .boxItem,
    .bodyWrap .fslInRankBox .boxWrap .boxItem {
        margin-bottom: 25px;
    }
    .fslInLinkBox .boxWrap {
        padding: 10px;
    }
    .fslInLinkBox .boxWrap .inTitle .titleL {
        font-size: 16px;
    }
    .fslInLinkBox .boxWrap .linkBoxs {
        grid-template-columns: repeat(3, 32%);
    }
    游戏详情 
    .crumbsBox .boxWrap {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }
    .gdBodyWrap .fslGdDetailBox .boxWrap {
        position: relative;
    }
    .gdBodyWrap .fslGdDetailBox .boxWrap .boxL h1 {
        font-size: 16px;
        max-width: calc(100% - 100px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .gdBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .imgBox {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 10px;
        right: 12px;
    }
    .gdBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox {
        padding-left: 0;
    }
    .gdBodyWrap .fslGdDetailBox .boxWrap .boxL .boxInfo .textBox .multiColumnList {
        grid-template-columns: repeat(1, 100%);
    }
    .downBtns {
        justify-content: center;
    }
    .gdBodyWrap .fslGdMainBox .boxWrap {
        flex-direction: column;
    }
    .gdBodyWrap .fslGdMainBox .boxWrap .boxL,
    .gdBodyWrap .fslGdMainBox .boxWrap .boxR {
        width: 100%;
    }
    .gdBodyWrap .fslGdBriefBox .gdSwBox .swiper-slide {
        width: 100%;
        height: auto;
    }
    .gdBodyWrap .fslGdInfoBox > ul {
        grid-template-columns: repeat(1, 100%);
    }
    .gmTitle .titleL {
        font-size: 18px;
    }

    .gdBodyWrap .fslGdVersionBox ul li a .starBox,
    .gdBodyWrap .fslGdVersionBox ul li a > p {
        display: none;
    }
    .gdBodyWrap .fslGdDownBox .boxCont {
        padding-right: 0;
    }
    .gdBodyWrap .fslGdTopicBox .boxCont {
        flex-direction: column;
        align-items: center;
    }
    .gdBodyWrap .fslGdTopicBox .gmTitle .tabsMenu {
        margin-left: 0;
        overflow-x: scroll;
        max-width: 50%;
    }
    .gdBodyWrap .fslGdTopicBox .gmTitle .tabsMenu li span {
        white-space: nowrap;
    }
    .gdBodyWrap .fslGdTopicBox .boxCont .textBox {
        width: unset;
    }
    .gdBodyWrap .fslGdTopicBox .multiColumnList {
        overflow-x: scroll;
    }
    .gdBodyWrap .fslGdRecomBox .multiColumnList {
        grid-template-columns: repeat(2, 50%);
    }
    .gdBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip {
        font-size: 0;
    }
    .gdBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip span:first-child {
        font-size: 12px;
    }
    .gdBodyWrap .fslGdRecomBox .multiColumnList li a .txtBox p.tip span:nth-of-type(2) {
        display: none;
    }
}
*/
