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

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

body,
html {
    height: 100%
}

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
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important
}

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,
.center {
    width: 1200px;
    margin: 0 auto
}

a:hover {
    color: #ffd633
}

.btn {
    width: 72px;
    height: 28px;
    background: #E44540;
    border-radius: 14px;
    border: unset;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF
}

.hide {
    display: none
}

.btnItem {
    width: 70px;
    height: 32px;
    line-height: 34px;
    background: #FFDD58;
    border-radius: 4px;
    font-size: 14px;
    color: #000000
}

.gdTitle,
.gmTitle,
.inTitle {
    display: flex;
    justify-content: space-between
}

.gdTitle .titleL,
.gmTitle .titleL,
.inTitle .titleL {
    display: flex;
    align-items: center
}

.gdTitle .titleL>.icon,
.gmTitle .titleL>.icon,
.inTitle .titleL>.icon {
    width: 60px;
    height: 51px;
    background-position: -3px -118px;
    margin-right: 12px
}

.gdTitle .titleL>p,
.gmTitle .titleL>p,
.inTitle .titleL>p {
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
    position: relative;
    z-index: 1
}

.gdTitle .titleL>p>span,
.gmTitle .titleL>p>span,
.inTitle .titleL>p>span {
    z-index: -1;
    position: absolute;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #EBEBEB;
    top: -10px;
    left: -10px;
    right: -10px;
    text-align: center
}

.gdTitle .titleR,
.gmTitle .titleR,
.inTitle .titleR {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center
}

.gdTitle .titleR .active,
.gmTitle .titleR .active,
.inTitle .titleR .active {
    color: #FFDD58;
    font-weight: bold
}

.gdTitle .titleR>li>a,
.gmTitle .titleR>li>a,
.inTitle .titleR>li>a {
    color: inherit
}

.gdTitle .titleR>li>a:hover,
.gmTitle .titleR>li>a:hover,
.inTitle .titleR>li>a:hover {
    color: #ffd633
}

.gdTitle .titleR>li>a::after,
.gmTitle .titleR>li>a::after,
.inTitle .titleR>li>a::after {
    content: "/";
    display: inline-block;
    transform: rotate(-50deg);
    margin: 0 16px;
    color: #999;
    font-weight: 400
}

.gdTitle .titleR>li:last-child>a::after,
.gmTitle .titleR>li:last-child>a::after,
.inTitle .titleR>li:last-child>a::after {
    display: none
}

.gdTitle a.titleR,
.gmTitle a.titleR,
.inTitle a.titleR {
    color: #999999
}

.gdTitle a.titleR:hover,
.gmTitle a.titleR:hover,
.inTitle a.titleR:hover {
    color: #ffd633
}

.gdTitle a.titleR::before,
.gmTitle a.titleR::before,
.inTitle a.titleR::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 4px;
    display: inline-block;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -15px -37px
}

.gdTitle .titleL>.icon,
.gmTitle .titleL>.icon {
    margin-right: 8px;
    width: 34px;
    height: 38px;
    background-position: -6px -331px
}

.gdTitle .titleL>p,
.gmTitle .titleL>p {
    font-size: 20px;
    line-height: 20px;
    color: #333;
    margin-top: unset;
    display: flex;
    flex-direction: column
}

.gdTitle .titleL>p>span,
.gmTitle .titleL>p>span {
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: #999999;
    position: unset;
    margin-top: 3px
}

.gdTitle .titleL>.icon {
    width: 8px;
    height: 24px;
    margin-right: 6px;
    background-position: -37px -3px
}

.gdTitle .titleL>p {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #000
}

.icon {
    display: inline-block;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px
}

.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 {
    width: 118px;
    display: flex;
    color: inherit;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.imgList li a:hover {
    color: #ffd633;
    font-weight: bold
}

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

.imgList li a p {
    margin-top: 12px;
    width: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

.fiveColumnList {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px
}

.fiveColumnList li {
    margin-top: 28px;
    margin-right: 24px
}

.fiveColumnList li.spaceItem {
    margin-top: 0;
    width: 220px
}

.fiveColumnList li:nth-of-type(5n+5) {
    margin-right: 0
}

.fiveColumnList li a {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
    width: 220px
}

.fiveColumnList li a>img {
    width: 100%;
    height: 132px;
    border-radius: 5px;
    object-fit: cover
}

.fiveColumnList li a>div {
    width: 100%;
    height: 132px;
    border-radius: 5px;
    overflow: hidden
}

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

.fiveColumnList li a p {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

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

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

.fiveColumnList li a:hover {
    color: #ffd633
}

.fiveColumnList li:hover a>div>img {
    transform: scale(1.2)
}

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

.twoColumnList li:hover a>div>img {
    transform: scale(1.2)
}

.singleColumnList {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding-top: 1px
}

.singleColumnList li>a {
    color: inherit;
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 2px solid transparent;
    -moz-border-image: url(/t174/resource/images/news_bg2.png) 30 0 round;
    -webkit-border-image: url(/t174/resource/images/news_bg2.png) 30 0 round;
    -o-border-image: url(/t174/resource/images/news_bg2.png) 30 0 round;
    border-image: url(/t174/resource/images/news_bg2.png) 30 0 round
}

.singleColumnList li>a>img {
    width: 240px;
    height: 150px;
    border-radius: 8px;
    object-fit: cover
}

.singleColumnList li>a .imgInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 12px 0 9px 24px
}

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

.singleColumnList li>a .imgInfo p:first-child {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 16px;
    -webkit-line-clamp: 1
}

.singleColumnList li>a .imgInfo p:last-child {
    line-height: 16px;
    margin-top: 13px;
    display: flex;
    justify-content: space-between
}

.singleColumnList li>a .imgInfo p:last-child span {
    font-weight: bold
}

.singleColumnList li:hover>a .imgInfo p:first-child {
    color: #FFDD58;
    font-weight: bold;
    text-shadow: rgba(255, 221, 88, 0.24) 1px 0 6px
}

.singleColumnList li:hover>a .imgInfo p:last-child span {
    color: #FFDD58;
    text-shadow: rgba(255, 221, 88, 0.24) 1px 0 6px
}

.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(/t174/resource/images/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
}

.crumbsBox {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin-top: -10px
}

.crumbsBox p {
    width: 260px;
    padding: 0 2px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid;
    border-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFD633 100%) 2 2 2 2
}

.crumbsBox a {
    color: inherit;
    z-index: 1
}

.crumbsBox a:hover {
    color: #ffd633
}

.crumbsBox a::before {
    content: "";
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    display: inline-block;
    width: 6px;
    height: 8px;
    background-position: -124px -37px;
    margin: 0 8px
}

.crumbsBox a:first-child::before {
    display: none
}

.crumbsBox a:last-child {
    flex: 1;
    font-weight: bold;
    color: #FFD633;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.crumbsBox a:last-child::before {
    background-position: -81px -37px
}

.tagList {
    display: grid;
    grid-template-columns: repeat(9, 10%);
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    text-align: center
}

.tagList>li {
    height: 40px;
    background: #F5F5F5;
    border-radius: 20px;
    padding: 0 10px;
    margin-bottom: 22px
}

.tagList>li a {
    color: inherit;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tagList>li.active,
.tagList>li:hover {
    color: #000000;
    background: #ffd633
}

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

.threeColumnList li {
    width: 390px;
    height: 108px;
    padding: 10px 12px 10px 10px;
    border: 2px solid transparent;
    border-radius: 8px;
    display: flex;
    align-items: center
}

.threeColumnList li>a {
    flex: 1;
    width: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #999999
}

.threeColumnList li img {
    width: 88px;
    height: 88px;
    border-radius: 18px;
    object-fit: contain
}

.threeColumnList li .imgInfo {
    flex: 1;
    width: 0;
    padding-left: 20px;
    padding-right: 10px
}

.threeColumnList li .imgInfo p {
    line-height: 18px;
    margin-top: 6px
}

.threeColumnList li .imgInfo p:first-child {
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 10px;
    margin-top: unset
}

.threeColumnList li .btn {
    flex: unset;
    display: block;
    text-align: center;
    width: 70px;
    height: 32px;
    line-height: 30px;
    background: #FFDD58;
    border: 1px solid #FFDD58;
    border-radius: 4px;
    color: #000000
}

.threeColumnList li.xiazai,
.threeColumnList li.huanying,
.threeColumnList li.tuijian {
    position: relative;
    border-color: #F7F7F7
}

.threeColumnList li.xiazai::before,
.threeColumnList li.huanying::before,
.threeColumnList li.tuijian::before {
    content: "";
    display: block;
    width: 78px;
    height: 78px;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -3px -591px;
    position: absolute;
    right: -9px;
    top: -6px;
    pointer-events: none
}

.threeColumnList li.huanying::before {
    background-position: -94px -591px
}

.threeColumnList li.xiazai::before {
    right: -7px;
    background-position: -183px -591px
}

.threeColumnList li:hover {
    background: #FFFBEA;
    border-color: #FFDD58
}

.threeColumnList li:hover .imgInfo p:first-child {
    font-weight: bold;
    color: #FFDD58
}

.needTags li:nth-child(1),
.needTags li:nth-child(2),
.needTags li:nth-child(3),
.needTags li.xiazai,
.needTags li.huanying,
.needTags li.tuijian {
    position: relative;
    border-color: #F7F7F7
}

.needTags li:nth-child(1)::before,
.needTags li:nth-child(2)::before,
.needTags li:nth-child(3)::before,
.needTags li.xiazai::before,
.needTags li.huanying::before,
.needTags li.tuijian::before {
    content: "";
    display: block;
    width: 78px;
    height: 78px;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -3px -591px;
    position: absolute;
    right: -9px;
    top: -6px;
    pointer-events: none
}

.needTags li:nth-child(2)::before,
.needTags li.huanying::before {
    background-position: -94px -591px
}

.needTags li:nth-child(3)::before,
.needTags li.xiazai::before {
    right: -7px;
    background-position: -183px -591px
}

.noPageBox,
.rankNewBox,
.colNewBox,
.ndWrapBox,
.gdWrapBox,
.newsWrapBox,
.gmAllBox {
    position: relative
}

.noPageBox::before,
.rankNewBox::before,
.colNewBox::before,
.ndWrapBox::before,
.gdWrapBox::before,
.newsWrapBox::before,
.gmAllBox::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    background-image: url(/t174/resource/images/in_bg2.png);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 487px
}

.pageCode {
    font-size: 16px;
    color: #A8A8A8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.pageCode a {
    height: 32px;
    padding: 0 10px;
    margin: 10px 8px 0;
    color: inherit;
    border: 1px solid #E5E5E5;
    line-height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center
}

.pageCode a:hover {
    color: #ffd633
}

.pageCode a.current {
    color: #000000;
    background-color: #FFDD58;
    border-color: #FFDD58
}

.pageCode a .icon {
    width: 10px;
    height: 18px;
    background-position: -93px -32px
}

.pageCode a .icon.right {
    background-position: -109px -32px
}

header {
    position: relative;
    z-index: 1;
    height: 140px
}

header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 335px;
    height: 216px;
    background-image: url(/t174/resource/images/in_bg.png);
    background-repeat: no-repeat;
    background-size: 336px 216px;
    background-position: 0 0;
    z-index: -1
}

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

header .headWrap .logo {
    width: 218px;
    height: 64px;
    margin: 38px;
    margin-left: -243px
}

header .headWrap nav {
    flex: 1;
    display: flex;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    justify-content: center
}

header .headWrap nav>a {
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 32px
}

header .headWrap nav>a:hover {
    font-weight: bold;
    color: #ffd633
}

header .headWrap nav>a.current {
    color: #000000;
    font-weight: bold
}

header .headWrap nav>a.current::after {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background: #FFD633;
    border-radius: 2px;
    margin-top: 8px
}

header .headWrap nav>a>i {
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #A8A8A8;
    margin-bottom: 5px
}

header .headWrap>div {
    width: 230px;
    height: 48px;
    background: #EEEEEE;
    border-radius: 24px
}

header .headWrap>div #searchForm {
    width: inherit;
    height: inherit;
    position: relative
}

header .headWrap>div #searchForm button {
    position: absolute;
    top: 12px;
    left: 15px
}

header .headWrap>div #searchForm button>i {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -3px -3px
}

header .headWrap>div #searchForm input {
    width: inherit;
    height: inherit;
    border: unset;
    background: unset;
    text-indent: 42px;
    font-size: 18px
}

@media screen and (max-width: 1662px) {
    header .headWrap .logo {
        margin-left: 15px
    }

    header .headWrap nav>a {
        margin: 0 18px
    }

    header .headWrap>div {
        width: 160px
    }
}

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

.inBodyWrap .inSwBox,
.bodyWrap .inSwBox {
    position: relative
}

.inBodyWrap .inSwBox::before,
.bodyWrap .inSwBox::before {
    content: "";
    display: block;
    background-image: url(/t174/resource/images/in_bg2.png);
    background-size: cover;
    background-position: top;
    position: absolute;
    top: 10px;
    width: 100%;
    height: 487px
}

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

.inBodyWrap .inSwBox .boxWrap .swWrap,
.bodyWrap .inSwBox .boxWrap .swWrap {
    width: 100%;
    height: 520px;
    background: #BFBFBF;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.inBodyWrap .inSwBox .boxWrap .swWrap .swiper-wrapper .swiper-slide,
.bodyWrap .inSwBox .boxWrap .swWrap .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%
}

.inBodyWrap .inSwBox .boxWrap .swWrap .swiper-wrapper .swiper-slide a,
.bodyWrap .inSwBox .boxWrap .swWrap .swiper-wrapper .swiper-slide a {
    width: inherit;
    height: inherit;
    display: block;
    background: #BFBFBF;
    border-radius: 8px;
    overflow: hidden
}

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

.inBodyWrap .inSwBox .boxWrap .swWrap .swNavWrap,
.bodyWrap .inSwBox .boxWrap .swWrap .swNavWrap {
    position: absolute;
    top: 30px;
    right: 28px;
    width: 120px;
    height: 410px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 20px;
    z-index: 1
}

.inBodyWrap .inSwBox .boxWrap .swWrap .swNavWrap>.swiper-wrapper>.swiper-slide,
.bodyWrap .inSwBox .boxWrap .swWrap .swNavWrap>.swiper-wrapper>.swiper-slide {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 14px
}

.inBodyWrap .inSwBox .boxWrap .swWrap .swNavWrap>.swiper-wrapper>.swiper-slide.swiper-slide-thumb-active,
.bodyWrap .inSwBox .boxWrap .swWrap .swNavWrap>.swiper-wrapper>.swiper-slide.swiper-slide-thumb-active {
    position: relative
}

.inBodyWrap .inSwBox .boxWrap .swWrap .swNavWrap>.swiper-wrapper>.swiper-slide.swiper-slide-thumb-active::before,
.bodyWrap .inSwBox .boxWrap .swWrap .swNavWrap>.swiper-wrapper>.swiper-slide.swiper-slide-thumb-active::before {
    content: "";
    width: 6px;
    height: 20px;
    display: block;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -3px -32.5px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -20px
}

.inBodyWrap .inSwBox .boxWrap>ul,
.bodyWrap .inSwBox .boxWrap>ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -48px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    padding: 0 28px;
    color: #fff
}

