html {
    color: #333;
    background: #F4F5F7;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html * {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: none
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500
}

q:after,
q:before {
    content: ''
}

a {
    text-decoration: none
}

button {
    border: none
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    text-transform: none;
    outline: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

textarea {
    vertical-align: top
}

button,
input {
    line-height: normal
}

select {
    margin: 0;
    outline: 0
}

input.fixAKeyboard:focus,
textarea.fixAndroidKeyboard:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only
}

button,
input[type=button],
input[type=checkbox],
input[type=reset],
input[type=submit],
label {
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

input[type=submit] {
    -moz-user-modify: read-plaintext-only;
    -ms-user-modify: read-plaintext-only;
    -o-user-modify: read-plaintext-only;
    -webkit-user-modify: read-plaintext-only
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type='search'] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

*,
*:before,
*:after {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

body {
    min-width: 1200px;
    font-family: 'Regular', "寰蒋闆呴粦", "PingFang SC", 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    outline: 0;
    background: #fff;
    color: #222;
    font-size: 16px
}

.boxWrap {
    width: 1200px;
    margin: 0 auto
}

a {
    color: inherit
}

a:hover {
    color: #3E9BFB
}

.imgBox {
    overflow: hidden
}

.imgBox>img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.btn {
    font-size: 12px;
    color: #999999;
    padding: 0 15px
}

.hide {
    display: none
}

.btnItem {
    text-align: center;
    width: 72px;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 5px;
    font-size: 14px;
    color: #fff
}

.inBoxTitle,
.inTitle {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.inBoxTitle .titleL,
.inTitle .titleL {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #333
}

.inBoxTitle .titleL .icon,
.inTitle .titleL .icon {
    margin-right: 8px;
    width: 25px;
    height: 18px;
    background-image: url(../img/i4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: initial;
}

.inBoxTitle>a.titleR,
.inTitle>a.titleR {
    font-size: 14px;
    line-height: 18px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center
}

.inBoxTitle>a.titleR:hover,
.inTitle>a.titleR:hover {
    color: #3E9BFB
}

.inBoxTitle>a.titleR .icon,
.inTitle>a.titleR .icon {
    margin-left: 6px;
    width: 12px;
    height: 12px;
    background-position: -55px -59px
}

.inBoxTitle .titleL {
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #FC7D5D
}

.inBoxTitle .titleL .icon {
    width: 32px;
    height: 32px;
    background-position: -3px -82px
}

.inBoxTitle .titleL span {
    margin-left: -4px
}

.inBoxTitle>a {
    font-size: 24px;
    color: #FC7D5D;
    margin-top: -12px
}

.inBoxTitle>a:hover {
    opacity: .85
}

.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: #3E9BFB
}

.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(../img/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px
}

.time {
    font-size: 12px;
    line-height: 12px;
    color: #999999
}

.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: #3E9BFB;
    font-weight: bold
}

.imgList li a img {
    width: 88px;
    height: 88px;
    border-radius: 18px;
    object-fit: cover
}

.imgList li a p {
    margin-top: 12px
}

.singleHoverList {
    font-size: 18px;
    line-height: 22px
}

.singleHoverList li {
    margin-bottom: 10px
}

.singleHoverList li>a {
    display: block;
    color: #fff;
    position: relative
}

.singleHoverList li>a .imgBox {
    width: 100%;
    height: 110px;
    border-radius: 10px
}

.singleHoverList li>a>p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px
}

.singleHoverList li>a>p .time {
    margin-top: 6px;
    color: #ccc
}

.singleHoverList li:hover>a .imgBox img {
    transform: scale(1.2)
}

.singleHoverList li:hover>a>p {
    display: flex
}

.singleHoverList li:last-child {
    margin-bottom: 0
}

.multiColumnList {
    display: grid;
    grid-template-columns: repeat(10, 8.2%);
    justify-content: space-between
}

.contItem {
    font-size: 14px;
    line-height: 18px;
    color: #333333
}

.contItem>a .imgBox {
    width: 215px;
    height: 120px;
    border-radius: 10px
}

.contItem>a .imgInfo p {
    color: #333333;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify
}

.contItem>a:hover .imgBox img {
    transform: scale(1.2)
}

.contItem>a:hover .imgInfo p {
    opacity: .85
}

.columnItem {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: center
}

.columnItem>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.columnItem>a .imgBox {
    width: 88px;
    height: 88px;
    border-radius: 20px
}

.columnItem>a>p {
    width: 100%;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.columnItem>a .btn {
    margin-top: 12px;
    width: 88px;
    height: 30px;
    background: #FFEEEB;
    border-radius: 5px;
    font-size: 14px;
    color: #3E9BFB;
    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: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 20px
}

.fourColumnList li>a:hover .imgBox img {
    transform: scale(1.2)
}

.fourColumnList li>a p {
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fourColumnList li>a p.txt {
    margin-top: 7px;
    position: relative;
    z-index: 1;
    color: #333333
}

.fourColumnList li>a p.txt::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #00CCFF;
    width: 120px;
    height: 3px;
    opacity: .5;
    z-index: -1
}

.fourColumnList li>a p.time {
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px
}

.fourColumnList li>a p.tip {
    height: 22px;
    line-height: 22px;
    position: absolute;
    padding: 0 12px;
    top: 10px;
    right: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #3E9BFB;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 11px
}

.sixColumnList {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(6, 12.82%);
    justify-content: space-between
}

.sixColumnList .columnItem {
    font-size: 16px;
    line-height: 16px;
    color: #333333
}

.sixColumnList .columnItem>a .imgBox {
    width: 110px;
    height: 110px;
    border-radius: 30px
}

.sixColumnList .columnItem>a>p {
    margin-top: 16px
}

.fiveColumnList {
    display: grid;
    grid-template-columns: repeat(5, 17.89%);
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #333333
}

.fiveColumnList li a {
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 16px 16px
}

.fiveColumnList li a p {
    margin-top: 13px
}

.fiveColumnList li a p:last-child {
    margin-top: 9px;
    font-size: 12px;
    line-height: 12px;
    color: #999999
}

.fiveColumnList li.active,
.fiveColumnList li:hover {
    background: #EEF4FF;
    border-radius: 15px
}

.fiveLSList {
    display: grid;
    grid-template-columns: repeat(5, 18.09%);
    justify-content: space-between
}

.fiveLSList li>a {
    color: inherit;
    width: 208px;
    height: 228px;
    border: 1px solid #F0F0F0;
    padding: 29px 0 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.fiveLSList li>a .imgBox {
    width: 110px;
    height: 110px;
    border-radius: 20px
}

.fiveLSList li>a p {
    margin-top: 11px
}

.fiveLSList li>a p.title {
    font-size: 18px;
    font-weight: bold;
    color: #1C1E2C;
    line-height: 18px;
    margin-top: 20px
}

.fiveLSList li>a p.btn {
    margin-top: 8px;
    width: 98px;
    height: 30px;
    background: #67B4FF;
    border-radius: 10px;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    opacity: 0
}

.fiveLSList li.noResource>a .btn {
    background: #F7B500
}

.fiveLSList li:hover>a {
    margin-top: -2px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1)
}

.fiveLSList li:hover>a .btn {
    display: flex;
    opacity: 1
}

.fiveLSList li:hover>a .title {
    display: none;
    opacity: 0
}

.twoColumnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.twoColumnList li {
    margin-bottom: 24px
}

.twoColumnList li a {
    color: #000000
}

.twoColumnList li a>img {
    width: 156px;
    height: 94px;
    object-fit: cover;
    border-radius: 5px;
    display: block
}

.twoColumnList li a>div {
    width: 156px;
    height: 94px;
    border-radius: 5px;
    overflow: hidden
}

.twoColumnList li a>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.twoColumnList li a>p {
    width: 156px;
    font-size: 16px;
    line-height: 16px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.twoColumnList li a>p span:first-child {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.twoColumnList li a>p span:last-child {
    font-size: 14px;
    line-height: 14px;
    color: #999999
}

.twoColumnList li:hover a {
    color: #3E9BFB
}

.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: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    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(../img/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -6px -270px
}

.singleRankList li:nth-child(2) a>span {
    background-position: -42px -270px
}

.singleRankList li:nth-child(3) a>span {
    background-position: -79px -270px
}

.singleRankList li:last-child>a {
    margin-bottom: 0
}

.singleRankList li:hover>a .imgInfo p:first-child {
    color: #ffdd58;
    font-weight: 700;
    text-shadow: rgba(255, 221, 88, 0.3) 1px 0 6px
}

.classifyList {
    display: grid;
    grid-template-columns: repeat(3, 30.46%);
    justify-content: space-between;
    font-size: 14px
}

.classifyList li>a {
    margin-top: 16px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F3EBFF;
    color: #C198FB;
    border-radius: 15px
}

.classifyList li>a:hover {
    opacity: .85
}

.classifyList li:nth-child(2n)>a {
    background: #EBFFFF;
    color: #64CDCD
}

.classifyList li:nth-child(3n)>a {
    background: #FFF4EB;
    color: #FD9D43
}

.classifyList li:nth-child(4n)>a {
    background: #EBFFFA;
    color: #09BC92
}

.classifyList li:nth-child(5n)>a {
    background: #EBF7FF;
    color: #1F98EF
}

.classifyList li:nth-child(6n)>a {
    background: #FAFFEB;
    color: #8DBB00
}

.classifyList li:nth-child(7n)>a {
    background: #FFEBED;
    color: #FF4D64
}

.classifyList li:nth-child(8n)>a {
    background: #EBFFF0;
    color: #3CDA65
}

.classifyList li:nth-child(9n)>a {
    background: #FFEBEB;
    color: #D64242
}

.classifyList li:nth-child(10n)>a {
    background: #FFEEEB;
    color: #FF6947
}

.classifyList li:nth-child(11n)>a {
    background: #EBEEFF;
    color: #8C97CB
}

.classifyList li:nth-child(12n)>a {
    background: #EBF7FF;
    color: #31AFFE
}

.rankList {
    margin-top: 20px;
    font-size: 16px;
    color: #666666
}

.rankList li>a {
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center
}

.rankList li>a>span {
    width: 80px;
    padding-right: 40px;
    padding-left: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    height: 37px;
    line-height: 37px
}

.rankList li>a>span::after {
    content: "";
    display: block;
    width: 32px;
    height: 37px;
    background-image: url(../img/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: #3E9BFB
}

.rankList li>a:hover .imgBox {
    border-color: #3E9BFB
}

.rankList li>a:hover .itemInfo p.tit {
    color: #3E9BFB
}

.rankList li>a:hover .btn {
    color: #333;
        background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
}

.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(../img/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
}

.crumbsBox .boxWrap {
    height: 44px;
    padding: 12px 0 14px 0;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center
}

.crumbsBox .boxWrap a {
    color: #7D7D7D;
    font-weight: normal;
    display: flex;
    align-items: center
}

.crumbsBox .boxWrap a:hover {
    font-weight: bold;
    color: #3E9BFB
}

.crumbsBox .boxWrap a::after {
    content: ">";
    color: #A1CCB5;
    font-weight: normal;
    margin: -1px 14px 0 18px;
    display: block
}

.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: 50px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center
}

.pageCode a {
    min-width: 28px;
    height: 32px;
    background: #fff;
    padding: 0 10px;
    margin: 0 2px;
    color: inherit;
    line-height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pageCode a:hover {
    color: #3E9BFB
}

.pageCode a.current {
    color: #fff;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-color: #3E9BFB
}

.pageCode a.btn {
    width: 50px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #3E9BFB
}

.pageCode a.btn .icon {
    width: 9px;
    height: 15px;
    background-position: -59px -124px
}

.pageCode a.btn.btnL {
    transform: rotateY(180deg)
}

.pageCode a.btn:hover {
    opacity: .7
}

.pageCode span {
    margin: 0 2px 2px
}

.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(../img/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -108px -124px
}

.singleColumnCont {
    padding: 15px;
    margin-top: -10px;
    font-size: 14px;
    line-height: 24px;
    color: #1C1E2C
}

.singleColumnCont li>a {
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 0;
    border-bottom: 1px solid #f2f2f2
}

.singleColumnCont li>a .imgBox {
    width: 190px;
    height: 118px;
    border-radius: 10px
}

.singleColumnCont li>a .imgBox img {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.singleColumnCont li>a .imgInfo {
    flex: 1;
    padding-left: 18px;
    height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.singleColumnCont li>a .imgInfo p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify
}

.singleColumnCont li>a .imgInfo p:first-child {
    font-size: 20px;
    line-height: 20px;
    -webkit-line-clamp: 1
}

.singleColumnCont li>a .imgInfo p:nth-child(2) {
    color: #7F7F7F;
    margin-top: 16px;
    height: 48px
}

.singleColumnCont li>a .imgInfo p.time {
    margin-top: 20px;
    font-size: 14px;
    line-height: 14px
}

.singleColumnCont li:hover {
    color: #999
}

.singleColumnCont li:hover>a .imgBox img {
    transform: scale(1.2)
}

.topicLinkList {
    margin: -1px -7.5px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    max-height: 220px;
    overflow: hidden;
}

.topicLinkList li {
    margin: 15px 7.5px 0
}

.topicLinkList li a {
    display: block;
    height: 40px;
    background: inherit;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.topicLinkList li a:hover {
    color: inherit;
    opacity: .7
}

.topicLinkList li:nth-child(1n),
.topicLinkList li:nth-child(7n),
.topicLinkList li:nth-child(13n),
.topicLinkList li:nth-child(17n) {
    background: #FFF8F8;
    color: #FF6666
}

.topicLinkList li:nth-child(17) {
    background: #FFF8F8 !important;
    color: #FF6666 !important
}

.topicLinkList li:nth-child(2n),
.topicLinkList li:nth-child(8n),
.topicLinkList li:nth-child(14n),
.topicLinkList li:nth-child(18n) {
    background: #F0FBFE;
    color: #29B1DF
}

.topicLinkList li:nth-child(8) {
    background: #F0FBFE !important;
    color: #29B1DF !important
}

.topicLinkList li:nth-child(3n),
.topicLinkList li:nth-child(9n),
.topicLinkList li:nth-child(15n),
.topicLinkList li:nth-child(19n) {
    background: #FFF9F0;
    color: #FFA126
}

.topicLinkList li:nth-child(15) {
    background: #FFF9F0 !important;
    color: #FFA126 !important
}

.topicLinkList li:nth-child(4n),
.topicLinkList li:nth-child(10n),
.topicLinkList li:nth-child(16n),
.topicLinkList li:nth-child(20n) {
    background: #F5FFF1;
    color: #59C62F
}

.topicLinkList li:nth-child(10) {
    background: #F5FFF1 !important;
    color: #59C62F !important
}

.topicLinkList li:nth-child(5n),
.topicLinkList li:nth-child(11n),
.topicLinkList li:nth-child(17n),
.topicLinkList li:nth-child(21n) {
    background: #F6F6FF;
    color: #6D6DD9
}

.topicLinkList li:nth-child(6n),
.topicLinkList li:nth-child(12n),
.topicLinkList li:nth-child(18n),
.topicLinkList li:nth-child(22n) {
    background: #EBFEF8;
    color: #1ACB93
}

.topicLinkList li:nth-child(1n),
.topicLinkList li:nth-child(2n),
.topicLinkList li:nth-child(3n),
.topicLinkList li:nth-child(4n),
.topicLinkList li:nth-child(5n) {
    width: 228px
}

.topicLinkList li:nth-child(6n),
.topicLinkList li:nth-child(7n),
.topicLinkList li:nth-child(8n),
.topicLinkList li:nth-child(9n) {
    width: 288.7px
}

.topicLinkList li:nth-child(10n),
.topicLinkList li:nth-child(11n),
.topicLinkList li:nth-child(12n),
.topicLinkList li:nth-child(13n),
.topicLinkList li:nth-child(14n) {
    width: 228px
}

.topicLinkList li:nth-child(15n),
.topicLinkList li:nth-child(16n),
.topicLinkList li:nth-child(17n),
.topicLinkList li:nth-child(18n) {
    width: 288.7px
}

.topicList {
    font-size: 16px;
    line-height: 20px;
    display: grid;
    grid-template-columns: repeat(4, 23.11%);
    justify-content: space-between;
    margin-top: 20px
}

.topicList li>a {
    display: block;
    overflow: hidden;
    width: 202px;
    height: 136px;
    border-radius: 8px;
    position: relative
}

.topicList li>a .imgBox {
    width: 100%;
    height: 100%
}

.topicList li>a .imgBox img {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.topicList li>a:hover .imgBox img {
    transform: scale(1.2)
}

.topicList li>a>p {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 10px 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%)
}

.newsList {
    font-size: 16px;
    color: #333333;
    line-height: 24px
}

.newsList li>a {
    /*margin-top: 20px;*/
    display: flex;
    align-items: center
}

.newsList li>a .imgBox {
    width: 155px;
    height: 104px;
    background: #622AFA;
    border-radius: 8px
}

.newsList li>a .imgBox img {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.newsList li>a .imgInfo {
    flex: 1;
    padding-left: 16px
}

.newsList li>a .imgInfo p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify
}

.newsList li>a .imgInfo p:last-child {
    margin-top: 8px;
    font-size: 14px;
    color: #999999
}

.newsList li>a:hover .imgBox img {
    transform: scale(1.2)
}

.singleNewsList {
    font-size: 20px;
    line-height: 24px;
    color: #000000
}

.singleNewsList li>a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #e6e6e6;
    padding: 22px 20px;
    color: inherit;
    display: flex
}

.singleNewsList li>a .imgBox {
    width: 190px;
    height: 118px;
    border-radius: 10px
}

.singleNewsList li>a .imgInfo {
    padding: 6px 0 8px 20px;
    height: 118px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.singleNewsList li>a .imgInfo p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify
}

.singleNewsList li>a .imgInfo p.txt {
    margin-top: 10px;
    font-size: 14px;
    -webkit-line-clamp: 2;
    min-height: 48px;
    color: #666666
}

.singleNewsList li>a .imgInfo p.time {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px
}

.singleNewsList li:first-child>a {
    border-top: 1px solid #e6e6e6
}

.singleNewsList li:hover>a {
    border-top: 2px solid #3E9BFB;
    border-bottom: 2px solid #3E9BFB;
    color: #3E9BFB;
    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(../img/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 {
    color: #fff;
    display: flex;
    flex-direction: column
}

.downBtns a ,.downBtns p{
    margin-top: 20px;
    width: 160px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient( 270deg, #8C3FE9 0%, #DE5B7C 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.downBtns a:hover {
    color: inherit
}

.downBtns a:first-child {
    margin-top: 0
}

.downBtns a .icon ,.downBtns p .icon{
    width: 22px;
    height: 22px;
    background-image: url(../img/an.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 5px;
}

.downBtns a.androidBtn,.downBtns p.androidBtn {
   background: linear-gradient( 270deg, #1487FA 0%, #40C5FC 100%);

}

.downBtns a.iosBtn ,.downBtns p.iosBtn{
    background: #F4F1FF;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    color: #9542DE;
    line-height: 20px;
}

.downBtns a.iosBtn .icon,.downBtns p.iosBtn .icon {
    width: 22px;
    height: 22px;
    background-image: url(../img/ios.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 5px;
}

.downBtns a.subscribeBtn {
    background: #ffc147
}

.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: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    color: #fff
}

header {
    position: relative;
    width: 100%;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.02)
}

header .headTop {
    background: #333333;
    color: #999999
}

header .headTop .boxWrap {
    height: 40px;
    line-height: 36px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .headTop .boxWrap .txt {
    font-size: 12px;
    /*color: #3E9BFB*/
}

header .headTop .boxWrap p>a::after {
    content: "|";
    margin: 0 8px;
    color: #999999
}

header .headTop .boxWrap p>a:last-child::after {
    display: none
}

header .headWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    height: 80px
}

header .headWrap .logo {
    width: 170px;
    height: 54px
}

header .headWrap .logo img {
        display: block;
    width: 170px
}

header .headWrap nav {
    flex: 1;
    font-size: 16px;
    line-height: 80px;
    color: #999;
    height: inherit;
    padding-left: 36px
}

header .headWrap nav ul {
    display: flex;
    align-items: center;
    height: inherit
}

header .headWrap nav ul li {
    height: inherit;
    margin: 0 10px
}

header .headWrap nav ul li>a {
    color: inherit;
    padding: 0 24px;
    height: inherit;
    width: max-content;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1
}

header .headWrap nav ul li>a::after {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 0px 0px 16px 16px
}

header .headWrap nav ul li>a:hover {
    color: inherit
}

header .headWrap nav ul li .icon {
    width: 22px;
    height: 22px;
    background-position: -3px -3px;
    margin-right: 12px
}

header .headWrap nav ul li:hover,
header .headWrap nav ul li.current {
    color: #fff;
    font-weight: bold
}

header .headWrap nav ul li:hover .icon,
header .headWrap nav ul li.current .icon {
    background-position: -3px -31px
}

header .headWrap nav ul li:hover>a::after,
header .headWrap nav ul li.current>a::after {
    height: 70px;
    transition: height .25s
}

header .headWrap nav ul li:hover:nth-child(2n) .icon,
header .headWrap nav ul li.current:nth-child(2n) .icon {
    background-position: -32px -33px
}

header .headWrap nav ul li:hover:nth-child(3n) .icon,
header .headWrap nav ul li.current:nth-child(3n) .icon {
    background-position: -61px -31px
}

header .headWrap nav ul li:hover:nth-child(4n) .icon,
header .headWrap nav ul li.current:nth-child(4n) .icon {
    background-position: -88px -31px
}

header .headWrap nav ul li:hover:nth-child(5n) .icon,
header .headWrap nav ul li.current:nth-child(5n) .icon {
    background-position: -115px -31px
}

header .headWrap nav ul li:hover:nth-child(6n) .icon,
header .headWrap nav ul li.current:nth-child(6n) .icon {
    background-position: -144px -31px
}

header .headWrap nav ul li:nth-child(2n) .icon {
    width: 22px;
    height: 18px;
    background-position: -32px -5px
}

header .headWrap nav ul li:nth-child(3n) .icon {
    width: 20px;
    height: 22px;
    background-position: -61px -3px
}

header .headWrap nav ul li:nth-child(4n) .icon {
    width: 20px;
    height: 22px;
    background-position: -88px -3px
}

header .headWrap nav ul li:nth-child(5n) .icon {
    width: 22px;
    height: 22px;
    background-position: -115px -3px
}

header .headWrap nav ul li:nth-child(6n) .icon {
    width: 22px;
    height: 20px;
    background-position: -144px -4px
}

header .headWrap .searchBox {
    position: relative;
    font-size: 14px;
    color: #999999
}

header .headWrap .searchBox .icon {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 12px;
    top: 9px;
    background-image: url(../img/ss.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

header .headWrap .searchBox input {
    width: 275px;
    height: 36px;
    text-indent: 36px;
    background: #FFFFFF;
    border: 1px solid #3E9BFB;
    border-radius: 5px
}

.gdBodyWrap,
.inBodyWrap,
.bodyWrap {
    min-height: calc(100vh - 375px)
}

.gdBodyWrap .inMainSwBox,
.inBodyWrap .inMainSwBox,
.bodyWrap .inMainSwBox {
    margin-top: 42px
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox,
.bodyWrap .inMainSwBox .boxWrap .inSwBox {
    position: relative
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain {
    overflow: hidden;
    border-radius: 20px
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide {
    height: 335px;
    transition: opacity .5s
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide.swiper-slide-active,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide.swiper-slide-active,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide.swiper-slide-active {
    z-index: 1
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide>.imgBox,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide>.imgBox,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide>.imgBox {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide>.imgBox .imgInfo,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide>.imgBox .imgInfo,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide>.imgBox .imgInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 26px 30px;
    display: flex;
    flex-direction: column;
    max-width: 38%
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide>.imgBox .imgInfo img,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide>.imgBox .imgInfo img,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide>.imgBox .imgInfo img {
    display: block;
    width: 88px;
    height: 88px;
    border: 2px solid #FFD55D;
    border-radius: 20px;
    object-fit: cover
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide>.imgBox .imgInfo p,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .swiper-slide>.imgBox .imgInfo p,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryMain .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 .inMainSwBox .boxWrap .inSwBox .galleryTxt,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 288px;
    width: 56px;
    background: rgba(51, 51, 51, 0.7);
    border-radius: 20px;
    z-index: 1;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
}
.galleryTxt .swiper-wrapper{
    flex-direction: row;
}
.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper {
    justify-content: flex-start
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 55px;
    margin: 0 auto 1px !important
}
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide{
    width: fit-content;
}
.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a {
    padding: 0 6px 0 10px;
    color: rgba(255, 255, 255, 0.5);
    height: inherit;
    display: flex;
    align-items: center;
    position: relative
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a .imgInfo,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a .imgInfo,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a .imgInfo {
    text-align: left;
    flex: 1;
    overflow: hidden
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a .imgInfo p,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a .imgInfo p,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a .imgInfo p {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a .imgInfo .tip,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a .imgInfo .tip,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a .imgInfo .tip {
    margin-top: 2px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.5);
    display: none
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a .imgBox,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a .imgBox,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a .imgBox {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    flex-shrink: 0
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a::after,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a::after,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide>a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: .4;
    border-radius: 1px 1px 0px 0px
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide:last-child>a::after,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide:last-child>a::after,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide:last-child>a::after {
    display: none
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%)
}
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active{
     background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%)
}
.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active>a,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active>a,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active>a {
    font-weight: bold;
    color: #3E9BFB
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active>a::before,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active>a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    width: 4px;
    height: 52px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    margin-top: -27px
}
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active>a::before{
    content: "";
    position: absolute;
    top: auto;
    left: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    margin-top: -27px;
}
.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active>a .imgInfo .tip,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active>a .imgInfo .tip,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active>a .imgInfo .tip {
    display: block
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active>a .imgBox,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active>a .imgBox,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt .swiper-wrapper .swiper-slide.swiper-slide-thumb-active>a .imgBox {
    display: block
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt:hover,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt:hover {
    width: 288px
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt:hover .swiper-wrapper .swiper-slide>a,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt:hover .swiper-wrapper .swiper-slide>a,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt:hover .swiper-wrapper .swiper-slide>a {
    padding: 0 6px 0 10px
}

.gdBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt:hover .swiper-wrapper .swiper-slide>a .imgInfo,
.inBodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt:hover .swiper-wrapper .swiper-slide>a .imgInfo,
.bodyWrap .inMainSwBox .boxWrap .inSwBox .galleryTxt:hover .swiper-wrapper .swiper-slide>a .imgInfo {
    display: block
}

.gdBodyWrap .inListBox,
.inBodyWrap .inListBox,
.bodyWrap .inListBox {
    margin-top: 36px
}

.gdBodyWrap .inListBox .listWrap,
.inBodyWrap .inListBox .listWrap,
.bodyWrap .inListBox .listWrap {
    display: grid;
    grid-template-columns: repeat(7, 154px);
    justify-content: space-between;
    font-size: 16px;
    color: #333333
}

.gdBodyWrap .inListBox .listWrap li a,
.inBodyWrap .inListBox .listWrap li a,
.bodyWrap .inListBox .listWrap li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 154px;
    height: 205px;
    background: #F7F7F7;
    border-radius: 12px
}

.gdBodyWrap .inListBox .listWrap li a:hover,
.inBodyWrap .inListBox .listWrap li a:hover,
.bodyWrap .inListBox .listWrap li a:hover {
    font-weight: bold
}

.gdBodyWrap .inListBox .listWrap li a .imgBox,
.inBodyWrap .inListBox .listWrap li a .imgBox,
.bodyWrap .inListBox .listWrap li a .imgBox {
    width: 84px;
    height: 84px;
    background: #F3430D;
    border-radius: 20px
}

.gdBodyWrap .inListBox .listWrap li a .imgInfo,
.inBodyWrap .inListBox .listWrap li a .imgInfo,
.bodyWrap .inListBox .listWrap li a .imgInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.gdBodyWrap .inListBox .listWrap li a .imgInfo p,
.inBodyWrap .inListBox .listWrap li a .imgInfo p,
.bodyWrap .inListBox .listWrap li a .imgInfo p {
    width: inherit;
    padding: 0 5px;
    text-align: center;
    margin-top: 9px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gdBodyWrap .inListBox .listWrap li a .imgInfo .tip,
.inBodyWrap .inListBox .listWrap li a .imgInfo .tip,
.bodyWrap .inListBox .listWrap li a .imgInfo .tip {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    display: flex
}

.gdBodyWrap .inListBox .listWrap li a .imgInfo .tip span,
.inBodyWrap .inListBox .listWrap li a .imgInfo .tip span,
.bodyWrap .inListBox .listWrap li a .imgInfo .tip span {
    margin: 0 3px;
    flex: 1;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gdBodyWrap .inListBox .listWrap li a .imgInfo .time,
.inBodyWrap .inListBox .listWrap li a .imgInfo .time,
.bodyWrap .inListBox .listWrap li a .imgInfo .time {
    font-weight: normal;
    margin-top: 11px;
    font-size: 14px;
    line-height: 18px
}

.gdBodyWrap .inListBox .hotListBox,
.inBodyWrap .inListBox .hotListBox,
.bodyWrap .inListBox .hotListBox {
    padding-top: 8px;
    font-size: 14px;
    line-height: 32px;
    color: #666
}

.gdBodyWrap .inListBox .hotListBox ul,
.inBodyWrap .inListBox .hotListBox ul,
.bodyWrap .inListBox .hotListBox ul {
    margin-top: 15px;
    display: flex;
    align-items: center
}

.gdBodyWrap .inListBox .hotListBox ul .listItem,
.inBodyWrap .inListBox .hotListBox ul .listItem,
.bodyWrap .inListBox .hotListBox ul .listItem {
    flex: 1;
    padding-left: 22px
}

.gdBodyWrap .inListBox .hotListBox ul .listItem ul,
.inBodyWrap .inListBox .hotListBox ul .listItem ul,
.bodyWrap .inListBox .hotListBox ul .listItem ul {
    margin: 0;
    width: fit-content
}

.gdBodyWrap .inListBox .hotListBox ul .listItem ul li,
.inBodyWrap .inListBox .hotListBox ul .listItem ul li,
.bodyWrap .inListBox .hotListBox ul .listItem ul li {
    width: fit-content
}

.gdBodyWrap .inListBox .hotListBox ul li,
.inBodyWrap .inListBox .hotListBox ul li,
.bodyWrap .inListBox .hotListBox ul li {
    flex-shrink: 0
}

.gdBodyWrap .inListBox .hotListBox ul li.listTitle,
.inBodyWrap .inListBox .hotListBox ul li.listTitle,
.bodyWrap .inListBox .hotListBox ul li.listTitle {
    color: #333;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    background: #DFF2FF;
    color: #3E9BFB;
    border-radius: 16px
}

.gdBodyWrap .inListBox .hotListBox ul li a,
.inBodyWrap .inListBox .hotListBox ul li a,
.bodyWrap .inListBox .hotListBox ul li a {
    display: flex;
    align-items: center
}

.gdBodyWrap .inListBox .hotListBox ul li a::after,
.inBodyWrap .inListBox .hotListBox ul li a::after,
.bodyWrap .inListBox .hotListBox ul li a::after {
    content: "|";
    display: block;
    margin: 0 22px;
    color: #666
}

.gdBodyWrap .inListBox .hotListBox ul:hover li.listTitle,
.inBodyWrap .inListBox .hotListBox ul:hover li.listTitle,
.bodyWrap .inListBox .hotListBox ul:hover li.listTitle {
    color: #fff;
    background: #3E9BFB;
}

.gdBodyWrap .inInfoBox,
.inBodyWrap .inInfoBox,
.bodyWrap .inInfoBox {
    margin-top: 38px;
    font-size: 16px;
    color: #333333;
    line-height: 24px
}

.gdBodyWrap .inInfoBox .boxWrap,
.inBodyWrap .inInfoBox .boxWrap,
.bodyWrap .inInfoBox .boxWrap {
    display: flex;
    justify-content: space-between
}

.gdBodyWrap .inInfoBox .boxWrap .boxL,
.inBodyWrap .inInfoBox .boxWrap .boxL,
.bodyWrap .inInfoBox .boxWrap .boxL {
    width: 320px
}

.gdBodyWrap .inInfoBox .boxWrap .boxL .inTitle .titleL,
.inBodyWrap .inInfoBox .boxWrap .boxL .inTitle .titleL,
.bodyWrap .inInfoBox .boxWrap .boxL .inTitle .titleL {
    font-size: 18px;
    line-height: 22px
}

.gdBodyWrap .inInfoBox .boxWrap .boxL ul,
.inBodyWrap .inInfoBox .boxWrap .boxL ul,
.bodyWrap .inInfoBox .boxWrap .boxL ul {
    margin-top: -2px;
    display: grid;
    grid-template-columns: repeat(2, 150px);
    justify-content: space-between
}

.gdBodyWrap .inInfoBox .boxWrap .boxL ul li,
.inBodyWrap .inInfoBox .boxWrap .boxL ul li,
.bodyWrap .inInfoBox .boxWrap .boxL ul li {
    margin-top: 22px
}

.gdBodyWrap .inInfoBox .boxWrap .boxL ul .imgBox,
.inBodyWrap .inInfoBox .boxWrap .boxL ul .imgBox,
.bodyWrap .inInfoBox .boxWrap .boxL ul .imgBox {
    width: 150px;
    height: 100px;
    background: #F3430D;
    border-radius: 5px
}

.gdBodyWrap .inInfoBox .boxWrap .boxL ul p,
.inBodyWrap .inInfoBox .boxWrap .boxL ul p,
.bodyWrap .inInfoBox .boxWrap .boxL ul p {
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 2
}

.gdBodyWrap .inInfoBox .boxWrap .boxC,
.inBodyWrap .inInfoBox .boxWrap .boxC,
.bodyWrap .inInfoBox .boxWrap .boxC {
    width: 498px;
    font-size: 16px;
    line-height: 20px;
    color: #666666
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul {
    display: grid;
    grid-template-columns: repeat(4, 120px);
    justify-content: space-between;
    text-align: center
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li a,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li a,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li a {
    display: block;
    height: 48px;
    line-height: 48px;
    background: #F5F5F5
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li a:hover,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li a:hover,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li a:hover {
    color: #666666
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li.active,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li.active,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li.active {
    font-weight: bold;
    color: #333333
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li.active a,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li.active a,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li.active a {
    background: #fff;
    position: relative
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li.active a::after,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li.active a::after,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap>ul li.active a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 120px;
    height: 3px;
        background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo {
    margin-top: 22px
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont {
    padding: 16px 20px 20px;
    width: 100%;
    height: 140px;
    background: #FAFFFC;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    display: block;
    cursor: pointer
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont p,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont p,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 3
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont>p,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont>p,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont>p {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
    -webkit-line-clamp: 1
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont:hover>p,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont:hover>p,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont:hover>p {
    color: #3E9BFB
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont .imgInfo,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont .imgInfo,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont .imgInfo {
    margin-top: 18px;
    display: flex
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont .imgInfo img,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont .imgInfo img,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont .imgInfo img {
    width: 100px;
    height: 64px
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont .imgInfo p,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont .imgInfo p,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .mainCont .imgInfo p {
    margin-top: -4px;
    padding-left: 20px
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList {
    color: #666;
    padding-top: 6px
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li {
    margin-top: 13px
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li a,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li a,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li a {
    display: flex;
    align-items: center
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li a::before,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li a::before,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
        background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li a p,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li a p,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li a p {
    flex: 1;
    padding: 0 10px 0 14px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gdBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li a .time,
.inBodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li a .time,
.bodyWrap .inInfoBox .boxWrap .boxC.tabsWrap .tabInfo .infoList li a .time {
    font-size: 14px
}

.gdBodyWrap .inInfoBox .boxWrap .boxR,
.inBodyWrap .inInfoBox .boxWrap .boxR,
.bodyWrap .inInfoBox .boxWrap .boxR {
    width: 324px
}

.gdBodyWrap .inInfoBox .boxWrap .boxR .title,
.inBodyWrap .inInfoBox .boxWrap .boxR .title,
.bodyWrap .inInfoBox .boxWrap .boxR .title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.gdBodyWrap .inInfoBox .boxWrap .boxR .title .line,
.inBodyWrap .inInfoBox .boxWrap .boxR .title .line,
.bodyWrap .inInfoBox .boxWrap .boxR .title .line {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.gdBodyWrap .inInfoBox .boxWrap .boxR .title .line i,
.inBodyWrap .inInfoBox .boxWrap .boxR .title .line i,
.bodyWrap .inInfoBox .boxWrap .boxR .title .line i {
    display: block;
    height: 1px;
        background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
}

.gdBodyWrap .inInfoBox .boxWrap .boxR .title p,
.inBodyWrap .inInfoBox .boxWrap .boxR .title p,
.bodyWrap .inInfoBox .boxWrap .boxR .title p {
    width: fit-content;
    font-style: oblique;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    font-size: 32px;
    font-weight: 700;
    color: #333;
    padding: 0px 12px;
    height: 40px;
    line-height: 36px
}

.gdBodyWrap .inInfoBox .boxWrap .boxR .fourColumnList,
.inBodyWrap .inInfoBox .boxWrap .boxR .fourColumnList,
.bodyWrap .inInfoBox .boxWrap .boxR .fourColumnList {
    grid-template-columns: repeat(4, 60px)
}

.gdBodyWrap .inInfoBox .boxWrap .boxR .fourColumnList li>a .imgBox,
.inBodyWrap .inInfoBox .boxWrap .boxR .fourColumnList li>a .imgBox,
.bodyWrap .inInfoBox .boxWrap .boxR .fourColumnList li>a .imgBox {
    width: 60px;
    height: 60px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 12px
}

.gdBodyWrap .inInfoBox .boxWrap .boxR .fourColumnList li>a p,
.inBodyWrap .inInfoBox .boxWrap .boxR .fourColumnList li>a p,
.bodyWrap .inInfoBox .boxWrap .boxR .fourColumnList li>a p {
    margin: 10px -2px 0;
    text-align: center
}

.gdBodyWrap .inAppBox,
.inBodyWrap .inAppBox,
.bodyWrap .inAppBox,
.gdBodyWrap .inGameBox,
.inBodyWrap .inGameBox,
.bodyWrap .inGameBox {
    margin-top: 35px
}

.gdBodyWrap .inAppBox .boxWrap .inTitle .titleL .icon,
.inBodyWrap .inAppBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .inAppBox .boxWrap .inTitle .titleL .icon,
.gdBodyWrap .inGameBox .boxWrap .inTitle .titleL .icon,
.inBodyWrap .inGameBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .inGameBox .boxWrap .inTitle .titleL .icon {
    margin-right: 25px;
    width: 37px;
    height: 35px;
    background-position: -3px -83px
}

.gdBodyWrap .inAppBox .boxWrap .contWrap,
.inBodyWrap .inAppBox .boxWrap .contWrap,
.bodyWrap .inAppBox .boxWrap .contWrap,
.gdBodyWrap .inGameBox .boxWrap .contWrap,
.inBodyWrap .inGameBox .boxWrap .contWrap,
.bodyWrap .inGameBox .boxWrap .contWrap {
    display: flex;
    justify-content: space-between
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxL,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxL,
.bodyWrap .inAppBox .boxWrap .contWrap .boxL,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxL,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxL,
.bodyWrap .inGameBox .boxWrap .contWrap .boxL {
    width: 848px
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul,
.bodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul,
.bodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul {
    display: grid;
    grid-template-columns: repeat(7, 100px);
    text-align: center;
    justify-content: space-between
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li,
.bodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li,
.bodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li {
    margin-top: 18px;
    margin-right: 15px
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li:last-child,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li:last-child,
.bodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li:last-child,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li:last-child,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li:last-child,
.bodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li:last-child {
    margin-right: 0
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li>a,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li>a,
.bodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li>a,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li>a,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li>a,
.bodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li>a {
    display: block;
    width: 100px;
    height: 30px;
    background: #F7F7F7;
    padding: 0 6px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li:hover>a,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li:hover>a,
.bodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li:hover>a,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li:hover>a,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li:hover>a,
.bodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li:hover>a,
.gdBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li.active>a,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li.active>a,
.bodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsWrap>ul li.active>a,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li.active>a,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li.active>a,
.bodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsWrap>ul li.active>a {
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    color: #fff;
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsCont .tabInfo>.multiColumnList,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsCont .tabInfo>.multiColumnList,
.bodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsCont .tabInfo>.multiColumnList,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsCont .tabInfo>.multiColumnList,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsCont .tabInfo>.multiColumnList,
.bodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsCont .tabInfo>.multiColumnList {
    margin-top: -2px;
    justify-content: space-between;
    grid-template-columns: repeat(7, 88px)
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsCont .tabInfo>.multiColumnList .columnItem,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsCont .tabInfo>.multiColumnList .columnItem,
.bodyWrap .inAppBox .boxWrap .contWrap .boxL .tabsCont .tabInfo>.multiColumnList .columnItem,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsCont .tabInfo>.multiColumnList .columnItem,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsCont .tabInfo>.multiColumnList .columnItem,
.bodyWrap .inGameBox .boxWrap .contWrap .boxL .tabsCont .tabInfo>.multiColumnList .columnItem {
    margin-top: 25px
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR {
    width: 324px
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR .tip,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR .tip,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR .tip,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR .tip,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR .tip,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR .tip {
    font-size: 14px;
    line-height: 18px;
    color: #999999
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul {
    font-size: 16px;
    line-height: 20px;
    color: #333333
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li {
    margin-top: 16px;
    margin-bottom: 22px;
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:first-child,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:first-child,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:first-child,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:first-child,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:first-child,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:first-child {
    margin-top: 18px
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:first-child a>span,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:first-child a>span,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:first-child a>span,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:first-child a>span,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:first-child a>span,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:first-child a>span {
    color: #FFFFFF
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:first-child a>span::after,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:first-child a>span::after,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:first-child a>span::after,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:first-child a>span::after,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:first-child a>span::after,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:first-child a>span::after {
    background: #FF5C47
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:nth-child(2) a>span,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:nth-child(2) a>span,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:nth-child(2) a>span,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:nth-child(2) a>span,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:nth-child(2) a>span,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:nth-child(2) a>span {
    color: #FFFFFF
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:nth-child(2) a>span::after,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:nth-child(2) a>span::after,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:nth-child(2) a>span::after,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:nth-child(2) a>span::after,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:nth-child(2) a>span::after,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:nth-child(2) a>span::after {
    background: #FF8A3B
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:nth-child(3) a>span,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:nth-child(3) a>span,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:nth-child(3) a>span,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:nth-child(3) a>span,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:nth-child(3) a>span,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:nth-child(3) a>span {
    color: #FFFFFF
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:nth-child(3) a>span::after,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:nth-child(3) a>span::after,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li:nth-child(3) a>span::after,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:nth-child(3) a>span::after,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:nth-child(3) a>span::after,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li:nth-child(3) a>span::after {
    background: #FFD83B
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a {
    display: flex;
    align-items: center
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a>span,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a>span,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a>span,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a>span,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a>span,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a>span {
    text-align: center;
    line-height: 28px;
    width: 24px;
    height: 26px;
    font-size: 16px;
    color: #999999;
    position: relative;
    z-index: 1
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a>span::after,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a>span::after,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a>span::after,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a>span::after,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a>span::after,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a>span::after {
    content: "";
    display: block;
    width: 24px;
    height: 26px;
    background: #EEEEEE;
    transform: skew(-15deg, 0deg);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .imgBox,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .imgBox,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .imgBox,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .imgBox,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .imgBox,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .imgBox {
    display: none;
    width: 70px;
    height: 70px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 16px
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .imgInfo,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .imgInfo,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .imgInfo,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .imgInfo,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .imgInfo,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .imgInfo {
    padding-left: 14px;
    padding-right: 5px;
    flex: 1;
    width: 0
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .imgInfo p,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .imgInfo p,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .imgInfo p,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .imgInfo p,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .imgInfo p,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .imgInfo p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .imgInfo .tip,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .imgInfo .tip,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .imgInfo .tip,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .imgInfo .tip,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .imgInfo .tip,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .imgInfo .tip {
    display: none
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .btnItem,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .btnItem,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li a .btnItem,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .btnItem,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .btnItem,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li a .btnItem {
    display: none
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a {
    padding-bottom: 4px
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a:hover,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a:hover,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a:hover,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a:hover,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a:hover,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a:hover {
    color: #333
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a>span,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a>span,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a>span,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a>span,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a>span,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a>span {
    font-weight: bold
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgBox,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgBox,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgBox,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgBox,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgBox,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgBox {
    margin-left: 14px;
    display: block
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo {
    padding-left: 16px
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo p,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo p,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo p,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo p,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo p,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo p {
    font-weight: bold
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo .tip,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo .tip,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo .tip,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo .tip,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo .tip,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo .tip {
    font-weight: normal;
    display: block;
    margin-top: 8px
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo .tip:last-child,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo .tip:last-child,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo .tip:last-child,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo .tip:last-child,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo .tip:last-child,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .imgInfo .tip:last-child {
    margin-top: 6px
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .btnItem,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .btnItem,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a .btnItem,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .btnItem,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .btnItem,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a .btnItem {
    display: block
}

.gdBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a>.tip,
.inBodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a>.tip,
.bodyWrap .inAppBox .boxWrap .contWrap .boxR>ul li.active a>.tip,
.gdBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a>.tip,
.inBodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a>.tip,
.bodyWrap .inGameBox .boxWrap .contWrap .boxR>ul li.active a>.tip {
    display: none
}

.gdBodyWrap .inTopicsBox .boxWrap,
.inBodyWrap .inTopicsBox .boxWrap,
.bodyWrap .inTopicsBox .boxWrap {
    margin-top: 36px;
    position: relative
}

.gdBodyWrap .inTopicsBox .boxWrap .inTitle .titleL .icon,
.inBodyWrap .inTopicsBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .inTopicsBox .boxWrap .inTitle .titleL .icon {
    margin-right: 25px;
    width: 41px;
    height: 36px;
    background-position: -50px -83px
}

.gdBodyWrap .inTopicsBox .boxWrap .inTopicsSw,
.inBodyWrap .inTopicsBox .boxWrap .inTopicsSw,
.bodyWrap .inTopicsBox .boxWrap .inTopicsSw {
    margin: 20px 36px 0;
    height: 340px;
    font-size: 16px;
    line-height: 20px;
    color: #333
}

.gdBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper,
.inBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper,
.bodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.gdBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide,
.inBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide,
.bodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide {
    width: 276px !important;
    height: fit-content
}

.gdBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide a,
.inBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide a,
.bodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide a {
    display: block
}

.gdBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgBox,
.inBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgBox,
.bodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgBox {
    width: 276px;
    height: 126px;
    border-radius: 5px;
    border: 3px solid transparent
}

.gdBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgBox img,
.inBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgBox img,
.bodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgBox img {
    border-radius: 5px
}

.gdBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide:hover .imgBox,
.inBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide:hover .imgBox,
.bodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide:hover .imgBox {
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-color: #3E9BFB
}

.gdBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgInfo,
.inBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgInfo,
.bodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgInfo {
    display: flex;
    align-items: center;
    margin: 8px 0 12px
}

.gdBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgInfo p,
.inBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgInfo p,
.bodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgInfo p {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gdBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgInfo span,
.inBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgInfo span,
.bodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgInfo span {
    font-size: 14px;
    color: #999999
}

.gdBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgInfo span i,
.inBodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgInfo span i,
.bodyWrap .inTopicsBox .boxWrap .inTopicsSw .swiper-wrapper .swiper-slide .imgInfo span i {
    font-style: normal;
    font-weight: bold;
    color: #3E9BFB;
    margin: 0 5px
}

.gdBodyWrap .inTopicsBox .boxWrap .swiper-button-prev,
.inBodyWrap .inTopicsBox .boxWrap .swiper-button-prev,
.bodyWrap .inTopicsBox .boxWrap .swiper-button-prev,
.gdBodyWrap .inTopicsBox .boxWrap .swiper-button-next,
.inBodyWrap .inTopicsBox .boxWrap .swiper-button-next,
.bodyWrap .inTopicsBox .boxWrap .swiper-button-next {
    width: 24px;
    height: 205px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 0px 8px 8px 0px;
    position: absolute;
    right: 0;
    top: 116px;
    display: flex;
    align-items: center;
    justify-content: center
}

.gdBodyWrap .inTopicsBox .boxWrap .swiper-button-prev .icon,
.inBodyWrap .inTopicsBox .boxWrap .swiper-button-prev .icon,
.bodyWrap .inTopicsBox .boxWrap .swiper-button-prev .icon,
.gdBodyWrap .inTopicsBox .boxWrap .swiper-button-next .icon,
.inBodyWrap .inTopicsBox .boxWrap .swiper-button-next .icon,
.bodyWrap .inTopicsBox .boxWrap .swiper-button-next .icon {
    width: 11px;
    height: 20px;

}
.inBodyWrap .inTopicsBox .boxWrap .swiper-button-next .icon{
    background-image: url(../img/r1.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.gdBodyWrap .inTopicsBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.inBodyWrap .inTopicsBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.bodyWrap .inTopicsBox .boxWrap .swiper-button-prev.swiper-button-disabled,
.gdBodyWrap .inTopicsBox .boxWrap .swiper-button-next.swiper-button-disabled,
.inBodyWrap .inTopicsBox .boxWrap .swiper-button-next.swiper-button-disabled,
.bodyWrap .inTopicsBox .boxWrap .swiper-button-next.swiper-button-disabled {
    background: #E3E3E3;
    cursor: not-allowed
}

.gdBodyWrap .inTopicsBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.inBodyWrap .inTopicsBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.bodyWrap .inTopicsBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon,
.gdBodyWrap .inTopicsBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.inBodyWrap .inTopicsBox .boxWrap .swiper-button-next.swiper-button-disabled .icon,
.bodyWrap .inTopicsBox .boxWrap .swiper-button-next.swiper-button-disabled .icon {
    background-position: -21px -124px
}
.inBodyWrap .inTopicsBox .boxWrap .swiper-button-prev.swiper-button-disabled .icon{
    background-image: url(../img/l1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: initial;
    transform: rotateY(180deg);
}
.gdBodyWrap .inTopicsBox .boxWrap .swiper-button-prev,
.inBodyWrap .inTopicsBox .boxWrap .swiper-button-prev,
.bodyWrap .inTopicsBox .boxWrap .swiper-button-prev {
    left: 0;
    transform: rotateY(180deg)
}

.gdBodyWrap .inAppBox .boxWrap .inTitle .titleL .icon,
.inBodyWrap .inAppBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .inAppBox .boxWrap .inTitle .titleL .icon {
    width: 36px;
    height: 36px;
    background-position: -101px -83px
}

.gdBodyWrap .inNewsBox,
.inBodyWrap .inNewsBox,
.bodyWrap .inNewsBox {
    margin-top: 38px
}

.gdBodyWrap .inNewsBox .boxWrap .inTitle .titleL .icon,
.inBodyWrap .inNewsBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .inNewsBox .boxWrap .inTitle .titleL .icon {
    margin-right: 25px;
    width: 38px;
    height: 36px;
    background-position: -147px -83px
}
.boxCont h3 ,.boxCont h3 span{
    color: #333333 !important;
}
.gdBodyWrap .inNewsBox .boxWrap>.boxCont,
.inBodyWrap .inNewsBox .boxWrap>.boxCont,
.bodyWrap .inNewsBox .boxWrap>.boxCont {
    margin-top: 22px;
    display: flex;
    justify-content: space-between
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxL,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxL,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxL {
    width: 400px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 26px;
    color: #999999
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a {
    display: block
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a p,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a p,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 1
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a .imgBox,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a .imgBox,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a .imgBox {
    width: 120px;
    height: 80px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 6px;
    flex-shrink: 0
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a:hover,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a:hover,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a:hover {
    color: inherit
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a:hover img,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a:hover img,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a:hover img {
    transform: scale(1.2)
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a.mainCont .imgBox,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a.mainCont .imgBox,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a.mainCont .imgBox {
    width: 100%;
    height: 222px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 8px
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a.mainCont p,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a.mainCont p,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a.mainCont p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #333333
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a.boxCont,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a.boxCont,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a.boxCont {
    margin-top: 20px;
    display: flex
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a.boxCont p,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a.boxCont p,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxL>a.boxCont p {
    flex: 1;
    -webkit-line-clamp: 3;
    padding-left: 15px
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    width: 424px
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont li,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont li,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont li {
    margin-top: 22px
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont li:first-child,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont li:first-child,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont li:first-child {
    margin-top: 0
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont .imgBox,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont .imgBox,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont .imgBox {
    width: 120px;
    height: 80px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 6px;
    flex-shrink: 0
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont a,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont a,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont a {
    display: flex
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont a:hover,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont a:hover,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont a:hover {
    color: inherit
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont a:hover img,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont a:hover img,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont a:hover img {
    transform: scale(1.2)
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont a:hover,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont a:hover,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont a:hover {
    color: #3E9BFB
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont .imgInfo,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont .imgInfo,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont .imgInfo {
    padding-left: 18px;
    font-weight: bold
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont .imgInfo p,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont .imgInfo p,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont .imgInfo p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 1
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont .imgInfo p:last-child,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont .imgInfo p:last-child,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .mainCont .imgInfo p:last-child {
    margin-top: 8px;
    font-weight: normal;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #999999;
    line-height: 26px
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont {
    margin-top: 22px
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont li,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont li,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont li {
    margin-top: 14px
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont a,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont a,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont a {
    display: flex;
    align-items: center
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont a p,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont a p,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont .time,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont .time,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxC .boxCont .time {
    font-size: 14px
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxR,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxR,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxR {
    width: 324px;
    font-size: 16px;
    color: #333
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxR .inTitle .titleL,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxR .inTitle .titleL,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxR .inTitle .titleL {
    font-size: 18px;
    line-height: 22px
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxR .inTitle .titleL .icon,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxR .inTitle .titleL .icon,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxR .inTitle .titleL .icon {
    margin-right: 8px;
    width: 25px;
    height: 18px;
    background-position: -25px -59px
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul {
    margin-top: 20px;
    line-height: 24px
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li {
    margin-top: 18px
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li>a,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li>a,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li>a {
    display: flex;
    align-items: center
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li>a span,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li>a span,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li>a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #F0F0F0;
    border-radius: 5px;
    font-size: 14px;
    color: #999999
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li>a p,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li>a p,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li>a p {
    padding-left: 10px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li:nth-child(1)>a span,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li:nth-child(1)>a span,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li:nth-child(1)>a span {
    background: #FF5C47;
    color: #FFFFFF
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li:nth-child(2)>a span,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li:nth-child(2)>a span,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li:nth-child(2)>a span {
    background: #FF8A3B;
    color: #FFFFFF
}

.gdBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li:nth-child(3)>a span,
.inBodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li:nth-child(3)>a span,
.bodyWrap .inNewsBox .boxWrap>.boxCont .boxR ul li:nth-child(3)>a span {
    background: #FFD83B;
    color: #FFFFFF
}

.gdBodyWrap .inRankBox,
.inBodyWrap .inRankBox,
.bodyWrap .inRankBox {
    margin-top: 38px
}

.gdBodyWrap .inRankBox .boxWrap .boxCont,
.inBodyWrap .inRankBox .boxWrap .boxCont,
.bodyWrap .inRankBox .boxWrap .boxCont {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem {
    width: 380px
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem .itemTitle,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem .itemTitle,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem .itemTitle {
    line-height: 56px;
    border-top: 1px solid #EEEEEE;
    font-size: 24px;
    font-weight: bold;
    color: #FF5D32;
    position: relative
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem .itemTitle::before,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem .itemTitle::before,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem .itemTitle::before {
    content: "";
    display: block;
    width: 172px;
    height: 4px;
    background: #FF5D32;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: -1px
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem .tip,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem .tip,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem .tip {
    font-size: 14px;
    line-height: 18px;
    color: #999999
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul {
    font-size: 16px;
    line-height: 20px;
    color: #333333
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li {
    margin-top: 16px
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child {
    margin-top: 18px
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child a>span,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child a>span,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child a>span {
    color: #FFFFFF
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child a>span::after,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child a>span::after,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child a>span::after {
    background: #FF5C47
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2) a>span,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2) a>span,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2) a>span {
    color: #FFFFFF
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2) a>span::after,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2) a>span::after,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2) a>span::after {
    background: #FF8A3B
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3) a>span,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3) a>span,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3) a>span {
    color: #FFFFFF
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3) a>span::after,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3) a>span::after,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3) a>span::after {
    background: #FFD83B
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a {
    display: flex;
    align-items: center
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a>span,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a>span,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a>span {
    text-align: center;
    line-height: 28px;
    width: 24px;
    height: 26px;
    font-size: 16px;
    color: #999999;
    position: relative;
    z-index: 1
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a>span::after,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a>span::after,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a>span::after {
    content: "";
    display: block;
    width: 24px;
    height: 26px;
    background: #EEEEEE;
    transform: skew(-15deg, 0deg);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgBox,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgBox,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgBox {
    display: none;
    width: 70px;
    height: 70px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 16px
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo {
    padding-left: 14px;
    padding-right: 5px;
    flex: 1;
    width: 0
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo p,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo p,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo .tip,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo .tip,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo .tip {
    display: none
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .btnItem,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .btnItem,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .btnItem {
    display: none
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a {
    padding-bottom: 4px
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a:hover,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a:hover,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a:hover {
    color: #333
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a>span,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a>span,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a>span {
    font-weight: bold
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgBox,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgBox,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgBox {
    margin-left: 14px;
    display: block
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo {
    padding-left: 16px
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo p,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo p,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo p {
    font-weight: bold
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo .tip,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo .tip,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo .tip {
    font-weight: normal;
    display: block;
    margin-top: 8px
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo .tip:last-child,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo .tip:last-child,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo .tip:last-child {
    margin-top: 6px
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .btnItem,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .btnItem,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .btnItem {
    display: block
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a>.tip,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a>.tip,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a>.tip {
    display: none
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(2) .itemTitle,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(2) .itemTitle,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(2) .itemTitle {
    color: #9232FF
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(2) .itemTitle::before,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(2) .itemTitle::before,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(2) .itemTitle::before {
    background: #9232FF
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(3) .itemTitle,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(3) .itemTitle,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(3) .itemTitle {
    color: #328EFF
}

.gdBodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(3) .itemTitle::before,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(3) .itemTitle::before,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(3) .itemTitle::before {
    background: #328EFF
}

.gdBodyWrap .inLinkBox,
.inBodyWrap .inLinkBox,
.bodyWrap .inLinkBox {
    margin-top: 40px
}

.gdBodyWrap .inLinkBox .boxWrap .inTitle .titleL .icon,
.inBodyWrap .inLinkBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .inLinkBox .boxWrap .inTitle .titleL .icon {
    margin-right: 25px;
    width: 35px;
    height: 36px;
    background-position: -195px -83px
}
.inBodyWrap .inLinkBox .boxWrap .inTitle .titleL .icon{
    background-image: url(../img/yq.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: initial;
}
.gdBodyWrap .inLinkBox .boxWrap .linkBoxs,
.inBodyWrap .inLinkBox .boxWrap .linkBoxs,
.bodyWrap .inLinkBox .boxWrap .linkBoxs {
    font-size: 18px;
    line-height: 22px;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    margin: 2px -16px 48px
}

.gdBodyWrap .inLinkBox .boxWrap .linkBoxs li>a,
.inBodyWrap .inLinkBox .boxWrap .linkBoxs li>a,
.bodyWrap .inLinkBox .boxWrap .linkBoxs li>a {
    display: block;
    margin: 20px 16px 0
}

.gdBodyWrap .appNavBox .boxWrap,
.inBodyWrap .appNavBox .boxWrap,
.bodyWrap .appNavBox .boxWrap,
.gdBodyWrap .gmNavBox .boxWrap,
.inBodyWrap .gmNavBox .boxWrap,
.bodyWrap .gmNavBox .boxWrap {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF
}

.gdBodyWrap .appNavBox .boxWrap .multiColumnList,
.inBodyWrap .appNavBox .boxWrap .multiColumnList,
.bodyWrap .appNavBox .boxWrap .multiColumnList,
.gdBodyWrap .gmNavBox .boxWrap .multiColumnList,
.inBodyWrap .gmNavBox .boxWrap .multiColumnList,
.bodyWrap .gmNavBox .boxWrap .multiColumnList {
    margin-top: -9px;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    grid-template-columns: repeat(7, 164px)
}

.gdBodyWrap .appNavBox .boxWrap .multiColumnList li,
.inBodyWrap .appNavBox .boxWrap .multiColumnList li,
.bodyWrap .appNavBox .boxWrap .multiColumnList li,
.gdBodyWrap .gmNavBox .boxWrap .multiColumnList li,
.inBodyWrap .gmNavBox .boxWrap .multiColumnList li,
.bodyWrap .gmNavBox .boxWrap .multiColumnList li {
    margin: 9px 0 0
}

.gdBodyWrap .appNavBox .boxWrap .multiColumnList li>a,
.inBodyWrap .appNavBox .boxWrap .multiColumnList li>a,
.bodyWrap .appNavBox .boxWrap .multiColumnList li>a,
.gdBodyWrap .gmNavBox .boxWrap .multiColumnList li>a,
.inBodyWrap .gmNavBox .boxWrap .multiColumnList li>a,
.bodyWrap .gmNavBox .boxWrap .multiColumnList li>a {
    display: flex;
    align-items: center;
    width: 164px;
    height: 84px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    padding: 0 18px
}

.gdBodyWrap .appNavBox .boxWrap .multiColumnList li>a .imgInfo,
.inBodyWrap .appNavBox .boxWrap .multiColumnList li>a .imgInfo,
.bodyWrap .appNavBox .boxWrap .multiColumnList li>a .imgInfo,
.gdBodyWrap .gmNavBox .boxWrap .multiColumnList li>a .imgInfo,
.inBodyWrap .gmNavBox .boxWrap .multiColumnList li>a .imgInfo,
.bodyWrap .gmNavBox .boxWrap .multiColumnList li>a .imgInfo {
    width: 0;
    flex: 1
}

.gdBodyWrap .appNavBox .boxWrap .multiColumnList li>a .imgInfo p,
.inBodyWrap .appNavBox .boxWrap .multiColumnList li>a .imgInfo p,
.bodyWrap .appNavBox .boxWrap .multiColumnList li>a .imgInfo p,
.gdBodyWrap .gmNavBox .boxWrap .multiColumnList li>a .imgInfo p,
.inBodyWrap .gmNavBox .boxWrap .multiColumnList li>a .imgInfo p,
.bodyWrap .gmNavBox .boxWrap .multiColumnList li>a .imgInfo p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gdBodyWrap .appNavBox .boxWrap .multiColumnList li>a .imgInfo p.tip,
.inBodyWrap .appNavBox .boxWrap .multiColumnList li>a .imgInfo p.tip,
.bodyWrap .appNavBox .boxWrap .multiColumnList li>a .imgInfo p.tip,
.gdBodyWrap .gmNavBox .boxWrap .multiColumnList li>a .imgInfo p.tip,
.inBodyWrap .gmNavBox .boxWrap .multiColumnList li>a .imgInfo p.tip,
.bodyWrap .gmNavBox .boxWrap .multiColumnList li>a .imgInfo p.tip {
    font-weight: normal;
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #999999
}

.gdBodyWrap .appNavBox .boxWrap .multiColumnList li>a .imgBox,
.inBodyWrap .appNavBox .boxWrap .multiColumnList li>a .imgBox,
.bodyWrap .appNavBox .boxWrap .multiColumnList li>a .imgBox,
.gdBodyWrap .gmNavBox .boxWrap .multiColumnList li>a .imgBox,
.inBodyWrap .gmNavBox .boxWrap .multiColumnList li>a .imgBox,
.bodyWrap .gmNavBox .boxWrap .multiColumnList li>a .imgBox {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    flex-shrink: 0
}

.gdBodyWrap .appNavBox .boxWrap .multiColumnList li.active a,
.inBodyWrap .appNavBox .boxWrap .multiColumnList li.active a,
.bodyWrap .appNavBox .boxWrap .multiColumnList li.active a,
.gdBodyWrap .gmNavBox .boxWrap .multiColumnList li.active a,
.inBodyWrap .gmNavBox .boxWrap .multiColumnList li.active a,
.bodyWrap .gmNavBox .boxWrap .multiColumnList li.active a,
.gdBodyWrap .appNavBox .boxWrap .multiColumnList li:hover a,
.inBodyWrap .appNavBox .boxWrap .multiColumnList li:hover a,
.bodyWrap .appNavBox .boxWrap .multiColumnList li:hover a,
.gdBodyWrap .gmNavBox .boxWrap .multiColumnList li:hover a,
.inBodyWrap .gmNavBox .boxWrap .multiColumnList li:hover a,
.bodyWrap .gmNavBox .boxWrap .multiColumnList li:hover a {
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-color: #3E9BFB;
    color: #333;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(71, 255, 163, 0.5)
}

.gdBodyWrap .appAllListBox,
.inBodyWrap .appAllListBox,
.bodyWrap .appAllListBox,
.gdBodyWrap .gmAllListBox,
.inBodyWrap .gmAllListBox,
.bodyWrap .gmAllListBox {
    margin-top: 38px
}

.gdBodyWrap .appAllListBox .boxWrap,
.inBodyWrap .appAllListBox .boxWrap,
.bodyWrap .appAllListBox .boxWrap,
.gdBodyWrap .gmAllListBox .boxWrap,
.inBodyWrap .gmAllListBox .boxWrap,
.bodyWrap .gmAllListBox .boxWrap {
    position: relative
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns,
.bodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns {
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 2px
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li,
.bodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li {
    margin: 0 2.5px
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li:last-child,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li:last-child,
.bodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li:last-child,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li:last-child,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li:last-child,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li:last-child {
    margin-right: 0
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li>a,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li>a,
.bodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li>a,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li>a,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li>a,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li>a {
    height: 24px;
    background: #fff;
    border-radius: 5px;
    flex: 1;
    padding: 0 12px;
    display: block
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li.active>a,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li.active>a,
.bodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li.active>a,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li.active>a,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li.active>a,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li.active>a,
.gdBodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li:hover>a,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li:hover>a,
.bodyWrap .appAllListBox .boxWrap .tabsWrap>ul.btns li:hover>a,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li:hover>a,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li:hover>a,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap>ul.btns li:hover>a {
    color: #333333;
        background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList {
    margin-top: -6px;
    grid-template-columns: repeat(4, 280px);
    font-size: 16px;
    line-height: 20px;
    color: #333
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList p,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList p,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList p,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList p,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList p,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li {
    margin-top: 28px
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a {
    display: flex;
    flex-direction: column
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo {
    display: flex;
    align-items: center
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgBox,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgBox,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgBox,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgBox,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgBox,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgBox {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 20px
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgInfo,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgInfo,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgInfo,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgInfo,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgInfo,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgInfo {
    width: 0;
    flex: 1;
    padding: 0 0 0 18px
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgInfo p.tip,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgInfo p.tip,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgInfo p.tip,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgInfo p.tip,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgInfo p.tip,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemInfo .imgInfo p.tip {
    margin-top: 14px;
    font-size: 14px;
    line-height: 18px;
    color: #999999
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont {
    margin-top: 12px;
    width: 280px;
    height: 82px;
    background: #F9F9F9;
    border-radius: 5px;
    color: #999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 8px 12px 12px;
    position: relative
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::before,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::before,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::before,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::before,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::before,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::before,
.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::after,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::after,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::after,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::after,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::after,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::after {
    content: '';
    display: block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    width: 15px;
    height: 13px;
    background-position: -38px -124px;
    position: absolute;
    right: 8px;
    bottom: 12px
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::before,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::before,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::before,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::before,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::before,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont::before {
    transform: rotateY(180deg);
    left: 12px;
    top: 12px;
    right: unset;
    bottom: unset
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont p,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont p,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont p,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont p,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont p,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont p {
    padding-left: 6px;
    line-height: 32px
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont p.btn,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont p.btn,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont p.btn,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont p.btn,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont p.btn,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li a .itemCont p.btn {
    display: none;
    width: 240px;
    height: 42px;
    line-height: 42px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    margin: 0 auto;
    text-align: center
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li.hot a,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li.hot a,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li.hot a,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li.hot a,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li.hot a,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li.hot a {
    position: relative
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li.hot a>.icon,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li.hot a>.icon,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li.hot a>.icon,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li.hot a>.icon,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li.hot a>.icon,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li.hot a>.icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 24px;
    background-position: -3px -338px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    font-style: normal
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a {
    color: inherit
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont::before,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont::before,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont::before,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont::before,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont::before,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont::before,
.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont::after,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont::after,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont::after,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont::after,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont::after,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont::after {
    display: none
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont p,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont p,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont p,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont p,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont p,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont p {
    display: none
}

.gdBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont p.btn,
.inBodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont p.btn,
.bodyWrap .appAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont p.btn,
.gdBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont p.btn,
.inBodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont p.btn,
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont p.btn {
    display: block
}
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList li:hover a .itemCont p.btn {
    color: #fff;
}
.gdBodyWrap .appClassifyBox .boxType .boxWrap .gmTitle .titleL>p::after,
.inBodyWrap .appClassifyBox .boxType .boxWrap .gmTitle .titleL>p::after,
.bodyWrap .appClassifyBox .boxType .boxWrap .gmTitle .titleL>p::after {
    background: #45E399
}

.gdBodyWrap .appClassifyBox .tagList>li.active,
.inBodyWrap .appClassifyBox .tagList>li.active,
.bodyWrap .appClassifyBox .tagList>li.active,
.gdBodyWrap .appClassifyBox .tagList>li:hover,
.inBodyWrap .appClassifyBox .tagList>li:hover,
.bodyWrap .appClassifyBox .tagList>li:hover {
    background: #F5FFFA;
    border: 1px solid #23BC89;
    color: #00B277
}

.gdBodyWrap .appClassifyBox .tagList>li:hover,
.inBodyWrap .appClassifyBox .tagList>li:hover,
.bodyWrap .appClassifyBox .tagList>li:hover {
    border-color: #F5FFFA;
    color: unset
}

.gdBodyWrap .gmAllList .boxList,
.inBodyWrap .gmAllList .boxList,
.bodyWrap .gmAllList .boxList {
    font-size: 16px;
    line-height: 16px;
    color: #2A2A2A;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(5, 18.58%);
    justify-content: space-between;
    padding: 8px 24px
}

.gdBodyWrap .gmAllList .boxList li,
.inBodyWrap .gmAllList .boxList li,
.bodyWrap .gmAllList .boxList li {
    margin-top: 42px
}

.gdBodyWrap .gmAllList .boxList li>a,
.inBodyWrap .gmAllList .boxList li>a,
.bodyWrap .gmAllList .boxList li>a {
    display: block;
    width: 214px;
    height: 244px;
    background: #F9F9F9;
    border-radius: 10px;
    padding: 12px 10px
}

.gdBodyWrap .gmAllList .boxList li>a .imgBox,
.inBodyWrap .gmAllList .boxList li>a .imgBox,
.bodyWrap .gmAllList .boxList li>a .imgBox {
    margin: -32px auto 0;
    width: 195px;
    height: 205px;
    background: #FFFFFF;
    border: 2px solid #F9F9F9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.gdBodyWrap .gmAllList .boxList li>a .imgBox>img,
.inBodyWrap .gmAllList .boxList li>a .imgBox>img,
.bodyWrap .gmAllList .boxList li>a .imgBox>img {
    width: 102px;
    height: 102px;
    border-radius: 20px
}

.gdBodyWrap .gmAllList .boxList li>a .imgBox p,
.inBodyWrap .gmAllList .boxList li>a .imgBox p,
.bodyWrap .gmAllList .boxList li>a .imgBox p {
    margin-top: 18px;
    font-weight: bold
}

.gdBodyWrap .gmAllList .boxList li>a .imgBox p.time,
.inBodyWrap .gmAllList .boxList li>a .imgBox p.time,
.bodyWrap .gmAllList .boxList li>a .imgBox p.time {
    font-weight: normal;
    margin-top: 12px
}

.gdBodyWrap .gmAllList .boxList li>a .imgBox p.time>span,
.inBodyWrap .gmAllList .boxList li>a .imgBox p.time>span,
.bodyWrap .gmAllList .boxList li>a .imgBox p.time>span {
    margin: 0 6px
}

.gdBodyWrap .gmAllList .boxList li>a>p.btn,
.inBodyWrap .gmAllList .boxList li>a>p.btn,
.bodyWrap .gmAllList .boxList li>a>p.btn {
    width: 186px;
    height: 35px;
    border: 1px solid rgba(255, 125, 4, 0.3);
    border-radius: 18px;
    margin: 12px auto 0;
    font-size: 14px;
    color: #FF7D04;
    line-height: 32px;
    font-weight: 400
}

.gdBodyWrap .gmAllList .boxList li>a p,
.inBodyWrap .gmAllList .boxList li>a p,
.bodyWrap .gmAllList .boxList li>a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gdBodyWrap .gmAllList .boxList li>a:hover,
.inBodyWrap .gmAllList .boxList li>a:hover,
.bodyWrap .gmAllList .boxList li>a:hover {
    background: #FFF6E5;
    color: #FF7D04
}

.gdBodyWrap .gmAllList .boxList li>a:hover .imgBox,
.inBodyWrap .gmAllList .boxList li>a:hover .imgBox,
.bodyWrap .gmAllList .boxList li>a:hover .imgBox {
    border-color: #FFF6E5
}

.gdBodyWrap .gmAllList .boxList li>a:hover>p.btn,
.inBodyWrap .gmAllList .boxList li>a:hover>p.btn,
.bodyWrap .gmAllList .boxList li>a:hover>p.btn {
    background: #FEC629;
    color: #1C252C;
    border-color: #FEC629
}

.gdBodyWrap .gmAllList .boxList li.subscribe>a>p.btn,
.inBodyWrap .gmAllList .boxList li.subscribe>a>p.btn,
.bodyWrap .gmAllList .boxList li.subscribe>a>p.btn {
    border-color: rgba(69, 227, 153, 0.5);
    color: #45E399
}

.gdBodyWrap .gmAllList .boxList li.subscribe>a:hover,
.inBodyWrap .gmAllList .boxList li.subscribe>a:hover,
.bodyWrap .gmAllList .boxList li.subscribe>a:hover {
    background: #DEFFEF;
    color: #45E399
}

.gdBodyWrap .gmAllList .boxList li.subscribe>a:hover .imgBox,
.inBodyWrap .gmAllList .boxList li.subscribe>a:hover .imgBox,
.bodyWrap .gmAllList .boxList li.subscribe>a:hover .imgBox {
    border-color: #DEFFEF
}

.gdBodyWrap .gmAllList .boxList li.subscribe>a:hover>p.btn,
.inBodyWrap .gmAllList .boxList li.subscribe>a:hover>p.btn,
.bodyWrap .gmAllList .boxList li.subscribe>a:hover>p.btn {
    background: #45E399;
    color: #fff;
    border-color: #45E399
}

.gdBodyWrap .gmAllList .pageCode,
.inBodyWrap .gmAllList .pageCode,
.bodyWrap .gmAllList .pageCode {
    margin: 30px 0 70px
}

.gdBodyWrap .gdBodyWrap .boxWrap,
.inBodyWrap .gdBodyWrap .boxWrap,
.bodyWrap .gdBodyWrap .boxWrap {
    display: flex;
    justify-content: space-between
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL,
.bodyWrap .gdBodyWrap .boxWrap>.boxL {
    width: 840px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox {
    margin-top: 12px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgBox {
    width: 140px;
    height: 140px;
    background: #7D7D7D;
    border-radius: 32px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo {
    height: 140px;
    flex: 1;
    padding-left: 26px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    color: #999999;
    max-width: 530px;
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo h1,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo h1,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    color: #333333
}
.gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo h1{
    white-space: nowrap;
    flex: 1;
    overflow: hidden;
    min-height: 34px;
    text-overflow: ellipsis;
    max-width: 90%;
}
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p>span,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p>span,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p>span {
    margin-right: 35px;
    margin-top: 10px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p:last-child,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p:last-child,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p:last-child {
    margin-top: 10px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags {
    margin-top: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex: 1;
    overflow-x: auto
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags::-webkit-scrollbar,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags::-webkit-scrollbar,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags::-webkit-scrollbar {
    height: 4px;
    background: #eee
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags::-webkit-scrollbar-thumb,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags::-webkit-scrollbar-thumb,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    height: 4px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags i,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags i,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags i,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags a {
    flex-shrink: 0;
    margin-right: 10px;
    font-style: normal;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background: #FFF9F0;
    color: #FFA961
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags i:nth-child(2n),
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags i:nth-child(2n),
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags i:nth-child(2n),
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags a:nth-child(2n),
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags a:nth-child(2n),
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .imgInfo p .tags a:nth-child(2n) {
    background: #F5FFF1;
    color: #59C62F
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    color: #333333
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li {
    margin: 0 35px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li a {
    color: #333333
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li.active,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li.active,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li.active {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #1C252C
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li.active a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li.active a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li.active a {
    color: #1C252C
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li.active:after,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li.active:after,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li.active:after {
    content: "";
    position: absolute;
    left: -2px;
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(-90deg, #FF9950, #FFE743);
    border-radius: 2px;
    z-index: -1
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li:hover,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li:hover,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxMenu li:hover {
    opacity: .85
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo {
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 22px 22px 34px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCont,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCont,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCont {
    font-size: 16px;
    color: #434343;
    line-height: 26px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCont p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCont p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCont p {
    margin-top: 26px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCont p:first-child,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCont p:first-child,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCont p:first-child {
    margin: 0
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCont img,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCont img,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCont img {
    width: 529px;
    display: block;
    margin: 25px auto 0
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCharacter,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCharacter,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCharacter {
    margin-top: 20px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCharacter .boxCont,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCharacter .boxCont,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxCharacter .boxCont {
    margin-top: 12px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo {
    margin-top: 20px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .gdTitle,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .gdTitle,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .gdTitle {
    color: #66CCFF
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .gdTitle .titleR,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .gdTitle .titleR,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .gdTitle .titleR {
    color: inherit
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .infoTxt,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .infoTxt,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .infoTxt {
    font-size: 14px;
    line-height: 14px;
    color: #434343
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .infoTxt p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .infoTxt p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .infoTxt p {
    margin-top: 16px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .infoTxt p:first-child,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .infoTxt p:first-child,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdDetailBox .boxInfo .boxUpdateInfo .infoTxt p:first-child {
    font-size: 16px;
    line-height: 16px;
    color: #CCCCCC
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox {
    margin-top: 28px;
    width: 100%;
    height: 54px;
    background: #F6F4FF;
    border-radius: 8px;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    padding: 0 32px
}
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox{
    margin-top:45px;
}
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox ul,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox ul,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: inherit
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox ul li a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox ul li a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox ul li a {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox ul li:hover a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox ul li:hover a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox ul li:hover a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox ul li.active a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox ul li.active a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMainBox ul li.active a {
    color: #fff;
    font-weight: bold;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox {
    margin-top: 28px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox {
    overflow: hidden
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-slide,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-slide,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-slide {
    width: auto;
    max-width: 500px;
    height: 280px;
    border-radius: 5px;
    overflow: hidden
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-slide>img,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-slide>img,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-slide>img {
    object-fit: contain
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-slide>video,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-slide>video,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-slide>video {
    background: #000;
    object-fit: contain;
    display: block;
    width: 500px;
    height: 100%
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-scrollbar,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-scrollbar,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-scrollbar {
    margin-top: 16px;
    height: 10px;
    background: #F5F5F5;
    border-radius: 5px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-scrollbar .swiper-scrollbar-drag,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-scrollbar .swiper-scrollbar-drag,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdScreenBox .gdSwBox .swiper-scrollbar .swiper-scrollbar-drag {
    height: 10px;
    background: #D2D2D2;
    border-radius: 5px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox {
    margin-top: 42px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .inTitle,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .inTitle,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .inTitle {
    margin-top: 26px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .inTitle .titleL,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .inTitle .titleL,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .inTitle .titleL {
    font-size: 18px;
    line-height: 22px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont {
    font-size: 16px;
    color: #666666;
    line-height: 30px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont a {
    color: #315efb
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont a:hover,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont a:hover,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont a:hover {
    text-decoration: underline
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont p {
    margin-top: 12px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h1,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h1,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h1,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h2,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h2,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h2,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h3,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h3,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h3,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h4,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h4,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h4,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h5,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h5,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h5,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h6,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h6,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont h6 {
    margin-top: 12px;
    font-weight: bold;
    color: #333
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont img,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont img,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdIntroBox .boxCont img {
    display: block;
    margin: 22px auto 0;
    width: auto;
    height: auto;
    max-width: 720px;
    max-height: 660px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox {
    margin-top: 28px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .inTitle .titleL,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .inTitle .titleL,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .inTitle .titleL {
    font-size: 18px;
    line-height: 22px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .inTitle .titleR .icon,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .inTitle .titleR .icon,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .inTitle .titleR .icon {
    width: 14px;
    height: 14px;
    background-position: -72px -59px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .boxCont,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .boxCont,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .boxCont {
    margin-top: 22px;
    background: #F7F7F7;
    border-radius: 5px;
    padding: 18px;
    font-size: 16px;
    color: #666666;
    line-height: 30px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .boxCont p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .boxCont p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .boxCont p {
    margin-top: 11px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .boxCont p.title,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .boxCont p.title,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdUpdateBox .boxCont p.title {
    margin-top: 0;
    line-height: 20px;
    color: #999999;
    display: flex;
    justify-content: space-between
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox {
    margin-top: 44px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox .inTitle .titleR .icon,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox .inTitle .titleR .icon,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox .inTitle .titleR .icon {
    width: 14px;
    height: 14px;

}
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox .inTitle .titleR .icon{
        background: url(../img/ff.png) no-repeat;
        background-size: cover;
}
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox .infoList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox .infoList,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox .infoList {
    margin-top: -1px;
    font-size: 16px;
    line-height: 20px;
    color: #999;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    justify-content: space-between
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox .infoList li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox .infoList li,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox .infoList li {
    margin-top: 20px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox .infoList li .permissBtn,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox .infoList li .permissBtn,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdInfoBox .infoList li .permissBtn {
    color: #3E9BFB;
    cursor: pointer
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox {
    margin-top: 46px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists {
    font-size: 16px;
    color: #333
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
    padding: 10px 0;
    border-bottom: 1px solid #EEE
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a span:nth-child(1),
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a span:nth-child(1),
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a span:nth-child(1) {
    width: 278px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a span:nth-child(2),
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a span:nth-child(2),
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a span:nth-child(2) {
    width: 238px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a span:nth-child(3),
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a span:nth-child(3),
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a span:nth-child(3) {
    width: 248px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a span.btnItem,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a span.btnItem,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a span.btnItem {
    color: #666;
    line-height: 28px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a:hover span.btnItem,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a:hover span.btnItem,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li a:hover span.btnItem {
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-color: #3E9BFB;
    color: #333
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li:last-child a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li:last-child a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdVersionsBox .lists li:last-child a {
    border-bottom: unset
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox {
    margin-top: 28px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList {
    margin-top: 8px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    grid-template-columns: repeat(3, 275px)
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li {
    margin-top: 7px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a {
    padding: 19px 13px;
    background: #F7F7F7;
    border-radius: 5px;
    height: 114px;
    display: flex;
    color: inherit
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgBox,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgBox {
    width: 76px;
    height: 76px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 18px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgInfo,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgInfo,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgInfo,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgInfo,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgInfo,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgInfo {
    flex: 1;
    width: 0;
    padding-left: 20px;
    position: relative
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgInfo p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgInfo p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgInfo p,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgInfo p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgInfo p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgInfo p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgInfo p.tip,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgInfo p.tip,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgInfo p.tip,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgInfo p.tip,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgInfo p.tip,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgInfo p.tip {
    margin-top: 2px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    display: flex;
    flex-direction: column
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgInfo .btnItem,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgInfo .btnItem,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a .imgInfo .btnItem,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgInfo .btnItem,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgInfo .btnItem,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a .imgInfo .btnItem {
    position: absolute;
    right: 7px;
    bottom: 7px;
    background: #f7f7f7;
    line-height: 28px;
    border-radius: 5px;
    color: #666;
    border: 1px solid #E6E6E6;
    z-index: 10
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a:hover .imgInfo .btnItem,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a:hover .imgInfo .btnItem,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox .multiColumnList li a:hover .imgInfo .btnItem,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a:hover .imgInfo .btnItem,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a:hover .imgInfo .btnItem,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdRecomBox .multiColumnList li a:hover .imgInfo .btnItem {
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-color: #3E9BFB;
    color: #fff
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndRecomBox {
    margin-top: 38px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox {
    margin-top: 38px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap {
    margin-top: 12px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul {
    display: grid;
    grid-template-columns: repeat(7, 102px);
    justify-content: space-between;
    font-size: 14px;
    color: #666666
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul li,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul li {
    margin-top: 10px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul li a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul li a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul li a {
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    display: block;
    height: 32px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul li.active a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul li.active a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul li.active a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul li:hover a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul li:hover a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap>ul li:hover a {
    color: #fff;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    /*border-color: #3E9BFB*/
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo {
    margin-top: 20px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox {
    display: flex;
    align-items: center
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgBox {
    width: 276px;
    height: 126px;
    display: block;
    cursor: pointer;
    border: 3px solid #fff;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 5px;
    position: relative
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgBox p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgBox p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgBox p {
    position: absolute;
    left: 50%;
    margin-left: -111px;
    top: 50%;
    margin-top: -28px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    width: 222px;
    height: 56px;
    line-height: 56px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    text-align: center
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox:hover .imgBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox:hover .imgBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox:hover .imgBox {
    border-color: #3E9BFB
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox:hover .imgBox p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox:hover .imgBox p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox:hover .imgBox p {
    color: #3E9BFB;
    text-shadow: #3E9BFB 1px 0 1px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo {
    flex: 1;
    overflow: hidden;
    padding: 0px 0 0 20px;
    display: flex;
    flex-direction: column
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p {
    color: #666;
    font-size: 16px;
    line-height: 24px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p.time,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p.time,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p.time {
    color: #999;
    font-size: 14px;
    margin-top: 22px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p.time span,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p.time span,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p.time span {
    margin: 0 30px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p.time span:first-child,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p.time span:first-child,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p.time span:first-child {
    margin-left: 0
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p.txt,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p.txt,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .infoBox .imgInfo p.txt {
    margin-top: 0px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox {
    overflow: hidden;
    position: relative
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide {
    width: 276px;
    height: 126px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide a {
    cursor: pointer;
    border: 3px solid #fff;
    display: block;
    width: inherit;
    height: inherit;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 5px;
    position: relative
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide a p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide a p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide a p {
    position: absolute;
    left: 50%;
    margin-left: -111px;
    top: 50%;
    margin-top: -28px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    width: 222px;
    height: 56px;
    line-height: 56px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    text-align: center
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide:hover a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide:hover a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide:hover a {
    border-color: #3E9BFB
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide:hover a p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide:hover a p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-slide:hover a p {
    color: #3E9BFB;
    text-shadow: #3E9BFB 1px 0 1px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-scrollbar,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-scrollbar,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-scrollbar {
    margin: 12px 16px 0;
    height: 10px;
    background: #EEEEEE;
    border-radius: 5px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-scrollbar .swiper-scrollbar-drag,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-scrollbar .swiper-scrollbar-drag,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-scrollbar .swiper-scrollbar-drag {
    height: 10px;
    background: #d2d2d2;
    border-radius: 5px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-prev,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-prev,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-prev,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-next,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-next,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-next {
    position: absolute;
    width: 10px;
    height: 10px;
    background-position: -91px -124px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    right: 0;
    bottom: 0
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-prev.swiper-button-disabled,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-prev.swiper-button-disabled,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-prev.swiper-button-disabled,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-next.swiper-button-disabled,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-next.swiper-button-disabled,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-next.swiper-button-disabled {
    background-position: -74px -124px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-prev,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-prev,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .gdGuideSwBox .swiper-button-prev {
    right: unset;
    left: 0;
    transform: rotateY(180deg)
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .multiColumnList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .multiColumnList,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .multiColumnList {
    margin-top: 4px;
    grid-template-columns: repeat(7, 88px)
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .multiColumnList li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .multiColumnList li,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdGuideBox .tabsWrap .tabsCont .tabInfo .multiColumnList li {
    margin-top: 22px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox {
    margin-top: 36px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList {
    margin-top: -2px;
    grid-template-columns: repeat(2, 400px);
    color: #333333
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li {
    margin-top: 24px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a {
    display: flex
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a:hover .imgBox img,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a:hover .imgBox img,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a:hover .imgBox img,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a:hover .imgBox img,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a:hover .imgBox img,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a:hover .imgBox img {
    transform: scale(1.2)
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a .imgBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a .imgBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a .imgBox,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a .imgBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a .imgBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a .imgBox {
    width: 120px;
    height: 80px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 6px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a .imgInfo,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a .imgInfo,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a .imgInfo,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a .imgInfo,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a .imgInfo,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a .imgInfo {
    flex: 1;
    padding-left: 18px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a .imgInfo p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a .imgInfo p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a .imgInfo p,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a .imgInfo p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a .imgInfo p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a .imgInfo p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 1;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a .imgInfo p:last-child,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a .imgInfo p:last-child,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox .multiColumnList li a .imgInfo p:last-child,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a .imgInfo p:last-child,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a .imgInfo p:last-child,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdNewsBox .multiColumnList li a .imgInfo p:last-child {
    margin-top: 6px;
    -webkit-line-clamp: 2;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
    line-height: 26px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .ndNewsBox {
    margin-bottom: 50px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdHotTxtBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdHotTxtBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdHotTxtBox {
    margin-top: 38px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdHotTxtBox .swBoxWrap,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdHotTxtBox .swBoxWrap,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdHotTxtBox .swBoxWrap {
    margin-top: 8px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdHotTxtBox .swHotTxtBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdHotTxtBox .swHotTxtBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdHotTxtBox .swHotTxtBox {
    overflow: hidden
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdHotTxtBox .swHotTxtBox .labelList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdHotTxtBox .swHotTxtBox .labelList,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdHotTxtBox .swHotTxtBox .labelList {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    flex-wrap: unset
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox {
    margin-top: 38px;
    padding-bottom: 46px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 24px;
    border-bottom: 1px dashed #E5E5E5
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL {
    font-size: 18px;
    line-height: 22px;
    color: #999
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL p {
    margin-top: 16px;
    text-align: center
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL p:first-child,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL p:first-child,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL p:first-child {
    margin-top: -10px;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    color: #3E9BFB;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL p i,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL p i,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL p i {
    font-weight: normal;
    font-size: 30px;
    line-height: 48px;
    font-style: normal
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap {
    display: flex;
    margin: 4.5px -4.5px -4.5px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type="range"],
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type="range"],
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type="range"] {
    -webkit-appearance: none;
    width: 190px;
    margin: 0;
    outline: 0
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type="range"i]::-webkit-slider-runnable-track,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type="range"i]::-webkit-slider-runnable-track,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type="range"i]::-webkit-slider-runnable-track {
    background: #facc01;
    height: 38px;
    -webkit-mask: url("../img/star.png");
    -webkit-mask-size: 38px;
    -webkit-mask-repeat: repeat-x
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type="range"i]::-webkit-slider-thumb,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type="range"i]::-webkit-slider-thumb,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type="range"i]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0;
    height: 100%;
    box-shadow: 999px 0 0 999px #f2f2f8
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type=range],
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type=range],
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type=range] {
    -webkit-mask: url("../img/star.png");
    -webkit-mask-size: 38px;
    -webkit-mask-repeat: repeat-x;
    height: 38px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-track,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-track,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-track {
    background: #f2f2f8;
    height: inherit
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-progress,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-progress,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-progress {
    background: #facc01;
    height: inherit
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-thumb,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-thumb,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-thumb {
    width: 0;
    opacity: 0
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR {
    font-size: 16px;
    line-height: 16px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li {
    margin-top: 16px;
    display: flex;
    align-items: center;
    color: #333333
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:first-child,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:first-child,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:first-child {
    margin-top: 2px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li .progressBg,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li .progressBg,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li .progressBg {
    margin-left: 16px;
    margin-right: 18px;
    width: 465px;
    height: 16px;
    background: #F2F2F8;
    border-radius: 8px;
    position: relative
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li .progressBg .progressInner,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li .progressBg .progressInner,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li .progressBg .progressInner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 16px;
    background: #76DB98;
    border-radius: 8px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li .innerTxt,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li .innerTxt,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li .innerTxt {
    color: #999999
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:nth-child(2n) .progressBg .progressInner,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:nth-child(2n) .progressBg .progressInner,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:nth-child(2n) .progressBg .progressInner {
    background: #B7EA83
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:nth-child(3n) .progressBg .progressInner,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:nth-child(3n) .progressBg .progressInner,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:nth-child(3n) .progressBg .progressInner {
    background: #F6D757
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:nth-child(4n) .progressBg .progressInner,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:nth-child(4n) .progressBg .progressInner,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:nth-child(4n) .progressBg .progressInner {
    background: #FBB851
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:nth-child(5n) .progressBg .progressInner,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:nth-child(5n) .progressBg .progressInner,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markNumber .numberR ul li:nth-child(5n) .progressBg .progressInner {
    background: #F17A54
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .userIcon,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .userIcon,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .userIcon {
    width: 70px;
    height: 70px;
    background-image: url(../img/user.png);
    background-repeat: no-repeat;
    background-size: 70px 70px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markTxt,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markTxt,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markTxt {
    display: flex;
    margin-top: 24px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markTxt .inputWrap,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markTxt .inputWrap,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markTxt .inputWrap {
    flex: 1;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markTxt textarea,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markTxt textarea,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markTxt textarea {
    display: block;
    width: 100%;
    padding: 16px 20px;
    background: #F7F7F7;
    resize: none;
    height: 120px;
    border-radius: 16px;
    border: unset
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markTxt .btn,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markTxt .btn,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markTxt .btn {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    height: 40px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    line-height: 40px;
    border-radius: 20px;
    padding: 0 28px;
    width: fit-content
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList {
    margin-top: 6px;
    margin-bottom: 50px;
    color: #333333
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList>p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList>p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList>p {
    font-weight: bold;
    font-size: 18px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul {
    margin-top: 18px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li {
    border-top: 1px solid #E6E6E6;
    padding: 20px 0 18px;
    display: flex
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li:last-child,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li:last-child,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li:last-child {
    border-bottom: 1px solid #E6E6E6
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li .userInfo,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li .userInfo,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li .userInfo {
    margin-top: -2px;
    flex: 1;
    padding-left: 26px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li .userInfo p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li .userInfo p,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li .userInfo p {
    margin-top: 8px;
    font-size: 16px;
    color: #666;
    line-height: 30px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li .userInfo p.tip,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li .userInfo p.tip,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li .userInfo p.tip {
    color: #333;
    line-height: 20px;
    margin-top: 0;
    font-weight: bold;
    display: flex;
    justify-content: space-between
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li .userInfo p.tip .time,
.inBodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li .userInfo p.tip .time,
.bodyWrap .gdBodyWrap .boxWrap>.boxL .gdMarkBox .markList ul li .userInfo p.tip .time {
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #999
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR,
.bodyWrap .gdBodyWrap .boxWrap>.boxR {
    width: 330px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .title,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .title,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .title {
    width: 330px;
    height: 145px;
    background-image: url(../img/d.png);
    background-repeat: no-repeat;
    background-size: 330px 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .title p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .title p,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .title p {
    font-weight: bold;
    font-size: 16px;
    color: #F5EA72;
    line-height: 20px;
    margin-top: 12px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .title p:first-child,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .title p:first-child,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .title p:first-child {
    margin-top: 0px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2)
}
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .title p{
    font-size: 0 !important;
}
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .multiColumnList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .multiColumnList,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .multiColumnList {
    margin-top: 2px;
    grid-template-columns: repeat(3, 88px)
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .multiColumnList li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .multiColumnList li,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotListBox .multiColumnList li {
    margin-top: 28px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox {
    margin-top: 28px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .inTitle,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .inTitle,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .inTitle,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .inTitle,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .inTitle,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .inTitle {
    align-items: flex-end
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .multiColumnList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .multiColumnList,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .multiColumnList,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .multiColumnList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .multiColumnList,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .multiColumnList {
    grid-template-columns: repeat(2, 155px)
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .multiColumnList li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .multiColumnList li,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .multiColumnList li,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .multiColumnList li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .multiColumnList li,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .multiColumnList li {
    margin-top: 20px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .multiColumnList li .imgBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .multiColumnList li .imgBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .multiColumnList li .imgBox,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .multiColumnList li .imgBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .multiColumnList li .imgBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .multiColumnList li .imgBox {
    display: block;
    width: 155px;
    height: 99px;
    border-radius: 5px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .multiColumnList li .imgBox:hover img,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .multiColumnList li .imgBox:hover img,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .multiColumnList li .imgBox:hover img,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .multiColumnList li .imgBox:hover img,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .multiColumnList li .imgBox:hover img,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .multiColumnList li .imgBox:hover img {
    transform: scale(1.1)
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding-top: 2px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList li,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList li,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList li,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList li {
    margin-top: 20px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList li a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList li a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList li a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList li a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList li a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList li a {
    display: flex;
    align-items: flex-end
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList li a p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList li a p,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList li a p,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList li a p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList li a p,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList li a p {
    flex: 1;
    padding: 0 5px 0 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList li a .time,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList li a .time,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox .boxCont .infoList li a .time,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList li a .time,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList li a .time,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotNewsBox .boxCont .infoList li a .time {
    font-size: 14px;
    line-height: 18px;
    color: #999999
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .nwHotNewsBox {
    margin-top: 0
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox {
    margin-top: 26px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .inTitle,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .inTitle,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .inTitle {
    align-items: flex-end
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList {
    margin-top: 6px;
    grid-template-columns: repeat(2, 155px);
    font-size: 14px;
    color: #FFFFFF
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li {
    margin-top: 15px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li a {
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #64D2F3;
    border-radius: 5px;
    color: inherit;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:hover a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:hover a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:hover a {
    opacity: .75
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(2n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(2n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(2n) a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(6n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(6n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(6n) a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(16n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(16n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(16n) a {
    background: #57BC84
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(16n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(16n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(16n) a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(6n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(6n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(6n) a {
    background: #57BC84 !important
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(3n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(3n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(3n) a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(9n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(9n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(9n) a {
    background: #B9DA6A
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(4n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(4n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(4n) a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(20n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(20n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(20n) a {
    background: #538BCC
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(20n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(20n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(20n) a {
    background: #538BCC !important
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(5n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(5n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(5n) a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(12n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(12n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(12n) a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(15n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(15n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(15n) a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(18n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(18n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(18n) a {
    background: #BC9C57
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(18n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(18n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(18n) a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(12n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(12n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(12n) a {
    background: #BC9C57 !important
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(7n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(7n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(7n) a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(10n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(10n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(10n) a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(11n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(11n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(11n) a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(14n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(14n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(14n) a {
    background: #FFAED1
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(8n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(8n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(8n) a,
.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(13n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(13n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(13n) a {
    background: #A08AF0
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(17n) a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(17n) a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotRankBox .multiColumnList li:nth-child(17n) a {
    background: #FF968B
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox {
    margin-top: 28px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .inTitle,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .inTitle,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .inTitle {
    align-items: flex-end
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList {
    margin-top: 20px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li {
    margin-top: 14px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a {
    display: flex;
    align-items: center
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgBox {
    width: 158px;
    height: 74px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 5px;
    border: 3px solid #fff;
    flex-shrink: 0
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a:hover .imgBox,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a:hover .imgBox,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a:hover .imgBox {
    border-color: #3E9BFB
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgInfo,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgInfo,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgInfo {
    width: 0;
    flex: 1;
    padding-left: 15px;
    font-size: 16px;
    line-height: 20px;
    color: #333333
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgInfo p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgInfo p,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgInfo p {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgInfo .tip,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgInfo .tip,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgInfo .tip {
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #999999
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgInfo .tip span,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgInfo .tip span,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .contList li a .imgInfo .tip span {
    font-weight: bold;
    color: #3E9BFB;
    margin: 0 4px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList {
    margin-top: 16px;
    font-size: 16px;
    line-height: 18px;
    color: #333333
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li {
    margin-top: 12px
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a {
    display: flex;
    align-items: center
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p.title,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p.title,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p.title {
    flex: 1
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p.tip,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p.tip,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p.tip {
    padding-left: 10px;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 18px;
    color: #999999
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p.tip span,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p.tip span,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p.tip span {
    font-weight: bold;
    margin: 0 4px;
    color: #3E9BFB
}

.gdBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p.tip:last-child,
.inBodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p.tip:last-child,
.bodyWrap .gdBodyWrap .boxWrap>.boxR .gdHotTopicBox .infoList li a p.tip:last-child {
    padding-left: 22px
}

.gdBodyWrap .gdMainBox .boxWrap,
.inBodyWrap .gdMainBox .boxWrap,
.bodyWrap .gdMainBox .boxWrap {
    display: flex;
    justify-content: space-between
}

.gdBodyWrap .gdMainBox .boxWrap .swWrap,
.inBodyWrap .gdMainBox .boxWrap .swWrap,
.bodyWrap .gdMainBox .boxWrap .swWrap {
    width: 819px;
    height: 461px;
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

.gdBodyWrap .gdMainBox .boxWrap .swWrap .swiper-wrapper .swiper-slide a,
.inBodyWrap .gdMainBox .boxWrap .swWrap .swiper-wrapper .swiper-slide a,
.bodyWrap .gdMainBox .boxWrap .swWrap .swiper-wrapper .swiper-slide a {
    width: inherit;
    height: inherit;
    display: block;
    background: #bfbfbf;
    border-radius: 10px;
    overflow: hidden
}

.gdBodyWrap .gdMainBox .boxWrap .swWrap .swiper-wrapper .swiper-slide a>img,
.inBodyWrap .gdMainBox .boxWrap .swWrap .swiper-wrapper .swiper-slide a>img,
.bodyWrap .gdMainBox .boxWrap .swWrap .swiper-wrapper .swiper-slide a>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gdBodyWrap .gdMainBox .boxWrap .swWrap .swNavWrap,
.inBodyWrap .gdMainBox .boxWrap .swWrap .swNavWrap,
.bodyWrap .gdMainBox .boxWrap .swWrap .swNavWrap {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 54px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0 0 10px 10px;
    padding: 0 16px;
    z-index: 1
}

.gdBodyWrap .gdMainBox .boxWrap .swWrap .swNavWrap .swiper-wrapper .swiper-slide,
.inBodyWrap .gdMainBox .boxWrap .swWrap .swNavWrap .swiper-wrapper .swiper-slide,
.bodyWrap .gdMainBox .boxWrap .swWrap .swNavWrap .swiper-wrapper .swiper-slide {
    width: 84px;
    height: 54px
}

.gdBodyWrap .gdMainBox .boxWrap .swWrap .swNavWrap .swiper-wrapper .swiper-slide a,
.inBodyWrap .gdMainBox .boxWrap .swWrap .swNavWrap .swiper-wrapper .swiper-slide a,
.bodyWrap .gdMainBox .boxWrap .swWrap .swNavWrap .swiper-wrapper .swiper-slide a {
    border-radius: 0
}

.gdBodyWrap .gdMainBox .boxWrap .swWrap .swNavWrap .swiper-wrapper .swiper-slide.swiper-slide-thumb-active a,
.inBodyWrap .gdMainBox .boxWrap .swWrap .swNavWrap .swiper-wrapper .swiper-slide.swiper-slide-thumb-active a,
.bodyWrap .gdMainBox .boxWrap .swWrap .swNavWrap .swiper-wrapper .swiper-slide.swiper-slide-thumb-active a {
    border: 2px solid #3E9BFB
}

.gdBodyWrap .gdMainBox .boxWrap .boxR,
.inBodyWrap .gdMainBox .boxWrap .boxR,
.bodyWrap .gdMainBox .boxWrap .boxR {
    width: 370px;
    height: 460px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(254, 198, 41, 0.5);
    border-radius: 10px;
    padding: 22px 20px
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .boxTitle,
.inBodyWrap .gdMainBox .boxWrap .boxR .boxTitle,
.bodyWrap .gdMainBox .boxWrap .boxR .boxTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .boxTitle:before,
.inBodyWrap .gdMainBox .boxWrap .boxR .boxTitle:before,
.bodyWrap .gdMainBox .boxWrap .boxR .boxTitle:before {
    content: '';
    width: 1px;
    height: calc(100% - 7px);
    background-color: rgba(254, 198, 41, 0.1);
    position: absolute;
    right: 85px;
    top: 3.5px;
    bottom: 3.5px
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .boxTitle h1,
.inBodyWrap .gdMainBox .boxWrap .boxR .boxTitle h1,
.bodyWrap .gdMainBox .boxWrap .boxR .boxTitle h1 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32.5px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .boxTitle .imgBox,
.inBodyWrap .gdMainBox .boxWrap .boxR .boxTitle .imgBox,
.bodyWrap .gdMainBox .boxWrap .boxR .boxTitle .imgBox {
    width: 65px;
    height: 65px;
    border-radius: 15px;
    flex-shrink: 0
}

.gdBodyWrap .gdMainBox .boxWrap .boxR ul,
.inBodyWrap .gdMainBox .boxWrap .boxR ul,
.bodyWrap .gdMainBox .boxWrap .boxR ul {
    font-size: 14px;
    color: #CCCCCC
}

.gdBodyWrap .gdMainBox .boxWrap .boxR ul.tags,
.inBodyWrap .gdMainBox .boxWrap .boxR ul.tags,
.bodyWrap .gdMainBox .boxWrap .boxR ul.tags {
    display: flex;
    margin: 14px -5px 0;
    font-size: 12px
}

.gdBodyWrap .gdMainBox .boxWrap .boxR ul.tags li,
.inBodyWrap .gdMainBox .boxWrap .boxR ul.tags li,
.bodyWrap .gdMainBox .boxWrap .boxR ul.tags li {
    margin: 0 5px
}

.gdBodyWrap .gdMainBox .boxWrap .boxR ul.tags li>a,
.inBodyWrap .gdMainBox .boxWrap .boxR ul.tags li>a,
.bodyWrap .gdMainBox .boxWrap .boxR ul.tags li>a {
    display: block;
    padding: 0 14px;
    height: 25px;
    line-height: 22px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px
}

.gdBodyWrap .gdMainBox .boxWrap .boxR ul.tags li.active>a,
.inBodyWrap .gdMainBox .boxWrap .boxR ul.tags li.active>a,
.bodyWrap .gdMainBox .boxWrap .boxR ul.tags li.active>a,
.gdBodyWrap .gdMainBox .boxWrap .boxR ul.tags li:hover>a,
.inBodyWrap .gdMainBox .boxWrap .boxR ul.tags li:hover>a,
.bodyWrap .gdMainBox .boxWrap .boxR ul.tags li:hover>a {
    background: rgba(254, 198, 41, 0.1);
    border: 1px solid rgba(254, 198, 41, 0.3);
    color: #ffdb8a
}

.gdBodyWrap .gdMainBox .boxWrap .boxR ul.info,
.inBodyWrap .gdMainBox .boxWrap .boxR ul.info,
.bodyWrap .gdMainBox .boxWrap .boxR ul.info {
    margin: 14px 0 0;
    line-height: 26px
}

.gdBodyWrap .gdMainBox .boxWrap .boxR ul.info li,
.inBodyWrap .gdMainBox .boxWrap .boxR ul.info li,
.bodyWrap .gdMainBox .boxWrap .boxR ul.info li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gdBodyWrap .gdMainBox .boxWrap .boxR ul.info li>span,
.inBodyWrap .gdMainBox .boxWrap .boxR ul.info li>span,
.bodyWrap .gdMainBox .boxWrap .boxR ul.info li>span {
    display: inline-block;
    width: 76px
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .btns,
.inBodyWrap .gdMainBox .boxWrap .boxR .btns,
.bodyWrap .gdMainBox .boxWrap .boxR .btns {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #fff
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .btns>a,
.inBodyWrap .gdMainBox .boxWrap .boxR .btns>a,
.bodyWrap .gdMainBox .boxWrap .boxR .btns>a {
    width: 276px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding-right: 14px;
    background: linear-gradient(-90deg, #0184FF, #11AEFF);
    border-radius: 24px;
    margin: 0 auto 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .btns>a:hover,
.inBodyWrap .gdMainBox .boxWrap .boxR .btns>a:hover,
.bodyWrap .gdMainBox .boxWrap .boxR .btns>a:hover {
    color: #fff;
    opacity: .85
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .btns>a>span,
.inBodyWrap .gdMainBox .boxWrap .boxR .btns>a>span,
.bodyWrap .gdMainBox .boxWrap .boxR .btns>a>span {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    zoom: .9
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .btns>a .icon,
.inBodyWrap .gdMainBox .boxWrap .boxR .btns>a .icon,
.bodyWrap .gdMainBox .boxWrap .boxR .btns>a .icon {
    width: 26px;
    height: 30px;
    background-position: -240px -140px;
    position: absolute;
    right: 24px
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .btns>a.androidBtn,
.inBodyWrap .gdMainBox .boxWrap .boxR .btns>a.androidBtn,
.bodyWrap .gdMainBox .boxWrap .boxR .btns>a.androidBtn {
    background: linear-gradient(-90deg, #2DC87A, #0FCF89)
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .btns>a.androidBtn .icon,
.inBodyWrap .gdMainBox .boxWrap .boxR .btns>a.androidBtn .icon,
.bodyWrap .gdMainBox .boxWrap .boxR .btns>a.androidBtn .icon {
    width: 22px;
    height: 30px;
    background-position: -271px -140px
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .btns>a.pcBtn,
.inBodyWrap .gdMainBox .boxWrap .boxR .btns>a.pcBtn,
.bodyWrap .gdMainBox .boxWrap .boxR .btns>a.pcBtn {
    line-height: 18px;
    background: linear-gradient(-90deg, #A932F3, #EB50FE)
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .btns>a.pcBtn .icon,
.inBodyWrap .gdMainBox .boxWrap .boxR .btns>a.pcBtn .icon,
.bodyWrap .gdMainBox .boxWrap .boxR .btns>a.pcBtn .icon {
    width: 30px;
    height: 24px;
    background-position: -298px -144px
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .btns>a.reservationBtn,
.inBodyWrap .gdMainBox .boxWrap .boxR .btns>a.reservationBtn,
.bodyWrap .gdMainBox .boxWrap .boxR .btns>a.reservationBtn {
    background: linear-gradient(-90deg, #FF9950, #FFE743)
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .btns>a.reservationBtn .icon,
.inBodyWrap .gdMainBox .boxWrap .boxR .btns>a.reservationBtn .icon,
.bodyWrap .gdMainBox .boxWrap .boxR .btns>a.reservationBtn .icon {
    width: 29px;
    height: 29px;
    background-position: -333px -140px
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .btns>a.notBtn,
.inBodyWrap .gdMainBox .boxWrap .boxR .btns>a.notBtn,
.bodyWrap .gdMainBox .boxWrap .boxR .btns>a.notBtn {
    cursor: no-drop;
    background: #BABABA
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .btns>a.notBtn:hover,
.inBodyWrap .gdMainBox .boxWrap .boxR .btns>a.notBtn:hover,
.bodyWrap .gdMainBox .boxWrap .boxR .btns>a.notBtn:hover {
    opacity: 1
}

.gdBodyWrap .gdMainBox .boxWrap .boxR .btns>a.notBtn .icon,
.inBodyWrap .gdMainBox .boxWrap .boxR .btns>a.notBtn .icon,
.bodyWrap .gdMainBox .boxWrap .boxR .btns>a.notBtn .icon {
    width: 29px;
    height: 29px;
    background-position: -367px -140px
}

.gdBodyWrap .popupBox,
.inBodyWrap .popupBox,
.bodyWrap .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
}

.gdBodyWrap .popupBox .boxCont,
.inBodyWrap .popupBox .boxCont,
.bodyWrap .popupBox .boxCont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.gdBodyWrap .popupBox .authBox,
.inBodyWrap .popupBox .authBox,
.bodyWrap .popupBox .authBox,
.gdBodyWrap .popupBox .historyBox,
.inBodyWrap .popupBox .historyBox,
.bodyWrap .popupBox .historyBox,
.gdBodyWrap .popupBox .feedbackBox,
.inBodyWrap .popupBox .feedbackBox,
.bodyWrap .popupBox .feedbackBox,
.gdBodyWrap .popupBox .subSuccessBox,
.inBodyWrap .popupBox .subSuccessBox,
.bodyWrap .popupBox .subSuccessBox,
.gdBodyWrap .popupBox .subBox,
.inBodyWrap .popupBox .subBox,
.bodyWrap .popupBox .subBox {
    width: 470px;
    height: 324px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ECFFF6 0%, #fff 50%, #fff 100%);
    padding: 24px 0;
    position: relative
}

.gdBodyWrap .popupBox .authBox>.tip,
.inBodyWrap .popupBox .authBox>.tip,
.bodyWrap .popupBox .authBox>.tip,
.gdBodyWrap .popupBox .historyBox>.tip,
.inBodyWrap .popupBox .historyBox>.tip,
.bodyWrap .popupBox .historyBox>.tip,
.gdBodyWrap .popupBox .feedbackBox>.tip,
.inBodyWrap .popupBox .feedbackBox>.tip,
.bodyWrap .popupBox .feedbackBox>.tip,
.gdBodyWrap .popupBox .subSuccessBox>.tip,
.inBodyWrap .popupBox .subSuccessBox>.tip,
.bodyWrap .popupBox .subSuccessBox>.tip,
.gdBodyWrap .popupBox .subBox>.tip,
.inBodyWrap .popupBox .subBox>.tip,
.bodyWrap .popupBox .subBox>.tip {
    position: absolute;
    top: -11px;
    left: 33px;
    width: 87px;
    height: 95px;
    background-position: -303px -183px
}

.gdBodyWrap .popupBox .authBox .boxTop,
.inBodyWrap .popupBox .authBox .boxTop,
.bodyWrap .popupBox .authBox .boxTop,
.gdBodyWrap .popupBox .historyBox .boxTop,
.inBodyWrap .popupBox .historyBox .boxTop,
.bodyWrap .popupBox .historyBox .boxTop,
.gdBodyWrap .popupBox .feedbackBox .boxTop,
.inBodyWrap .popupBox .feedbackBox .boxTop,
.bodyWrap .popupBox .feedbackBox .boxTop,
.gdBodyWrap .popupBox .subSuccessBox .boxTop,
.inBodyWrap .popupBox .subSuccessBox .boxTop,
.bodyWrap .popupBox .subSuccessBox .boxTop,
.gdBodyWrap .popupBox .subBox .boxTop,
.inBodyWrap .popupBox .subBox .boxTop,
.bodyWrap .popupBox .subBox .boxTop {
    display: flex;
    flex-direction: column;
    align-items: center
}

.gdBodyWrap .popupBox .authBox .boxTop>p,
.inBodyWrap .popupBox .authBox .boxTop>p,
.bodyWrap .popupBox .authBox .boxTop>p,
.gdBodyWrap .popupBox .historyBox .boxTop>p,
.inBodyWrap .popupBox .historyBox .boxTop>p,
.bodyWrap .popupBox .historyBox .boxTop>p,
.gdBodyWrap .popupBox .feedbackBox .boxTop>p,
.inBodyWrap .popupBox .feedbackBox .boxTop>p,
.bodyWrap .popupBox .feedbackBox .boxTop>p,
.gdBodyWrap .popupBox .subSuccessBox .boxTop>p,
.inBodyWrap .popupBox .subSuccessBox .boxTop>p,
.bodyWrap .popupBox .subSuccessBox .boxTop>p,
.gdBodyWrap .popupBox .subBox .boxTop>p,
.inBodyWrap .popupBox .subBox .boxTop>p,
.bodyWrap .popupBox .subBox .boxTop>p {
    font-size: 36px;
    line-height: 60px;
    color: #333;
    font-weight: bold
}

.gdBodyWrap .popupBox .authBox .boxCenter,
.inBodyWrap .popupBox .authBox .boxCenter,
.bodyWrap .popupBox .authBox .boxCenter,
.gdBodyWrap .popupBox .historyBox .boxCenter,
.inBodyWrap .popupBox .historyBox .boxCenter,
.bodyWrap .popupBox .historyBox .boxCenter,
.gdBodyWrap .popupBox .feedbackBox .boxCenter,
.inBodyWrap .popupBox .feedbackBox .boxCenter,
.bodyWrap .popupBox .feedbackBox .boxCenter,
.gdBodyWrap .popupBox .subSuccessBox .boxCenter,
.inBodyWrap .popupBox .subSuccessBox .boxCenter,
.bodyWrap .popupBox .subSuccessBox .boxCenter,
.gdBodyWrap .popupBox .subBox .boxCenter,
.inBodyWrap .popupBox .subBox .boxCenter,
.bodyWrap .popupBox .subBox .boxCenter {
    margin: 28px 60px 32px;
    position: relative
}

.gdBodyWrap .popupBox .authBox .boxCenter p,
.inBodyWrap .popupBox .authBox .boxCenter p,
.bodyWrap .popupBox .authBox .boxCenter p,
.gdBodyWrap .popupBox .historyBox .boxCenter p,
.inBodyWrap .popupBox .historyBox .boxCenter p,
.bodyWrap .popupBox .historyBox .boxCenter p,
.gdBodyWrap .popupBox .feedbackBox .boxCenter p,
.inBodyWrap .popupBox .feedbackBox .boxCenter p,
.bodyWrap .popupBox .feedbackBox .boxCenter p,
.gdBodyWrap .popupBox .subSuccessBox .boxCenter p,
.inBodyWrap .popupBox .subSuccessBox .boxCenter p,
.bodyWrap .popupBox .subSuccessBox .boxCenter p,
.gdBodyWrap .popupBox .subBox .boxCenter p,
.inBodyWrap .popupBox .subBox .boxCenter p,
.bodyWrap .popupBox .subBox .boxCenter p {
    font-size: 18px;
    line-height: 22px;
    color: #333
}

.gdBodyWrap .popupBox .authBox .boxCenter input,
.inBodyWrap .popupBox .authBox .boxCenter input,
.bodyWrap .popupBox .authBox .boxCenter input,
.gdBodyWrap .popupBox .historyBox .boxCenter input,
.inBodyWrap .popupBox .historyBox .boxCenter input,
.bodyWrap .popupBox .historyBox .boxCenter input,
.gdBodyWrap .popupBox .feedbackBox .boxCenter input,
.inBodyWrap .popupBox .feedbackBox .boxCenter input,
.bodyWrap .popupBox .feedbackBox .boxCenter input,
.gdBodyWrap .popupBox .subSuccessBox .boxCenter input,
.inBodyWrap .popupBox .subSuccessBox .boxCenter input,
.bodyWrap .popupBox .subSuccessBox .boxCenter input,
.gdBodyWrap .popupBox .subBox .boxCenter input,
.inBodyWrap .popupBox .subBox .boxCenter input,
.bodyWrap .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
}

.gdBodyWrap .popupBox .authBox .boxBottom,
.inBodyWrap .popupBox .authBox .boxBottom,
.bodyWrap .popupBox .authBox .boxBottom,
.gdBodyWrap .popupBox .historyBox .boxBottom,
.inBodyWrap .popupBox .historyBox .boxBottom,
.bodyWrap .popupBox .historyBox .boxBottom,
.gdBodyWrap .popupBox .feedbackBox .boxBottom,
.inBodyWrap .popupBox .feedbackBox .boxBottom,
.bodyWrap .popupBox .feedbackBox .boxBottom,
.gdBodyWrap .popupBox .subSuccessBox .boxBottom,
.inBodyWrap .popupBox .subSuccessBox .boxBottom,
.bodyWrap .popupBox .subSuccessBox .boxBottom,
.gdBodyWrap .popupBox .subBox .boxBottom,
.inBodyWrap .popupBox .subBox .boxBottom,
.bodyWrap .popupBox .subBox .boxBottom {
    display: flex;
    justify-content: center
}

.gdBodyWrap .popupBox .authBox .boxBottom button,
.inBodyWrap .popupBox .authBox .boxBottom button,
.bodyWrap .popupBox .authBox .boxBottom button,
.gdBodyWrap .popupBox .historyBox .boxBottom button,
.inBodyWrap .popupBox .historyBox .boxBottom button,
.bodyWrap .popupBox .historyBox .boxBottom button,
.gdBodyWrap .popupBox .feedbackBox .boxBottom button,
.inBodyWrap .popupBox .feedbackBox .boxBottom button,
.bodyWrap .popupBox .feedbackBox .boxBottom button,
.gdBodyWrap .popupBox .subSuccessBox .boxBottom button,
.inBodyWrap .popupBox .subSuccessBox .boxBottom button,
.bodyWrap .popupBox .subSuccessBox .boxBottom button,
.gdBodyWrap .popupBox .subBox .boxBottom button,
.inBodyWrap .popupBox .subBox .boxBottom button,
.bodyWrap .popupBox .subBox .boxBottom button {
    width: 350px;
    height: 54px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 54px
}

.gdBodyWrap .popupBox .authBox .close,
.inBodyWrap .popupBox .authBox .close,
.bodyWrap .popupBox .authBox .close,
.gdBodyWrap .popupBox .historyBox .close,
.inBodyWrap .popupBox .historyBox .close,
.bodyWrap .popupBox .historyBox .close,
.gdBodyWrap .popupBox .feedbackBox .close,
.inBodyWrap .popupBox .feedbackBox .close,
.bodyWrap .popupBox .feedbackBox .close,
.gdBodyWrap .popupBox .subSuccessBox .close,
.inBodyWrap .popupBox .subSuccessBox .close,
.bodyWrap .popupBox .subSuccessBox .close,
.gdBodyWrap .popupBox .subBox .close,
.inBodyWrap .popupBox .subBox .close,
.bodyWrap .popupBox .subBox .close {
    cursor: pointer
}

.gdBodyWrap .popupBox .authBox>.close,
.inBodyWrap .popupBox .authBox>.close,
.bodyWrap .popupBox .authBox>.close,
.gdBodyWrap .popupBox .historyBox>.close,
.inBodyWrap .popupBox .historyBox>.close,
.bodyWrap .popupBox .historyBox>.close,
.gdBodyWrap .popupBox .feedbackBox>.close,
.inBodyWrap .popupBox .feedbackBox>.close,
.bodyWrap .popupBox .feedbackBox>.close,
.gdBodyWrap .popupBox .subSuccessBox>.close,
.inBodyWrap .popupBox .subSuccessBox>.close,
.bodyWrap .popupBox .subSuccessBox>.close,
.gdBodyWrap .popupBox .subBox>.close,
.inBodyWrap .popupBox .subBox>.close,
.bodyWrap .popupBox .subBox>.close {
    width: 20px;
    height: 20px;
    background-position: -3px -287px;
    position: absolute;
    top: 24px;
    right: 24px
}

.gdBodyWrap .popupBox .waitBox,
.inBodyWrap .popupBox .waitBox,
.bodyWrap .popupBox .waitBox,
.gdBodyWrap .popupBox .subSuccessBox,
.inBodyWrap .popupBox .subSuccessBox,
.bodyWrap .popupBox .subSuccessBox {
    height: 236px
}

.gdBodyWrap .popupBox .waitBox>.tip,
.inBodyWrap .popupBox .waitBox>.tip,
.bodyWrap .popupBox .waitBox>.tip,
.gdBodyWrap .popupBox .subSuccessBox>.tip,
.inBodyWrap .popupBox .subSuccessBox>.tip,
.bodyWrap .popupBox .subSuccessBox>.tip {
    top: -13px;
    width: 96px;
    height: 98px;
    background-position: -404px -183px
}

.gdBodyWrap .popupBox .waitBox .boxCenter,
.inBodyWrap .popupBox .waitBox .boxCenter,
.bodyWrap .popupBox .waitBox .boxCenter,
.gdBodyWrap .popupBox .subSuccessBox .boxCenter,
.inBodyWrap .popupBox .subSuccessBox .boxCenter,
.bodyWrap .popupBox .subSuccessBox .boxCenter {
    text-align: center;
    margin: 27px 0 17px
}

.gdBodyWrap .popupBox .waitBox .boxCenter p.wait,
.inBodyWrap .popupBox .waitBox .boxCenter p.wait,
.bodyWrap .popupBox .waitBox .boxCenter p.wait,
.gdBodyWrap .popupBox .subSuccessBox .boxCenter p.wait,
.inBodyWrap .popupBox .subSuccessBox .boxCenter p.wait,
.bodyWrap .popupBox .subSuccessBox .boxCenter p.wait,
.gdBodyWrap .popupBox .waitBox .boxCenter p.success,
.inBodyWrap .popupBox .waitBox .boxCenter p.success,
.bodyWrap .popupBox .waitBox .boxCenter p.success,
.gdBodyWrap .popupBox .subSuccessBox .boxCenter p.success,
.inBodyWrap .popupBox .subSuccessBox .boxCenter p.success,
.bodyWrap .popupBox .subSuccessBox .boxCenter p.success {
    font-size: 18px;
    color: #999
}

.gdBodyWrap .popupBox .waitBox .boxCenter p.wait,
.inBodyWrap .popupBox .waitBox .boxCenter p.wait,
.bodyWrap .popupBox .waitBox .boxCenter p.wait,
.gdBodyWrap .popupBox .subSuccessBox .boxCenter p.wait,
.inBodyWrap .popupBox .subSuccessBox .boxCenter p.wait,
.bodyWrap .popupBox .subSuccessBox .boxCenter p.wait {
    display: none
}

.gdBodyWrap .popupBox .waitBox .boxCenter p.wait,
.inBodyWrap .popupBox .waitBox .boxCenter p.wait,
.bodyWrap .popupBox .waitBox .boxCenter p.wait {
    display: block
}

.gdBodyWrap .popupBox .waitBox .boxCenter p.success,
.inBodyWrap .popupBox .waitBox .boxCenter p.success,
.bodyWrap .popupBox .waitBox .boxCenter p.success {
    display: none
}

.gdBodyWrap .popupBox .authBox,
.inBodyWrap .popupBox .authBox,
.bodyWrap .popupBox .authBox,
.gdBodyWrap .popupBox .historyBox,
.inBodyWrap .popupBox .historyBox,
.bodyWrap .popupBox .historyBox,
.gdBodyWrap .popupBox .feedbackBox,
.inBodyWrap .popupBox .feedbackBox,
.bodyWrap .popupBox .feedbackBox {
    width: 470px;
    border-radius: 24px;
    height: fit-content;
    max-height: 770px;
    background: linear-gradient(180deg, #F5F5FF 0%, #fff 21%, #fff 100%);
    padding: 22px 0px 32px
}

.gdBodyWrap .popupBox .authBox .tip,
.inBodyWrap .popupBox .authBox .tip,
.bodyWrap .popupBox .authBox .tip,
.gdBodyWrap .popupBox .historyBox .tip,
.inBodyWrap .popupBox .historyBox .tip,
.bodyWrap .popupBox .historyBox .tip,
.gdBodyWrap .popupBox .feedbackBox .tip,
.inBodyWrap .popupBox .feedbackBox .tip,
.bodyWrap .popupBox .feedbackBox .tip {
    width: 96px;
    height: 96px;
    background-position: -193px -183px;
    left: 25px;
    top: -11px
}

.gdBodyWrap .popupBox .authBox .boxHead,
.inBodyWrap .popupBox .authBox .boxHead,
.bodyWrap .popupBox .authBox .boxHead,
.gdBodyWrap .popupBox .historyBox .boxHead,
.inBodyWrap .popupBox .historyBox .boxHead,
.bodyWrap .popupBox .historyBox .boxHead,
.gdBodyWrap .popupBox .feedbackBox .boxHead,
.inBodyWrap .popupBox .feedbackBox .boxHead,
.bodyWrap .popupBox .feedbackBox .boxHead {
    display: flex;
    flex-direction: column;
    align-items: center
}

.gdBodyWrap .popupBox .authBox .boxHead p,
.inBodyWrap .popupBox .authBox .boxHead p,
.bodyWrap .popupBox .authBox .boxHead p,
.gdBodyWrap .popupBox .historyBox .boxHead p,
.inBodyWrap .popupBox .historyBox .boxHead p,
.bodyWrap .popupBox .historyBox .boxHead p,
.gdBodyWrap .popupBox .feedbackBox .boxHead p,
.inBodyWrap .popupBox .feedbackBox .boxHead p,
.bodyWrap .popupBox .feedbackBox .boxHead p {
    font-size: 36px;
    line-height: 64px;
    color: #333;
    font-weight: 700
}

.gdBodyWrap .popupBox .authBox .boxBody,
.inBodyWrap .popupBox .authBox .boxBody,
.bodyWrap .popupBox .authBox .boxBody,
.gdBodyWrap .popupBox .historyBox .boxBody,
.inBodyWrap .popupBox .historyBox .boxBody,
.bodyWrap .popupBox .historyBox .boxBody,
.gdBodyWrap .popupBox .feedbackBox .boxBody,
.inBodyWrap .popupBox .feedbackBox .boxBody,
.bodyWrap .popupBox .feedbackBox .boxBody {
    max-height: calc(100vh - 280px);
    font-size: 18px;
    line-height: 22px;
    color: #333;
    margin-right: 10px;
    padding: 6px 45px 32px 60px;
    overflow-y: auto;
    height: auto
}

.gdBodyWrap .popupBox .authBox .boxBody::-webkit-scrollbar,
.inBodyWrap .popupBox .authBox .boxBody::-webkit-scrollbar,
.bodyWrap .popupBox .authBox .boxBody::-webkit-scrollbar,
.gdBodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar,
.inBodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar,
.bodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar,
.gdBodyWrap .popupBox .feedbackBox .boxBody::-webkit-scrollbar,
.inBodyWrap .popupBox .feedbackBox .boxBody::-webkit-scrollbar,
.bodyWrap .popupBox .feedbackBox .boxBody::-webkit-scrollbar {
    width: 7px
}

.gdBodyWrap .popupBox .authBox .boxBody::-webkit-scrollbar-thumb,
.inBodyWrap .popupBox .authBox .boxBody::-webkit-scrollbar-thumb,
.bodyWrap .popupBox .authBox .boxBody::-webkit-scrollbar-thumb,
.gdBodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar-thumb,
.inBodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar-thumb,
.bodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar-thumb,
.gdBodyWrap .popupBox .feedbackBox .boxBody::-webkit-scrollbar-thumb,
.inBodyWrap .popupBox .feedbackBox .boxBody::-webkit-scrollbar-thumb,
.bodyWrap .popupBox .feedbackBox .boxBody::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 6px
}

.gdBodyWrap .popupBox .authBox .boxBody .bodyItem,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem,
.bodyWrap .popupBox .authBox .boxBody .bodyItem,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem {
    position: relative
}

.gdBodyWrap .popupBox .authBox .boxBody .bodyItem>p,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem>p,
.bodyWrap .popupBox .authBox .boxBody .bodyItem>p,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem>p,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem>p,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem>p,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem>p,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem>p,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem>p {
    margin-top: 22px
}

.gdBodyWrap .popupBox .authBox .boxBody .bodyItem .feBack,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem .feBack,
.bodyWrap .popupBox .authBox .boxBody .bodyItem .feBack,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem .feBack,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem .feBack,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem .feBack,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .feBack,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .feBack,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem .feBack {
    display: grid;
    grid-template-columns: repeat(3, 110px);
    justify-content: space-between;
    font-size: 14px;
    color: #999999
}

.gdBodyWrap .popupBox .authBox .boxBody .bodyItem .feBack li,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem .feBack li,
.bodyWrap .popupBox .authBox .boxBody .bodyItem .feBack li,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem .feBack li,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem .feBack li,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem .feBack li,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .feBack li,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .feBack li,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem .feBack 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
}

.gdBodyWrap .popupBox .authBox .boxBody .bodyItem .feBack li.active,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem .feBack li.active,
.bodyWrap .popupBox .authBox .boxBody .bodyItem .feBack li.active,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem .feBack li.active,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem .feBack li.active,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem .feBack li.active,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .feBack li.active,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .feBack li.active,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem .feBack li.active {
    color: #fff;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
}

.gdBodyWrap .popupBox .authBox .boxBody .bodyItem input,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem input,
.bodyWrap .popupBox .authBox .boxBody .bodyItem input,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem input,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem input,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem input,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem input,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem input,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem input,
.gdBodyWrap .popupBox .authBox .boxBody .bodyItem textarea,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem textarea,
.bodyWrap .popupBox .authBox .boxBody .bodyItem textarea,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem textarea,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem textarea,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem textarea,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem textarea,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem textarea,
.bodyWrap .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
}

.gdBodyWrap .popupBox .authBox .boxBody .bodyItem input,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem input,
.bodyWrap .popupBox .authBox .boxBody .bodyItem input,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem input,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem input,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem input,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem input,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem input,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem input {
    height: 54px;
    margin-top: 24px;
    font-size: 16px
}

.gdBodyWrap .popupBox .authBox .boxBody .bodyItem .countChange,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem .countChange,
.bodyWrap .popupBox .authBox .boxBody .bodyItem .countChange,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem .countChange,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem .countChange,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem .countChange,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .countChange,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .countChange,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem .countChange {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #999
}

.gdBodyWrap .popupBox .authBox .boxBody .bodyItem .inputfile,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem .inputfile,
.bodyWrap .popupBox .authBox .boxBody .bodyItem .inputfile,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem .inputfile,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem .inputfile,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem .inputfile,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .inputfile,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .inputfile,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem .inputfile {
    display: none
}

.gdBodyWrap .popupBox .authBox .boxBody .bodyItem .inputfileBtn,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem .inputfileBtn,
.bodyWrap .popupBox .authBox .boxBody .bodyItem .inputfileBtn,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem .inputfileBtn,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem .inputfileBtn,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem .inputfileBtn,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .inputfileBtn,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .inputfileBtn,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem .inputfileBtn {
    display: block;
    width: 88px;
    height: 88px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 2px solid #EEEEEE;
    position: relative
}

.gdBodyWrap .popupBox .authBox .boxBody .bodyItem .inputfileBtn::after,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem .inputfileBtn::after,
.bodyWrap .popupBox .authBox .boxBody .bodyItem .inputfileBtn::after,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem .inputfileBtn::after,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem .inputfileBtn::after,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem .inputfileBtn::after,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .inputfileBtn::after,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .inputfileBtn::after,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem .inputfileBtn::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -31px -287px;
    left: 50%;
    margin-left: -11px;
    top: 50%;
    margin-top: -11px
}

.gdBodyWrap .popupBox .authBox .boxBody .bodyItem .imgWrap,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem .imgWrap,
.bodyWrap .popupBox .authBox .boxBody .bodyItem .imgWrap,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem .imgWrap,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem .imgWrap,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem .imgWrap,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .imgWrap,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .imgWrap,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem .imgWrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px
}

.gdBodyWrap .popupBox .authBox .boxBody .bodyItem .imgErr,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem .imgErr,
.bodyWrap .popupBox .authBox .boxBody .bodyItem .imgErr,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem .imgErr,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem .imgErr,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem .imgErr,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .imgErr,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .imgErr,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem .imgErr {
    margin-left: 20px;
    width: 88px;
    height: 88px;
    background: #F7F5F5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.gdBodyWrap .popupBox .authBox .boxBody .bodyItem .imgErr .icon,
.inBodyWrap .popupBox .authBox .boxBody .bodyItem .imgErr .icon,
.bodyWrap .popupBox .authBox .boxBody .bodyItem .imgErr .icon,
.gdBodyWrap .popupBox .historyBox .boxBody .bodyItem .imgErr .icon,
.inBodyWrap .popupBox .historyBox .boxBody .bodyItem .imgErr .icon,
.bodyWrap .popupBox .historyBox .boxBody .bodyItem .imgErr .icon,
.gdBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .imgErr .icon,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .imgErr .icon,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem .imgErr .icon {
    width: 24px;
    height: 22px;
    background-position: -61px -287px
}

.gdBodyWrap .popupBox .historyBox,
.inBodyWrap .popupBox .historyBox,
.bodyWrap .popupBox .historyBox {
    max-height: 600px;
    background: linear-gradient(180deg, #FDF0EA 0%, #fff 26%, #fff 100%)
}

.gdBodyWrap .popupBox .historyBox .tip,
.inBodyWrap .popupBox .historyBox .tip,
.bodyWrap .popupBox .historyBox .tip {
    width: 83px;
    height: 95px;
    background-position: -96px -183px;
    left: 32px;
    top: -10px
}

.gdBodyWrap .popupBox .historyBox .boxBody,
.inBodyWrap .popupBox .historyBox .boxBody,
.bodyWrap .popupBox .historyBox .boxBody {
    margin: 30px 28px 0 0;
    max-height: calc(100vh - 280px);
    font-size: 16px;
    line-height: 28px;
    color: #999;
    padding: 0px 18px 32px 28px;
    overflow-y: auto;
    height: 452px
}

.gdBodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar,
.inBodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar,
.bodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar {
    width: 12px;
    background: #EEEEEE
}

.gdBodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar-thumb,
.inBodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar-thumb,
.bodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar-thumb {
    background: #DCDCDC;
    border-radius: 0
}

.gdBodyWrap .popupBox .historyBox .boxBody ul li,
.inBodyWrap .popupBox .historyBox .boxBody ul li,
.bodyWrap .popupBox .historyBox .boxBody ul li {
    padding: 26px 0 24px;
    border-bottom: 1px dashed #dcdcdc
}

.gdBodyWrap .popupBox .historyBox .boxBody ul li:first-child,
.inBodyWrap .popupBox .historyBox .boxBody ul li:first-child,
.bodyWrap .popupBox .historyBox .boxBody ul li:first-child {
    padding-top: 2px
}

.gdBodyWrap .popupBox .historyBox .boxBody ul li p.time,
.inBodyWrap .popupBox .historyBox .boxBody ul li p.time,
.bodyWrap .popupBox .historyBox .boxBody ul li p.time {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: space-between
}

.gdBodyWrap .popupBox .historyBox .boxBody ul li p.title,
.inBodyWrap .popupBox .historyBox .boxBody ul li p.title,
.bodyWrap .popupBox .historyBox .boxBody ul li p.title {
    margin-top: 14px;
    color: #333;
    line-height: 20px
}

.gdBodyWrap .popupBox .historyBox .boxBody ul li p.cont,
.inBodyWrap .popupBox .historyBox .boxBody ul li p.cont,
.bodyWrap .popupBox .historyBox .boxBody ul li p.cont {
    margin-top: 10px
}

.gdBodyWrap .popupBox .authBox,
.inBodyWrap .popupBox .authBox,
.bodyWrap .popupBox .authBox {
    max-height: 600px;
    background: linear-gradient(180deg, #E6F5FF 0%, #fff 26%, #fff 100%)
}

.gdBodyWrap .popupBox .authBox .tip,
.inBodyWrap .popupBox .authBox .tip,
.bodyWrap .popupBox .authBox .tip {
    width: 79px;
    height: 94px;
    background-position: -3px -183px;
    left: 34px;
    top: -8px
}

.gdBodyWrap .popupBox .authBox .boxBody,
.inBodyWrap .popupBox .authBox .boxBody,
.bodyWrap .popupBox .authBox .boxBody {
    margin: 25px 28px 0 0;
    max-height: calc(100vh - 280px);
    font-size: 16px;
    line-height: 28px;
    color: #999;
    padding: 0px 32px 32px 58px;
    overflow-y: auto;
    height: 370px
}

.gdBodyWrap .popupBox .authBox .boxBody::-webkit-scrollbar,
.inBodyWrap .popupBox .authBox .boxBody::-webkit-scrollbar,
.bodyWrap .popupBox .authBox .boxBody::-webkit-scrollbar {
    width: 12px;
    background: #EEEEEE
}

.gdBodyWrap .popupBox .authBox .boxBody::-webkit-scrollbar-thumb,
.inBodyWrap .popupBox .authBox .boxBody::-webkit-scrollbar-thumb,
.bodyWrap .popupBox .authBox .boxBody::-webkit-scrollbar-thumb {
    background: #DCDCDC;
    border-radius: 0
}

.gdBodyWrap .popupBox .authBox .boxBody p,
.inBodyWrap .popupBox .authBox .boxBody p,
.bodyWrap .popupBox .authBox .boxBody p {
    font-size: 16px;
    color: #999999;
    line-height: 40px
}

.gdBodyWrap .popupBox .authBox .boxBody p:first-child,
.inBodyWrap .popupBox .authBox .boxBody p:first-child,
.bodyWrap .popupBox .authBox .boxBody p:first-child {
    font-size: 16px;
    color: #333333;
    line-height: 30px
}

.gdBodyWrap .popupBox .authBox .boxBottom,
.inBodyWrap .popupBox .authBox .boxBottom,
.bodyWrap .popupBox .authBox .boxBottom {
    margin-top: 24px
}

.gdBodyWrap .popupBox .videoBox,
.inBodyWrap .popupBox .videoBox,
.bodyWrap .popupBox .videoBox {
    width: 1200px;
    height: 678px;
    position: relative
}

.gdBodyWrap .popupBox .videoBox .close,
.inBodyWrap .popupBox .videoBox .close,
.bodyWrap .popupBox .videoBox .close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 20px;
    background-position: -231px -100px;
    position: absolute;
    top: 0;
    right: 0
}

.gdBodyWrap .popupBox .videoBox video,
.inBodyWrap .popupBox .videoBox video,
.bodyWrap .popupBox .videoBox video {
    width: 100%;
    height: 100%
}

.gdBodyWrap .popupBox.hide,
.inBodyWrap .popupBox.hide,
.bodyWrap .popupBox.hide {
    display: none
}

.gdBodyWrap .gdWrapBox>.boxWrap,
.inBodyWrap .gdWrapBox>.boxWrap,
.bodyWrap .gdWrapBox>.boxWrap,
.gdBodyWrap .ndWrapBox>.boxWrap,
.inBodyWrap .ndWrapBox>.boxWrap,
.bodyWrap .ndWrapBox>.boxWrap,
.gdBodyWrap .nwWrapBox>.boxWrap,
.inBodyWrap .nwWrapBox>.boxWrap,
.bodyWrap .nwWrapBox>.boxWrap {
    display: flex;
    justify-content: space-between
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL,
.inBodyWrap .gdWrapBox>.boxWrap .boxL,
.bodyWrap .gdWrapBox>.boxWrap .boxL,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL,
.inBodyWrap .ndWrapBox>.boxWrap .boxL,
.bodyWrap .ndWrapBox>.boxWrap .boxL,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL,
.inBodyWrap .nwWrapBox>.boxWrap .boxL,
.bodyWrap .nwWrapBox>.boxWrap .boxL {
    width: 897px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox {
    margin-bottom: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 32px 20px 40px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul {
    display: flex;
    font-size: 16px;
    color: #333
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li {
    margin: 0 6px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li a,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li a,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li a,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li a,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li a,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li a,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li a,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li a,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li a {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 24px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li:first-child,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li:first-child,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li:first-child,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li:first-child,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li:first-child,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li:first-child,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li:first-child,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li:first-child,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li:first-child {
    margin-left: 0
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a {
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 20px;
    position: relative
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a:hover,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a:hover,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a:hover,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a:hover,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a:hover,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a:hover,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a:hover,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a:hover,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a:hover {
    color: unset;
    opacity: .95
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a::after,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a::after,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a::after,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a::after,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a::after,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a::after,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a::after,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a::after,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox>ul li.active a::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid #3E9BFB;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    display: block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -9px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox .singleNewsList,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox .singleNewsList,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox .singleNewsList,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox .singleNewsList,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox .singleNewsList,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox .singleNewsList,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox .singleNewsList,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox .singleNewsList,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox .singleNewsList {
    margin: 30px -20px 0
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox .pageCode,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox .pageCode,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwTabBox .pageCode,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox .pageCode,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox .pageCode,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwTabBox .pageCode,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox .pageCode,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox .pageCode,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwTabBox .pageCode {
    margin-top: 30px;
    justify-content: flex-start
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #404040;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 285px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a {
    background: #FAFAFA;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox {
    width: 440px;
    height: 285px;
    border-radius: 8px;
    z-index: 3
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox img,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox img,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox img,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox img,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox img,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox img,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox img,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox img,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgBox img {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo {
    flex: 1;
    padding: 11px 25px 76px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.txt,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.txt,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.txt,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.txt,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.txt,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.txt,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.txt,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.txt,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.txt {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #999999;
    -webkit-line-clamp: 3
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.time,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.time,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.time,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.time,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.time,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.time,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.time,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.time,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a .imgInfo p.time {
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-wrapper .swiper-slide>a:hover .imgBox img {
    transform: scale(1.2)
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev,
.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next {
    position: absolute;
    width: 13px;
    height: 23px;
    display: block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -18px -215px;
    z-index: 2;
    bottom: 24px;
    right: 370px;
    cursor: pointer
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev.swiper-button-disabled,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev.swiper-button-disabled,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev.swiper-button-disabled,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev.swiper-button-disabled,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev.swiper-button-disabled,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev.swiper-button-disabled,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev.swiper-button-disabled,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev.swiper-button-disabled,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-prev.swiper-button-disabled,
.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next.swiper-button-disabled,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next.swiper-button-disabled,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next.swiper-button-disabled,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next.swiper-button-disabled,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next.swiper-button-disabled,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next.swiper-button-disabled,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next.swiper-button-disabled,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next.swiper-button-disabled,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next.swiper-button-disabled {
    opacity: .65;
    cursor: not-allowed
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-button-next {
    right: 35px;
    transform: rotateY(180deg)
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-num,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-num,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-num,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-num,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-num,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-num,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-num,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-num,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-num {
    z-index: 2;
    position: absolute;
    bottom: 25px;
    right: 170px;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    font-weight: bold;
    display: flex;
    align-items: center
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.active,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.active,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.active,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.active,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.active,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.active,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.active,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.active,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.active {
    font-size: 24px;
    line-height: 24px;
    color: #3E9BFB
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.total::before,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.total::before,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.total::before,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.total::before,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.total::before,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.total::before,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.total::before,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.total::before,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwSwBox .swiper-num span.total::before {
    content: "/";
    color: #999999;
    margin: 0 4px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews {
    margin-top: 30px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul {
    margin-top: -2px;
    font-size: 18px;
    line-height: 22px;
    color: #404040
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a {
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #E5E5E5
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox {
    width: 260px;
    height: 160px;
    background: #FF6947;
    border-radius: 8px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox img,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox img,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox img,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox img,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox img,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox img,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox img,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox img,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgBox img {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo {
    flex: 1;
    height: 160px;
    padding: 0 0 50px 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p:first-child,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p:first-child,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p:first-child,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p:first-child,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p:first-child,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p:first-child,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p:first-child,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p:first-child,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p:first-child {
    font-weight: bold
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.txt,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.txt,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.txt,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.txt,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.txt,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.txt,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.txt,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.txt,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.txt {
    -webkit-line-clamp: 3;
    margin-top: 17px;
    font-size: 14px;
    line-height: 24px;
    color: #999999
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other {
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #999999
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other span.btn,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other span.btn,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other span.btn,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other span.btn,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other span.btn,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other span.btn,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other span.btn,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other span.btn,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li>a .imgInfo p.other span.btn {
    font-size: 14px;
    display: block;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #EEEEEE;
    border-radius: 15px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a {
    border-color: #3E9BFB
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgBox img,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgBox img,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgBox img,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgBox img,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgBox img,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgBox img,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgBox img,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgBox img,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgBox img {
    transform: scale(1.2)
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgInfo p.other span.btn,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgInfo p.other span.btn,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgInfo p.other span.btn,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgInfo p.other span.btn,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgInfo p.other span.btn,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgInfo p.other span.btn,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgInfo p.other span.btn,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgInfo p.other span.btn,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo>ul li:hover>a .imgInfo p.other span.btn {
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    color: #FFFFFF
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo .pageCode,
.inBodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo .pageCode,
.bodyWrap .gdWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo .pageCode,
.gdBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo .pageCode,
.inBodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo .pageCode,
.bodyWrap .ndWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo .pageCode,
.gdBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo .pageCode,
.inBodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo .pageCode,
.bodyWrap .nwWrapBox>.boxWrap .boxL .nwAllNews .tabsCont .tabInfo .pageCode {
    margin: 30px 0
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR,
.inBodyWrap .gdWrapBox>.boxWrap .boxR,
.bodyWrap .gdWrapBox>.boxWrap .boxR,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR,
.inBodyWrap .ndWrapBox>.boxWrap .boxR,
.bodyWrap .ndWrapBox>.boxWrap .boxR,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR,
.inBodyWrap .nwWrapBox>.boxWrap .boxR,
.bodyWrap .nwWrapBox>.boxWrap .boxR {
    width: 283px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .gdTitle .titleL,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .gdTitle .titleL,
.bodyWrap .gdWrapBox>.boxWrap .boxR .gdTitle .titleL,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdTitle .titleL,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdTitle .titleL,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdTitle .titleL,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdTitle .titleL,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdTitle .titleL,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdTitle .titleL {
    font-size: 18px;
    line-height: 18px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .gdTitle a.titleR i,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .gdTitle a.titleR i,
.bodyWrap .gdWrapBox>.boxWrap .boxR .gdTitle a.titleR i,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdTitle a.titleR i,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdTitle a.titleR i,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdTitle a.titleR i,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdTitle a.titleR i,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdTitle a.titleR i,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdTitle a.titleR i {
    color: #999999;
    font-size: 30px;
    margin: -20px 6px 0 0
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .gdTitle a:hover.titleR i,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .gdTitle a:hover.titleR i,
.bodyWrap .gdWrapBox>.boxWrap .boxR .gdTitle a:hover.titleR i,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdTitle a:hover.titleR i,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdTitle a:hover.titleR i,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdTitle a:hover.titleR i,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdTitle a:hover.titleR i,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdTitle a:hover.titleR i,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdTitle a:hover.titleR i {
    color: #3E9BFB
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox {
    width: 100%;
    height: 292px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 10px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination {
    display: flex;
    height: 6px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    margin: 0 3px;
    display: block;
    width: 6px;
    height: 6px;
    background: #D8D8D8;
    border-radius: 50%
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    background: #FF6000;
    border-radius: 3px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet:last-child,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet:last-child,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet:last-child,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet:last-child,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet:last-child,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet:last-child,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet:last-child,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet:last-child,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap {
    margin-top: 20px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide {
    font-size: 14px;
    color: #2E3036;
    line-height: 22px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a .imgBox,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a .imgBox,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a .imgBox,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a .imgBox,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a .imgBox,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a .imgBox,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a .imgBox,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a .imgBox,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a .imgBox {
    width: 263px;
    height: 160px;
    border-radius: 10px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a:hover .imgBox img,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a:hover .imgBox img {
    transform: scale(1.2)
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a p,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a p,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a p,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a p,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a p,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a p,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a p,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a p,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-wrapper .swiper-slide>a p {
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-num,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-num,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-num,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-num,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-num,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-num,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-num,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-num,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwTodColBox .nwSwWrap .swiper-num {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 132px;
    height: 18px;
    padding: 0 8px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 9px;
    font-size: 12px;
    color: #FFFFFF
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox {
    margin-top: 20px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 10px 45px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul {
    font-size: 14px;
    color: #2E3036;
    line-height: 22px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a {
    margin-top: 30px;
    display: flex;
    justify-content: space-between
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a:hover .imgBox img,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a:hover .imgBox img,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a:hover .imgBox img,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a:hover .imgBox img,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a:hover .imgBox img,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a:hover .imgBox img,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a:hover .imgBox img,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a:hover .imgBox img,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a:hover .imgBox img {
    transform: scale(1.2)
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo {
    flex: 1;
    padding-right: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo p,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo p,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo p,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo p,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo p,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo p,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo p,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo p,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgInfo p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox {
    flex-shrink: 0;
    width: 92px;
    height: 64px;
    border-radius: 5px;
    position: relative
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox>.icon,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox>.icon,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox>.icon,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox>.icon,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox>.icon,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox>.icon,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox>.icon,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox>.icon,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li>a .imgBox>.icon {
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 26px;
    background-position: -443px -143px;
    text-align: center;
    line-height: 18px;
    padding-right: 3px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li:first-child>a,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li:first-child>a,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li:first-child>a,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li:first-child>a,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li:first-child>a,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li:first-child>a,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li:first-child>a,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li:first-child>a,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwHotNewsBox>ul li:first-child>a {
    margin-top: 20px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox,
.bodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox {
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px 14px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul,
.bodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul {
    margin-top: 12px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a,
.bodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 2px solid #fbfbfb
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo,
.bodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo {
    flex: 1;
    font-size: 15px;
    font-weight: bold;
    color: #333333
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo p.time,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo p.time,
.bodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo p.time,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo p.time,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo p.time,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo p.time,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo p.time,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo p.time,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo p.time {
    margin-top: 10px;
    color: #CCCCCC;
    font-weight: 400
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgBox,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgBox,
.bodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgBox,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgBox,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgBox,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgBox,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgBox,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgBox,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgBox {
    width: 54px;
    height: 54px;
    border-radius: 10px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon,
.bodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon {
    margin: 0 8px 0 18px;
    width: 14px;
    height: 14px;
    background-position: -24px -119px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a,
.bodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a {
    background: rgba(255, 246, 220, 0.5);
    border-radius: 10px;
    border-bottom: none;
    margin: -1px -10px 5px;
    padding: 12px 10px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a .imgInfo,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a .imgInfo,
.bodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a .imgInfo,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a .imgInfo,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a .imgInfo,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a .imgInfo,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a .imgInfo,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a .imgInfo,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li.active a .imgInfo {
    color: #FF7D04
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li:last-child a,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li:last-child a,
.bodyWrap .gdWrapBox>.boxWrap .boxR .gdHotGameBox>ul li:last-child a,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li:last-child a,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li:last-child a,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li:last-child a,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li:last-child a,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li:last-child a,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li:last-child a {
    border-bottom: unset
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotLabelBox,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotLabelBox,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwHotLabelBox,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotLabelBox,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotLabelBox,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwHotLabelBox,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotLabelBox,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotLabelBox,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwHotLabelBox {
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px 26px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotLabelBox>ul,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotLabelBox>ul,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwHotLabelBox>ul,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotLabelBox>ul,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotLabelBox>ul,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwHotLabelBox>ul,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotLabelBox>ul,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotLabelBox>ul,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwHotLabelBox>ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 14px;
    color: #8d8d8d;
    margin: 16px -3px 0
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a {
    color: inherit;
    background: #f8f8f8;
    height: 32px;
    padding: 0 12px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 3px
}

.gdBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a:hover,
.inBodyWrap .gdWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a:hover,
.bodyWrap .gdWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a:hover,
.gdBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a:hover,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a:hover,
.bodyWrap .ndWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a:hover,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a:hover,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a:hover,
.bodyWrap .nwWrapBox>.boxWrap .boxR .nwHotLabelBox>ul li>a:hover {
    color: #3E9BFB
}

.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .imgInfo {
    padding-left: 10px
}

.gdBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon,
.inBodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon,
.bodyWrap .ndWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon,
.gdBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon,
.inBodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon,
.bodyWrap .nwWrapBox>.boxWrap .boxR .gdHotGameBox>ul li a .icon {
    margin-right: 10px
}

.gdBodyWrap .nwMainBox,
.inBodyWrap .nwMainBox,
.bodyWrap .nwMainBox {
    display: flex;
    justify-content: space-between
}

.gdBodyWrap .nwMainBox .nwSwWrap,
.inBodyWrap .nwMainBox .nwSwWrap,
.bodyWrap .nwMainBox .nwSwWrap {
    width: 580px;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.gdBodyWrap .nwMainBox .nwSwWrap .swiper-slide,
.inBodyWrap .nwMainBox .nwSwWrap .swiper-slide,
.bodyWrap .nwMainBox .nwSwWrap .swiper-slide {
    position: relative
}

.gdBodyWrap .nwMainBox .nwSwWrap .swiper-slide a .imgBox,
.inBodyWrap .nwMainBox .nwSwWrap .swiper-slide a .imgBox,
.bodyWrap .nwMainBox .nwSwWrap .swiper-slide a .imgBox {
    width: 100%;
    height: 100%
}

.gdBodyWrap .nwMainBox .nwSwWrap .swiper-slide a:hover .imgBox img,
.inBodyWrap .nwMainBox .nwSwWrap .swiper-slide a:hover .imgBox img,
.bodyWrap .nwMainBox .nwSwWrap .swiper-slide a:hover .imgBox img {
    transform: scale(1.1)
}

.gdBodyWrap .nwMainBox .nwSwWrap .swiper-slide a .imgInfo,
.inBodyWrap .nwMainBox .nwSwWrap .swiper-slide a .imgInfo,
.bodyWrap .nwMainBox .nwSwWrap .swiper-slide a .imgInfo {
    position: absolute;
    bottom: 16px;
    left: 10px;
    right: 60px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF
}

.gdBodyWrap .nwMainBox .nwSwWrap .swiper-slide a .imgInfo p,
.inBodyWrap .nwMainBox .nwSwWrap .swiper-slide a .imgInfo p,
.bodyWrap .nwMainBox .nwSwWrap .swiper-slide a .imgInfo p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gdBodyWrap .nwMainBox .nwSwWrap .swiper-pagination,
.inBodyWrap .nwMainBox .nwSwWrap .swiper-pagination,
.bodyWrap .nwMainBox .nwSwWrap .swiper-pagination {
    z-index: 1;
    position: absolute;
    right: 18px;
    bottom: 20px;
    width: 18px;
    height: 18px;
    display: grid;
    grid-template-columns: repeat(2, 8px);
    justify-content: space-between
}

.gdBodyWrap .nwMainBox .nwSwWrap .swiper-pagination .swiper-pagination-bullet,
.inBodyWrap .nwMainBox .nwSwWrap .swiper-pagination .swiper-pagination-bullet,
.bodyWrap .nwMainBox .nwSwWrap .swiper-pagination .swiper-pagination-bullet {
    margin-top: 2px;
    width: 8px;
    height: 8px;
    background: #FFFFFF
}

.gdBodyWrap .nwMainBox .nwSwWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.inBodyWrap .nwMainBox .nwSwWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bodyWrap .nwMainBox .nwSwWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
}

.gdBodyWrap .nwMainBox .boxCont,
.inBodyWrap .nwMainBox .boxCont,
.bodyWrap .nwMainBox .boxCont {
    width: 240px
}

.gdBodyWrap .nwMainBox .boxCont ul,
.inBodyWrap .nwMainBox .boxCont ul,
.bodyWrap .nwMainBox .boxCont ul {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column
}

.gdBodyWrap .nwMainBox .boxCont ul li,
.inBodyWrap .nwMainBox .boxCont ul li,
.bodyWrap .nwMainBox .boxCont ul li {
    margin-top: 20px
}

.gdBodyWrap .nwMainBox .boxCont ul li:first-child,
.inBodyWrap .nwMainBox .boxCont ul li:first-child,
.bodyWrap .nwMainBox .boxCont ul li:first-child {
    margin-top: 0
}

.gdBodyWrap .nwMainBox .boxCont ul li a,
.inBodyWrap .nwMainBox .boxCont ul li a,
.bodyWrap .nwMainBox .boxCont ul li a {
    display: block;
    width: 240px;
    height: 80px;
    border-radius: 8px;
    position: relative
}

.gdBodyWrap .nwMainBox .boxCont ul li a:hover,
.inBodyWrap .nwMainBox .boxCont ul li a:hover,
.bodyWrap .nwMainBox .boxCont ul li a:hover {
    font-weight: bold;
    box-shadow: 0 0 10px rgba(71, 255, 163, 0.5)
}

.gdBodyWrap .nwMainBox .boxCont ul li a p,
.inBodyWrap .nwMainBox .boxCont ul li a p,
.bodyWrap .nwMainBox .boxCont ul li a p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 24px;
    background: rgba(0, 0, 0, 0.5)
}

.gdBodyWrap .nwListBox,
.inBodyWrap .nwListBox,
.bodyWrap .nwListBox {
    font-size: 14px;
    color: #333
}

.gdBodyWrap .nwListBox .tabsWrap>ul,
.inBodyWrap .nwListBox .tabsWrap>ul,
.bodyWrap .nwListBox .tabsWrap>ul {
    margin: 35px -6px 0;
    display: flex;
    flex-wrap: wrap
}

.gdBodyWrap .nwListBox .tabsWrap>ul li,
.inBodyWrap .nwListBox .tabsWrap>ul li,
.bodyWrap .nwListBox .tabsWrap>ul li {
    margin: 5px 6px 0
}

.gdBodyWrap .nwListBox .tabsWrap>ul li a,
.inBodyWrap .nwListBox .tabsWrap>ul li a,
.bodyWrap .nwListBox .tabsWrap>ul li a {
    display: block;
    height: 36px;
    line-height: 36px;
    background: #F5F8F8;
    border-radius: 5px;
    padding: 0 15px
}

.gdBodyWrap .nwListBox .tabsWrap>ul li:hover a,
.inBodyWrap .nwListBox .tabsWrap>ul li:hover a,
.bodyWrap .nwListBox .tabsWrap>ul li:hover a,
.gdBodyWrap .nwListBox .tabsWrap>ul li.active a,
.inBodyWrap .nwListBox .tabsWrap>ul li.active a,
.bodyWrap .nwListBox .tabsWrap>ul li.active a {
    color: inherit;
        background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
}

.gdBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul,
.inBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul,
.bodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul {
    margin-top: 32px
}

.gdBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li,
.inBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li,
.bodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li {
    margin-top: 24px
}

.gdBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a,
.inBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a,
.bodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a {
    display: flex;
    align-items: center
}

.gdBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgBox,
.inBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgBox,
.bodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgBox {
    width: 216px;
    height: 138px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 8px
}

.gdBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo,
.inBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo,
.bodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo {
    flex: 1;
    padding-left: 20px;
    color: #333333
}

.gdBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p,
.inBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p,
.bodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p {
    font-size: 24px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 1
}

.gdBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p.txt,
.inBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p.txt,
.bodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p.txt,
.gdBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p.time,
.inBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p.time,
.bodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p.time {
    margin-top: 12px;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 2
}

.gdBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p.time,
.inBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p.time,
.bodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p.time {
    line-height: 18px
}

.gdBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a:hover .imgBox img,
.inBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a:hover .imgBox img,
.bodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a:hover .imgBox img {
    transform: scale(1.1)
}

.gdBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a:hover .imgInfo,
.inBodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a:hover .imgInfo,
.bodyWrap .nwListBox .tabsWrap .tabsCont .tabInfo ul li a:hover .imgInfo {
    color: #3E9BFB
}

.gdBodyWrap .ndMainBox .title,
.inBodyWrap .ndMainBox .title,
.bodyWrap .ndMainBox .title {
    background: #FAFAFA;
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    padding: 18px 24px 30px;
    text-align: justify
}

.gdBodyWrap .ndMainBox .title h1,
.inBodyWrap .ndMainBox .title h1,
.bodyWrap .ndMainBox .title h1 {
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 60px
}

.gdBodyWrap .ndMainBox .title p,
.inBodyWrap .ndMainBox .title p,
.bodyWrap .ndMainBox .title p {
    margin-top: 8px
}

.gdBodyWrap .ndMainBox .title p span::after,
.inBodyWrap .ndMainBox .title p span::after,
.bodyWrap .ndMainBox .title p span::after {
    content: '路';
    margin: 0 18px
}

.gdBodyWrap .ndMainBox .title p span:last-child::after,
.inBodyWrap .ndMainBox .title p span:last-child::after,
.bodyWrap .ndMainBox .title p span:last-child::after {
    display: none
}

.gdBodyWrap .ndMainBox .boxCont,
.inBodyWrap .ndMainBox .boxCont,
.bodyWrap .ndMainBox .boxCont {
    margin-top: 28px;
    font-size: 16px;
    color: #666666;
    line-height: 30px
}

.gdBodyWrap .ndMainBox .boxCont a,
.inBodyWrap .ndMainBox .boxCont a,
.bodyWrap .ndMainBox .boxCont a {
    color: #315efb
}

.gdBodyWrap .ndMainBox .boxCont a:hover,
.inBodyWrap .ndMainBox .boxCont a:hover,
.bodyWrap .ndMainBox .boxCont a:hover {
    text-decoration: underline
}

.gdBodyWrap .ndMainBox .boxCont p,
.inBodyWrap .ndMainBox .boxCont p,
.bodyWrap .ndMainBox .boxCont p {
    margin-top: 16px
}

.gdBodyWrap .ndMainBox .boxCont h1,
.inBodyWrap .ndMainBox .boxCont h1,
.bodyWrap .ndMainBox .boxCont h1,
.gdBodyWrap .ndMainBox .boxCont h2,
.inBodyWrap .ndMainBox .boxCont h2,
.bodyWrap .ndMainBox .boxCont h2,
.gdBodyWrap .ndMainBox .boxCont h3,
.inBodyWrap .ndMainBox .boxCont h3,
.bodyWrap .ndMainBox .boxCont h3,
.gdBodyWrap .ndMainBox .boxCont h4,
.inBodyWrap .ndMainBox .boxCont h4,
.bodyWrap .ndMainBox .boxCont h4,
.gdBodyWrap .ndMainBox .boxCont h5,
.inBodyWrap .ndMainBox .boxCont h5,
.bodyWrap .ndMainBox .boxCont h5,
.gdBodyWrap .ndMainBox .boxCont h6,
.inBodyWrap .ndMainBox .boxCont h6,
.bodyWrap .ndMainBox .boxCont h6 {
    margin-top: 12px;
    font-weight: bold;
    color: #333
}

.gdBodyWrap .ndMainBox .boxCont img,
.inBodyWrap .ndMainBox .boxCont img,
.bodyWrap .ndMainBox .boxCont img {
    width: auto;
    max-width: 550px;
    height: auto;
    max-height: 660px;
    display: block;
    margin: 22px auto 0
}

.gdBodyWrap .ndMainBox .boxNav,
.inBodyWrap .ndMainBox .boxNav,
.bodyWrap .ndMainBox .boxNav {
    margin-top: 40px;
    display: flex;
    font-size: 16px
}

.gdBodyWrap .ndMainBox .boxNav a,
.inBodyWrap .ndMainBox .boxNav a,
.bodyWrap .ndMainBox .boxNav a {
    color: #333;
    width: 0;
    flex: 1;
    display: block;
    height: 56px;
    line-height: 56px;
    background: #f5f5f5;
    padding: 0 6px 0 16px;
    position: relative;
    margin-right: 21px
}

.gdBodyWrap .ndMainBox .boxNav a p,
.inBodyWrap .ndMainBox .boxNav a p,
.bodyWrap .ndMainBox .boxNav a p {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gdBodyWrap .ndMainBox .boxNav a::after,
.inBodyWrap .ndMainBox .boxNav a::after,
.bodyWrap .ndMainBox .boxNav a::after {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-color: transparent #f5f5f5;
    border-width: 0 0 56px 20px;
    border-style: solid
}

.gdBodyWrap .ndMainBox .boxNav a:last-child,
.inBodyWrap .ndMainBox .boxNav a:last-child,
.bodyWrap .ndMainBox .boxNav a:last-child {
    padding: 0 16px 0 6px;
    margin-left: 21px;
    margin-right: 0
}

.gdBodyWrap .ndMainBox .boxNav a:last-child::before,
.inBodyWrap .ndMainBox .boxNav a:last-child::before,
.bodyWrap .ndMainBox .boxNav a:last-child::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-color: #f5f5f5 transparent;
    border-width: 0 0 56px 20px;
    border-style: solid
}

.gdBodyWrap .ndMainBox .boxNav a:last-child::after,
.inBodyWrap .ndMainBox .boxNav a:last-child::after,
.bodyWrap .ndMainBox .boxNav a:last-child::after {
    display: none
}

.gdBodyWrap .ndMainBox .boxNav a:hover,
.inBodyWrap .ndMainBox .boxNav a:hover,
.bodyWrap .ndMainBox .boxNav a:hover {
        background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
}

.gdBodyWrap .ndMainBox .boxNav a:hover::after,
.inBodyWrap .ndMainBox .boxNav a:hover::after,
.bodyWrap .ndMainBox .boxNav a:hover::after {
    border-color: transparent #3E9BFB
}

.gdBodyWrap .ndMainBox .boxNav a:hover::before,
.inBodyWrap .ndMainBox .boxNav a:hover::before,
.bodyWrap .ndMainBox .boxNav a:hover::before {
    border-color: #3E9BFB transparent
}

.gdBodyWrap .ndMainBox .mainCont,
.inBodyWrap .ndMainBox .mainCont,
.bodyWrap .ndMainBox .mainCont {
    margin-top: 40px;
    width: 840px;
    height: 140px;
    background-image: url(../img/ndBg.png);
    background-repeat: no-repeat;
    background-size: 840px 140px;
    border-radius: 8px;
    padding: 0 20px;
    display: flex;
    align-items: center
}

.gdBodyWrap .ndMainBox .mainCont .imgBox,
.inBodyWrap .ndMainBox .mainCont .imgBox,
.bodyWrap .ndMainBox .mainCont .imgBox {
    width: 100px;
    height: 100px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 24px
}

.gdBodyWrap .ndMainBox .mainCont .imgInfo,
.inBodyWrap .ndMainBox .mainCont .imgInfo,
.bodyWrap .ndMainBox .mainCont .imgInfo {
    width: 0;
    flex: 1;
    padding-left: 20px;
    font-size: 24px;
    line-height: 28px;
    color: #333333
}

.gdBodyWrap .ndMainBox .mainCont .imgInfo p,
.inBodyWrap .ndMainBox .mainCont .imgInfo p,
.bodyWrap .ndMainBox .mainCont .imgInfo p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gdBodyWrap .ndMainBox .mainCont .imgInfo p.info,
.inBodyWrap .ndMainBox .mainCont .imgInfo p.info,
.bodyWrap .ndMainBox .mainCont .imgInfo p.info {
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
    color: #999
}

.gdBodyWrap .ndMainBox .mainCont .imgInfo p.info span,
.inBodyWrap .ndMainBox .mainCont .imgInfo p.info span,
.bodyWrap .ndMainBox .mainCont .imgInfo p.info span {
    margin-right: 45px
}

.gdBodyWrap .ndMainBox .mainCont .imgInfo p.info span:last-child,
.inBodyWrap .ndMainBox .mainCont .imgInfo p.info span:last-child,
.bodyWrap .ndMainBox .mainCont .imgInfo p.info span:last-child {
    margin-right: 0
}

.gdBodyWrap .ndMainBox .mainCont .downBtns a,
.inBodyWrap .ndMainBox .mainCont .downBtns a,
.bodyWrap .ndMainBox .mainCont .downBtns a {
    margin-top: 10px
}

.gdBodyWrap .ndMainBox .mainCont .downBtns a:first-child,
.inBodyWrap .ndMainBox .mainCont .downBtns a:first-child,
.bodyWrap .ndMainBox .mainCont .downBtns a:first-child {
    margin-top: 0
}

.gdBodyWrap .tpMainBox,
.inBodyWrap .tpMainBox,
.bodyWrap .tpMainBox {
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    color: #333333
}

.gdBodyWrap .tpMainBox .boxWrap,
.inBodyWrap .tpMainBox .boxWrap,
.bodyWrap .tpMainBox .boxWrap {
    display: flex;
    justify-content: space-between
}

.gdBodyWrap .tpMainBox .boxR>a,
.inBodyWrap .tpMainBox .boxR>a,
.bodyWrap .tpMainBox .boxR>a,
.gdBodyWrap .tpMainBox .boxL>a,
.inBodyWrap .tpMainBox .boxL>a,
.bodyWrap .tpMainBox .boxL>a {
    display: flex;
    flex-direction: column
}

.gdBodyWrap .tpMainBox .boxR>a>.imgBox,
.inBodyWrap .tpMainBox .boxR>a>.imgBox,
.bodyWrap .tpMainBox .boxR>a>.imgBox,
.gdBodyWrap .tpMainBox .boxL>a>.imgBox,
.inBodyWrap .tpMainBox .boxL>a>.imgBox,
.bodyWrap .tpMainBox .boxL>a>.imgBox {
    width: 588px;
    height: 360px;
    border-radius: 12px
}

.gdBodyWrap .tpMainBox .boxR>a:hover>.imgBox img,
.inBodyWrap .tpMainBox .boxR>a:hover>.imgBox img,
.bodyWrap .tpMainBox .boxR>a:hover>.imgBox img,
.gdBodyWrap .tpMainBox .boxL>a:hover>.imgBox img,
.inBodyWrap .tpMainBox .boxL>a:hover>.imgBox img,
.bodyWrap .tpMainBox .boxL>a:hover>.imgBox img {
    transform: scale(1.1)
}

.gdBodyWrap .tpMainBox .boxR>a .imgInfo,
.inBodyWrap .tpMainBox .boxR>a .imgInfo,
.bodyWrap .tpMainBox .boxR>a .imgInfo,
.gdBodyWrap .tpMainBox .boxL>a .imgInfo,
.inBodyWrap .tpMainBox .boxL>a .imgInfo,
.bodyWrap .tpMainBox .boxL>a .imgInfo {
    z-index: 1;
    padding-left: 24px;
    margin-top: 16px;
    display: flex;
    align-items: flex-end
}

.gdBodyWrap .tpMainBox .boxR>a .imgInfo .imgBox,
.inBodyWrap .tpMainBox .boxR>a .imgInfo .imgBox,
.bodyWrap .tpMainBox .boxR>a .imgInfo .imgBox,
.gdBodyWrap .tpMainBox .boxL>a .imgInfo .imgBox,
.inBodyWrap .tpMainBox .boxL>a .imgInfo .imgBox,
.bodyWrap .tpMainBox .boxL>a .imgInfo .imgBox {
    margin-top: -70px;
    width: 104px;
    height: 104px;
    border-radius: 22px;
    border: 4px solid #FFFFFF
}

.gdBodyWrap .tpMainBox .boxR>a .imgInfo p,
.inBodyWrap .tpMainBox .boxR>a .imgInfo p,
.bodyWrap .tpMainBox .boxR>a .imgInfo p,
.gdBodyWrap .tpMainBox .boxL>a .imgInfo p,
.inBodyWrap .tpMainBox .boxL>a .imgInfo p,
.bodyWrap .tpMainBox .boxL>a .imgInfo p {
    width: 0;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 15px
}

.gdBodyWrap .tpMainBox .boxR>a .imgInfo p.btn,
.inBodyWrap .tpMainBox .boxR>a .imgInfo p.btn,
.bodyWrap .tpMainBox .boxR>a .imgInfo p.btn,
.gdBodyWrap .tpMainBox .boxL>a .imgInfo p.btn,
.inBodyWrap .tpMainBox .boxL>a .imgInfo p.btn,
.bodyWrap .tpMainBox .boxL>a .imgInfo p.btn {
    width: fit-content;
    flex: unset;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 18px;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    padding: 0 14px
}

.gdBodyWrap .tpMainBox .boxR>a .imgInfo p.btn .icon,
.inBodyWrap .tpMainBox .boxR>a .imgInfo p.btn .icon,
.bodyWrap .tpMainBox .boxR>a .imgInfo p.btn .icon,
.gdBodyWrap .tpMainBox .boxL>a .imgInfo p.btn .icon,
.inBodyWrap .tpMainBox .boxL>a .imgInfo p.btn .icon,
.bodyWrap .tpMainBox .boxL>a .imgInfo p.btn .icon {
    margin-left: 4px;
    width: 15px;
    height: 13px;
    background-position: -3px -317px
}

.gdBodyWrap .tpMainBox .boxR,
.inBodyWrap .tpMainBox .boxR,
.bodyWrap .tpMainBox .boxR {
    margin-top: -20px;
    width: 592px;
    display: grid;
    grid-template-columns: repeat(2, 286px);
    justify-content: space-between
}

.gdBodyWrap .tpMainBox .boxR>a,
.inBodyWrap .tpMainBox .boxR>a,
.bodyWrap .tpMainBox .boxR>a {
    margin-top: 20px
}

.gdBodyWrap .tpMainBox .boxR>a>.imgBox,
.inBodyWrap .tpMainBox .boxR>a>.imgBox,
.bodyWrap .tpMainBox .boxR>a>.imgBox {
    width: 286px;
    height: 160px;
    border-radius: 12px
}

.gdBodyWrap .tpMainBox .boxR>a .imgInfo,
.inBodyWrap .tpMainBox .boxR>a .imgInfo,
.bodyWrap .tpMainBox .boxR>a .imgInfo {
    margin-top: 0px
}

.gdBodyWrap .tpMainBox .boxR>a .imgInfo .imgBox,
.inBodyWrap .tpMainBox .boxR>a .imgInfo .imgBox,
.bodyWrap .tpMainBox .boxR>a .imgInfo .imgBox {
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border-radius: 16px;
    border: 3px solid #FFFFFF
}

.gdBodyWrap .tpTopicBox,
.inBodyWrap .tpTopicBox,
.bodyWrap .tpTopicBox {
    margin-top: 20px
}

.gdBodyWrap .tpAllBox,
.inBodyWrap .tpAllBox,
.bodyWrap .tpAllBox {
    margin-top: 40px
}

.gdBodyWrap .tpAllBox .boxWrap,
.inBodyWrap .tpAllBox .boxWrap,
.bodyWrap .tpAllBox .boxWrap {
    position: relative
}

.gdBodyWrap .tpAllBox .boxWrap .inTitle .titleL .icon,
.inBodyWrap .tpAllBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .tpAllBox .boxWrap .inTitle .titleL .icon {
    margin-right: 25px;
    width: 41px;
    height: 36px;
    background-position: -50px -83px
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap>.btns,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap>.btns,
.bodyWrap .tpAllBox .boxWrap .tabsWrap>.btns {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 6px
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap>.btns li,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap>.btns li,
.bodyWrap .tpAllBox .boxWrap .tabsWrap>.btns li {
    margin: 0 2.5px
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap>.btns li a,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap>.btns li a,
.bodyWrap .tpAllBox .boxWrap .tabsWrap>.btns li a {
    height: 24px;
    background: #fff;
    border-radius: 5px;
    flex: 1;
    padding: 0 12px;
    display: block
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap>.btns li.active a,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap>.btns li.active a,
.bodyWrap .tpAllBox .boxWrap .tabsWrap>.btns li.active a {
    color: #333;
        background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap,
.bodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap {
    margin-top: -6px;
    display: grid;
    grid-template-columns: repeat(2, 585px);
    justify-content: space-between;
    font-size: 14px;
    color: #999
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li,
.bodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li {
    margin-top: 30px;
    width: 585px;
    height: 212px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #EEEEEE
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p,
.bodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p {
    padding: 0 24px;
    height: 48px;
    background: #F8F8F8;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    align-items: center
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p span,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p span,
.bodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p span {
    margin-left: 10px
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p span.title,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p span.title,
.bodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p span.title {
    margin-left: 0;
    flex: 1;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p span.num,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p span.num,
.bodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p span.num {
    margin-left: 40px
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p a,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p a,
.bodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p a {
    margin-left: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p a .icon,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p a .icon,
.bodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li>p a .icon {
    width: 15px;
    height: 13px;
    background-position: -23px -317px
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li .multiColumnList,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li .multiColumnList,
.bodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li .multiColumnList {
    grid-template-columns: repeat(5, 88px);
    height: 164px;
    align-items: center;
    padding: 0 24px
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li:hover,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li:hover,
.bodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li:hover {
    border-color: #3E9BFB;
    color: #333
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li:hover>p,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li:hover>p,
.bodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li:hover>p {
        background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li:hover>p span.title,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li:hover>p span.title,
.bodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li:hover>p span.title {
    font-weight: bold
}

.gdBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li:hover>p a .icon,
.inBodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li:hover>p a .icon,
.bodyWrap .tpAllBox .boxWrap .tabsWrap .topicListWrap>li:hover>p a .icon {
    background-position: -3px -317px
}

.gdBodyWrap .tdMainBox .boxWrap,
.inBodyWrap .tdMainBox .boxWrap,
.bodyWrap .tdMainBox .boxWrap {
    display: flex;
    justify-content: space-between;
    padding: 34px 30px 0 34px;
    height: 358px;
    background-image: url(../img/tdBg.png);
    background-repeat: no-repeat;
    background-size: 1200px 358px
}

.gdBodyWrap .tdMainBox .boxWrap .imgBox,
.inBodyWrap .tdMainBox .boxWrap .imgBox,
.bodyWrap .tdMainBox .boxWrap .imgBox {
    width: 390px;
    height: 240px;
    border-radius: 12px;
    position: relative
}

.gdBodyWrap .tdMainBox .boxWrap .imgInfo,
.inBodyWrap .tdMainBox .boxWrap .imgInfo,
.bodyWrap .tdMainBox .boxWrap .imgInfo {
    flex: 1;
    overflow: hidden;
    padding: 12px 0 0 35px;
    display: flex;
    flex-direction: column
}

.gdBodyWrap .tdMainBox .boxWrap .imgInfo h1,
.inBodyWrap .tdMainBox .boxWrap .imgInfo h1,
.bodyWrap .tdMainBox .boxWrap .imgInfo h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #FFFFFF
}

.gdBodyWrap .tdMainBox .boxWrap .imgInfo p,
.inBodyWrap .tdMainBox .boxWrap .imgInfo p,
.bodyWrap .tdMainBox .boxWrap .imgInfo p {
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    line-height: 24px
}

.gdBodyWrap .tdMainBox .boxWrap .imgInfo p.time,
.inBodyWrap .tdMainBox .boxWrap .imgInfo p.time,
.bodyWrap .tdMainBox .boxWrap .imgInfo p.time {
    margin-top: 22px
}

.gdBodyWrap .tdMainBox .boxWrap .imgInfo p.time span,
.inBodyWrap .tdMainBox .boxWrap .imgInfo p.time span,
.bodyWrap .tdMainBox .boxWrap .imgInfo p.time span {
    margin: 0 30px
}

.gdBodyWrap .tdMainBox .boxWrap .imgInfo p.time span:first-child,
.inBodyWrap .tdMainBox .boxWrap .imgInfo p.time span:first-child,
.bodyWrap .tdMainBox .boxWrap .imgInfo p.time span:first-child {
    margin-left: 0
}

.gdBodyWrap .tdMainBox .boxWrap .imgInfo p.txt,
.inBodyWrap .tdMainBox .boxWrap .imgInfo p.txt,
.bodyWrap .tdMainBox .boxWrap .imgInfo p.txt {
    margin-top: 16px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    height: auto;
    -webkit-line-clamp: unset
}

.gdBodyWrap .tdMainBox .boxWrap .imgInfo p.tag,
.inBodyWrap .tdMainBox .boxWrap .imgInfo p.tag,
.bodyWrap .tdMainBox .boxWrap .imgInfo p.tag {
    margin-top: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.gdBodyWrap .tdMainBox .boxWrap .imgInfo p.tag>a,
.inBodyWrap .tdMainBox .boxWrap .imgInfo p.tag>a,
.bodyWrap .tdMainBox .boxWrap .imgInfo p.tag>a {
    margin: 0 15px;
    font-weight: normal
}

.gdBodyWrap .tdMainBox .boxWrap .imgInfo p.tag>a:last-child,
.inBodyWrap .tdMainBox .boxWrap .imgInfo p.tag>a:last-child,
.bodyWrap .tdMainBox .boxWrap .imgInfo p.tag>a:last-child {
    margin-right: 0
}

.gdBodyWrap .tdHotTopicBox,
.inBodyWrap .tdHotTopicBox,
.bodyWrap .tdHotTopicBox {
    margin-top: 38px
}

.gdBodyWrap .tdHotTopicBox .boxWrap>ul,
.inBodyWrap .tdHotTopicBox .boxWrap>ul,
.bodyWrap .tdHotTopicBox .boxWrap>ul {
    color: #333;
    grid-template-columns: repeat(4, 270px)
}

.gdBodyWrap .tdHotTopicBox .boxWrap>ul li,
.inBodyWrap .tdHotTopicBox .boxWrap>ul li,
.bodyWrap .tdHotTopicBox .boxWrap>ul li {
    margin-top: 20px
}

.gdBodyWrap .tdHotTopicBox .boxWrap>ul li a .imgBox,
.inBodyWrap .tdHotTopicBox .boxWrap>ul li a .imgBox,
.bodyWrap .tdHotTopicBox .boxWrap>ul li a .imgBox {
    width: 270px;
    height: 120px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 5px
}

.gdBodyWrap .tdHotTopicBox .boxWrap>ul li a .imgInfo,
.inBodyWrap .tdHotTopicBox .boxWrap>ul li a .imgInfo,
.bodyWrap .tdHotTopicBox .boxWrap>ul li a .imgInfo {
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center
}

.gdBodyWrap .tdHotTopicBox .boxWrap>ul li a .imgInfo p,
.inBodyWrap .tdHotTopicBox .boxWrap>ul li a .imgInfo p,
.bodyWrap .tdHotTopicBox .boxWrap>ul li a .imgInfo p {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gdBodyWrap .tdHotTopicBox .boxWrap>ul li a .imgInfo span,
.inBodyWrap .tdHotTopicBox .boxWrap>ul li a .imgInfo span,
.bodyWrap .tdHotTopicBox .boxWrap>ul li a .imgInfo span {
    font-size: 14px;
    line-height: 20px;
    color: #999
}

.gdBodyWrap .tdHotTopicBox .boxWrap>ul li a .imgInfo span i,
.inBodyWrap .tdHotTopicBox .boxWrap>ul li a .imgInfo span i,
.bodyWrap .tdHotTopicBox .boxWrap>ul li a .imgInfo span i {
    font-style: normal;
    font-weight: 700;
    color: #3E9BFB;
    margin: 0 5px
}

.gdBodyWrap .tdHotTopicBox .boxWrap>ul li a:hover,
.inBodyWrap .tdHotTopicBox .boxWrap>ul li a:hover,
.bodyWrap .tdHotTopicBox .boxWrap>ul li a:hover {
    color: #3E9BFB
}

.gdBodyWrap .tdHotTopicBox .boxWrap>ul li a:hover .imgBox img,
.inBodyWrap .tdHotTopicBox .boxWrap>ul li a:hover .imgBox img,
.bodyWrap .tdHotTopicBox .boxWrap>ul li a:hover .imgBox img {
    transform: scale(1.1)
}

.gdBodyWrap .tdTopicBox,
.inBodyWrap .tdTopicBox,
.bodyWrap .tdTopicBox {
    margin-top: 38px;
    margin-bottom: 50px
}

.gdBodyWrap .rkMainBox .boxWrap,
.inBodyWrap .rkMainBox .boxWrap,
.bodyWrap .rkMainBox .boxWrap {
    height: 200px;
    background-image: url(../img/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,
.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,
.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,
.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,
.bodyWrap .rkMainBox .boxWrap ul li {
    color: #FFFFFF;
    opacity: .5
}

.gdBodyWrap .rkMainBox .boxWrap ul li a,
.inBodyWrap .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,
.bodyWrap .rkMainBox .boxWrap ul li:hover,
.gdBodyWrap .rkMainBox .boxWrap ul li.active,
.inBodyWrap .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,
.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,
.bodyWrap .rkMainBox .boxWrap ul li:last-child::after {
    display: none
}

.gdBodyWrap .rkTabsBox .boxWrap,
.inBodyWrap .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,
.bodyWrap .rkTabsBox .boxWrap::before {
    content: '';
    display: block;
    background-image: url(../img/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,
.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,
.bodyWrap .rkTabsBox .boxWrap .multiColumnList li {
    margin-top: 18px
}

.gdBodyWrap .rkTabsBox .boxWrap .multiColumnList li a,
.inBodyWrap .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,
.bodyWrap .rkTabsBox .boxWrap .multiColumnList li a:hover {
    color: #333333;
        background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
}

.gdBodyWrap .rkListBox,
.inBodyWrap .rkListBox,
.bodyWrap .rkListBox {
    margin-top: 54px
}

.gdBodyWrap .rkListBox .boxWrap .title,
.inBodyWrap .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,
.bodyWrap .rkListBox .boxWrap .title p {
    position: relative;
    z-index: 1
}

.gdBodyWrap .rkListBox .boxWrap .title p::before,
.inBodyWrap .rkListBox .boxWrap .title p::before,
.bodyWrap .rkListBox .boxWrap .title p::before {
    content: '';
    display: block;
    width: 120px;
    height: 10px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1
}

.gdBodyWrap .rkListBox .boxWrap .title p span,
.inBodyWrap .rkListBox .boxWrap .title p span,
.bodyWrap .rkListBox .boxWrap .title p span {
    font-size: 48px;
    color: #333333;
    line-height: 48px;
    opacity: .1;
    position: absolute;
    bottom: 8px;
    left: -3px;
    right: -3px
}

.gdBodyWrap .rkNewsBox,
.inBodyWrap .rkNewsBox,
.bodyWrap .rkNewsBox {
    margin-top: 38px;
    margin-bottom: 50px
}

.gdBodyWrap .rkNewsBox .multiColumnList,
.inBodyWrap .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,
.bodyWrap .rkNewsBox .multiColumnList .boxCont {
    border-right: 1px dashed #E5E5E5;
    padding-right: 42px
}

.gdBodyWrap .rkNewsBox .multiColumnList .boxCont:last-child,
.inBodyWrap .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,
.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,
.bodyWrap .rkNewsBox .multiColumnList .boxCont a:first-child {
    margin-top: 0
}

.gdBodyWrap .rkNewsBox .multiColumnList .boxCont a::before,
.inBodyWrap .rkNewsBox .multiColumnList .boxCont a::before,
.bodyWrap .rkNewsBox .multiColumnList .boxCont a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
        background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
}

.gdBodyWrap .rkNewsBox .multiColumnList .boxCont a p,
.inBodyWrap .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,
.bodyWrap .rkNewsBox .multiColumnList .boxCont a .time {
    font-size: 14px;
    line-height: 20px
}

.gdBodyWrap .lsDetailBox,
.inBodyWrap .lsDetailBox,
.bodyWrap .lsDetailBox {
    width: 100%;
    background-image: url(../img/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,
.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,
.bodyWrap .lsDetailBox .boxWrap .inTitle .titleL p {
    margin-left: -2px
}

.gdBodyWrap .lsDetailBox .boxWrap .inTitle .titleL p span,
.inBodyWrap .lsDetailBox .boxWrap .inTitle .titleL p span,
.bodyWrap .lsDetailBox .boxWrap .inTitle .titleL p span {
    font-size: 34px;
    line-height: 38px;
    color: #3E9BFB;
    left: 4px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap {
    margin-top: 20px
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul,
.inBodyWrap .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,
.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,
.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,
.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,
.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,
.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,
.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,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li a:hover {
    opacity: .9
}

.gdBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:last-child,
.inBodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li:last-child,
.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,
.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,
.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,
.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,
.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,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap>ul li.active a::before {
    content: "";
    display: block;
    background-image: url(../img/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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList .infoTitle p::after {
    content: "";
    margin: 0 10px;
    display: inline-block;
    width: 17px;
    height: 31px;
    background-image: url(../img/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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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(../img/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,
.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,
.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,
.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,
.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,
.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,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li.active a::after {
    content: "";
    width: 48px;
    height: 2px;
    display: block;
    background-image: url(../img/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,
.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,
.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,
.bodyWrap .lsDetailBox .boxWrap .tabsWrap .tabsCont .tabInfo .infoList>ul li:hover a>.imgBox img {
    transform: scale(1.2)
}

.gdBodyWrap .lsNewsBox,
.inBodyWrap .lsNewsBox,
.bodyWrap .lsNewsBox {
    margin-top: 30px
}

.gdBodyWrap .lsNewsBox .inTitle .titleL::before,
.inBodyWrap .lsNewsBox .inTitle .titleL::before,
.bodyWrap .lsNewsBox .inTitle .titleL::before {
    width: 30px;
    height: 30px;
    background-position: -140px -90px
}

.gdBodyWrap .lsNewsBox .lsRankList,
.inBodyWrap .lsNewsBox .lsRankList,
.bodyWrap .lsNewsBox .lsRankList {
    margin-top: 1px
}

.gdBodyWrap .lsNewsBox .lsRankList li>a,
.inBodyWrap .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,
.bodyWrap .lsNewsBox .lsRankList li>a .num {
    display: block;
    width: 52px;
    color: #3E9BFB
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .num i,
.inBodyWrap .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,
.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,
.bodyWrap .lsNewsBox .lsRankList li>a .imgBox img {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .imgInfo,
.inBodyWrap .lsNewsBox .lsRankList li>a .imgInfo,
.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,
.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,
.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,
.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,
.bodyWrap .lsNewsBox .lsRankList li>a .imgInfo p.txt {
    -webkit-line-clamp: 2
}

.gdBodyWrap .lsNewsBox .lsRankList li>a .btnW,
.inBodyWrap .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,
.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,
.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: #3E9BFB
}

.gdBodyWrap .lsNewsBox .lsRankList li>a:hover .imgBox img,
.inBodyWrap .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,
.bodyWrap .lsNewsBox .lsRankList li>a:hover .imgInfo p:first-child {
    color: #3E9BFB
}

.gdBodyWrap .lsNewsBox .lsRankList li>a:hover .btnW span,
.inBodyWrap .lsNewsBox .lsRankList li>a:hover .btnW span,
.bodyWrap .lsNewsBox .lsRankList li>a:hover .btnW span {
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    color: #fff
}

.gdBodyWrap .lsNewsBox .lsRankList li:nth-child(1)>a .num,
.inBodyWrap .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,
.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,
.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,
.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,
.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,
.bodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num::before {
    content: "";
    display: block;
    background-image: url(../img/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,
.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,
.bodyWrap .lsNewsBox .lsRankList li:nth-child(3)>a .num::before {
    background-position: -77px -281px
}

.gdBodyWrap .lsLatestBox,
.inBodyWrap .lsLatestBox,
.bodyWrap .lsLatestBox {
    margin-top: 30px
}

.gdBodyWrap .lsLatestBox .linkList,
.inBodyWrap .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,
.bodyWrap .lsLatestBox .linkList li {
    margin-top: 24px
}

.gdBodyWrap .lsLatestBox .linkList li>a,
.inBodyWrap .lsLatestBox .linkList li>a,
.bodyWrap .lsLatestBox .linkList li>a {
    border-radius: 4px
}

.gdBodyWrap .noPageBox,
.inBodyWrap .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,
.bodyWrap .noPageBox .boxWrap {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center
}

.gdBodyWrap .noPageBox .boxWrap::before,
.inBodyWrap .noPageBox .boxWrap::before,
.bodyWrap .noPageBox .boxWrap::before {
    content: "";
    background-image: url(../img/404.png);
    background-repeat: no-repeat;
    background-size: 360px 286px;
    display: block;
    width: 360px;
    height: 286px;
    background-position: 0px 0px
}

.gdBodyWrap .noPageBox .boxWrap .boxCont,
.inBodyWrap .noPageBox .boxWrap .boxCont,
.bodyWrap .noPageBox .boxWrap .boxCont {
    padding-left: 99px;
    color: #333333;
    font-size: 18px;
    display: flex;
    flex-direction: column
}

.gdBodyWrap .noPageBox .boxWrap .boxCont p,
.inBodyWrap .noPageBox .boxWrap .boxCont p,
.bodyWrap .noPageBox .boxWrap .boxCont p {
    margin-top: 26px;
    color: #999;
    font-size: 18px;
    line-height: 22px
}

.gdBodyWrap .noPageBox .boxWrap .boxCont p.main,
.inBodyWrap .noPageBox .boxWrap .boxCont p.main,
.bodyWrap .noPageBox .boxWrap .boxCont p.main {
    margin-top: 0px;
    color: #333333;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px
}

.gdBodyWrap .noPageBox .boxWrap .boxCont a,
.inBodyWrap .noPageBox .boxWrap .boxCont a,
.bodyWrap .noPageBox .boxWrap .boxCont a {
    margin-top: 34px;
    color: inherit;
    height: 44px;
    line-height: 44px;
    background: linear-gradient(92deg, #1487FA 0%, #40C5FC 100%);
    border-radius: 8px;
    padding: 0 25px;
    width: fit-content
}

.inBodyWrap {
    min-height: calc(100vh - 360px)
}

footer {
    width: 100%;
    background: #313131;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 34px 0 30px
}

footer .boxCont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 58px
}

footer .boxCont .logo {
    height: 54px
}

footer .boxCont .logo img {
    display: block;
    height: 100%;
    width: auto
}

footer .boxCont ul {
    display: flex;
    align-items: center;
    height: 54px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 27px;
    color: #999999;
    font-size: 14px;
    padding: 0 12px
}

footer .boxCont ul a {
    padding: 0 28px
}

footer .boxCont ul .active a {
    color: #3E9BFB
}

.agSecret,
.gPower,
.gSecret,.gsSecret {
    color: #3E9BFB !important;
    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%);
    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%);
    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
}

.main-block .details-info h1 {
    font-size: .16rem;
    margin-bottom: .04rem
}

.main-block .details-info p:nth-of-type(1),
.main-block .details-info p:nth-of-type(2) {
    font-size: .12rem;
    margin-bottom: 5px
}

.privacyMain p,
.privacyTxt,
.ruleBox,
.ruleMain p {
    font-size: 12px
}

.ruleBox .rTitle>i {
    background-position: -5px -276px
}

.ruleBox .rClose i {
    background-position: -6px -7.6px
}

.privacyTxt .oTitle>i {
    background-position: -5px -160px
}

.privacyTxt .pClose i {
    background-position: -6px -7.6px
}

.tablep {
    padding: 6px 0
}

.tablep>em {
    display: block;
    margin: 16px 0;
    line-height: 17px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-left: 10px;
    border-left: 5px solid #3E9BFB
}

.tablep a {
    color: #0000ee
}

.tablep a:hover {
    text-decoration: underline
}

.tablep table {
    width: 100%;
    margin: auto
}

.detips {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    position: relative;
    top: 15px;
    padding-left: 18px;
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding-bottom: 12px;
    border-radius: 4px;
    margin-bottom: 10px
}

.detips div {
    margin: 12px 0 10px 6px;
    height: 26px;
    overflow: hidden;
    line-height: 26px
}

.detips p {
    white-space: pre-wrap;
    line-height: 24px;
    padding: 0 15px 0 6px;
    margin-bottom: 4px
}

.detips div i {
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    background: url("../img/detips.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 8px
}

/* nav */
.nav {
    width: 1200px;
    height: 138px;
    margin:0 auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px 16px 16px 16px;
    margin-top: 34px;
    position: relative;
    overflow: hidden;
}

.nav img.left {
    width: 201.5px;
}

.game_nav {
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.game_nav.on {
    display: flex;
}

.nav ul {
    flex: 1;
    display: flex;
    align-items: center;
}

.nav ul li {
    width: 96px;
    height: 128px;
}

.nav ul li {
    margin-left: 28px;
}

.nav ul li:nth-child(1) {
    margin-left: 10px;
}

.nav ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav ul li a img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 12px;
}

.nav ul li a span {
    display: block;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    width: 100%;
}
.swiper-nav{
    height: 100%;
}
.bodyWrap .popupBox .feedbackBox {
    position: relative;
    overflow: hidden;
}
.bodyWrap .popupBox ..bodyItem::before{
    display: block;
    content: '';
    position: absolute;
    width: 192px;
    height: 130px;
    background: url(../img/123.png) no-repeat;
    top: 0;
    right: 0;
}
.inBodyWrap .inGameBox .boxWrap .inTitle .titleL .icon{
    background: url(../img/i1.png) no-repeat;
    background-size: cover;
   
}
.inBodyWrap .inTopicsBox .boxWrap .inTitle .titleL .icon{
    background: url(../img/i2.png) no-repeat;
    background-size: cover;
}
.inBodyWrap .inAppBox .boxWrap .inTitle .titleL .icon{
    background: url(../img/i3.png) no-repeat;
    background-size: cover;
}
.inBoxTitle>a.titleR .icon, .inTitle>a.titleR .icon{
     background: url(../img/move.png) no-repeat;
    background-size: cover;
}
header .headWrap nav ul li i{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
header .headWrap nav ul li:nth-child(1) i{
    background: url(../img/h1.png) no-repeat;
    background-size: cover;
}
header .headWrap nav ul li:nth-child(2) i{
    background: url(../img/h2.png) no-repeat;
    background-size: cover;
}
header .headWrap nav ul li:nth-child(3) i{
    background: url(../img/h3.png) no-repeat;
    background-size: cover;
}
header .headWrap nav ul li:nth-child(4) i{
    background: url(../img/h4.png) no-repeat;
    background-size: cover;
}
header .headWrap nav ul li:nth-child(5) i{
    background: url(../img/h5.png) no-repeat;
    background-size: cover;
}
header .headWrap nav ul li:nth-child(6) i{
    background: url(../img/h6.png) no-repeat;
    background-size: cover;
}

header .headWrap nav ul li:nth-child(1):hover i, 
header .headWrap nav ul li.current:nth-child(1) i{
    background: url(../img/h1_on.png) no-repeat;
    background-size: cover;
}
header .headWrap nav ul li:nth-child(2):hover i,
header .headWrap nav ul li.current:nth-child(2) i{
    background: url(../img/h2_on.png) no-repeat;
    background-size: cover;
}
header .headWrap nav ul li:nth-child(3):hover i,
header .headWrap nav ul li.current:nth-child(3) i{
    background: url(../img/h3_on.png) no-repeat;
    background-size: cover;
}
header .headWrap nav ul li:nth-child(4):hover i,
header .headWrap nav ul li.current:nth-child(4) i{
    background: url(../img/h4_on.png) no-repeat;
    background-size: cover;
}
header .headWrap nav ul li:nth-child(5):hover i,
header .headWrap nav ul li.current:nth-child(5) i{
    background: url(../img/h5_on.png) no-repeat;
    background-size: cover;
}
header .headWrap nav ul li:nth-child(6):hover i,
header .headWrap nav ul li.current:nth-child(6) i{
    background: url(../img/h6_on.png) no-repeat;
    background-size: cover;
}
.main-first .title{
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #333;
}
b,em,i {
    font-style: normal;
    font-weight: normal;
}
.ztList .list a:last-of-type:before {
    content: "";
    position: relative;
    margin: 27px auto 0;
    display: block;
    width: 23px;
    height: 21px;
    background: url(../img/523.png) no-repeat;
    background-size: 100%;
}
.footer_a{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    margin-right: 20px;
}
.footer_a::after{
    position: absolute;
    display: block;
    content: '';
    width: 2px;
    height: 65%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background:#666
}
.footer_a:last-child::after{
    display: none;
}
















.info_wrap {
    /*margin-top: 45px;*/
    width: 1200px;
    margin: 45px auto;

}
.info_wrap .titleL .icon{
    margin-right: 8px;
    width: 22px;
    height: 15px;
    background: url(../img/i4.png) no-repeat;
    background-size: cover;
}
.info_wrap .titleL p{
    font-size: 18px;
}
.info_wrap .tit {
    display: flex;
    justify-content: space-between;
}

.info_wrap .tit img {
    width: 104px;
    height: 36px;
}

.info_wrap .tit a {
    display: flex;
    width: 64px;
    height: 28px;
    background: #F2F3F5;
    border-radius: 59px 59px 59px 59px;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
}

.info_wrap .tit a span {
    font-size: 14px;
    color: #9C9FAC;
}

.info_box {
    margin-top: 20px;
    overflow: hidden;
    display: flex;
}

.info_box .ul_left {
    float: left;
    overflow: hidden;
}

.info_box .ul_left li {
    width: 188px;
    height: 268px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E5E6EB;
    padding: 6px;
    margin-right: 20px;
    float: left;
}

.info_box .ul_left li:nth-child(4) {
    margin-right: 0px;
}

.info_box .ul_left li .img {
    display: block;
    height: 118px;
    border-radius: 12px 12px 2px 2px;
    margin-bottom: 12px;
    overflow: hidden;
}

.info_box .ul_left li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.info_box .ul_left li .name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #1F1F25;
    line-height: 24px;
    transition: all .3s;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.info_box .ul_left li .name span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FF2718;
    border-radius: 4px 4px 4px 4px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    margin-right: 5px;
}

.info_box .ul_left li p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6F7385;
    line-height: 20px;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info_box .ul_left li .time {
    border-top: 1px solid #E5E6EB;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
    padding-top: 4px;
    margin: 0 6px;
}

.info_box .ul_left li .time span {
    font-size: 14px;
    color: #9C9FAC;
}

.info_rignt {
    float: right;
    height: 268px;
    background: linear-gradient(180deg, rgba(0, 206, 184, .2), transparent);
    border-radius: 10px;
    background-size: cover;
    margin-left: 15px;
    flex: 1;
    overflow: hidden;
    padding-top: 10px;
}

.info_div {
    padding: 2px 16px;
    height: 100%;
}

.info_div .tit {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 18px;
    color: #1F1F25;
    line-height: 26px;
}
.info_div ul li{
    margin-bottom: 3px;
}
.info_div ul li a {
    display: flex;
    align-items: center;
    padding: 6px 0;
}

.info_div ul li a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px 4px 4px 4px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-align: center;
    background: #C9CDD4;
}

.info_div ul li a span {
    transition: all .3s;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 23px;
    flex: 1;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info_div ul li:nth-child(1) a i {
    background: #FF2718;
}

.info_div ul li:nth-child(2) a i {
    background: #FF7E22;
}

.info_div ul li:nth-child(3) a i {
    background: #FFC118;
}