.inBodyWrap .inSwBox .boxWrap>ul li a,
.bodyWrap .inSwBox .boxWrap>ul li a {
    width: 240px;
    height: 100px;
    background: linear-gradient(-39deg, #FF6358 0%, #FF8F55 100%);
    border-radius: 5px;
    color: inherit;
    padding: 0 16px 0 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 6px 16px 4px rgba(255, 143, 85, 0.2)
}

.inBodyWrap .inSwBox .boxWrap>ul li a>p,
.bodyWrap .inSwBox .boxWrap>ul li a>p {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    line-height: 24px
}

.inBodyWrap .inSwBox .boxWrap>ul li a>p span,
.bodyWrap .inSwBox .boxWrap>ul li a>p span {
    font-size: 16px;
    line-height: 16px;
    margin-top: 14px
}

.inBodyWrap .inSwBox .boxWrap>ul li a::after,
.bodyWrap .inSwBox .boxWrap>ul li a::after {
    content: "";
    display: block;
    width: 54px;
    height: 58px;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -3px -58px
}

.inBodyWrap .inSwBox .boxWrap>ul li a:hover,
.bodyWrap .inSwBox .boxWrap>ul li a:hover {
    background: linear-gradient(-39deg, #FF7A70 0%, #FFAA7F 100%);
    box-shadow: 0 6px 16px 4px rgba(255, 143, 85, 0.1)
}

.inBodyWrap .inSwBox .boxWrap>ul li:nth-child(2) a,
.bodyWrap .inSwBox .boxWrap>ul li:nth-child(2) a {
    background: linear-gradient(39deg, #2CDDFD 0%, #2D92FC 100%);
    box-shadow: 0 6px 16px 4px rgba(45, 146, 252, 0.2)
}

.inBodyWrap .inSwBox .boxWrap>ul li:nth-child(2) a::after,
.bodyWrap .inSwBox .boxWrap>ul li:nth-child(2) a::after {
    background-position: -62px -58px
}

.inBodyWrap .inSwBox .boxWrap>ul li:nth-child(2) a:hover,
.bodyWrap .inSwBox .boxWrap>ul li:nth-child(2) a:hover {
    background: linear-gradient(39deg, #4CE2FC 0%, #4CA1FC 100%);
    box-shadow: 0 6px 16px 4px rgba(45, 146, 252, 0.1)
}

.inBodyWrap .inSwBox .boxWrap>ul li:nth-child(3) a,
.bodyWrap .inSwBox .boxWrap>ul li:nth-child(3) a {
    background: linear-gradient(-39deg, #25E9C4 0%, #14D496 100%);
    box-shadow: 0 6px 16px 4px rgba(20, 212, 150, 0.2)
}

.inBodyWrap .inSwBox .boxWrap>ul li:nth-child(3) a::after,
.bodyWrap .inSwBox .boxWrap>ul li:nth-child(3) a::after {
    background-position: -121px -58px
}

.inBodyWrap .inSwBox .boxWrap>ul li:nth-child(3) a:hover,
.bodyWrap .inSwBox .boxWrap>ul li:nth-child(3) a:hover {
    background: linear-gradient(-39deg, #41E8C9 0%, #1BE1B0 100%);
    box-shadow: 0 6px 16px 4px rgba(20, 212, 150, 0.1)
}

.inBodyWrap .inSwBox .boxWrap>ul li:nth-child(4) a,
.bodyWrap .inSwBox .boxWrap>ul li:nth-child(4) a {
    background: linear-gradient(-39deg, #784BF9 0%, #9A42F6 50%, #B83AF3 100%);
    box-shadow: 0 6px 16px 4px rgba(120, 75, 249, 0.2)
}

.inBodyWrap .inSwBox .boxWrap>ul li:nth-child(4) a::after,
.bodyWrap .inSwBox .boxWrap>ul li:nth-child(4) a::after {
    background-position: -180px -58px
}

.inBodyWrap .inSwBox .boxWrap>ul li:nth-child(4) a:hover,
.bodyWrap .inSwBox .boxWrap>ul li:nth-child(4) a:hover {
    background: linear-gradient(-39deg, #8C64FA 0%, #9A42F6 50%, #C052F2 100%);
    box-shadow: 0 6px 16px 4px rgba(120, 75, 249, 0.1)
}

.inBodyWrap .inRoleClsBox,
.bodyWrap .inRoleClsBox {
    margin-top: 80px
}

.inBodyWrap .inRoleClsBox .tabInfo .imgList,
.bodyWrap .inRoleClsBox .tabInfo .imgList {
    margin: 22px 0
}

.inBodyWrap .inRoleClsBox .boxWrap>.imgList,
.bodyWrap .inRoleClsBox .boxWrap>.imgList {
    padding: 20px 6px 24px
}

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

.inBodyWrap .inRoleClsBox .boxWrap .boxCount img,
.bodyWrap .inRoleClsBox .boxWrap .boxCount img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL {
    width: 450px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .lTitle,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .lTitle {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .lTitle::after,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .lTitle::after {
    content: "";
    display: block;
    flex: 1;
    margin-left: 15px;
    border-top: 1px dashed #EEEEEE;
    height: 0
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL>ul,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL>ul {
    margin: 17px 1px 0 0;
    display: flex;
    justify-content: space-between
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL>ul>li a,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL>ul>li a {
    display: block;
    width: 138px;
    height: 122px;
    border-radius: 12px;
    position: relative;
    overflow: hidden
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL>ul>li a>img,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL>ul>li a>img {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL>ul>li a>p,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL>ul>li a>p {
    text-align: center;
    position: absolute;
    top: 39px;
    left: 25px;
    right: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #FFD633;
    line-height: 24px;
    -webkit-text-stroke: 1px #000000;
    text-stroke: 1px #000000
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL>ul>li:hover a>img,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL>ul>li:hover a>img {
    transform: scale(1.2)
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody {
    margin-top: 24px;
    display: flex;
    justify-content: space-between
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL {
    width: 240px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>a,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>a {
    margin-top: 17px;
    display: block;
    width: 240px;
    height: 111px;
    border-radius: 5px;
    overflow: hidden
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul {
    font-size: 14px;
    line-height: 14px;
    color: #000000
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li {
    padding-left: 17px;
    position: relative;
    margin-top: 26px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li>a,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li>a {
    color: inherit;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li>a:hover,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li>a:hover {
    color: #ffd633
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li::before,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li::before,
.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li::after,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li::after {
    content: "";
    display: block;
    position: absolute
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li::before,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li::before {
    width: 2px;
    height: 2px;
    background: #ffe063;
    left: 0;
    top: 6px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li::after,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li::after {
    width: 1px;
    height: 25px;
    background: #dcdcdc;
    left: 1px;
    bottom: -26px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li:first-child,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li:first-child {
    margin-top: 17px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li:last-child::after,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyL>ul li:last-child::after {
    display: none
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR {
    width: 190px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul {
    padding-top: 8px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul li,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul li {
    margin-top: 12px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul li>a,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul li>a {
    display: flex;
    align-items: center
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul li>a img,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul li>a img {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    object-fit: cover
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul li>a p,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul li>a p {
    flex: 1;
    width: calc(100% - 56px);
    padding-left: 12px;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    display: flex;
    flex-direction: column
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul li>a p span,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul li>a p span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul li>a p span:last-child,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul li>a p span:last-child {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    color: #666666
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul li>a:hover p,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countL .countBody .bodyR>ul li>a:hover p {
    color: #ffd633
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC {
    width: 455px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC .cTop,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC .cTop {
    font-size: 14px;
    line-height: 24px;
    color: #666666
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC .cTop:hover,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC .cTop:hover {
    color: #ffd633
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC .cTop>p,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC .cTop>p {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #FF504D;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC .cTop>div,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC .cTop>div {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC .cTop>div img,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC .cTop>div img {
    width: 120px;
    height: 75px;
    border-radius: 5px;
    object-fit: cover
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC .cTop>div p,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC .cTop>div p {
    padding-left: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul {
    font-size: 16px;
    line-height: 36px;
    color: #444444;
    margin-top: 15px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul:last-child,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul:last-child {
    margin-top: 3px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li a,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li a {
    color: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li a::before,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li a::before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    background: #A9A9A9;
    margin-right: 8px;
    transform: rotate(-45deg)
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li a span:first-child,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li a span:first-child {
    flex: 1;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li a span:last-child,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li a span:last-child {
    font-size: 14px;
    font-weight: 400;
    color: #999999
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li.active,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li.active {
    font-size: 18px;
    font-weight: bold;
    color: #444444
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li.active a::before,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li.active a::before {
    background: #FF732E
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li:hover a,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li:hover a {
    color: #ffd633
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li:hover a::before,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countC ul li:hover a::before {
    background: #ffd633
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM {
    position: relative;
    width: 455px;
    background: #fff;
    border-radius: 8px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .xhTit,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .xhTit {
    display: flex;
    align-items: center
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .xhTit::before,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .xhTit::before {
    content: "";
    display: block;
    width: 220px;
    height: 40px;
    background: url(/t174/resource/images/titleicon.png) no-repeat;
    background-size: 500px 2000px;
    background-position: -14px -13px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .xhTit h2,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .xhTit h2 {
    display: block;
    max-width: 80%;
    height: 48px;
    line-height: 48px;
    font-size: 0;
    color: #333;
    font-weight: bold;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .tabsMenu,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .tabsMenu {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 0;
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 17px;
    color: #999;
    overflow: hidden;
    display: flex;
    align-items: center
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .tabsMenu li,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .tabsMenu li {
    display: flex;
    align-items: center;
    padding: 0 5px;
    cursor: pointer;
    font-size: 16px;
    color: #999;
    line-height: 24px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .tabsMenu li:last-child::after,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .tabsMenu li:last-child::after {
    display: none
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .tabsMenu li.active,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .tabsMenu li.active {
    font-weight: bold;
    background: linear-gradient(66deg, #FF827D 0%, #FF914E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .tabsMenu li:hover,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .tabsMenu li:hover {
    text-decoration: underline
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox {
    padding: 13px 0;
    border-top: 1px solid #e5e5e5
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li {
    overflow: hidden;
    display: flex;
    align-items: center
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li:nth-of-type(7),
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li:nth-of-type(7) {
    border-top: 1px dashed #e5e5e5;
    margin-top: 8.5px;
    padding-top: 8.5px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li a,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li a,
.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li span,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li span {
    display: block;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li a:nth-of-type(1),
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li a:nth-of-type(1),
.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li span:nth-of-type(1),
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li span:nth-of-type(1) {
    flex-shrink: 0;
    font-size: 14px;
    color: #999;
    margin-right: 3px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li a:nth-of-type(1):hover,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li a:nth-of-type(1):hover,
.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li span:nth-of-type(1):hover,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li span:nth-of-type(1):hover {
    text-decoration: underline
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li a:nth-of-type(2),
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li a:nth-of-type(2),
.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li span:nth-of-type(2),
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li span:nth-of-type(2) {
    flex: 1;
    font-size: 16px;
    color: #333;
    width: 218px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li a:nth-of-type(2):hover,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li a:nth-of-type(2):hover,
.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li span:nth-of-type(2):hover,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li span:nth-of-type(2):hover {
    color: #FFDD58
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li img,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li img {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    margin: 0 8px;
    vertical-align: top;
    position: relative;
    top: 6px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li span,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .updateM .subBox li span {
    float: right;
    display: block;
    width: 86px;
    color: #999;
    font-size: 14px;
    text-align: center;
    line-height: 34px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countR,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countR {
    width: 250px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countR .inTitle .titleL .icon,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countR .inTitle .titleL .icon {
    width: 34px;
    height: 38px;
    background-position: -69px -131px;
    margin-right: 8px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countR .inTitle .titleL p,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countR .inTitle .titleL p {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
    display: flex;
    flex-direction: column-reverse;
    margin: 0
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countR .inTitle .titleL p span,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countR .inTitle .titleL p span {
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: #ebebeb;
    position: unset;
    margin-top: 3px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countR .inTitle .titleR::before,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countR .inTitle .titleR::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 4px;
    display: inline-block;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -15px -37px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li {
    margin-top: 23px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li:first-child,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li:first-child {
    margin-top: 18px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li a,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li a {
    display: flex;
    color: #333333
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li a:hover,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li a:hover {
    color: #ffd633
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li a img,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li a img {
    width: 96px;
    height: 66px;
    object-fit: cover;
    border-radius: 5px
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li a>div,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li a>div {
    font-size: 16px;
    line-height: 16px;
    flex: 1;
    padding: 9px 0 12px 13px;
    width: calc(100% - 96px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li a>div p,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li a>div p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li a>div p:last-child,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li a>div p:last-child {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    display: flex;
    justify-content: space-between
}

.inBodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li a>div p span,
.bodyWrap .inRoleClsBox .boxWrap .boxCount .countR ul li a>div p span {
    color: #8B8A8A
}

.inBodyWrap .inAppBox,
.bodyWrap .inAppBox,
.inBodyWrap .inGameBox,
.bodyWrap .inGameBox {
    height: 715px;
    margin-top: 20px;
    position: relative
}

.inBodyWrap .inAppBox::before,
.bodyWrap .inAppBox::before,
.inBodyWrap .inGameBox::before,
.bodyWrap .inGameBox::before {
    content: "";
    display: block;
    max-width: 1920px;
    height: 640px;
    background-image: url(/t174/resource/images/in_bg3.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 1
}

.inBodyWrap .inAppBox .boxWrap::before,
.bodyWrap .inAppBox .boxWrap::before,
.inBodyWrap .inGameBox .boxWrap::before,
.bodyWrap .inGameBox .boxWrap::before {
    content: "";
    display: block;
    width: calc((100% - 1200px) / 2 + 943px);
    height: 640px;
    background-color: #FFF7EB;
    position: absolute;
    top: 75px;
    right: 0;
    border-radius: 2px
}

.inBodyWrap .inAppBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .inAppBox .boxWrap .inTitle .titleL .icon,
.inBodyWrap .inGameBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .inGameBox .boxWrap .inTitle .titleL .icon {
    background-position: -109px -118px
}

.inBodyWrap .inAppBox .boxWrap .boxCont,
.bodyWrap .inAppBox .boxWrap .boxCont,
.inBodyWrap .inGameBox .boxWrap .boxCont,
.bodyWrap .inGameBox .boxWrap .boxCont {
    margin-top: 23px;
    display: flex;
    justify-content: space-between
}

.inBodyWrap .inAppBox .boxWrap .boxCont.hide,
.bodyWrap .inAppBox .boxWrap .boxCont.hide,
.inBodyWrap .inGameBox .boxWrap .boxCont.hide,
.bodyWrap .inGameBox .boxWrap .boxCont.hide {
    display: none
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL,
.bodyWrap .inAppBox .boxWrap .boxCont .contL,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL,
.bodyWrap .inGameBox .boxWrap .boxCont .contL {
    width: 320px;
    padding: 22px 0 35px;
    position: relative
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper {
    position: relative
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide {
    width: 320px;
    height: 583px;
    background-image: url(/t174/resource/images/in_bg5.png);
    background-color: #A54DFF;
    border-radius: 18px;
    z-index: 1;
    padding: 26px 22px 5px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    width: fit-content;
    margin: 0 auto;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p::before,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p::before,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p::before,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p::before,
.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p::after,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p::after,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p::after,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p::after {
    content: "·";
    padding-right: 10px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p::after,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p::after,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p::after,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>p::after {
    padding-left: 10px;
    padding-right: unset
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul {
    padding-top: 10px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li {
    font-size: 16px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a {
    padding: 13.5px 12px 13.5px 0;
    color: #fff;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    line-height: 18px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a>span,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a>span,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a>span,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a>span {
    display: inline-block;
    width: 40px;
    text-align: center;
    padding-right: 13px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a>img,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a>img,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a>img,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a>img {
    display: none
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo {
    flex: 1;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo>p,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo>p,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo>p,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo>p {
    font-size: 18px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo .numInfo,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo .numInfo,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo .numInfo,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo .numInfo {
    font-size: 14px;
    display: flex;
    align-items: center
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo .numInfo .starRating,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo .numInfo .starRating,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo .numInfo .starRating,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li a .imgInfo .numInfo .starRating {
    display: none
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a {
    padding: 12px 12px 12px 0;
    font-weight: bold;
    line-height: unset
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a>span,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a>span,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a>span,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a>span {
    color: #FFE066
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a>img,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a>img,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a>img,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a>img {
    display: block;
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 14px;
    object-fit: cover
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo {
    font-size: 18px;
    padding-left: 13px;
    display: unset
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo .numInfo,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo .numInfo,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo .numInfo,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo .numInfo {
    margin-top: 11px;
    font-size: 16px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo .numInfo .starRating,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo .numInfo .starRating,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo .numInfo .starRating,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo .numInfo .starRating {
    display: table
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo .numInfo .proNum,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo .numInfo .proNum,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo .numInfo .proNum,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li.active a .imgInfo .numInfo .proNum {
    font-weight: normal;
    color: #FFE066;
    margin-left: 7px;
    line-height: 16px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li:last-child a,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li:last-child a,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li:last-child a,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .mySwiper .swiper-slide>ul li:last-child a {
    border-bottom: unset
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-next,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-next,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .swiper-button-next,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .swiper-button-next,
.inBodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-prev,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-prev,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .swiper-button-prev,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .swiper-button-prev {
    cursor: pointer;
    position: absolute;
    left: 116px;
    bottom: 1px;
    width: 32px;
    height: 32px;
    background-color: #FFF7EB;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-next::after,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-next::after,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .swiper-button-next::after,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .swiper-button-next::after,
.inBodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-prev::after,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-prev::after,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .swiper-button-prev::after,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .swiper-button-prev::after {
    content: "";
    display: block;
    width: 10px;
    height: 14px;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -32px -36px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-next,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-next,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .swiper-button-next,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .swiper-button-next {
    right: 116px;
    left: unset
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-next::after,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-next::after,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .swiper-button-next::after,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .swiper-button-next::after {
    background-position: -43px -36px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .starRating,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .starRating,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .starRating,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .starRating {
    unicode-bidi: bidi-override;
    color: #ddd;
    font-size: 0;
    height: 14px;
    position: relative;
    display: table;
    padding: 0;
    text-shadow: 0 1px 0 #a2a2a2
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .starRating span,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .starRating span,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .starRating span,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .starRating span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -6px -307px;
    margin-right: 3px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .starRating span:last-child,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .starRating span:last-child,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .starRating span:last-child,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .starRating span:last-child {
    margin: 0
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .starRatingTop,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .starRatingTop,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .starRatingTop,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .starRatingTop {
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .starRatingTop span,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .starRatingTop span,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .starRatingTop span,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .starRatingTop span {
    background-position: -23px -307px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .starRatingBottom,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .starRatingBottom,
.inBodyWrap .inGameBox .boxWrap .boxCont .contL .starRatingBottom,
.bodyWrap .inGameBox .boxWrap .boxCont .contL .starRatingBottom {
    padding: 0;
    display: block;
    z-index: 0
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR,
.bodyWrap .inAppBox .boxWrap .boxCont .contR,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR,
.bodyWrap .inGameBox .boxWrap .boxCont .contR {
    flex: 1;
    z-index: 1;
    padding: 40px 0 0 36px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 18px 18px;
    height: 120px;
    overflow-y: auto;
    font-size: 16px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li {
    margin: 18px 18px 0 0;
    border-radius: 8px;
    line-height: 32px;
    padding: 0 18px;
    background: #E9FAF2;
    color: #29D289
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li a,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li a,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li a,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li a {
    color: inherit
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:hover,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:hover,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:hover,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:hover {
    background: #29d289;
    color: #fff
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(2),
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(2),
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(2),
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(2) {
    background: #ECF6FF;
    color: #38A8FD
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(2):hover,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(2):hover,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(2):hover,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(2):hover {
    background: #38a8fd;
    color: #fff
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(3),
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(3),
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(3),
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(3) {
    background: #FFF7EC;
    color: #FFB039
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(3):hover,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(3):hover,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(3):hover,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(3):hover {
    background: #ffb039;
    color: #fff
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(4),
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(4),
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(4),
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(4) {
    background: #FFF0ED;
    color: #FD7051
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(4):hover,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(4):hover,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(4):hover,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(4):hover {
    background: #fd7051;
    color: #fff
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(5),
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(5),
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(5),
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(5) {
    background: #EBEEFD;
    color: #2D5AF2
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(5):hover,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(5):hover,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(5):hover,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(5):hover {
    background: #2D5AF2;
    color: #fff
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(6),
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(6),
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(6),
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(6) {
    background: #FFECEB;
    color: #DF807A
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(6):hover,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(6):hover,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(6):hover,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(6):hover {
    background: #DF807A;
    color: #fff
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(7),
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(7),
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(7),
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(7) {
    background: #FAFFEB;
    color: #9FCD09
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(7):hover,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(7):hover,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(7):hover,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(7):hover {
    background: #9FCD09;
    color: #fff
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(8),
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(8),
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(8),
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(8) {
    background: #EBF1FF;
    color: #ACBFEA
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(8):hover,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(8):hover,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(8):hover,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(8):hover {
    background: #ACBFEA;
    color: #fff
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(9),
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(9),
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(9),
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(9) {
    background: #FFF0EB;
    color: #FD8C64
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(9):hover,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(9):hover,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(9):hover,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(9):hover {
    background: #FD8C64;
    color: #fff
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(10),
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(10),
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(10),
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(10) {
    background: #EBFFF8;
    color: #9ADBC5
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(10):hover,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(10):hover,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(10):hover,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(10):hover {
    background: #9ADBC5;
    color: #fff
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(11),
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(11),
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(11),
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(11) {
    background: #FFEBF1;
    color: #F886AA
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(11):hover,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(11):hover,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(11):hover,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(11):hover {
    background: #F886AA;
    color: #fff
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(12),
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(12),
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(12),
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(12) {
    background: #FFF8EB;
    color: #F6CF80
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(12):hover,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(12):hover,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(12):hover,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(12):hover {
    background: #F6CF80;
    color: #fff
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(13),
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(13),
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(13),
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(13) {
    background: #EBFBFF;
    color: #00BFF3
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(13):hover,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(13):hover,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(13):hover,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(13):hover {
    background: #00BFF3;
    color: #fff
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(14),
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(14),
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(14),
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(14) {
    background: #F6EBFF;
    color: #B770EF
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(14):hover,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .tabs li:nth-child(14):hover,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(14):hover,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .tabs li:nth-child(14):hover {
    background: #B770EF;
    color: #fff
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .imgList,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .imgList,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .imgList,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .imgList {
    margin: -4px -15px 0;
    display: grid;
    grid-template-columns: repeat(7, 14%);
    justify-content: space-between;
    align-items: center
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR .imgList li a,
.bodyWrap .inAppBox .boxWrap .boxCont .contR .imgList li a,
.inBodyWrap .inGameBox .boxWrap .boxCont .contR .imgList li a,
.bodyWrap .inGameBox .boxWrap .boxCont .contR .imgList li a {
    margin-top: 32px
}

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

.inBodyWrap .inColBox .inTitle .titleL .icon,
.bodyWrap .inColBox .inTitle .titleL .icon {
    width: 55px;
    height: 51px;
    background-position: -180px -118px;
    margin-right: 16px
}

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

.inBodyWrap .inAppBox::before,
.bodyWrap .inAppBox::before {
    transform: rotateY(180deg)
}

.inBodyWrap .inAppBox .boxWrap::before,
.bodyWrap .inAppBox .boxWrap::before {
    left: 0;
    right: unset;
    background-color: #F8EBFF
}

.inBodyWrap .inAppBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .inAppBox .boxWrap .inTitle .titleL .icon {
    width: 59px;
    height: 47px;
    background-position: -246px -118px
}

.inBodyWrap .inAppBox .boxWrap .boxCont,
.bodyWrap .inAppBox .boxWrap .boxCont {
    margin-top: 27px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contR,
.bodyWrap .inAppBox .boxWrap .boxCont .contR {
    padding: 40px 36px 0 0
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .mySwiper .swiper-slide {
    background-color: #24CD77
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-next,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-next,
.inBodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-prev,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-prev {
    background-color: #F8EBFF
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-next::after,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-next::after,
.inBodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-prev::after,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-prev::after {
    background-position: -56px -36px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-next::after,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .swiper-button-next::after {
    background-position: -65px -36px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .starRating span,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .starRating span {
    background-position: -40px -307px
}

.inBodyWrap .inAppBox .boxWrap .boxCont .contL .starRatingTop span,
.bodyWrap .inAppBox .boxWrap .boxCont .contL .starRatingTop span {
    background-position: -23px -307px
}

.inBodyWrap .inRankBox,
.bodyWrap .inRankBox {
    margin-top: 36px;
    padding-bottom: 50px
}

.inBodyWrap .inRankBox .inTitle .titleL .icon,
.bodyWrap .inRankBox .inTitle .titleL .icon {
    width: 58px;
    height: 53px;
    background-position: -316px -118px;
    margin-right: 10px
}

.inBodyWrap .inRankBox .boxCont,
.bodyWrap .inRankBox .boxCont {
    display: flex;
    justify-content: space-between;
    padding: 23px 0 0
}

.inBodyWrap .inRankBox .boxCont .contItem .title,
.bodyWrap .inRankBox .boxCont .contItem .title {
    width: 378px;
    height: 89px;
    background: url(/t174/resource/images/in_bg4.png) 0 0 no-repeat, linear-gradient(-90deg, #FF7776 0%, #FF544C 100%);
    background-size: 378px 89px;
    border-radius: 5px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.inBodyWrap .inRankBox .boxCont .contItem .title .icon,
.bodyWrap .inRankBox .boxCont .contItem .title .icon {
    content: "";
    width: 77px;
    height: 83px;
    display: block;
    background-position: -3px -179px;
    flex-shrink: 0
}

.inBodyWrap .inRankBox .boxCont .contItem .title .titleL,
.bodyWrap .inRankBox .boxCont .contItem .title .titleL {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    flex: 1;
    width: 0
}

.inBodyWrap .inRankBox .boxCont .contItem .title .titleL p,
.bodyWrap .inRankBox .boxCont .contItem .title .titleL p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .inRankBox .boxCont .contItem .title .titleL p:last-child,
.bodyWrap .inRankBox .boxCont .contItem .title .titleL p:last-child {
    margin-top: 11px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #FFFFFF
}

.inBodyWrap .inRankBox .boxCont .contItem ul li,
.bodyWrap .inRankBox .boxCont .contItem ul li {
    border-bottom: 1px solid #eee
}

.inBodyWrap .inRankBox .boxCont .contItem ul li a,
.bodyWrap .inRankBox .boxCont .contItem ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0
}

.inBodyWrap .inRankBox .boxCont .contItem ul li a>span,
.bodyWrap .inRankBox .boxCont .contItem ul li a>span {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #EEEEEE;
    border-radius: 5px;
    font-weight: bold;
    color: #999999;
    font-size: 14px;
    margin: 0 25px 0 5px
}

.inBodyWrap .inRankBox .boxCont .contItem ul li a>img,
.bodyWrap .inRankBox .boxCont .contItem ul li a>img {
    display: none;
    width: 88px;
    height: 88px;
    border-radius: 18px;
    object-fit: cover
}

.inBodyWrap .inRankBox .boxCont .contItem ul li a .imgInfo,
.bodyWrap .inRankBox .boxCont .contItem ul li a .imgInfo {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    line-height: 18px;
    color: #999999
}

.inBodyWrap .inRankBox .boxCont .contItem ul li a .imgInfo p:nth-child(1),
.bodyWrap .inRankBox .boxCont .contItem ul li a .imgInfo p:nth-child(1) {
    font-size: 16px;
    color: #333333;
    width: 100px;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .inRankBox .boxCont .contItem ul li a .imgInfo p:last-child,
.bodyWrap .inRankBox .boxCont .contItem ul li a .imgInfo p:last-child {
    display: none
}

.inBodyWrap .inRankBox .boxCont .contItem ul li a .btn,
.bodyWrap .inRankBox .boxCont .contItem ul li a .btn {
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #FFDD58;
    background: unset
}

.inBodyWrap .inRankBox .boxCont .contItem ul li:nth-child(1) a,
.bodyWrap .inRankBox .boxCont .contItem ul li:nth-child(1) a,
.inBodyWrap .inRankBox .boxCont .contItem ul li:nth-child(2) a,
.bodyWrap .inRankBox .boxCont .contItem ul li:nth-child(2) a,
.inBodyWrap .inRankBox .boxCont .contItem ul li:nth-child(3) a,
.bodyWrap .inRankBox .boxCont .contItem ul li:nth-child(3) a {
    padding: 8px 0
}

.inBodyWrap .inRankBox .boxCont .contItem ul li:nth-child(1) a>span,
.bodyWrap .inRankBox .boxCont .contItem ul li:nth-child(1) a>span,
.inBodyWrap .inRankBox .boxCont .contItem ul li:nth-child(2) a>span,
.bodyWrap .inRankBox .boxCont .contItem ul li:nth-child(2) a>span,
.inBodyWrap .inRankBox .boxCont .contItem ul li:nth-child(3) a>span,
.bodyWrap .inRankBox .boxCont .contItem ul li:nth-child(3) a>span {
    margin: 0 22px 0 1px;
    width: 28px;
    height: 32px;
    display: block;
    background-color: unset;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -6px -270px
}

.inBodyWrap .inRankBox .boxCont .contItem ul li:nth-child(2) a>span,
.bodyWrap .inRankBox .boxCont .contItem ul li:nth-child(2) a>span {
    background-position: -42px -270px
}

.inBodyWrap .inRankBox .boxCont .contItem ul li:nth-child(3) a>span,
.bodyWrap .inRankBox .boxCont .contItem ul li:nth-child(3) a>span {
    background-position: -79px -270px
}

.inBodyWrap .inRankBox .boxCont .contItem ul li.active a,
.bodyWrap .inRankBox .boxCont .contItem ul li.active a {
    padding: 18px 0
}

.inBodyWrap .inRankBox .boxCont .contItem ul li.active a>img,
.bodyWrap .inRankBox .boxCont .contItem ul li.active a>img {
    display: block
}

.inBodyWrap .inRankBox .boxCont .contItem ul li.active a .imgInfo,
.bodyWrap .inRankBox .boxCont .contItem ul li.active a .imgInfo {
    display: unset;
    padding-left: 13px
}

.inBodyWrap .inRankBox .boxCont .contItem ul li.active a .imgInfo p,
.bodyWrap .inRankBox .boxCont .contItem ul li.active a .imgInfo p {
    margin-top: 13px
}

.inBodyWrap .inRankBox .boxCont .contItem ul li.active a .imgInfo p:nth-child(1),
.bodyWrap .inRankBox .boxCont .contItem ul li.active a .imgInfo p:nth-child(1) {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 14px;
    margin-top: unset;
    width: 150px
}

.inBodyWrap .inRankBox .boxCont .contItem ul li.active a .imgInfo p:last-child,
.bodyWrap .inRankBox .boxCont .contItem ul li.active a .imgInfo p:last-child {
    display: inline-block
}

.inBodyWrap .inRankBox .boxCont .contItem ul li.active a .btn,
.bodyWrap .inRankBox .boxCont .contItem ul li.active a .btn {
    background: #FFDD58;
    border-radius: 4px;
    color: #000000;
    height: 32px;
    line-height: 34px
}

.inBodyWrap .inRankBox .boxCont .contItem:nth-child(2) .title,
.bodyWrap .inRankBox .boxCont .contItem:nth-child(2) .title {
    background: url(/t174/resource/images/in_bg4.png) 0 0 no-repeat, linear-gradient(-90deg, #FD9416 0%, #FBB425 100%)
}

.inBodyWrap .inRankBox .boxCont .contItem:nth-child(2) .title .icon,
.bodyWrap .inRankBox .boxCont .contItem:nth-child(2) .title .icon {
    width: 62px;
    height: 71px;
    background-position: -103px -179px
}

.inBodyWrap .inRankBox .boxCont .contItem:nth-child(3) .title,
.bodyWrap .inRankBox .boxCont .contItem:nth-child(3) .title {
    background: url(/t174/resource/images/in_bg4.png) 0 0 no-repeat, linear-gradient(-90deg, #03A9F4 0%, #54C9FF 100%)
}

.inBodyWrap .inRankBox .boxCont .contItem:nth-child(3) .title .icon,
.bodyWrap .inRankBox .boxCont .contItem:nth-child(3) .title .icon {
    width: 74px;
    height: 74px;
    background-position: -188px -179px
}

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

.inBodyWrap .inUpdateBox .red,
.bodyWrap .inUpdateBox .red {
    color: #ffd633
}

.inBodyWrap .inUpdateBox .boxWrap .inTitle .tabsMenu,
.bodyWrap .inUpdateBox .boxWrap .inTitle .tabsMenu {
    padding-left: 80px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #676767;
    flex: 1;
    width: 0;
    display: flex;
    align-items: center
}

.inBodyWrap .inUpdateBox .boxWrap .inTitle .tabsMenu li a,
.bodyWrap .inUpdateBox .boxWrap .inTitle .tabsMenu li a {
    color: inherit
}

.inBodyWrap .inUpdateBox .boxWrap .inTitle .tabsMenu li.active,
.bodyWrap .inUpdateBox .boxWrap .inTitle .tabsMenu li.active {
    color: #ffd633
}

.inBodyWrap .inUpdateBox .boxWrap .inTitle .tabsMenu li::after,
.bodyWrap .inUpdateBox .boxWrap .inTitle .tabsMenu li::after {
    content: "/";
    color: #e3e3e3;
    margin: 0 20px
}

.inBodyWrap .inUpdateBox .boxWrap .inTitle .tabsMenu li:last-child::after,
.bodyWrap .inUpdateBox .boxWrap .inTitle .tabsMenu li:last-child::after {
    display: none
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont,
.bodyWrap .inUpdateBox .boxWrap .boxCont {
    color: #333
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(4, 290px)
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li {
    height: 42px;
    margin-top: 22px;
    display: flex;
    align-items: center
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>a,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>a,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li>a,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li>a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    overflow: hidden
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>a img,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>a img,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li>a img,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li>a img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li .hjInfo,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li .hjInfo,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>p,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>p,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li>p,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li>p {
    padding-left: 10px;
    flex: 1;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo a,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo a,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li .hjInfo a,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li .hjInfo a,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>p a,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>p a,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li>p a,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li>p a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo span,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo span,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li .hjInfo span,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li .hjInfo span,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>p span,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>p span,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li>p span,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li>p span {
    display: block;
    font-size: 13px;
    line-height: 17px;
    margin-top: 6px;
    color: #999
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo span u,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo span u,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li .hjInfo span u,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li .hjInfo span u,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>p span u,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>p span u,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li>p span u,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li>p span u {
    text-decoration: unset;
    margin-right: 10px
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo span u a,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo span u a,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li .hjInfo span u a,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li .hjInfo span u a,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>p span u a,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>p span u a,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li>p span u a,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li>p span u a {
    display: inline;
    font-size: 12px;
    color: #999
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo span u font,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo span u font,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li .hjInfo span u font,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li .hjInfo span u font,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>p span u font,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>p span u font,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li>p span u font,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li>p span u font {
    color: #ffd633
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li a,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li a,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li a,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li a {
    color: inherit;
    display: block
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li a:hover,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li a:hover,
.inBodyWrap .inUpdateBox .boxWrap .boxCont .appList li a:hover,
.bodyWrap .inUpdateBox .boxWrap .boxCont .appList li a:hover {
    color: #ffd633
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    grid-template-columns: repeat(3, 380px)
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li {
    padding-bottom: 16px;
    margin-top: 16px;
    height: 72px;
    border-bottom: 1px dashed #eee
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>a,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li>a {
    width: 114px;
    height: 56px
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo {
    padding-left: 16px
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo p,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo p {
    margin-top: 16px;
    display: flex;
    align-items: center
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo p span,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo p span {
    margin-right: 20px
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo p span em,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo p span em {
    font-weight: bold;
    color: #ffd633;
    margin: 0 2px
}

.inBodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo p span:last-child,
.bodyWrap .inUpdateBox .boxWrap .boxCont .hjList li .hjInfo p span:last-child {
    margin-right: 0
}

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

.inBodyWrap .gmPlayBox .boxWrap .tagList,
.bodyWrap .gmPlayBox .boxWrap .tagList {
    padding-top: 26px
}

.inBodyWrap .gmPlayBox .boxWrap .tagList li,
.bodyWrap .gmPlayBox .boxWrap .tagList li {
    background: #F7F7F7;
    border-radius: 5px;
    margin-bottom: 20px
}

.inBodyWrap .gmPlayBox .boxWrap .tagList li.active,
.bodyWrap .gmPlayBox .boxWrap .tagList li.active,
.inBodyWrap .gmPlayBox .boxWrap .tagList li:hover,
.bodyWrap .gmPlayBox .boxWrap .tagList li:hover {
    color: #000000;
    background: #ffd633
}

.inBodyWrap .gmTriatBox,
.bodyWrap .gmTriatBox {
    margin-top: 16px
}

.inBodyWrap .gmTriatBox .boxWrap .tagList,
.bodyWrap .gmTriatBox .boxWrap .tagList {
    padding-top: 26px
}

.inBodyWrap .gmTriatBox .boxWrap .tagList li,
.bodyWrap .gmTriatBox .boxWrap .tagList li {
    background: #F7F7F7;
    border-radius: 5px;
    margin-bottom: 20px
}

.inBodyWrap .gmTriatBox .boxWrap .tagList li:hover,
.bodyWrap .gmTriatBox .boxWrap .tagList li:hover {
    color: #000000;
    background: #ffd633
}

.inBodyWrap .colAllBox,
.bodyWrap .colAllBox,
.inBodyWrap .gmAllBox,
.bodyWrap .gmAllBox {
    margin-top: 22px;
    padding-bottom: 52px
}

.inBodyWrap .colAllBox .boxWrap .gmTitle .titleL .icon,
.bodyWrap .colAllBox .boxWrap .gmTitle .titleL .icon,
.inBodyWrap .gmAllBox .boxWrap .gmTitle .titleL .icon,
.bodyWrap .gmAllBox .boxWrap .gmTitle .titleL .icon {
    width: 8px;
    height: 24px;
    margin-right: 6px;
    background-position: -37px -3px
}

.inBodyWrap .colAllBox .boxWrap .gmTitle .titleL>p,
.bodyWrap .colAllBox .boxWrap .gmTitle .titleL>p,
.inBodyWrap .gmAllBox .boxWrap .gmTitle .titleL>p,
.bodyWrap .gmAllBox .boxWrap .gmTitle .titleL>p {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #000000
}

.inBodyWrap .colAllBox .boxWrap .threeColumnList,
.bodyWrap .colAllBox .boxWrap .threeColumnList,
.inBodyWrap .gmAllBox .boxWrap .threeColumnList,
.bodyWrap .gmAllBox .boxWrap .threeColumnList {
    padding-top: 25px;
    display: grid;
    grid-template-columns: repeat(3, 390px)
}

.inBodyWrap .colAllBox .boxWrap .threeColumnList li,
.bodyWrap .colAllBox .boxWrap .threeColumnList li,
.inBodyWrap .gmAllBox .boxWrap .threeColumnList li,
.bodyWrap .gmAllBox .boxWrap .threeColumnList li {
    margin-bottom: 10px
}

.inBodyWrap .ndWrapBox .boxWrap,
.bodyWrap .ndWrapBox .boxWrap,
.inBodyWrap .newsWrapBox .boxWrap,
.bodyWrap .newsWrapBox .boxWrap,
.inBodyWrap .gdWrapBox .boxWrap,
.bodyWrap .gdWrapBox .boxWrap {
    padding-top: 38px;
    display: flex;
    justify-content: space-between
}

.inBodyWrap .ndWrapBox .boxWrap .boxL,
.bodyWrap .ndWrapBox .boxWrap .boxL,
.inBodyWrap .newsWrapBox .boxWrap .boxL,
.bodyWrap .newsWrapBox .boxWrap .boxL,
.inBodyWrap .gdWrapBox .boxWrap .boxL,
.bodyWrap .gdWrapBox .boxWrap .boxL {
    width: 834px;
    padding-bottom: 30px;
    z-index: 1
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop {
    height: fit-content;
    display: flex;
    padding: 26px 0 26px 40px;
    border: 2px solid #FFDD58;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox {
    cursor: auto;
    position: absolute;
    top: -6px;
    right: 22px;
    width: 228px;
    height: 228px;
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -761px -674px;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox .icon,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox .icon,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox .icon,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox .icon,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox .icon,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox .icon {
    width: 73px;
    height: 84px;
    background-position: -285px -179px;
    cursor: pointer;
    flex-shrink: 0
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #FF732E;
    margin-left: 10px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p {
    margin-top: 6px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p:last-child,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p:last-child,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p:last-child,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p:last-child,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p:last-child,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p:last-child {
    font-size: 24px;
    color: #FF702C
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p:last-child span,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p:last-child span,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p:last-child span,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p:last-child span,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p:last-child span,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .rankBox>div p:last-child span {
    font-size: 16px;
    color: #000
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL {
    position: relative
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL>img,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL>img,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL>img,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL>img,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL>img,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL>img {
    width: 130px;
    height: 130px;
    border-radius: 26px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL .icon,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL .icon,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL .icon,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL .icon,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL .icon,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtL .icon {
    width: 180px;
    height: 81px;
    background-position: -812px -910px;
    position: absolute;
    top: 101px;
    left: -22px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR {
    flex: 1;
    padding-left: 20px;
    width: 0;
    pointer-events: none
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR a,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR a,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR a,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR a {
    pointer-events: auto
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR h1,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR h1,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR h1,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR h1,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR h1,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR h1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #000000
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p {
    font-size: 16px;
    line-height: 24px;
    color: #666666
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #CCB147;
    padding-right: 220px;
    margin: 8px -8px 0
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags a,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags a,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags a,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags a,
.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags span,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags span,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags span,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags span,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags span,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags span {
    margin: 8px 8px 0;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    color: inherit;
    background: #FFFBEA;
    border-radius: 5px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags a:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags a:hover,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags a:hover,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags a:hover,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags a:hover,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.tags a:hover {
    color: #ffd633
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt {
    margin-top: 8px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span {
    margin-right: 30px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span:last-child,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span:last-child,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span:last-child,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span:last-child,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span:last-child,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span:last-child {
    margin-right: 0
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip {
    font-size: 14px;
    color: #303030;
    pointer-events: auto
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip a,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip a,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip a,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip a {
    color: #0068b7
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip a:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip a:hover,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip a:hover,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip a:hover,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip a:hover,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.txt span.tip a:hover {
    color: #ccb147
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.brief,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.brief,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.brief,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.brief,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.brief,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR p.brief {
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns {
    display: flex;
    margin-top: 15px;
    pointer-events: auto
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a {
    font-weight: bold;
    color: #FFFFFF;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #5961FF;
    border-radius: 5px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a::before,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a::before,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a::before,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a::before,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a::before,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a::before {
    content: "";
    width: 16px;
    height: 20px;
    display: block;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -136px -32px;
    margin-right: 5px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a:hover,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a:hover,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a:hover,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a:hover,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a:hover {
    opacity: .85
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn,
.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn {
    width: fit-content;
    padding: 0 15px;
    background: #A54DFF;
    display: flex;
    align-items: center
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn::before,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn::before,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn::before,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn::before,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn::before,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn::before,
.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn::before,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn::before,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn::before,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn::before,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn::before,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn::before {
    width: 20px;
    height: 17px;
    background-position: -176px -35px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div,
.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div {
    padding: 4px 0;
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div p,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div p,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div p,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div p,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div p,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div p,
.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div p,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div p,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div p,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div p,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div p,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div p {
    font-size: 16px;
    line-height: 20px;
    color: inherit
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div i,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div i,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div i,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div i,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div i,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn>div i,
.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div i,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div i,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div i,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div i,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div i,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.pcBtn>div i {
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    font-weight: 400
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn {
    background: #59C68A
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn::before,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn::before,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn::before,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn::before,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn::before,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.androidBtn::before {
    width: 16px;
    height: 18px;
    background-position: -156px -34px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.reservationBtn,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.reservationBtn,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.reservationBtn,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.reservationBtn,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.reservationBtn,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.reservationBtn {
    background: #FF504D
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.reservationBtn::before,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.reservationBtn::before,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.reservationBtn::before,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.reservationBtn::before,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.reservationBtn::before,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxTop .dtR .btns a.reservationBtn::before {
    width: 16px;
    height: 16px;
    background-position: -200px -36px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxMenu,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxMenu,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxMenu,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxMenu,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxMenu,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxMenu {
    margin-top: 22px;
    width: 100%;
    height: 50px;
    background: #FFDD58;
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: #998536
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li {
    flex: 1
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li a,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li a,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li a,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li a {
    color: inherit
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li:hover,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li:hover,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li:hover,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li:hover,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li:hover {
    font-weight: bold;
    color: #000000
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active {
    font-weight: bold;
    color: #000000
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active a,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active a,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active a,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active a {
    position: relative
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active a::after,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active a::after,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active a::after,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active a::after,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active a::after,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .boxMenu li.active a::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    bottom: -8px;
    left: 0
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .editorTxt,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .editorTxt,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .editorTxt,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .editorTxt,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .editorTxt,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .editorTxt {
    margin-top: 24px;
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    border-radius: 5px;
    padding: 14px 18px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .editorTxt>span,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .editorTxt>span,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .editorTxt>span,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .editorTxt>span,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .editorTxt>span,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .editorTxt>span {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    width: 100px;
    height: 36px;
    background-position: -6px -379px;
    text-align: center;
    line-height: 36px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap {
    margin-top: 24px;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide {
    width: auto;
    height: 268px;
    border-radius: 8px;
    overflow: hidden
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide.imgBox,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide.imgBox,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide.imgBox,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide.imgBox,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide.imgBox,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide.imgBox {
    max-width: 521px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide video,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide video,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide video,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide video,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide video,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide video,
.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide img,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide img,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide img,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide img,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide img,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide img {
    display: block;
    width: inherit;
    height: 100%;
    object-fit: contain;
    background: rgba(0, 0, 0, 0.1)
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide video,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide video,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide video,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide video,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide video,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-slide video {
    background: #000;
    object-fit: contain;
    width: 521px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-scrollbar,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-scrollbar,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-scrollbar,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-scrollbar,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-scrollbar,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #EEEEEE;
    border-radius: 5px;
    z-index: 2
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-scrollbar .swiper-scrollbar-drag,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-scrollbar .swiper-scrollbar-drag,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-scrollbar .swiper-scrollbar-drag,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-scrollbar .swiper-scrollbar-drag,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-scrollbar .swiper-scrollbar-drag,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdDetailBox .swGdWrap .swiper-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    background: #FFDD58;
    border-radius: 5px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox {
    margin-top: 26px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont {
    font-size: 16px;
    color: #666666;
    line-height: 30px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont p,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont p,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont p,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont p,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont p,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont p {
    text-indent: 2em;
    margin-top: 24px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont p:first-child,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont p:first-child,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont p:first-child,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont p:first-child,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont p:first-child,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont p:first-child {
    margin-top: 16px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont h3,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont h3,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont h3,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont h3,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont h3,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont h3 {
    margin-top: 24px;
    font-size: 18px;
    color: #000;
    font-weight: bold
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont img,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont img,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont img,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont img,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont img,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxCont img {
    width: auto;
    height: auto;
    max-width: 600px;
    max-height: 50vh;
    display: block;
    margin: 26px auto 0
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxList,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxList,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxList,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxList,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxList,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxList {
    padding: 0 32px;
    margin-top: 18px;
    font-size: 16px;
    color: #666666;
    line-height: 30px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxList>p,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxList>p,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxList>p,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxList>p,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxList>p,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxList>p {
    color: #FFDD58
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxList ul li:before,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdFeaturesBox .boxList ul li:before,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxList ul li:before,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdFeaturesBox .boxList ul li:before,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxList ul li:before,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdFeaturesBox .boxList ul li:before {
    content: "- "
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdVersionBox,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdVersionBox,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdVersionBox,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdVersionBox,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdVersionBox,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdVersionBox {
    margin-top: 32px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdVersionBox .versionBox p,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdVersionBox .versionBox p,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdVersionBox .versionBox p,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdVersionBox .versionBox p,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdVersionBox .versionBox p,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdVersionBox .versionBox p {
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    padding: 24px 0 20px 0
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdVersionBox .versionBox p:last-child,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdVersionBox .versionBox p:last-child,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdVersionBox .versionBox p:last-child,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdVersionBox .versionBox p:last-child,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdVersionBox .versionBox p:last-child,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdVersionBox .versionBox p:last-child {
    padding: 14px 32px;
    color: #666666;
    line-height: 30px;
    width: 100%;
    background: #FFFBEB;
    border: 1px dashed #FFDD58;
    border-radius: 5px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdInfoBox,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdInfoBox,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdInfoBox,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdInfoBox,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdInfoBox,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdInfoBox {
    margin-top: 40px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdInfoBox>ul,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdInfoBox>ul,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdInfoBox>ul,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdInfoBox>ul,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdInfoBox>ul,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdInfoBox>ul {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    color: #999
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdInfoBox>ul li,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdInfoBox>ul li,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdInfoBox>ul li,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdInfoBox>ul li,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdInfoBox>ul li,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdInfoBox>ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding: 29px 0 13px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdInfoBox>ul li span:last-child,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdInfoBox>ul li span:last-child,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdInfoBox>ul li span:last-child,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdInfoBox>ul li span:last-child,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdInfoBox>ul li span:last-child,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdInfoBox>ul li span:last-child {
    color: #333333
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdInfoBox>ul li:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdInfoBox>ul li:hover,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdInfoBox>ul li:hover,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdInfoBox>ul li:hover,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdInfoBox>ul li:hover,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdInfoBox>ul li:hover {
    color: #FFDD58;
    border-color: #FFDD58
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdInfoBox>ul li:hover span:last-child,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdInfoBox>ul li:hover span:last-child,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdInfoBox>ul li:hover span:last-child,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdInfoBox>ul li:hover span:last-child,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdInfoBox>ul li:hover span:last-child,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdInfoBox>ul li:hover span:last-child {
    color: inherit;
    font-weight: bold
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition {
    margin-top: 40px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition table,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition table,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition table,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition table,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition table,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition table {
    margin-top: 20px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition .eTit,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition .eTit,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition .eTit,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition .eTit,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition .eTit,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition .eTit,
.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition tr,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition tr,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition tr,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition tr,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition tr,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition tr {
    width: 736px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition .eTit,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition .eTit,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition .eTit,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition .eTit,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition .eTit,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition .eTit {
    height: 32px;
    overflow: hidden;
    *zoom: 1;   
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition .eTit th,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition .eTit th,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition .eTit th,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition .eTit th,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition .eTit th,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition .eTit th,
.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition td,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition td,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition td,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition td,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition td,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition td {
    float: left;
    display: block;
    width: 278px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    color: #000;
    border-right: 1px solid #fff;
    background-color: #ffd633;
    overflow: hidden;
    white-space: nowrap
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition tr,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition tr,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition tr,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition tr,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition tr,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition tr {
    overflow: hidden;
    zoom: 1;
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition td,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition td,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition td,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition td,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition td,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition td {
    height: 40px;
    line-height: 40px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition td a,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition td a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition td a,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition td a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition td a,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition td a {
    display: block;
    color: #333;
    height: 40px;
    line-height: 40px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition tr:nth-of-type(2n+1) td,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition tr:nth-of-type(2n+1) td,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition tr:nth-of-type(2n+1) td,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition tr:nth-of-type(2n+1) td,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition tr:nth-of-type(2n+1) td,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition tr:nth-of-type(2n+1) td {
    background-color: #f8fbfc
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition tr:nth-of-type(2n+2) td,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition tr:nth-of-type(2n+2) td,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition tr:nth-of-type(2n+2) td,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition tr:nth-of-type(2n+2) td,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition tr:nth-of-type(2n+2) td,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition tr:nth-of-type(2n+2) td {
    background-color: #e5f1f4
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition td:nth-of-type(3) a,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition td:nth-of-type(3) a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition td:nth-of-type(3) a,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition td:nth-of-type(3) a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition td:nth-of-type(3) a,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition td:nth-of-type(3) a {
    color: #ffd633;
    color: revert
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition td a:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition td a:hover,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition td a:hover,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition td a:hover,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition td a:hover,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition td a:hover {
    color: #ffd633;
    color: revert
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition td:nth-of-type(3) a:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition td:nth-of-type(3) a:hover,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition td:nth-of-type(3) a:hover,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition td:nth-of-type(3) a:hover,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition td:nth-of-type(3) a:hover,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition td:nth-of-type(3) a:hover {
    text-decoration: underline
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition .eMore td,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition .eMore td,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition .eMore td,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition .eMore td,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition .eMore td,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition .eMore td {
    width: 728px !important;
    padding-top: 11px;
    height: 39px;
    background-color: #e5f1f4
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition .eMore a,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition .eMore a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition .eMore a,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition .eMore a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition .eMore a,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition .eMore a {
    display: block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ffd633;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .dgEdition .eMore a:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .dgEdition .eMore a:hover,
.inBodyWrap .newsWrapBox .boxWrap .boxL .dgEdition .eMore a:hover,
.bodyWrap .newsWrapBox .boxWrap .boxL .dgEdition .eMore a:hover,
.inBodyWrap .gdWrapBox .boxWrap .boxL .dgEdition .eMore a:hover,
.bodyWrap .gdWrapBox .boxWrap .boxL .dgEdition .eMore a:hover {
    opacity: .9;
    color: #fff
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox {
    margin-top: 36px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li {
    margin-right: 23px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li:last-child,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li:last-child,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li:last-child,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li:last-child,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li:last-child,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li:last-child {
    margin-right: 0
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li>a,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li>a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li>a,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li>a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li>a,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li>a {
    border-radius: 5px;
    width: 120px;
    border: 1px solid transparent;
    background: #FFFBEB;
    padding: 16px;
    font-size: 16px;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li>a img,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li>a img,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li>a img,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li>a img,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li>a img,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li>a img {
    width: 88px;
    height: 88px;
    border-radius: 18px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li>a p,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li>a p,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li>a p,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li>a p,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li>a p,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li>a p {
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li>a .btn,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li>a .btn,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li>a .btn,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li>a .btn,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li>a .btn,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li>a .btn {
    margin-top: 12px;
    width: 70px;
    background: #ffdd58;
    border-radius: 4px;
    color: #000;
    height: 32px;
    line-height: 34px;
    font-size: 14px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li:hover>a,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li:hover>a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li:hover>a,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li:hover>a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li:hover>a,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li:hover>a {
    border: 1px solid #FFDD58;
    color: #FFDD58
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li:hover>a p,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdRecomBox ul li:hover>a p,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li:hover>a p,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdRecomBox ul li:hover>a p,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li:hover>a p,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdRecomBox ul li:hover>a p {
    font-weight: bold
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox {
    margin-top: 40px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul {
    display: flex;
    margin: 22px 0 0;
    padding: 8px 13px;
    overflow: hidden;
    background: #fffbeb;
    border-radius: 10px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul li a,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul li a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul li a,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul li a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul li a,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul li a {
    display: block;
    padding: 0 20px;
    margin-right: 20px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #666;
    background: transparent;
    box-shadow: 0 2px 15px 0 rgba(255, 221, 88, 0);
    border-radius: 10px;
    cursor: pointer
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul li.active a,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul li.active a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul li.active a,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul li.active a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul li.active a,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap>ul li.active a {
    color: #000;
    background: #ffdd58;
    box-shadow: 0 2px 15px 0 rgba(255, 221, 88, 0.2)
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont {
    margin-top: 15px;
    display: flex;
    justify-content: space-between
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a {
    width: 535px;
    height: 233px;
    background: #231E31;
    border-radius: 10px;
    overflow: hidden;
    display: flex
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a>img,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a>img,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a>img,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a>img,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a>img,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a>img {
    width: 370px;
    height: 100%;
    object-fit: cover
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo {
    width: 165px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    padding: 19px 17px 17px 18px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #FFFFFF
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child span:first-child,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child span:first-child,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child span:first-child,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child span:first-child,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child span:first-child,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child span:first-child {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child span:last-child,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child span:last-child,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child span:last-child,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child span:last-child,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child span:last-child,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:first-child span:last-child {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5)
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:nth-child(2),
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:nth-child(2),
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:nth-child(2),
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:nth-child(2),
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:nth-child(2),
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo p:nth-child(2) {
    margin-top: 13px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo .btn,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo .btn,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo .btn,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo .btn,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo .btn,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo .btn {
    margin: 12px auto 0;
    width: 70px;
    height: 32px;
    line-height: 32px;
    background: #FFDD58;
    border-radius: 4px;
    font-size: 14px;
    color: #000000
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo .btn span,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo .btn span,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo .btn span,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo .btn span,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo .btn span,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a .imgInfo .btn span {
    display: inline-block;
    font-size: 20px;
    line-height: 23px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a:hover .imgInfo .btn,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a:hover .imgInfo .btn,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a:hover .imgInfo .btn,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a:hover .imgInfo .btn,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a:hover .imgInfo .btn,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont>a:hover .imgInfo .btn {
    background: rgba(255, 221, 88, 0.9)
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR {
    padding-top: 9px;
    width: 282px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList {
    font-size: 14px;
    grid-template-columns: repeat(3, 30%)
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList li,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList li,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList li,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList li,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList li,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList li {
    background: #EEEEEE;
    height: 32px;
    line-height: 32px;
    margin-bottom: 12px;
    border-radius: 16px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList li:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList li:hover,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList li:hover,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList li:hover,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList li:hover,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .tagList li:hover {
    color: #000000;
    background: #ffd633
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p {
    margin-top: -3px;
    display: flex;
    align-items: center
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p .icon,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p .icon,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p .icon,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p .icon,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p .icon,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p .icon {
    width: 16px;
    height: 16px;
    background-position: -220px -35px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p::after,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p::after,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p::after,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p::after,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p::after,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR>p::after {
    content: "";
    display: block;
    flex: 1;
    margin-left: 1px;
    border-top: 1px dashed #eee;
    height: 0
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList {
    padding-top: 10px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList li a,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList li a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList li a,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList li a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList li a,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList li a {
    width: 94px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList li a>img,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList li a>img,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList li a>img,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList li a>img,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList li a>img,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdColBox .tabsWrap .boxCont .contR .imgList li a>img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 16px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdGuideBox,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdGuideBox,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdGuideBox,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdGuideBox,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdGuideBox,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdGuideBox {
    margin-top: 40px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdGuideBox>ul,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdGuideBox>ul,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdGuideBox>ul,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdGuideBox>ul,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdGuideBox>ul,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdGuideBox>ul {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    height: 230px;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 16px;
    line-height: 16px;
    color: #000
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdGuideBox>ul li,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdGuideBox>ul li,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdGuideBox>ul li,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdGuideBox>ul li,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdGuideBox>ul li,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdGuideBox>ul li {
    width: 50%;
    margin-bottom: 20px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdGuideBox>ul li>a,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdGuideBox>ul li>a,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdGuideBox>ul li>a,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdGuideBox>ul li>a,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdGuideBox>ul li>a,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdGuideBox>ul li>a {
    color: inherit;
    display: block;
    width: 100%;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdGuideBox>ul li>a>span,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdGuideBox>ul li>a>span,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdGuideBox>ul li>a>span,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdGuideBox>ul li>a>span,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdGuideBox>ul li>a>span,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdGuideBox>ul li>a>span {
    width: 30px;
    display: inline-block;
    text-align: right;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #B8B8B8;
    margin-right: 12px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdGuideBox>ul li>a:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdGuideBox>ul li>a:hover,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdGuideBox>ul li>a:hover,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdGuideBox>ul li>a:hover,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdGuideBox>ul li>a:hover,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdGuideBox>ul li>a:hover {
    color: #ffd633;
    font-weight: bold
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .gdGuideBox>ul li>a:hover>span,
.bodyWrap .ndWrapBox .boxWrap .boxL .gdGuideBox>ul li>a:hover>span,
.inBodyWrap .newsWrapBox .boxWrap .boxL .gdGuideBox>ul li>a:hover>span,
.bodyWrap .newsWrapBox .boxWrap .boxL .gdGuideBox>ul li>a:hover>span,
.inBodyWrap .gdWrapBox .boxWrap .boxL .gdGuideBox>ul li>a:hover>span,
.bodyWrap .gdWrapBox .boxWrap .boxL .gdGuideBox>ul li>a:hover>span {
    color: #ffd633
}

.inBodyWrap .ndWrapBox .boxWrap .boxR,
.bodyWrap .ndWrapBox .boxWrap .boxR,
.inBodyWrap .newsWrapBox .boxWrap .boxR,
.bodyWrap .newsWrapBox .boxWrap .boxR,
.inBodyWrap .gdWrapBox .boxWrap .boxR,
.bodyWrap .gdWrapBox .boxWrap .boxR {
    width: 336px
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .gmTitle .titleL .icon,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .gmTitle .titleL .icon,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .gmTitle .titleL .icon,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .gmTitle .titleL .icon,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .gmTitle .titleL .icon,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .gmTitle .titleL .icon {
    background-position: -92px -331px
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper {
    color: #333333;
    padding-top: 23px;
    height: 400px;
    position: relative
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide {
    height: fit-content
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide:nth-child(2n),
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide:nth-child(2n),
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide:nth-child(2n),
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide:nth-child(2n),
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide:nth-child(2n),
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide:nth-child(2n) {
    margin-top: 26px !important
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: inherit
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a:hover,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a:hover,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a:hover,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a:hover,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a:hover,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a:hover {
    color: #ffd633
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a>img,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a>img,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a>img,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a>img,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a>img,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a>img {
    width: 80px;
    height: 80px;
    border-radius: 16px
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a p,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a p,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a p,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a p,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a p,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a .btnItem,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a .btnItem,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a .btnItem,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a .btnItem,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a .btnItem,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-wrapper .swiper-slide>a .btnItem {
    margin-top: 12px
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination {
    height: 12px;
    margin-top: -24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #FFECA1;
    border-radius: 6px;
    margin-right: 10px;
    z-index: 1;
    cursor: pointer
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFDD58
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet:last-child,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet:last-child,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet:last-child,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet:last-child,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet:last-child,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotGameBox .hotGameSwiper .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox {
    margin-top: 36px
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox .gmTitle .titleL .icon,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox .gmTitle .titleL .icon,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox .gmTitle .titleL .icon,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox .gmTitle .titleL .icon,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox .gmTitle .titleL .icon,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox .gmTitle .titleL .icon {
    background-position: -135px -331px
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul {
    font-size: 14px;
    padding-top: 15px
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li {
    margin-bottom: 6px
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li a,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li a,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li a,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li a,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li a,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 2px;
    height: 32px
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li a span:first-child,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li a span:first-child,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li a span:first-child,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li a span:first-child,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li a span:first-child,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li a span:first-child {
    width: 30px;
    text-align: center;
    font-weight: bold;
    color: #999
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li a span:last-child,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li a span:last-child,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li a span:last-child,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li a span:last-child,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li a span:last-child,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li a span:last-child {
    color: #666
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li a>p,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li a>p,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li a>p,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li a>p,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li a>p,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li a>p {
    font-size: 16px;
    line-height: 16px;
    color: #333;
    flex: 1;
    padding-left: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(1) a span:first-child,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(1) a span:first-child,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(1) a span:first-child,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(1) a span:first-child,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(1) a span:first-child,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(1) a span:first-child,
.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(2) a span:first-child,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(2) a span:first-child,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(2) a span:first-child,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(2) a span:first-child,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(2) a span:first-child,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(2) a span:first-child,
.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(3) a span:first-child,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(3) a span:first-child,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(3) a span:first-child,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(3) a span:first-child,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(3) a span:first-child,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li:nth-child(3) a span:first-child {
    color: #FD5E02
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a {
    color: #000000;
    background: #FFDD58;
    border-radius: 5px
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a span:first-child,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a span:first-child,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a span:first-child,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a span:first-child,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a span:first-child,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a span:first-child {
    color: inherit
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a span:last-child,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a span:last-child,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a span:last-child,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a span:last-child,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a span:last-child,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a span:last-child {
    color: inherit
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a>p,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a>p,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a>p,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a>p,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a>p,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdRankBox>ul li:hover a>p {
    color: inherit;
    font-weight: bold
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotNewsBox,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotNewsBox,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotNewsBox,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotNewsBox,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotNewsBox,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotNewsBox {
    margin-top: 12px
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotNewsBox .gmTitle .titleL .icon,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotNewsBox .gmTitle .titleL .icon,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotNewsBox .gmTitle .titleL .icon,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotNewsBox .gmTitle .titleL .icon,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotNewsBox .gmTitle .titleL .icon,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotNewsBox .gmTitle .titleL .icon {
    background-position: -221px -331px
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList {
    padding: 11px 0;
    font-size: 16px;
    line-height: 38px;
    color: #666666
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a {
    color: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a span:first-child,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a span:first-child,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a span:first-child,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a span:first-child,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a span:first-child,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a span:first-child {
    flex: 1;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a span:last-child,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a span:last-child,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a span:last-child,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a span:last-child,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a span:last-child,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li a span:last-child {
    font-size: 14px;
    color: #999999
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li:hover a,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li:hover a,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li:hover a,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li:hover a,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li:hover a,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdHotNewsBox .singleRColumnList li:hover a {
    color: #ffd633
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdGameColBox .gmTitle .titleL .icon,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdGameColBox .gmTitle .titleL .icon,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdGameColBox .gmTitle .titleL .icon,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdGameColBox .gmTitle .titleL .icon,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdGameColBox .gmTitle .titleL .icon,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdGameColBox .gmTitle .titleL .icon {
    background-position: -178px -331px
}

.inBodyWrap .ndWrapBox .boxWrap .boxR .gdGameColBox .twoColumnList,
.bodyWrap .ndWrapBox .boxWrap .boxR .gdGameColBox .twoColumnList,
.inBodyWrap .newsWrapBox .boxWrap .boxR .gdGameColBox .twoColumnList,
.bodyWrap .newsWrapBox .boxWrap .boxR .gdGameColBox .twoColumnList,
.inBodyWrap .gdWrapBox .boxWrap .boxR .gdGameColBox .twoColumnList,
.bodyWrap .gdWrapBox .boxWrap .boxR .gdGameColBox .twoColumnList {
    padding-top: 22px
}

.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;
    font-size: 16px;
    color: #333
}

.inBodyWrap .popupBox.hide,
.bodyWrap .popupBox.hide {
    display: none
}

.inBodyWrap .popupBox .historyBox,
.bodyWrap .popupBox .historyBox,
.inBodyWrap .popupBox .feedbackBox,
.bodyWrap .popupBox .feedbackBox,
.inBodyWrap .popupBox .subSuccessBox,
.bodyWrap .popupBox .subSuccessBox,
.inBodyWrap .popupBox .subBox,
.bodyWrap .popupBox .subBox {
    width: 423px;
    height: 342px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-image: url(/t174/resource/images/gd_bg1.png);
    background-color: #FFFFFF;
    background-size: 423px 342px;
    background-position: 0 0;
    padding: 40px 36px 30px;
    position: relative
}

.inBodyWrap .popupBox .historyBox.hide,
.bodyWrap .popupBox .historyBox.hide,
.inBodyWrap .popupBox .feedbackBox.hide,
.bodyWrap .popupBox .feedbackBox.hide,
.inBodyWrap .popupBox .subSuccessBox.hide,
.bodyWrap .popupBox .subSuccessBox.hide,
.inBodyWrap .popupBox .subBox.hide,
.bodyWrap .popupBox .subBox.hide {
    display: none
}

.inBodyWrap .popupBox .historyBox::before,
.bodyWrap .popupBox .historyBox::before,
.inBodyWrap .popupBox .feedbackBox::before,
.bodyWrap .popupBox .feedbackBox::before,
.inBodyWrap .popupBox .subSuccessBox::before,
.bodyWrap .popupBox .subSuccessBox::before,
.inBodyWrap .popupBox .subBox::before,
.bodyWrap .popupBox .subBox::before {
    content: "";
    width: 153px;
    height: 106px;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -598px -887px;
    display: block;
    position: absolute;
    right: -16px;
    top: -37px
}

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

.inBodyWrap .popupBox .historyBox .boxHead p,
.bodyWrap .popupBox .historyBox .boxHead p,
.inBodyWrap .popupBox .feedbackBox .boxHead p,
.bodyWrap .popupBox .feedbackBox .boxHead p,
.inBodyWrap .popupBox .subSuccessBox .boxHead p,
.bodyWrap .popupBox .subSuccessBox .boxHead p,
.inBodyWrap .popupBox .subBox .boxHead p,
.bodyWrap .popupBox .subBox .boxHead p,
.inBodyWrap .popupBox .historyBox .boxTop p,
.bodyWrap .popupBox .historyBox .boxTop p,
.inBodyWrap .popupBox .feedbackBox .boxTop p,
.bodyWrap .popupBox .feedbackBox .boxTop p,
.inBodyWrap .popupBox .subSuccessBox .boxTop p,
.bodyWrap .popupBox .subSuccessBox .boxTop p,
.inBodyWrap .popupBox .subBox .boxTop p,
.bodyWrap .popupBox .subBox .boxTop p {
    font-size: 16px;
    line-height: 24px
}

.inBodyWrap .popupBox .historyBox .boxHead p:first-child,
.bodyWrap .popupBox .historyBox .boxHead p:first-child,
.inBodyWrap .popupBox .feedbackBox .boxHead p:first-child,
.bodyWrap .popupBox .feedbackBox .boxHead p:first-child,
.inBodyWrap .popupBox .subSuccessBox .boxHead p:first-child,
.bodyWrap .popupBox .subSuccessBox .boxHead p:first-child,
.inBodyWrap .popupBox .subBox .boxHead p:first-child,
.bodyWrap .popupBox .subBox .boxHead p:first-child,
.inBodyWrap .popupBox .historyBox .boxTop p:first-child,
.bodyWrap .popupBox .historyBox .boxTop p:first-child,
.inBodyWrap .popupBox .feedbackBox .boxTop p:first-child,
.bodyWrap .popupBox .feedbackBox .boxTop p:first-child,
.inBodyWrap .popupBox .subSuccessBox .boxTop p:first-child,
.bodyWrap .popupBox .subSuccessBox .boxTop p:first-child,
.inBodyWrap .popupBox .subBox .boxTop p:first-child,
.bodyWrap .popupBox .subBox .boxTop p:first-child {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 28px
}

.inBodyWrap .popupBox .historyBox .boxCenter,
.bodyWrap .popupBox .historyBox .boxCenter,
.inBodyWrap .popupBox .feedbackBox .boxCenter,
.bodyWrap .popupBox .feedbackBox .boxCenter,
.inBodyWrap .popupBox .subSuccessBox .boxCenter,
.bodyWrap .popupBox .subSuccessBox .boxCenter,
.inBodyWrap .popupBox .subBox .boxCenter,
.bodyWrap .popupBox .subBox .boxCenter {
    width: fit-content;
    margin: 23px auto 0;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: center
}

.inBodyWrap .popupBox .historyBox .boxCenter input,
.bodyWrap .popupBox .historyBox .boxCenter input,
.inBodyWrap .popupBox .feedbackBox .boxCenter input,
.bodyWrap .popupBox .feedbackBox .boxCenter input,
.inBodyWrap .popupBox .subSuccessBox .boxCenter input,
.bodyWrap .popupBox .subSuccessBox .boxCenter input,
.inBodyWrap .popupBox .subBox .boxCenter input,
.bodyWrap .popupBox .subBox .boxCenter input {
    width: 348px;
    height: 56px;
    background: #F0F0F0;
    border-radius: 8px;
    padding-left: 14px;
    border: unset;
    font-size: 18px;
    color: #999999
}

.inBodyWrap .popupBox .historyBox .boxCenter .errTips,
.bodyWrap .popupBox .historyBox .boxCenter .errTips,
.inBodyWrap .popupBox .feedbackBox .boxCenter .errTips,
.bodyWrap .popupBox .feedbackBox .boxCenter .errTips,
.inBodyWrap .popupBox .subSuccessBox .boxCenter .errTips,
.bodyWrap .popupBox .subSuccessBox .boxCenter .errTips,
.inBodyWrap .popupBox .subBox .boxCenter .errTips,
.bodyWrap .popupBox .subBox .boxCenter .errTips {
    color: #f33;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 24px;
    zoom: .6
}

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

.inBodyWrap .popupBox .historyBox .boxFoot button,
.bodyWrap .popupBox .historyBox .boxFoot button,
.inBodyWrap .popupBox .feedbackBox .boxFoot button,
.bodyWrap .popupBox .feedbackBox .boxFoot button,
.inBodyWrap .popupBox .subSuccessBox .boxFoot button,
.bodyWrap .popupBox .subSuccessBox .boxFoot button,
.inBodyWrap .popupBox .subBox .boxFoot button,
.bodyWrap .popupBox .subBox .boxFoot button,
.inBodyWrap .popupBox .historyBox .boxBottom button,
.bodyWrap .popupBox .historyBox .boxBottom button,
.inBodyWrap .popupBox .feedbackBox .boxBottom button,
.bodyWrap .popupBox .feedbackBox .boxBottom button,
.inBodyWrap .popupBox .subSuccessBox .boxBottom button,
.bodyWrap .popupBox .subSuccessBox .boxBottom button,
.inBodyWrap .popupBox .subBox .boxBottom button,
.bodyWrap .popupBox .subBox .boxBottom button {
    width: 348px;
    height: 56px;
    background: #FFD633;
    border-radius: 12px;
    color: #333333;
    font-size: inherit;
    font-size: 18px
}

.inBodyWrap .popupBox .historyBox .close,
.bodyWrap .popupBox .historyBox .close,
.inBodyWrap .popupBox .feedbackBox .close,
.bodyWrap .popupBox .feedbackBox .close,
.inBodyWrap .popupBox .subSuccessBox .close,
.bodyWrap .popupBox .subSuccessBox .close,
.inBodyWrap .popupBox .subBox .close,
.bodyWrap .popupBox .subBox .close {
    cursor: pointer;
    width: 37px;
    height: 37px;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -6px -425px;
    position: absolute;
    bottom: -60px;
    right: 0
}

.inBodyWrap .popupBox .subSuccessBox .boxCenter,
.bodyWrap .popupBox .subSuccessBox .boxCenter {
    margin: 1px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    padding-bottom: 25px
}

.inBodyWrap .popupBox .subSuccessBox .boxCenter::before,
.bodyWrap .popupBox .subSuccessBox .boxCenter::before {
    content: "";
    display: block;
    width: 99px;
    height: 91px;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -163px -887px;
    margin-bottom: 22px
}

.inBodyWrap .popupBox .feedbackBox,
.bodyWrap .popupBox .feedbackBox {
    height: 692px;
    max-height: 80vh;
    background-image: url(/t174/resource/images/gd_bg2.png);
    background-size: 422px 692px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.inBodyWrap .popupBox .feedbackBox::before,
.bodyWrap .popupBox .feedbackBox::before {
    background-position: -435px -885px
}

.inBodyWrap .popupBox .feedbackBox .boxBody,
.bodyWrap .popupBox .feedbackBox .boxBody {
    padding: 0 0 33px;
    flex: 1;
    overflow: auto
}

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

.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .errTips,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem .errTips {
    color: #f33;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -30px;
    zoom: .6
}

.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem>p,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem>p {
    display: flex;
    align-items: center
}

.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem>p::before,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem>p::before {
    content: "";
    width: 3px;
    height: 16px;
    background: #FFD633;
    border-radius: 1px;
    margin-right: 7px;
    display: inline-block
}

.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem>ul,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    padding: 19px 0 15px;
    font-size: 14px
}

.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem>ul li,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem>ul li {
    width: 166px;
    height: 38px;
    line-height: 38px;
    border-radius: 8px;
    background: #F5F5F5;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    cursor: pointer
}

.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem>ul li:hover,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem>ul li:hover {
    color: #ffd633
}

.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem>ul li.active,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem>ul li.active {
    background: #FFD633;
    color: #333
}

.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem textarea,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem textarea,
.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem input,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem input {
    border: unset;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 20px;
    width: 100%
}

.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem textarea,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem textarea {
    height: 119px;
    margin-top: 22px;
    resize: none;
    font-size: 16px
}

.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem .countChange,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem .countChange {
    position: absolute;
    right: 19px;
    bottom: 14px;
    font-size: 16px;
    color: #999999
}

.inBodyWrap .popupBox .feedbackBox .boxBody .bodyItem input,
.bodyWrap .popupBox .feedbackBox .boxBody .bodyItem input {
    height: 57px;
    background: #F0F0F0;
    margin-top: 27px;
    border-radius: 12px;
    font-size: 16px
}

.inBodyWrap .popupBox .historyBox,
.bodyWrap .popupBox .historyBox {
    width: 520px;
    height: 692px;
    max-height: 80vh;
    background-image: url(/t174/resource/images/gd_bg3.png);
    background-size: 520px 692px;
    padding: 40px 15px 33px 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.inBodyWrap .popupBox .historyBox::before,
.bodyWrap .popupBox .historyBox::before {
    background-position: -272px -885px
}

.inBodyWrap .popupBox .historyBox .boxBody,
.bodyWrap .popupBox .historyBox .boxBody {
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
    flex: 1;
    overflow: auto;
    position: relative
}

.inBodyWrap .popupBox .historyBox .boxBody ul,
.bodyWrap .popupBox .historyBox .boxBody ul {
    padding-bottom: 50px
}

.inBodyWrap .popupBox .historyBox .boxBody ul li,
.bodyWrap .popupBox .historyBox .boxBody ul li {
    padding: 22px 2px;
    border-bottom: 2px solid #EEEEEE
}

.inBodyWrap .popupBox .historyBox .boxBody ul li:first-child,
.bodyWrap .popupBox .historyBox .boxBody ul li:first-child {
    padding: 0 0 22px
}

.inBodyWrap .popupBox .historyBox .boxBody ul li:last-child,
.bodyWrap .popupBox .historyBox .boxBody ul li:last-child {
    border-bottom: unset
}

.inBodyWrap .popupBox .historyBox .boxBody ul li>p:nth-child(1),
.bodyWrap .popupBox .historyBox .boxBody ul li>p:nth-child(1) {
    color: #FFD633;
    display: flex;
    align-items: center
}

.inBodyWrap .popupBox .historyBox .boxBody ul li>p:nth-child(1)::before,
.bodyWrap .popupBox .historyBox .boxBody ul li>p:nth-child(1)::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #FFD633;
    border-radius: 1px;
    margin-right: 6px
}

.inBodyWrap .popupBox .historyBox .boxBody ul li>p:nth-child(2),
.bodyWrap .popupBox .historyBox .boxBody ul li>p:nth-child(2) {
    color: #333333;
    margin-top: 13px
}

.inBodyWrap .popupBox .historyBox .boxBody ul li .count,
.bodyWrap .popupBox .historyBox .boxBody ul li .count {
    color: #999999;
    line-height: 24px;
    text-align: justify
}

.inBodyWrap .popupBox .historyBox .boxBody ul li .count p,
.bodyWrap .popupBox .historyBox .boxBody ul li .count p {
    margin-top: 15px
}

.inBodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar,
.bodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar {
    width: 14px;
    background: #F1F1F1
}

.inBodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar-thumb,
.bodyWrap .popupBox .historyBox .boxBody::-webkit-scrollbar-thumb {
    width: 10px;
    border: 2px solid #F1F1F1;
    background: #C1C1C1
}

.inBodyWrap .popupBox .historyBox .boxFoot,
.bodyWrap .popupBox .historyBox .boxFoot {
    margin-left: -16.5px;
    position: relative;
    padding-top: 30px
}

.inBodyWrap .popupBox .historyBox .boxFoot button,
.bodyWrap .popupBox .historyBox .boxFoot button {
    width: 446px
}

.inBodyWrap .popupBox .historyBox .boxFoot::after,
.bodyWrap .popupBox .historyBox .boxFoot::after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: -60px;
    left: 0
}

.inBodyWrap .newsTitleBox,
.bodyWrap .newsTitleBox {
    position: relative;
    margin-top: 40px;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.inBodyWrap .newsTitleBox::before,
.bodyWrap .newsTitleBox::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/t174/resource/images/news_bg1.png);
    background-size: cover;
    background-position: top;
    z-index: -1
}

.inBodyWrap .newsTitleBox>div,
.bodyWrap .newsTitleBox>div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2)
}

.inBodyWrap .newsTitleBox>div::before,
.bodyWrap .newsTitleBox>div::before,
.inBodyWrap .newsTitleBox>div::after,
.bodyWrap .newsTitleBox>div::after {
    content: "";
    width: 89px;
    height: 87px;
    display: block;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -67px -904px
}

.inBodyWrap .newsTitleBox>div::after,
.bodyWrap .newsTitleBox>div::after {
    transform: rotateY(180deg)
}

.inBodyWrap .newsTitleBox>div p,
.bodyWrap .newsTitleBox>div p {
    display: flex;
    flex-direction: column;
    text-align: center
}

.inBodyWrap .newsTitleBox>div p span:last-child,
.bodyWrap .newsTitleBox>div p span:last-child {
    margin-top: 12px;
    font-weight: bold
}

.inBodyWrap .newsWrapBox .boxWrap .boxL,
.bodyWrap .newsWrapBox .boxWrap .boxL {
    width: 834px
}

.inBodyWrap .newsWrapBox .boxWrap .boxL .newsAllBox,
.bodyWrap .newsWrapBox .boxWrap .boxL .newsAllBox {
    margin-bottom: 20px
}

.inBodyWrap .newsWrapBox .boxWrap .boxL .newsAllBox .menuTxtTab,
.bodyWrap .newsWrapBox .boxWrap .boxL .newsAllBox .menuTxtTab {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #FFD633;
    overflow: hidden
}

.inBodyWrap .newsWrapBox .boxWrap .boxL .newsAllBox .menuTxtTab>a,
.bodyWrap .newsWrapBox .boxWrap .boxL .newsAllBox .menuTxtTab>a {
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    padding: 0 22px
}

.inBodyWrap .newsWrapBox .boxWrap .boxL .newsAllBox .menuTxtTab>a:hover,
.bodyWrap .newsWrapBox .boxWrap .boxL .newsAllBox .menuTxtTab>a:hover,
.inBodyWrap .newsWrapBox .boxWrap .boxL .newsAllBox .menuTxtTab>a.current,
.bodyWrap .newsWrapBox .boxWrap .boxL .newsAllBox .menuTxtTab>a.current {
    color: #fff;
    font-weight: bold
}

.inBodyWrap .newsWrapBox .boxWrap .boxL .newsAllBox .gmTitle .titleL .icon,
.bodyWrap .newsWrapBox .boxWrap .boxL .newsAllBox .gmTitle .titleL .icon {
    width: 8px;
    height: 24px;
    margin-right: 6px;
    background-position: -37px -3px
}

.inBodyWrap .newsWrapBox .boxWrap .boxL .newsAllBox .pageCode,
.bodyWrap .newsWrapBox .boxWrap .boxL .newsAllBox .pageCode {
    margin-top: 30px
}

.inBodyWrap .newsWrapBox .boxWrap .boxL .boxR,
.bodyWrap .newsWrapBox .boxWrap .boxL .boxR {
    width: 336px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox {
    color: #333333;
    font-size: 16px;
    line-height: 32px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox h1,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    margin-top: -6px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .tips,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .tips {
    color: #999;
    line-height: 16px;
    margin-top: 18px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .tips span,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .tips span {
    margin-right: 50px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .tips span:last-child,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .tips span:last-child {
    margin-right: 0
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .cont iframe,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .cont iframe {
    display: block;
    max-width: 100%
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .cont p,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .cont p {
    margin-top: 23px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .cont p:first-child,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .cont p:first-child {
    margin-top: 42px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .cont h3,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .cont h3 {
    margin-top: 22px;
    font-size: 18px;
    color: #000;
    font-weight: bold
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .cont img,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .cont img {
    width: auto;
    max-width: 600px;
    height: auto;
    max-height: 660px;
    display: block;
    margin: 32px auto 8px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap {
    margin-top: 17px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a {
    width: 100%;
    height: 38px;
    line-height: 36px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #333
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a:hover {
    color: #ffd633
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a>span.txtNav,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a>span.txtNav {
    position: relative;
    width: 135px;
    z-index: 1;
    color: #000;
    font-size: 18px;
    padding-left: 26px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a>span.txtNav::before,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a>span.txtNav::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    right: 0;
    display: inline-block;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -616px -840px;
    z-index: -1
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a>span.txt,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a>span.txt {
    flex: 1;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a::after,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a::after {
    content: "";
    width: 18px;
    height: 10px;
    display: inline-block;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -240px -36px;
    position: absolute;
    right: 0
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a:last-child,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a:last-child {
    margin-top: 10px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a:last-child>span.txtNav,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a:last-child>span.txtNav {
    padding-left: unset;
    padding-right: 26px;
    text-align: right
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a:last-child>span.txtNav::before,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a:last-child>span.txtNav::before {
    transform: rotateY(180deg)
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a:last-child>span.txt,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a:last-child>span.txt {
    text-align: right
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a:last-child::after,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .preOrNextWrap a:last-child::after {
    right: unset;
    left: 0;
    transform: rotateY(180deg)
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox {
    margin-top: 40px;
    width: 100%;
    height: 160px;
    border-radius: 8px;
    background-image: url(/t174/resource/images/nd_bg1.png);
    background-repeat: no-repeat;
    background-size: 834px 160px;
    background-position: 0 0;
    display: flex;
    padding: 21px 24px 0 40px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtL,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtL {
    position: relative
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtL>img,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtL>img {
    width: 88px;
    height: 88px;
    border-radius: 20px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtL .icon,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtL .icon {
    width: 180px;
    height: 81px;
    background-position: -812px -910px;
    position: absolute;
    top: 90px;
    left: -41px;
    zoom: .74
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR {
    pointer-events: none;
    flex: 1;
    padding-left: 22px;
    width: 0
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR .title,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR .title {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 7px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR p,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR p {
    color: #998536;
    font-size: 16px;
    line-height: 16px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR p.txt,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR p.txt {
    margin-top: 18px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR p.txt span,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR p.txt span {
    margin-right: 50px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR p.txt span:last-child,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR p.txt span:last-child {
    margin-right: 0
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR p.tags,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR p.tags {
    display: flex;
    align-items: center;
    margin-top: 13px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR p.tags span,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .dtR p.tags span {
    color: #CCB147;
    font-size: 14px;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    background: #FFFBEA;
    border-radius: 5px;
    margin-right: 16px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns {
    display: flex;
    flex-direction: column;
    margin-top: 11px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a {
    margin-bottom: 12px;
    font-weight: bold;
    color: #FFFFFF;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #5961FF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a::before,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a::before {
    content: "";
    width: 16px;
    height: 20px;
    display: block;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -136px -32px;
    margin-right: 5px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a:hover {
    background: #666eff;
    opacity: .96
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.androidBtn,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.androidBtn {
    background: #59c68a
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.androidBtn::before,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.androidBtn::before {
    width: 16px;
    height: 18px;
    background-position: -156px -34px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.androidBtn:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.androidBtn:hover {
    background: #63c790
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.pcBtn,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.pcBtn {
    background: #A54DFF
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.pcBtn::before,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.pcBtn::before {
    width: 20px;
    height: 17px;
    background-position: -176px -35px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.pcBtn:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.pcBtn:hover {
    background: #ac59ff
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.reservationBtn,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.reservationBtn {
    background: #FF504D
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.reservationBtn::before,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.reservationBtn::before {
    width: 16px;
    height: 16px;
    background-position: -200px -36px
}

.inBodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.reservationBtn:hover,
.bodyWrap .ndWrapBox .boxWrap .boxL .ndDetailBox .nextDtBox .btns a.reservationBtn:hover {
    background: #ff5c59
}

.inBodyWrap .colListBox .boxTit,
.bodyWrap .colListBox .boxTit {
    position: relative;
    margin: auto;
    padding: 30px 0 0;
    text-align: center;
    font-size: 48px;
    color: #1F1F1F;
    font-weight: bold;
    line-height: 50px
}

.inBodyWrap .colListBox .boxTit::before,
.bodyWrap .colListBox .boxTit::before {
    content: "";
    display: block;
    width: 93.75%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 61px;
    margin: auto;
    left: 0;
    right: 0
}

.inBodyWrap .colListBox .boxTit .tnTit,
.bodyWrap .colListBox .boxTit .tnTit {
    z-index: 1;
    position: relative
}

.inBodyWrap .colListBox .boxTit .tnTit::before,
.bodyWrap .colListBox .boxTit .tnTit::before,
.inBodyWrap .colListBox .boxTit .tnTit::after,
.bodyWrap .colListBox .boxTit .tnTit::after {
    content: "";
    position: relative;
    top: 2px;
    display: inline-block;
    width: 39px;
    height: 30px;
    background: url(/t174/resource/images/titbg.png) no-repeat;
    background-size: 1500px 2500px;
    background-position: -651px -1550px;
    background-color: #fff
}

.inBodyWrap .colListBox .boxTit .tnTit::after,
.bodyWrap .colListBox .boxTit .tnTit::after {
    transform: rotateY(180deg)
}

.inBodyWrap .colListBox .boxTit .tnTit span,
.bodyWrap .colListBox .boxTit .tnTit span {
    background-color: #fff
}

.inBodyWrap .colListBox .boxTit .tnTit strong,
.bodyWrap .colListBox .boxTit .tnTit strong {
    font-size: 20px;
    color: #1F1F1F;
    font-weight: bold;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 20px;
    background-color: #fff
}

.inBodyWrap .colListBox .boxTit .menuTit,
.bodyWrap .colListBox .boxTit .menuTit {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 0;
    background-repeat-x: repeat
}

.inBodyWrap .colListBox .boxTit .menuTit a,
.bodyWrap .colListBox .boxTit .menuTit a {
    position: relative;
    padding: 30px 42px 0;
    font-size: 18px;
    color: #666;
    line-height: 20px
}

.inBodyWrap .colListBox .boxTit .menuTit a.current,
.bodyWrap .colListBox .boxTit .menuTit a.current {
    font-size: 24px;
    color: #ffd633;
    font-weight: bold;
    line-height: 28px;
    display: flex;
    align-items: flex-end
}

.inBodyWrap .colListBox .boxTit .menuTit a.current::before,
.bodyWrap .colListBox .boxTit .menuTit a.current::before {
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    background: url(/t174/resource/images/xiebg.png) no-repeat;
    margin-right: 2px
}

.inBodyWrap .colListBox .boxWrap>ul,
.bodyWrap .colListBox .boxWrap>ul {
    padding-top: 40px;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(4, 280px)
}

.inBodyWrap .colListBox .boxWrap>ul li,
.bodyWrap .colListBox .boxWrap>ul li {
    width: 280px;
    z-index: 1
}

.inBodyWrap .colListBox .boxWrap>ul li a,
.bodyWrap .colListBox .boxWrap>ul li a {
    display: block;
    width: 100%;
    color: inherit;
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden
}

.inBodyWrap .colListBox .boxWrap>ul li a .imgBox,
.bodyWrap .colListBox .boxWrap>ul li a .imgBox {
    width: 100%;
    height: 168px;
    overflow: hidden
}

.inBodyWrap .colListBox .boxWrap>ul li a .imgBox>img,
.bodyWrap .colListBox .boxWrap>ul li a .imgBox>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
}

.inBodyWrap .colListBox .boxWrap>ul li a .imgInfo,
.bodyWrap .colListBox .boxWrap>ul li a .imgInfo {
    width: 100%;
    height: 250px;
    background: #F7F7F7
}

.inBodyWrap .colListBox .boxWrap>ul li a .imgInfo>div,
.bodyWrap .colListBox .boxWrap>ul li a .imgInfo>div {
    display: flex;
    padding: 0 17px;
    margin-top: -50px
}

.inBodyWrap .colListBox .boxWrap>ul li a .imgInfo>div>img,
.bodyWrap .colListBox .boxWrap>ul li a .imgInfo>div>img {
    width: 94px;
    height: 94px;
    object-fit: cover;
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    border-radius: 20px;
    z-index: 1
}

.inBodyWrap .colListBox .boxWrap>ul li a .imgInfo>div>p,
.bodyWrap .colListBox .boxWrap>ul li a .imgInfo>div>p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    flex: 1;
    overflow: hidden;
    z-index: 1
}

.inBodyWrap .colListBox .boxWrap>ul li a .imgInfo>div>p>span,
.bodyWrap .colListBox .boxWrap>ul li a .imgInfo>div>p>span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .colListBox .boxWrap>ul li a .imgInfo>div>p>span:first-child,
.bodyWrap .colListBox .boxWrap>ul li a .imgInfo>div>p>span:first-child {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 32px
}

.inBodyWrap .colListBox .boxWrap>ul li a .imgInfo p.infoTxt,
.bodyWrap .colListBox .boxWrap>ul li a .imgInfo p.infoTxt {
    line-height: 30px;
    margin-top: 9px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify
}

.inBodyWrap .colListBox .boxWrap>ul li a .imgInfo p.collTitle,
.bodyWrap .colListBox .boxWrap>ul li a .imgInfo p.collTitle {
    margin: 16px 20px 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center
}

.inBodyWrap .colListBox .boxWrap>ul li a .imgInfo p.collTitle::before,
.bodyWrap .colListBox .boxWrap>ul li a .imgInfo p.collTitle::before,
.inBodyWrap .colListBox .boxWrap>ul li a .imgInfo p.collTitle::after,
.bodyWrap .colListBox .boxWrap>ul li a .imgInfo p.collTitle::after {
    content: "";
    display: inline-block;
    width: 41px;
    height: 1px;
    background-color: #DCDCDC
}

.inBodyWrap .colListBox .boxWrap>ul li a .imgInfo p.collTitle>span,
.bodyWrap .colListBox .boxWrap>ul li a .imgInfo p.collTitle>span {
    padding: 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inBodyWrap .colListBox .boxWrap>ul li:hover a .imgBox>img,
.bodyWrap .colListBox .boxWrap>ul li:hover a .imgBox>img {
    transform: scale(1.2)
}

.inBodyWrap .colListBox .boxWrap>ul li:hover a .imgInfo p.collTitle,
.bodyWrap .colListBox .boxWrap>ul li:hover a .imgInfo p.collTitle {
    color: #ffd633
}

.inBodyWrap .colListBox .boxWrap .pageCode,
.bodyWrap .colListBox .boxWrap .pageCode {
    margin-top: 6px
}

.inBodyWrap .colDetailHotBox,
.bodyWrap .colDetailHotBox,
.inBodyWrap .colHotBox,
.bodyWrap .colHotBox {
    margin-top: 40px
}

.inBodyWrap .colDetailHotBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .colDetailHotBox .boxWrap .inTitle .titleL .icon,
.inBodyWrap .colHotBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .colHotBox .boxWrap .inTitle .titleL .icon {
    width: 61px;
    height: 50px;
    background-position: -385px -120px;
    margin-right: 8px
}

.inBodyWrap .colDetailHotBox .boxWrap .fiveColumnList,
.bodyWrap .colDetailHotBox .boxWrap .fiveColumnList,
.inBodyWrap .colHotBox .boxWrap .fiveColumnList,
.bodyWrap .colHotBox .boxWrap .fiveColumnList {
    margin-top: -2px
}

.inBodyWrap .rankNewBox,
.bodyWrap .rankNewBox,
.inBodyWrap .colNewBox,
.bodyWrap .colNewBox {
    margin-top: 40px;
    padding-bottom: 30px
}

.inBodyWrap .rankNewBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .rankNewBox .boxWrap .inTitle .titleL .icon,
.inBodyWrap .colNewBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .colNewBox .boxWrap .inTitle .titleL .icon {
    width: 69px;
    height: 50px;
    background-position: -457px -121px;
    margin-right: 8px
}

.inBodyWrap .rankNewBox .boxWrap .inTitle .titleL>p>span,
.bodyWrap .rankNewBox .boxWrap .inTitle .titleL>p>span,
.inBodyWrap .colNewBox .boxWrap .inTitle .titleL>p>span,
.bodyWrap .colNewBox .boxWrap .inTitle .titleL>p>span {
    left: -2px;
    white-space: nowrap
}

.inBodyWrap .rankNewBox .boxWrap .tagList,
.bodyWrap .rankNewBox .boxWrap .tagList,
.inBodyWrap .colNewBox .boxWrap .tagList,
.bodyWrap .colNewBox .boxWrap .tagList {
    margin-top: 30px;
    line-height: 32px;
    grid-template-columns: repeat(5, 18.3%);
    color: #141414
}

.inBodyWrap .rankNewBox .boxWrap .tagList li,
.bodyWrap .rankNewBox .boxWrap .tagList li,
.inBodyWrap .colNewBox .boxWrap .tagList li,
.bodyWrap .colNewBox .boxWrap .tagList li {
    height: 32px;
    background: #F8F8F8;
    border-radius: 16px;
    margin-bottom: 20px
}

.inBodyWrap .rankNewBox .boxWrap .tagList li:hover,
.bodyWrap .rankNewBox .boxWrap .tagList li:hover,
.inBodyWrap .colNewBox .boxWrap .tagList li:hover,
.bodyWrap .colNewBox .boxWrap .tagList li:hover {
    background: #ffd633
}

.inBodyWrap .colDetailInfoBox .boxWrap .boxCont,
.bodyWrap .colDetailInfoBox .boxWrap .boxCont {
    margin-top: 60px;
    width: 100%;
    height: 320px;
    background: #F7F7F7;
    border-radius: 5px;
    display: flex;
    justify-content: space-between
}

.inBodyWrap .colDetailInfoBox .boxWrap .boxCont>img,
.bodyWrap .colDetailInfoBox .boxWrap .boxCont>img {
    width: 700px;
    height: 360px;
    object-fit: cover;
    border-radius: 8px;
    margin: -20px 24px;
    z-index: 3
}

.inBodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo,
.bodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo {
    z-index: 3;
    flex: 1;
    margin: 40px 26px 23px 0;
    font-size: 16px;
    color: #666666;
    position: relative
}

.inBodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo .feedbackAdd,
.bodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo .feedbackAdd {
    top: -28px;
    right: -10px
}

.inBodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo h1,
.bodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 30px
}

.inBodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo p,
.bodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo p {
    line-height: 16px;
    margin-top: 23px
}

.inBodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo p.infoBtw,
.bodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo p.infoBtw {
    display: flex;
    justify-content: space-between
}

.inBodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo p.infoTxt,
.bodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo p.infoTxt {
    margin-top: 21px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify
}

.inBodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo p:last-child,
.bodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo p:last-child {
    display: flex;
    align-items: center;
    margin-top: 21px;
    color: #999;
    font-size: 14px
}

.inBodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo p:last-child>span,
.bodyWrap .colDetailInfoBox .boxWrap .boxCont .imgInfo p:last-child>span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0 8px;
    margin-right: 16px
}

.inBodyWrap .colAllBox,
.bodyWrap .colAllBox {
    z-index: 1;
    margin-top: 60px;
    padding-bottom: 0
}

.inBodyWrap .colAllBox::before,
.bodyWrap .colAllBox::before {
    bottom: unset;
    top: -438px;
    z-index: -1
}

.inBodyWrap .colDetailHotBox,
.bodyWrap .colDetailHotBox {
    margin-top: 20px
}

.inBodyWrap .rankTitleBox,
.bodyWrap .rankTitleBox {
    padding-top: 38px;
    font-size: 16px;
    color: #FFFFFF
}

.inBodyWrap .rankTitleBox .boxWrap,
.bodyWrap .rankTitleBox .boxWrap {
    width: 1200px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative
}

.inBodyWrap .rankTitleBox .boxWrap::before,
.bodyWrap .rankTitleBox .boxWrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/t174/resource/images/rank_bg1.png);
    background-size: cover;
    background-position: top;
    z-index: -1
}

.inBodyWrap .rankTitleBox .boxWrap p,
.bodyWrap .rankTitleBox .boxWrap p {
    display: flex;
    flex-direction: column
}

.inBodyWrap .rankTitleBox .boxWrap p span:first-child,
.bodyWrap .rankTitleBox .boxWrap p span:first-child {
    font-size: 82px;
    font-weight: bold
}

.inBodyWrap .rankTitleBox .boxWrap p span:last-child,
.bodyWrap .rankTitleBox .boxWrap p span:last-child {
    opacity: .8;
    font-size: 20px;
    line-height: 20px;
    margin-top: 26px
}

.inBodyWrap .rankTitleBox .boxWrap .tabs,
.bodyWrap .rankTitleBox .boxWrap .tabs {
    position: absolute;
    left: 50px;
    top: 27px;
    width: 140px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 20px;
    line-height: 36px;
    color: #fff;
    display: flex;
    font-weight: bold
}

.inBodyWrap .rankTitleBox .boxWrap .tabs>span,
.bodyWrap .rankTitleBox .boxWrap .tabs>span {
    width: 70px;
    text-align: center
}

.inBodyWrap .rankTitleBox .boxWrap .tabs>span a,
.bodyWrap .rankTitleBox .boxWrap .tabs>span a {
    color: inherit
}

.inBodyWrap .rankTitleBox .boxWrap .tabs>span.active,
.bodyWrap .rankTitleBox .boxWrap .tabs>span.active {
    background-color: #fff;
    border-radius: 20px;
    color: #FF5253;
    margin-left: -1px;
    margin-right: -1px
}

.inBodyWrap .rankListBox .tagList,
.bodyWrap .rankListBox .tagList {
    margin-top: 35px;
    line-height: 42px;
    grid-template-columns: repeat(5, 18.3%);
    color: #333333;
    font-size: 18px
}

.inBodyWrap .rankListBox .tagList li,
.bodyWrap .rankListBox .tagList li {
    height: 42px;
    background: #F8F8F8;
    border-radius: 21px;
    margin-bottom: 24px;
    z-index: 1
}

.inBodyWrap .rankListBox .tagList li:hover,
.bodyWrap .rankListBox .tagList li:hover {
    background: #ffd633
}

.inBodyWrap .rankMainBox,
.bodyWrap .rankMainBox {
    margin-top: 16px
}

.inBodyWrap .rankMainBox .boxWrap .inTitle .titleL .icon,
.bodyWrap .rankMainBox .boxWrap .inTitle .titleL .icon {
    width: 58px;
    height: 53px;
    background-position: -316px -118px
}

.inBodyWrap .rankMainBox .boxWrap .singleRankList,
.bodyWrap .rankMainBox .boxWrap .singleRankList {
    margin-top: 34px
}

.inBodyWrap .rankNewBox .boxWrap .tagList,
.bodyWrap .rankNewBox .boxWrap .tagList {
    grid-template-columns: repeat(3, 30%)
}

.inBodyWrap .noPageBox,
.bodyWrap .noPageBox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 276px);
    min-height: 500px;
    z-index: 1
}

.inBodyWrap .noPageBox::after,
.bodyWrap .noPageBox::after {
    content: "";
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    width: 329px;
    height: 296px;
    display: block;
    background-position: -422px -511px
}

.inBodyWrap .noPageBox>div,
.bodyWrap .noPageBox>div {
    font-size: 16px;
    color: #333333;
    padding-left: 50px
}

.inBodyWrap .noPageBox>div i,
.bodyWrap .noPageBox>div i {
    font-size: 120px;
    line-height: 120px;
    font-weight: bold;
    color: #FFD633;
    font-style: normal
}

.inBodyWrap .noPageBox>div>p,
.bodyWrap .noPageBox>div>p {
    margin-top: 47px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold
}

.inBodyWrap .noPageBox>div>span,
.bodyWrap .noPageBox>div>span {
    line-height: 16px;
    margin-top: 17px;
    display: inline-block
}

.inBodyWrap .noPageBox>div>a,
.bodyWrap .noPageBox>div>a {
    margin-top: 50px;
    color: inherit;
    width: 180px;
    height: 48px;
    border: 4px solid #53D37E;
    border-radius: 24px;
    line-height: 40px;
    text-align: center;
    display: block
}

.inBodyWrap .noPageBox>div>a:hover,
.bodyWrap .noPageBox>div>a:hover {
    background-color: #53D37E;
    color: #fff
}

.inBodyWrap {
    padding-bottom: 40px
}

footer {
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    background: #2D2D2D
}

footer .boxWrap {
    padding: 15px 0 45px;
    text-align: center
}

footer .boxWrap p {
    margin-top: 20px
}

footer .boxWrap p a {
    color: inherit
}

footer .boxWrap p a:hover {
    color: #ffd633
}

footer .boxWrap p:first-child {
    color: #CCCCCC
}

footer .boxWrap p:first-child a {
    color: inherit
}

footer .boxWrap p:first-child a::after {
    content: "/";
    margin: 0 15px;
    color: #CCCCCC
}

footer .boxWrap p:first-child a:last-child::after {
    display: none
}

footer .boxWrap p:first-child a:hover {
    color: #ffd633
}

footer .boxWrap p:nth-child(2) {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

footer .boxWrap p:nth-child(2)::before {
    content: "";
    width: 31px;
    height: 31px;
    display: inline-block;
    background-image: url(/t174/resource/images/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -115px -272px;
    margin-right: 19px
}

.agSecret,
.gPower,
.gSecret {
    color: #ffd633 !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: #008bff;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 39px;
    margin: 15px auto 20px;
    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: #008bff;
    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(/t174/resource/images/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: 12px 0;
    line-height: 28px;
    font-size: 18px;
    color: #333;
    font-weight: bold
}

.tablep>em:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 5px;
    margin: 0 6px 0 0;
    width: 15px;
    height: 18px;
    background: url(/t174/resource/images/titbg.png) no-repeat;
    background-size: 1500px 2500px;
    background-position: -7px -1679px
}

.tablep a {
    color: #0000ee
}

.tablep a:hover {
    text-decoration: underline
}

.tablep table {
    width: 100%;
    margin: 0 auto;
    word-break: break-all;
    text-align: center;
    line-height: 1.5
}

.tablep table img {
    max-width: 100%
}

.tablep table td {
    height: 32px
}

.noBtn {
    display: block;
    border: none;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    background-color: #ccc;
    cursor: no-drop
}

.detips {
    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("/t174/resource/images/detips.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 8px
}

.qpLink {
    position: relative;
    text-align: left;
    padding-top: 15px;
    margin: 0 auto 5px
}

.qpLink .list {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px dashed rgba(204, 204, 204, 0.5);
    margin: auto;
    width: 1200px;
    overflow: hidden;
    *zoom: 1
}

.qpLink .list a {
    float: left;
    display: block;
    vertical-align: top;
    margin: 0 28px 0 0;
    height: 30px;
    font-size: 16px;
    color: #b2b2b2;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden
}

.qpLink .list a:hover {
    color: #fff
}

.linkTit {
    width: 1200px;
    margin: 0 auto;
    font-size: 24px;
    color: #FFDD58;
    line-height: 64px
}

.gdDetailBox {
    position: relative
}

.feedbackAdd {
    position: absolute;
    right: 45px;
    top: 92px
}

.feedbackAdd span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #e7040e;
    display: flex;
    align-items: center;
    text-decoration: underline;
    cursor: pointer
}

.feedbackAdd span:before {
    position: relative;
    top: 1px;
    content: "!";
    font-weight: bold;
    font-size: 12px;
    line-height: 13px;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    display: inline-block;
    border: 2px solid #e7040e;
    border-radius: 50%;
    text-align: center
}

.gdDetailBox {
    position: relative
}

.feedbackAdd {
    position: absolute;
    right: 45px;
    top: 92px
}

.feedbackAdd span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #e7040e;
    display: flex;
    align-items: center;
    text-decoration: underline;
    cursor: pointer
}

.feedbackAdd span:before {
    position: relative;
    top: 1px;
    content: "!";
    font-weight: bold;
    font-size: 12px;
    line-height: 13px;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    display: inline-block;
    border: 2px solid #e7040e;
    border-radius: 50%;
    text-align: center
}

.aboutWrap {
    background-color: #fff;
    width: 1200px;
    margin: 20px auto 0
}

.aboutWrap .aboutL {
    width: 220px;
    _height: 750px;
    min-height: 750px;
    float: left
}

.aboutWrap .aboutL ul li {
    width: 220px;
    height: 60px;
    border-bottom: 1px solid #e2e2e2;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #f3f3f3
}

.aboutWrap .aboutL ul li a {
    text-align: center;
    line-height: 80px;
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    color: #2e2e2e;
    display: block;
    position: relative
}

.aboutWrap .aboutL ul li a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid #FFD633;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    top: 31px;
    right: -24px;
    display: none
}

.aboutWrap .aboutL ul li a:hover {
    color: #fff;
    background: linear-gradient(to right, #ff9e72, #FFD633)
}

.aboutWrap .aboutL ul li a.on {
    color: #fff;
    background: linear-gradient(to right, #ff9e72, #FFD633)
}

.aboutWrap .aboutL ul li a.on:after {
    display: block
}

.aboutWrap .aboutR {
    width: 980px;
    float: right;
    _height: 750px;
    min-height: 750px;
    overflow: hidden;
    border-left: 1px #efefef solid;
    background-color: #fff
}

.aboutWrap .aboutR .siteTle {
    width: 897px;
    line-height: 79px;
    height: 79px;
    margin: 0 40px;
    border-bottom: 1px #d9d9d9 solid;
    font-size: 28px;
    color: #c6c6c6
}

.aboutWrap .aboutR .siteTle span {
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    line-height: 99px
}

.aboutWrap .aboutR .textbox_01 p {
    margin-bottom: 0px;
    text-indent: 2em
}

.aboutWrap .aboutR .textbox_01,
.aboutWrap .aboutR .textbox_02,
.aboutWrap .aboutR .textbox_03 {
    width: 897px;
    overflow: hidden;
    padding-top: 25px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 36px
}

.aboutWrap .aboutR .textbox_03 dl {
    margin-bottom: 18px
}

.aboutWrap .aboutR .textbox_03 dt,
.aboutWrap .aboutR .textbox_03 dt a {
    font-weight: 700;
    color: #FFD633;
    font-size: 18px
}

.aboutWrap .aboutR .textbox_03 dd {
    width: 897px
}

.aboutWrap .aboutR .textbox_03 dd a {
    display: block;
    color: #333;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.aboutWrap .aboutR .textbox_03 .l5 dd a {
    width: 156px;
    margin-right: 22px
}

.aboutWrap .aboutR .textbox_03 .l6 dd a {
    width: 156px;
    margin-right: 20px
}

.aboutWrap .aboutR .textbox_03 dd a:hover {
    color: #FFD633
}

.aboutWrap .aboutR .textbox_02 b {
    color: #cc0000;
    line-height: 30px;
    font-size: 16px
}

.aboutWrap .aboutR .textbox_02 .title_04 {
    color: #000;
    font-weight: bold;
    font-size: 14px
}

.aboutWrap .aboutR .textbox_02 .title_05 {
    margin-top: 10px;
    display: block
}

.aboutWrap .aboutR .textbox_03 p {
    font-size: 14px;
    line-height: 36px
}

.aboutWrap .aboutR .textbox_03 .title_02,
.aboutWrap .aboutR .bottom .title_02 b {
    color: #cc0000;
    font-size: 16px;
    line-height: 40px;
    width: 777px;
    margin-top: 10px
}

.aboutWrap .aboutR .textbox_03 .title_03 {
    margin-top: 5px
}

.aboutWrap .aboutR .bottom b {
    margin-left: 40px
}

.aboutWrap .aboutR .bottom {
    margin-bottom: 40px
}

footer p:nth-of-type(1) a {
    margin: 0 6px;
    color: #B3B3B3;
}