.clearfix {
    margin-right: auto;
    margin-left: auto;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

b,
em,
i {
    font-style: normal;
    font-weight: normal;
}

body {
    margin: 0;
    font-family: 'Microsoft Yahei', Arial, Tahoma, Helvetica, 'SimSun', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #454545;
    position: relative;
}

body,
html {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
    min-height: 1000px;
    background-color: #f6f6f6;
}

button,
input,
select,
textarea,
th {
    background: #fff;
    font-size: 12px;
    line-height: 1.5em;
    font-family: 'Microsoft Yahei', Arial, Tahoma, Helvetica, 'SimSun', 'Hiragino Sans GB', sans-serif;
}

article,
aside,
figure,
footer,
header,
nav,
section {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus,
a:hover {
    -webkit-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -moz-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -ms-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -o-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
}

.rotate360:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

a:hover {
    color: #ff4c4c;
}

.rotate360 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cfx {
    margin-right: auto;
    margin-left: auto;
}

.cfx:after,
.cfx:before {
    display: table;
    content: '';
    line-height: 0;
}

.cfx:after {
    clear: both;
}

.cx {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

body {
    word-break: break-all;
}

a {
    cursor: pointer;
}

img {
    vertical-align: top;
    border: 0;
}

a img:hover {
    opacity: 0.9;
    cursor: pointer;
}

.ico {
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
}

.breadChip {
    position: relative;
    width: 1200px;
    margin: auto;
    height: 46px;
    line-height: 46px;
}

.breadChip,
.breadChip a {
    font-size: 14px;
    color: #c4c3c3;
}

.breadChip:before {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -310px -4px;
    margin-right: 6px;
}

.breadChip a:hover {
    color: #ff4c4c;
}

.frLink {
    position: relative;
    top: 4px;
    background-color: #000;
    margin-bottom: 0;
}

.frLink > div {
    width: 1000px;
    margin: auto;
    font-size: 12px;
    color: #999;
    line-height: 26px;
    font-weight: bold;
    padding: 20px 100px 16px;
    border-bottom: 1px solid #333;
    text-align: center;
}

.frLink a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 12px;
    font-weight: lighter;
    padding: 0 14px 0 10px;
    line-height: 26px;
}

.frLink a:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    width: 1px;
    height: 13px;
    background-color: #8b8b8b;
}

.frLink a:hover {
    color: #ff4c4c;
}

.frLink a:last-of-type:after {
    display: none;
}

.dTit {
    position: relative;
    padding: 0 10px 0 17px;
    height: 42px;
    margin: auto;
}

.dTit strong {
    position: relative;
    float: left;
    font-size: 24px;
    color: #2e2e30;
    line-height: 42px;
    font-weight: bold;
}

.dTit a {
    position: relative;
    float: right;
    display: block;
    width: 33px;
    height: 18px;
    padding: 12px 5px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -47px 8px;
}

.dTit a:hover {
    background-position: -100px 8px;
}

.dhTit {
    position: relative;
    padding: 0 10px 0 13px;
    height: 56px;
    margin: auto;
}

.dhTit h2 {
    position: relative;
    z-index: 1;
    float: left;
    display: inline-block;
    font-size: 34px;
    color: #2e2e30;
    line-height: 56px;
    font-weight: bold;
}

.dhTit h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 11px;
    z-index: -1;
    display: block;
    width: 111%;
    height: 16px;
    background: linear-gradient(354deg, #ec3b3b 0%, #feca04 100%);
}

.dhTit a {
    position: relative;
    float: right;
    display: block;
    width: 33px;
    height: 18px;
    margin-top: 7px;
    padding: 12px 5px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -47px 8px;
}

.dhTit a:hover {
    background-position: -100px 8px;
}

.gstTit {
    position: relative;
    height: 30px;
    margin: auto;
}

.gstTit strong {
    position: relative;
    z-index: 1;
    float: left;
    display: inline-block;
    font-size: 26px;
    color: #2e2e30;
    line-height: 30px;
    font-weight: bold;
}

.gstTit strong:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 16px;
    /*background: linear-gradient(354deg, #EC3B3B 0%, #FECA04 100%)*/
}

.gstTit a {
    position: relative;
    float: right;
    display: block;
    width: 33px;
    height: 18px;
    margin-right: -11px;
    padding: 11px 13px 1px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -39px 7px;
}

.gstTit a:hover {
    background-position: -92px 7px;
}

.gstTit span {
    float: left;
    margin-left: 25px;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    margin-top: 7px;
}

.gstTit span em {
    color: #ff6633;
}

.pagecode {
    padding: 4px 0 35px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.pagecode a {
    padding: 9.5px 19px;
    margin: 0 5px;
    color: #666;
    text-decoration: none;
    background-color: #f6f6f6;
    border-radius: 3px;
}

.pagecode > span {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border-radius: 3px;
}

.pagecode span a {
    display: block;
    padding: 0;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
}

.pagecode a:hover {
    color: #fff;
    background-color: #ff4c4c !important;
}

.pagecode a.current,
.pagecode a.current:hover {
    color: #fff;
    background-color: #ff4c4c !important;
    padding: 9.5px 15px;
    font-weight: normal;
}

.pagecode a.disabled,
.pagecode a.disabled:hover {
    color: #666;
    background-color: #efefef !important;
    cursor: default;
}

.dRec {
    padding-top: 30px;
    margin-bottom: 20px;
    background: url('../img/drecbg.png') no-repeat;
    background-size: 100% auto;
}

.dRec > div {
    width: 1200px;
    margin: 0 auto 20px;
}

.dRecT {
    position: relative;
    margin-bottom: 20px;
}

.dRecT:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    z-index: 1;
    display: block;
    width: 139px;
    height: 44px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -5px -46px;
}

.gaHSTop {
    float: left;
    position: relative;
    display: block;
    width: 392px;
    height: 228px;
    border-radius: 20px;
    overflow: hidden;
}

.gaHSTop > img {
    width: 388px;
    min-height: 100%;
    height: auto;
    border: 2px solid #fff;
    border-radius: 20px;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: inherit;
    object-fit: cover;
}

.gaHSTop .img {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: inherit;
}

.gaHSTop .img img {
    width: 100%;
    min-height: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: inherit;
}

.gaHSbg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 58px;
    margin: auto;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), rgba(114, 102, 104, 0.1);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), rgba(114, 102, 104, 0.1);
}

.gaHSTop .info {
    padding: 8px 19px 8px 16px;
    height: 42px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
}

.gaHSTop .info img {
    float: left;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    margin-right: 12px;
}

.gaHSTop .info > div {
    float: left;
    max-width: 280px;
}

.gaHSTop .info > div strong {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
}

.gaHSTop .info > div p {
    font-size: 12px;
    line-height: 16px;
    color: #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gaHSTop .info i {
    float: right;
    display: block;
    width: 27px;
    height: 28px;
    background-position: -5px -4px;
    position: relative;
    top: 6px;
}

.dSlider_c {
    float: right;
    width: 790px;
    height: 226px;
    position: relative;
    border: 2px solid #fff;
    border-radius: 20px;
}

.dSlider {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: left;
    width: 100%;
    height: 226px;
    border-radius: 20px;
    overflow: hidden;
}

.dSlider img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.dSlider_cleft {
    display: block;
    width: 38px;
    height: 38px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -237px -52px;
    transform: rotate(180deg);
    position: absolute;
    right: 62px;
    bottom: 14px;
    margin: auto 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.5;
}

.dSlider_cleft:hover {
    opacity: 1;
}

.dSlider_cright {
    display: block;
    width: 38px;
    height: 38px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -237px -52px;
    position: absolute;
    right: 17px;
    bottom: 14px;
    margin: auto 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.5;
}

.dSlider_cright:hover {
    opacity: 1;
}

.dSlider_btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: auto;
    z-index: 2;
}

.dSlider_btn span {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 1.5px;
    cursor: pointer;
}

.dSlider_btn span.checked {
    background: linear-gradient(354deg, #ec3b3b 0%, #feca04 100%);
}

.dSlider div {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 390px;
    height: 226px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.96), transparent);
    border-radius: 20px;
}

.dSlider div p {
    display: block;
    height: 60px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    margin: 51px 0 17px 28px;
    overflow: hidden;
}

.dSlider div span {
    display: block;
    width: 134px;
    height: 38px;
    font-size: 18px;
    color: rgba(72, 225, 209, 0);
    background: linear-gradient(90deg, #91ffd0 0%, #b1fda2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 38px;
    margin-left: 29px;
    border: 2px solid rgba(71, 225, 210, 0.5);
    border-radius: 10px;
}

.dSlider div span:hover {
    border-color: rgba(71, 225, 210, 0.8);
}

.dRecM {
    position: relative;
    overflow: hidden;
    height: 90px;
}

.dRecM ul {
    overflow: hidden;
    width: 1000%;
}

.dRecM ul .dF,
.dRecM ul .dL,
.dRecM ul li {
    display: block;
    overflow: hidden;
    float: left;
    border-radius: 10px;
}

.dRecM ul img {
    border-radius: 10px;
}

.dRecM ul li {
    width: 304px;
}

.dRecM ul .dL {
    width: 288px;
}

.dRecM ul .dL img {
    width: 284px;
    height: 84px;
    border: 2px solid #fff;
}

.dRecM ul .dF {
    width: 0;
    margin-left: 10px;
}

.dRecM ul .dF img {
    width: 898px;
    height: 84px;
    border: 2px solid #fff;
}

.dRecbL {
    float: left;
    width: 890px;
    height: 416px;
    padding: 15px 0;
    background: linear-gradient(30deg, #d1f7fe, #f5f0eb, #fad7d6, #f5f0ef);
    border: 2px solid #fff;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
    border-radius: 20px;
    overflow: hidden;
    margin-right: 10px;
}

.dRecbR {
    float: right;
    width: 285px;
    height: 416px;
    padding: 15px 0;
    background: linear-gradient(30deg, #d1f7fe, #f5f0eb, #fad7d6, #f5f0ef);
    border: 2px solid #fff;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
    border-radius: 20px;
    overflow: hidden;
}

.dRecbLL {
    float: left;
    width: 430px;
    overflow: hidden;
}

.dRecbLL .dTit a {
    padding-right: 0;
}

.dRecbLL .list {
    padding: 11px 0 0 15px;
    width: 450px;
    overflow: hidden;
}

.dRecbLL .list a {
    float: left;
    display: block;
    width: 195px;
    height: 172px;
    margin: 0 17px 10px 0;
    font-size: 16px;
    color: #424242;
    line-height: 24px;
    overflow: hidden;
}

.dRecbLL .list a img {
    display: block;
    width: 100%;
    height: 110px;
    border-radius: 10px;
    margin-bottom: 11px;
}

.dRecbLL .list a:hover {
    color: #ff4c4c;
}

.dRecbLR {
    float: right;
    width: 460px;
}

.dRecbLR ul {
    padding: 4.5px 0 8px;
    margin: 0 16px 0 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}

.dRecbLR ul:nth-of-type(n + 2) {
    border-bottom: transparent;
}

.dRecbLR li {
    position: relative;
    line-height: 34.5px;
    overflow: hidden;
}

.dRecbLR li:before {
    content: '';
    float: left;
    margin: 14px 14px 0 1px;
    display: block;
    width: 3px;
    height: 3px;
    border: 1px solid #3f3636;
}

.dRecbLR li a {
    float: left;
    display: block;
    width: 360px;
    font-size: 15px;
    color: #333;
    line-height: 34.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dRecbLR li span {
    float: right;
    color: #666;
}

.dRecbLR li a:hover {
    color: #ff4c4c;
}

.dRecbLR li:hover:before {
    border-color: #ff4c4c;
}

.dRecbLR li.bo:before,
.dRecbLR li:nth-of-type(1):before {
    margin: 11px 6px 0 0;
    border: 0;
    width: 14px;
    height: 14px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -276px -4px;
}

.dRecbR .dTit strong i {
    display: inline-block;
    vertical-align: top;
    width: 69px;
    height: 33px;
    background-position: -298px -52px;
}

.dRecbR ul {
    padding: 32px 11px 0;
}

.dRecbR li {
    position: relative;
    height: 152px;
    margin-bottom: 28px;
}

.dRecbR li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 42px;
    display: block;
    height: 63px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -112px -227px;
}

.dRecbR li:nth-of-type(1):before {
    width: 77px;
    background-position: -17px -227px;
}

.dRecbR li:nth-of-type(2):before {
    width: 88px;
    background-position: -122px -227px;
}

.dRecbR li a {
    position: relative;
    top: 10px;
    display: block;
    padding: 19px 14px 33px;
    width: 239px;
    height: 92px;
    background: url('../img/drecbrbg.png');
    background-size: 100% 100%;
    overflow: hidden;
}

.dRecbR li a div {
    float: left;
    width: 130px;
    height: 92px;
}

.dRecbR li a img {
    float: right;
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 17px;
}

.dRecbR li a p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    font-weight: bold;
    margin-top: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dRecbR li a span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dRecbR li a:hover p {
    color: #ff4c4c;
}

.dGame {
    padding: 20px 0;
    width: 1196px;
    margin: 0 auto 24px;
    background: #e4f8fb;
    border: 2px solid #fff;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
    border-radius: 20px;
}

.dGame .tabBox {
    padding: 6px 0 0 14px;
    overflow: hidden;
}

.dGame .tabMenu {
    float: left;
    width: 125px;
    padding-top: 7px;
    margin-right: 14px;
    overflow: hidden;
}

.dGame .tabMenu span {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: 36px;
    cursor: pointer;
    margin-bottom: 18px;
    background: #f2fcfd;
    text-align: center;
    border-radius: 18px;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    overflow: hidden;
}

.dGame .tabMenu span:after {
    content: '鈫�';
    display: none;
    position: absolute;
    top: 0;
    right: 21px;
}

.dGame .tabMenu span.current,
.dGame .tabMenu span.current:hover {
    text-align: left;
    padding-left: 27px;
    width: 98px;
    color: #fff;
    background: #ff4c4c;
}

.dGame .tabMenu span.current:after,
.dGame .tabMenu span.current:hover:after {
    display: block;
}

.dGame .tabMenu span:hover {
    color: #ff4c4c;
}

.dGame .tabCont {
    float: right;
}

.dGame ul {
    width: 1040px;
    overflow: hidden;
}

.dGame ul li {
    float: left;
    padding: 7px;
    background: transparent;
    border-radius: 20px;
    margin-right: 7px;
    margin-bottom: 12px;
}

.dGame ul li a {
    display: block;
    padding-top: 23px;
    width: 150px;
    height: 169px;
    background: linear-gradient(180deg, #d5dcf2, #c1e3fd);
    border-radius: 20px;
    text-align: center;
}

.dGame ul li img {
    display: block;
    width: 102px;
    height: 102px;
    border-radius: 19px;
    margin: 0 auto 7px;
}

.dGame ul li p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
}

.dGame ul li span {
    font-size: 12px;
    color: #666;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
}

.dGame ul li:hover {
    background: linear-gradient(354deg, #ec3b3b 0%, #feca04 100%);
}

.dGame ul li:hover a {
    border: 3px solid #fff;
    padding-top: 20px;
    width: 144px;
    height: 166px;
}

.dSoft {
    background: #f3f2fd;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
    margin-bottom: 18px;
}

.dSoft .tabMenu span {
    background-color: #f9f9fe;
}

.dSoft .tabMenu span.current,
.dSoft .tabMenu span.current:hover {
    background: #785eff;
}

.dSoft .tabMenu span:hover {
    color: #785eff;
}

.dSoft ul li a {
    background: linear-gradient(0deg, #d7ebf8, #d6cbf4);
}

.dZt {
    background: url('../img/dhztbg.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 24px;
}

.dZt .cont {
    position: relative;
    padding: 25px 0 18px;
    width: 1200px;
    margin: auto;
}

.dZtList {
    position: relative;
    padding: 11px 0;
    height: 180px;
    margin-bottom: 10px;
    overflow: hidden;
}

.dZtList ul {
    position: absolute;
    width: 1210px;
    overflow: hidden;
}

.dZtList li {
    position: relative;
    float: left;
    padding-top: 16px;
    width: 285px;
    border-radius: 20px;
    max-height: 100%;
    margin-right: 18px;
}

.dZtList li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 246px;
    height: 16px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -5px -304px;
}

.dZtList li a {
    position: relative;
    display: block;
    border: 2px solid transparent;
    width: 285px;
    height: 160px;
    border-radius: 20px;
    overflow: hidden;
}

.dZtList li a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    display: block;
}

.dZtList li a span {
    position: absolute;
    z-index: 2;
    top: 11px;
    right: 7px;
    padding: 0 4px 0 5px;
    height: 22px;
    line-height: 22px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
}

.dZtList li a div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 70px 0 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
}

.dZtList li a div p {
    position: relative;
    padding: 0 11px 0 19px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dZtList li a div em {
    display: none;
    width: 100%;
    height: 0;
    line-height: 16px;
    padding: 0 11px 0 19px;
    font-size: 12px;
    color: #fff;
}

.dZtList li a,
.dZtList li a div em {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.dZtList li a:hover em {
    display: block;
    height: 16px;
}

.dZtList li a:hover {
    border: 2px solid #b1fda3;
}

.dZtL {
    position: absolute;
    right: 47px;
    top: 31px;
    display: block;
    width: 38px;
    height: 38px;
    background-position: -237px -52px;
    transform: rotate(180deg);
    margin: auto 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.5;
}

.dZtL:hover {
    opacity: 1;
}

.dZtR {
    position: absolute;
    right: 0;
    top: 31px;
    display: block;
    width: 38px;
    height: 38px;
    background-position: -237px -52px;
    margin: auto 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.5;
}

.dZtR:hover {
    opacity: 1;
}

.dZt .list {
    width: 1210px;
    text-align: center;
}

.dZt .list a {
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 21px;
    margin: 0 10px 21px 0;
}

.dZt .list a:nth-of-type(11n + 1) {
    color: #ff6666;
}

.dZt .list a:nth-of-type(11n + 2) {
    color: #45b97c;
}

.dZt .list a:nth-of-type(11n + 3) {
    color: #9999ff;
}

.dZt .list a:nth-of-type(11n + 4) {
    color: #33ccff;
}

.dZt .list a:nth-of-type(11n + 5) {
    color: #ff9966;
}

.dZt .list a:nth-of-type(11n + 6) {
    color: #9999ff;
}

.dZt .list a:nth-of-type(11n + 7) {
    color: #ff9966;
}

.dZt .list a:nth-of-type(11n + 8) {
    color: #00ccff;
}

.dZt .list a:nth-of-type(11n + 9) {
    color: #cc99cc;
}

.dZt .list a:nth-of-type(11n + 10) {
    color: #7fb86e;
}

.dZt .list a:nth-of-type(11n + 11) {
    color: #ff6666;
}

.dZt .list a:last-of-type {
    color: #fff;
    height: 38px;
    line-height: 38px;
    background: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 21px;
}

.dZt .list a:hover {
    background: rgba(255, 255, 255, 1);
}

.dZt .list a:last-of-type:hover {
    color: #ff4c4c;
}

.dNews {
    width: 1200px;
    padding-bottom: 6px;
    margin: auto;
    overflow: hidden;
}

.dNews .dhTit {
    margin-bottom: 11px;
}

.dnGame,
.dnSoft {
    height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
}

.dnGL {
    float: left;
    width: 200px;
    height: 300px;
    background: url('../img/dnewsgbg.png') no-repeat;
    background-size: 100% 100%;
}

.dnSoft .dnGL {
    background: url('../img/dnewssbg.png') no-repeat;
    background-size: 100% 100%;
}

.dnGL strong {
    display: block;
    font-size: 34px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 117px;
}

.dnGL a {
    display: block;
    width: 84px;
    height: 28px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    margin: auto;
}

.dnGL a:hover {
    border-color: #fff;
}

.dnGM {
    float: left;
    width: 582px;
}

.dnGM a {
    position: relative;
    float: left;
    display: block;
    width: 270px;
    height: 140px;
    border-radius: 10px;
    margin: 0 0 20px 21px;
    overflow: hidden;
}

.dnGM a img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.dnGM a img {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.dnGM a:hover img {
    transform: scale(1.2);
}

.dnGM a p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 250px;
    padding: 45px 7px 0 13px;
    height: 38px;
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dnGR {
    float: right;
    margin-left: 21px;
}

.dnGR a {
    display: block;
    width: 396px;
    height: 93px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.dnGR a img {
    float: right;
    display: block;
    width: 139px;
    min-height: 100%;
    height: auto;
}

.dnGR a > div {
    float: left;
    width: 226px;
    padding-left: 12px;
}

.dnGR a > div p {
    display: block;
    height: 42px;
    font-size: 15px;
    color: #2e2e30;
    line-height: 21px;
    font-weight: bold;
    margin: 12px 0 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dnGR a:hover > div p {
    color: #ff4c4c;
}

.dnGR a > div div {
    overflow: hidden;
}

.dnGR a > div div span {
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

.dnGR a > div div span:before {
    content: '';
    position: relative;
    top: 1.5px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -158px -4px;
}

.dnGR a > div div span:nth-of-type(1) {
    float: left;
}

.dnGR a > div div span:nth-of-type(2) {
    float: right;
}

.dnGR a > div div span:nth-of-type(2):before {
    background-position: -192px -4px;
}

.dnSoft ul {
    float: left;
    width: 1000px;
}

.dnSoft ul li {
    float: left;
    width: 312px;
    height: 300px;
    background: #fff;
    border-radius: 10px;
    margin-left: 21px;
    overflow: hidden;
}

.dnSoft ul a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.dnSoft ul a div:nth-of-type(1) {
    width: 100%;
    height: 192px;
    overflow: hidden;
}

.dnSoft ul a img {
    float: right;
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.dnSoft ul a img {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.dnSoft ul a img:hover {
    transform: scale(1.2);
}

.dnSoft ul a p {
    display: block;
    padding: 0 12px 0 15px;
    height: 44px;
    font-size: 15px;
    color: #2e2e30;
    line-height: 22px;
    font-weight: bold;
    margin: 17px 0 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dnSoft ul a:hover p {
    color: #ff4c4c;
}

.dnSoft ul a div:nth-of-type(2) {
    overflow: hidden;
    padding: 0 16px;
}

.dnSoft ul a div span {
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

.dnSoft ul a div span:before {
    content: '';
    position: relative;
    top: 1.5px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -158px -4px;
}

.dnSoft ul a div span:nth-of-type(1) {
    float: left;
}

.dnSoft ul a div span:nth-of-type(2) {
    float: right;
}

.dnSoft ul a div span:nth-of-type(2):before {
    background-position: -192px -4px;
}

.dRank {
    padding: 20px 0;
    width: 1196px;
    margin: 0 auto 30px;
    background: #d6f6f2;
    border: 2px solid #fff;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
    border-radius: 20px;
}

.drank {
    padding-bottom: 18px;
    background: url('../img/hrankbg.png') no-repeat;
    background-size: 100% auto;
}

.drBox {
    width: 1196px;
    margin: auto;
    padding: 9px 0 149px;
}

.drBox > div {
    float: left;
    position: relative;
    margin: 0 6px 0 13px;
    width: 377px;
}

.drBox > div > a {
    display: block;
    margin-bottom: 12px;
    width: 373px;
    height: 46px;
    font-size: 22px;
    color: #ff7b4c;
    line-height: 46px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 15px 0 rgba(201, 235, 235, 0.5);
    border-radius: 25px;
    white-space: nowrap;
    overflow: hidden;
}

.drBox > div > a strong {
    position: relative;
    display: block;
    width: 100%;
    font-size: 22px;
    color: #ff7b4c;
    line-height: 46px;
    font-weight: 400;
}

.drBox > div > a strong:before {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 129px;
    height: 16px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -10px -114px;
}

.drBox > div > a strong:after {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 129px;
    height: 16px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -170px -114px;
}

.drBox > div:nth-of-type(1) a > strong:before {
    background-position: -10px -114px;
}

.drBox > div:nth-of-type(1) a > strong:after {
    background-position: -170px -114px;
}

.drBox > div:nth-of-type(2) a > strong:before {
    background-position: -10px -144px;
}

.drBox > div:nth-of-type(2) a > strong:after {
    background-position: -170px -144px;
}

.drBox > div:nth-of-type(3) a > strong:before {
    background-position: -10px -174px;
}

.drBox > div:nth-of-type(3) a > strong:after {
    background-position: -170px -174px;
}

.drBox > div:nth-of-type(1) a > strong {
    color: #ff7b4c;
}

.drBox > div:nth-of-type(2) a > strong {
    color: #fe8aad;
}

.drBox > div:nth-of-type(3) a > strong {
    color: #a573fc;
}

.drBox ol {
    position: relative;
    top: 134px;
    padding-top: 106px;
    padding-bottom: 10px;
    width: 373px;
    background: #e1f7f7;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 15px 0 rgba(213, 239, 246, 0.75);
    border-radius: 10px;
}

.drBox ol li:nth-of-type(2n + 2) {
    background-color: rgba(255, 255, 255, 0.6);
}

.drBox ol li {
    position: relative;
    z-index: 1;
    height: 90px;
    margin: 2px 0;
}

.drBox ol li a {
    position: relative;
    display: block;
    padding: 12px 0 13px;
    overflow: hidden;
}

.drBox ol li i {
    float: left;
    display: block;
    width: 75px;
    height: 65px;
    font-size: 24px;
    color: #c2c2d9;
    font-family: 'Arial';
    font-weight: bold;
    font-style: italic;
    line-height: 65px;
    text-align: center;
}

.drBox ol li img {
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    margin-right: 15px;
}

.drBox ol li div {
    float: left;
    width: 210px;
    height: 69px;
    overflow: hidden;
}

.drBox ol li div p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.drBox ol li div span {
    display: block;
    font-size: 12px;
    color: #9a9a9a;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.drBox ol li a > span {
    display: none;
}

.rMore {
    margin: 6px auto 15px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #aeaeae;
    line-height: 44px;
    margin-bottom: 0 !important;
}

.drBox ol li:nth-of-type(n + 4) a:after {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -226px -4px;
}

.drBox ol li:nth-of-type(-n + 3) {
    position: absolute;
    top: -136px;
    width: 114px;
    height: 226px;
    margin: 0;
    background-color: transparent;
    background: url('../img/drbg1.png') no-repeat;
    background-size: 100% 100%;
}

.drBox ol li:nth-of-type(1) {
    left: 130px;
    background: url('../img/drbg1.png') no-repeat;
}

.drBox ol li:nth-of-type(2) {
    left: 7px;
    background: url('../img/drbg2.png') no-repeat;
}

.drBox ol li:nth-of-type(3) {
    left: 253px;
    background: url('../img/drbg3.png') no-repeat;
}

.drBox ol li:nth-of-type(-n + 3) a {
    padding: 0;
}

.drBox ol li:nth-of-type(-n + 3) i {
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 1;
    float: inherit;
    font-size: 0;
    width: 36px;
    height: 33px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
}

.drBox ol li:nth-of-type(1) i {
    background-position: -390px -52px;
}

.drBox ol li:nth-of-type(2) i {
    background-position: -441px -52px;
    top: 19px;
}

.drBox ol li:nth-of-type(3) i {
    background-position: -492px -52px;
    top: 19px;
}

.drBox ol li:nth-of-type(-n + 3) img {
    float: inherit;
    display: block;
    width: 70px;
    height: 70px;
    border: 2px solid #feb754;
    margin: auto;
}

.drBox ol li:nth-of-type(1) img {
    border-color: #feb754;
    margin-bottom: 7px;
    margin-top: 19px;
}

.drBox ol li:nth-of-type(2) img {
    border-color: #fd8eb9;
    margin-top: 36px;
}

.drBox ol li:nth-of-type(3) img {
    border-color: #b482fc;
    margin-top: 36px;
}

.drBox ol li:nth-of-type(-n + 3) div {
    float: inherit;
    width: 100%;
    height: auto;
}

.drBox ol li:nth-of-type(-n + 3) div p {
    text-align: center;
    color: #fff;
    margin-top: 17px;
}

.drBox ol li:nth-of-type(-n + 3) div span {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    line-height: 18px;
}

.drBox ol li:nth-of-type(-n + 3) a > span {
    display: block;
    width: 64px;
    height: 28px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0);
    background: linear-gradient(-90deg, #91ffd0 0%, #b1fda2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 28px;
    text-align: center;
    margin: 8px auto;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
}

.drBox ol li a:hover p {
    color: #ff4c4c;
}

.gsPartTop {
    position: relative;
    background: url('../img/gametopbg.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.gsPartTop:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -26px;
    margin: auto;
    display: block;
    width: 100%;
    height: 26px;
    background-size: 100% 100%;
}

.gsPT {
    width: 1200px;
    margin: auto;
}

.gsPT .list {
    width: 1220px;
    padding: 18px 0 15px;
    overflow: hidden;
}

.gsPT .list a {
    float: left;
    display: block;
    width: 119px;
    height: 36px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    margin: 0 14px 17px 0;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}

.gsPT .list a.current,
.gsPT .list a.current:hover {
    font-weight: bold;
    color: #fff;
    background: linear-gradient(-90deg, #ff4c4c, #41e0d5);
    border: 1px solid #ffffff;
    box-shadow: 0 3px 6px 0 rgba(32, 210, 237, 0.25);
}

.gsPT .list.softTag a.current,
.gsPT .list.softTag a.current:hover {
    color: #fff;
    background: linear-gradient(90deg, #cdebfe, #c1aff3);
    border: 1px solid #ffffff;
    box-shadow: 0 3px 6px 0 rgba(193, 180, 236, 0.3);
}

.gsPT .list a:hover {
    color: #ff4c4c;
}

.gsPT .list.softTag a:hover {
    color: #785eff;
}

.gsList {
    width: 1200px;
    background: #fff;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
    border-radius: 20px;
    margin: auto auto 31px;
}

.gsList ul {
    padding: 29px 0 0 22px;
    overflow: hidden;
}

.gsList ul li {
    float: left;
    width: 275px;
    height: 135px;
    margin: 0 18px 25px 0;
}

.gsList ul li a {
    display: block;
    position: relative;
    padding: 13px 0 0 12px;
    width: 259px;
    height: 118px;
    background: #f6f6f6;
    border: 2px solid #f6f6f6;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0);
    border-radius: 10px;
}

.gsList ul li a img {
    float: left;
    width: 102px;
    height: 102px;
    border-radius: 20px;
}

.gsList ul li a div {
    float: left;
    width: 142px;
    height: 102px;
    margin-left: 12px;
    overflow: hidden;
}

.gsList ul li a div p {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gsList ul li a div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gsList ul li a > span {
    display: block;
    position: absolute;
    left: 127px;
    bottom: 3px;
    width: 68px;
    height: 32px;
    font-size: 14px;
    color: #ff4c4c;
    background: #ffebeb;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
}

.gsList ul li.no a > span {
    color: #ff93c9;
    background: rgba(255, 118, 254, 0.15);
}

.gsList ul li a:hover {
    background: #fff7f8;
    border: 2px solid #ff4c4c;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
}

.gsList ul li.no a:hover {
    background: #fffafd;
    border: 2px solid #ffcde8;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
}

.gsList ul li a:hover div p {
    color: #ff4c4c;
}

.gsList ul li.no a:hover div p {
    color: #fe9fcf;
}

.gsList ul li a:hover > span {
    color: #fff;
    background: linear-gradient(354deg, #ec3b3b 0%, #feca04 100%);
}

.gsList ul li.no a:hover > span {
    color: #fff;
    background: linear-gradient(90deg, #ffc4e7, #ff90c8);
}

.ztList {
    width: 1200px;
    padding-bottom: 20px;
    margin: auto;
    overflow: hidden;
}

.ztList ul {
    width: 1230px;
    padding-top: 4px;
}

.ztList li {
    position: relative;
    float: left;
    width: 384px;
    height: 300px;
    background: #fff;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
    border-radius: 20px;
    margin: 7px 23px 23px 0;
    overflow: hidden;
}

.ztList li > a {
    position: relative;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 227px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.ztList li > a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
}

.ztList li a img {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.ztList li a img:hover {
    transform: scale(1.2);
}

.ztList li > a span {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    display: block;
    padding: 0 11px 0 13px;
    height: 30px;
    background: rgba(51, 51, 51, 0.8);
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}

.ztList li div {
    position: relative;
    height: 64px;
}

.ztList li div a {
    position: relative;
    z-index: 1;
    display: block;
    padding-left: 16px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    height: 26px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ztList li div p {
    display: block;
    padding-left: 15px;
    font-size: 12px;
    color: #999;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ztList li div span {
    position: absolute;
    right: 0;
    bottom: 24px;
    display: block;
    padding-left: 16px;
    width: 65px;
    height: 32px;
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -551px -52px;
}

.ztList li div a:hover {
    color: #ff4c4c;
}

.ztList .pagecode {
    padding-bottom: 22px;
}

.ztList .pagecode a {
    background: #fff;
}

.ztMenu {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #fff;
}

.ztMenu .cfx {
    position: relative;
    width: 1200px;
    margin: auto;
}

.newHot {
    float: left;
    margin-top: 16px;
    padding: 3px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #e8e8e9;
    border-radius: 19px;
}

.newHot a {
    display: inline-block;
    padding: 0 13px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    background: transparent;
    border-radius: 16px;
}

.newHot a.current {
    background: #edf2f5;
    color: #333;
    font-weight: bold;
}

.newHot a:hover {
    font-weight: bold;
    color: #333;
}

.ztMenu .menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 15px;
    text-align: center;
    width: 600px;
    overflow: hidden;
    margin: auto;
}

.ztMenu .menu a {
    display: inline-block;
    vertical-align: top;
    padding: 0 14px;
    margin: 0 10px;
    height: 40px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    background: #f6f6f6;
    border-radius: 20px;
}

.ztMenu .menu a.current,
.ztMenu .menu a:hover {
    font-weight: bold;
    background: linear-gradient(354deg, #ec3b3b 0%, #feca04 100%);
    color: #fff;
}

.dfTime {
    position: relative;
    float: right;
    cursor: pointer;
    height: 70px;
}

.dfTime span {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 16px;
    width: 88px;
    text-align: center;
    padding: 0 11px 0 22px;
    height: 36px;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #e8e8e9;
    border-radius: 19px;
}

.dfTime ul {
    display: none;
    position: absolute;
    left: 0;
    top: 58px;
    z-index: 2;
    padding: 10px 3px 15px;
    width: 120px;
    background: #ffffff;
    box-shadow: 0 3px 20px 0 rgba(76, 76, 76, 0.15);
    border-radius: 20px;
    cursor: pointer;
}

.dfTime ul li {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.dfTime ul li a {
    color: #333;
}

.dfTime ul li.current,
.dfTime ul li:hover {
    font-weight: bold;
}

.dfTime ul li.current:after,
.dfTime ul li:hover:after {
    content: '鈭�';
    position: absolute;
    font-size: 14px;
    color: #333;
    margin-left: 6px;
}

.dfTime span:before {
    content: '';
    position: absolute;
    left: 13px;
    top: 13px;
    vertical-align: top;
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-right: 9px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -342px -4px;
}

.dfTime span:after {
    content: '';
    position: absolute;
    right: 11px;
    top: 16px;
    vertical-align: top;
    display: inline-block;
    width: 7px;
    height: 4px;
    margin-left: 11px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -378px -4px;
}

.dfTime span.current,
.dfTime span:hover {
    color: #bfbfbf;
    border: 1px solid #96ffc8;
    box-shadow: 0 0 3px 3px rgba(149, 255, 202, 0.5);
}

.dfTime:hover ul {
    display: block;
}

.dfTime:hover ul:hover {
    display: block;
}

.nsMenu {
    width: auto;
    height: 65px;
    margin: 0 2px 0 -10px;
}

.nsMenu .menu {
    float: left;
    position: relative;
    text-align: left;
    padding-top: 18px;
}

.nsMenu .dfTime span {
    margin-top: 18px;
}

.ztPartTop {
    padding-bottom: 30px;
    background: url('../img/ztdetopbg.png') no-repeat;
    background-size: 100% auto;
}

.ztPT {
    width: 1200px;
    margin: auto;
    padding-top: 16px;
}

.ztPT .gaHSTop {
    float: right;
}

.ztPT .ztInfo {
    position: relative;
    float: left;
    margin-right: 10px;
    padding-left: 418px;
    width: 365px;
    height: 225px;
    background: linear-gradient(30deg, #d1f7fe, #d1f7fe, #f5f0eb, #fad7d6, #f5f0eb, #f5f0ef);
    border: 2px solid #fff;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
    border-radius: 20px;
}

.ztInfo .img {
    position: absolute;
    left: -2px;
    top: -21px;
    padding-top: 19px;
    width: 405px;
    height: 229px;
    border-radius: 20px;
    margin-right: 14px;
    overflow: hidden;
}

.ztInfo .img img {
    width: 100%;
    min-height: 229px;
    height: auto;
    border-radius: 20px;
}

.ztInfo .img span {
    position: absolute;
    left: 10px;
    top: 30px;
    padding: 0 12px;
    height: 29px;
    font-size: 12px;
    color: #fff;
    line-height: 29px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

.ztInfo .img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 378px;
    height: 19px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -5px -334px;
}

.ztInfo .info {
    float: left;
    width: 352px;
    height: 225px;
    overflow: hidden;
}

.ztInfo .info h1 {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    color: #333;
    margin-top: 15px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ztInfo .info em {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.ztInfo .info em:before {
    content: '';
    position: relative;
    top: 9px;
    margin-right: 9px;
    vertical-align: top;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(243, 242, 253, 0);
    border: 3px solid #26d3f3;
    border-radius: 50%;
}

.ztInfo .info p {
    height: 120px;
    font-size: 15px;
    color: #717171;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ztDeList ul li {
    position: relative;
}

.ztDeList ul li:nth-of-type(-n + 3):before {
    content: '';
    position: absolute;
    top: -5px;
    left: 2px;
    z-index: 1;
    display: block;
    width: 36px;
    height: 33px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
}

.ztDeList ul li:nth-of-type(1):before {
    background-position: -390px -52px;
}

.ztDeList ul li:nth-of-type(2):before {
    background-position: -441px -52px;
}

.ztDeList ul li:nth-of-type(3):before {
    background-position: -492px -52px;
}

.hotTags {
    padding: 25px 0 19px 14px;
    width: 1182px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
    border-radius: 20px;
    margin: auto auto 32px;
}

.hotTags .list {
    padding-top: 24px;
    width: 1200px;
}

.hotTags .list a {
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    background: rgba(246, 246, 246, 0.5);
    border-radius: 21px;
    margin: 0 10px 21px 0;
}

.hotTags .list a:nth-of-type(11n + 1) {
    color: #ff6666;
}

.hotTags .list a:nth-of-type(11n + 2) {
    color: #45b97c;
}

.hotTags .list a:nth-of-type(11n + 3) {
    color: #9999ff;
}

.hotTags .list a:nth-of-type(11n + 4) {
    color: #33ccff;
}

.hotTags .list a:nth-of-type(11n + 5) {
    color: #ff9966;
}

.hotTags .list a:nth-of-type(11n + 6) {
    color: #9999ff;
}

.hotTags .list a:nth-of-type(11n + 7) {
    color: #ff9966;
}

.hotTags .list a:nth-of-type(11n + 8) {
    color: #00ccff;
}

.hotTags .list a:nth-of-type(11n + 9) {
    color: #cc99cc;
}

.hotTags .list a:nth-of-type(11n + 10) {
    color: #7fb86e;
}

.hotTags .list a:nth-of-type(11n + 11) {
    color: #ff6666;
}

.hotTags .list a:hover {
    color: #fff;
}

.hotTags .list a:nth-of-type(11n + 1):hover {
    background-color: #ff6666;
}

.hotTags .list a:nth-of-type(11n + 2):hover {
    background-color: #45b97c;
}

.hotTags .list a:nth-of-type(11n + 3):hover {
    background-color: #9999ff;
}

.hotTags .list a:nth-of-type(11n + 4):hover {
    background-color: #33ccff;
}

.hotTags .list a:nth-of-type(11n + 5):hover {
    background-color: #ff9966;
}

.hotTags .list a:nth-of-type(11n + 6):hover {
    background-color: #9999ff;
}

.hotTags .list a:nth-of-type(11n + 7):hover {
    background-color: #ff9966;
}

.hotTags .list a:nth-of-type(11n + 8):hover {
    background-color: #00ccff;
}

.hotTags .list a:nth-of-type(11n + 9):hover {
    background-color: #cc99cc;
}

.hotTags .list a:nth-of-type(11n + 10):hover {
    background-color: #7fb86e;
}

.hotTags .list a:nth-of-type(11n + 11):hover {
    background-color: #ff6666;
}

.nsPartTop {
    margin-bottom: 19px;
    padding-bottom: 10px;
    background: #fff;
    background-size: 100% 100%;
}

.gsPT {
    position: relative;
}

.hotWords {
    position: absolute;
    top: 10px;
    right: 0;
    max-width: 1000px;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hotWords a {
    font-size: 14px;
    color: #999;
    margin-left: 16px;
    line-height: 22px;
}

.hotWords a:hover {
    color: #ff4c4c;
}

.hotWords a:nth-of-type(1) {
    margin-left: 8px;
}

.topPicks {
    width: 1220px;
    margin-top: 20px;
    padding-bottom: 11px;
    overflow: hidden;
}

.topPicks li {
    float: left;
    width: 282px;
    height: 270px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
    border-radius: 10px;
    margin-right: 18px;
    margin-bottom: 10px;
    overflow: hidden;
}

.topPicks a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.topPicks a div:nth-of-type(1) {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.topPicks a img {
    float: right;
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.topPicks a img {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.topPicks a img:hover {
    transform: scale(1.2);
}

.topPicks a p {
    display: block;
    padding: 0 12px 0 15px;
    height: 44px;
    font-size: 15px;
    color: #2e2e30;
    line-height: 22px;
    font-weight: bold;
    margin: 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.topPicks a div:nth-of-type(2) {
    overflow: hidden;
    padding: 0 16px;
}

.topPicks a div span {
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

.topPicks a div span:before {
    content: '';
    position: relative;
    top: 1.5px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -158px -4px;
}

.topPicks a div span:nth-of-type(1) {
    float: left;
}

.topPicks a div span:nth-of-type(2) {
    float: right;
}

.topPicks a div span:nth-of-type(2):before {
    background-position: -192px -4px;
}

.topPicks a:hover p {
    color: #ff4c4c;
}

.wrapper {
    width: 1200px;
    margin: auto;
}

.wrapL {
    float: left;
    width: 845px;
    margin-right: 20px;
    margin-bottom: 13px;
    overflow: hidden;
}

.wrapR {
    float: right;
    width: 335px;
    border-radius: 20px;
    margin-bottom: 13px;
    overflow: hidden;
}

.wrapper section {
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
    border-radius: 20px;
}

.newsList {
    position: relative;
    margin: auto;
    padding-left: 14px;
    padding-right: 13px;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.newsList > ul {
    padding-bottom: 10px;
}

.newsList > ul li {
    width: 815px;
    height: 140px;
    padding: 20px 0;
    overflow: hidden;
}

.newsList > ul li a {
    display: block;
}

.newsList > ul li > a {
    float: left;
    margin-right: 16px;
    width: 270px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
}

.newsList > ul li > a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    display: block;
    transition: all 0.3s linear;
    border-radius: 10px;
}

.newsList > ul li > a:hover img {
    transform: scale(1.1);
}

.newsList > ul li > div {
    float: left;
    width: 528px;
    height: 140px;
}

.newsList > ul li > div a {
    height: 28px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsList > ul li > div p {
    display: block;
    padding: 8px 8px 11px;
    max-height: 43px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    background-color: rgba(247, 247, 247, 0.6);
    border-radius: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsList > ul li > div div {
    overflow: hidden;
    margin-top: 15px;
}

.newsList > ul li > div span {
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

.newsList > ul li > div span:before {
    content: '';
    position: relative;
    top: 1.5px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -158px -4px;
}

.newsList > ul li > div span:nth-of-type(1) {
    float: left;
}

.newsList > ul li > div span:nth-of-type(2) {
    float: right;
}

.newsList > ul li > div span:nth-of-type(2):before {
    background-position: -192px -4px;
}

.newsList > ul li:hover div a {
    color: #ff4c4c;
}

.newsList .pagecode {
    padding-top: 25px;
    padding-bottom: 27px;
    border-top: 1px solid #f2f2f2;
}

.newsList .pagecode a {
    background-color: #ecebee;
}

.newsList .gstTit {
    margin-top: 18px;
    margin-bottom: 2px;
}

.hotNews {
    padding: 13px 0 9px;
}

.hotNews ol {
    padding: 16px 0 0 13px;
}

.hotNews li {
    padding: 0 7px;
    margin-bottom: 12px;
    width: 290px;
    height: 40px;
    line-height: 40px;
    background: #f6f6f6;
    border-radius: 20px;
    overflow: hidden;
}

.hotNews li i {
    float: left;
    width: 31px;
    font-size: 20px;
    color: #eaa877;
    font-style: italic;
    text-align: center;
}

.hotNews li a {
    float: left;
    width: 255px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotNews > a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #aeaeae;
}

.hotNews > a:hover {
    color: #ff4c4c;
}

.hotNews li:hover a {
    color: #ff4c4c;
}

.hotTag {
    padding: 13px 0 20px;
}

.hotTag .list {
    padding: 10px 0 0 13px;
    overflow: hidden;
}

.hotTag .list a {
    float: left;
    padding: 0 13.9px;
    font-size: 14px;
    color: #8d8d8d;
    background: #f8f8f8;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    margin: 0 8px 8px 0;
}

.hotTag .list a:after {
    content: '';
    position: relative;
    top: 11px;
    vertical-align: top;
    margin-left: 6px;
    display: inline-block;
    width: 7px;
    height: 10px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -401px -4px;
}

.hotTag .list a:hover {
    color: #fff;
    background: linear-gradient(354deg, #ec3b3b 0%, #feca04 100%);
}

.hotTag .list a:hover:after {
    top: 12px;
    background-position: -401px -19px;
}

.hotGame {
    padding: 13px 0 132px;
    border: 0 !important;
}

.hotGame ol {
    position: relative;
    top: 120px;
    padding-top: 106px;
    width: 335px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.hotGame ol li:nth-of-type(2n + 2) {
    background: #fff7f8;
}

.hotGame ol li {
    position: relative;
    z-index: 1;
    height: 90px;
    margin: 2px 0;
}

.hotGame ol li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 0 13px;
    overflow: hidden;
}
.hotGame ol li a b {
    margin-right: 18px;
    font-size: 20px;
    color: #f0412a;

    font-style: italic;
    font-weight: bold;
}
.hotGame ol li i {
    float: left;
    display: block;
    width: 65px;
    height: 65px;
    font-size: 20px;
    color: #c2c2d9;
    font-family: 'Arial';
    font-weight: bold;
    font-style: italic;
    line-height: 65px;
    text-align: center;
}

.hotGame ol li img {
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    margin-right: 15px;
}

.hotGame ol li div {
    float: left;
    width: 180px;
    height: 69px;
    overflow: hidden;
    flex: 1;
}

.hotGame ol li div p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotGame ol li div span {
    display: block;
    font-size: 12px;
    color: #9a9a9a;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotGame ol li a > span {
    display: none;
}

.hotGame ol li:nth-of-type(n + 4) a:after {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -226px -4px;
}

.hotGame ol li:nth-of-type(-n + 3) {
    position: absolute;
    top: -122px;
    width: 114px;
    height: 226px;
    margin-top: 13px;
    background-color: transparent;
}

.hotGame ol li:nth-of-type(1) {
    left: 115px;
}

.hotGame ol li:nth-of-type(2) {
    left: 10px;
}

.hotGame ol li:nth-of-type(3) {
    left: 220px;
}

.hotGame ol li:nth-of-type(-n + 3) a {
    padding: 0;
    display: block;
}

.hotGame ol li:nth-of-type(-n + 3) i {
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 1;
    float: inherit;
    font-size: 0;
    width: 36px;
    height: 33px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
}

.hotGame ol li:nth-of-type(1) i {
    background-position: -390px -52px;
}

.hotGame ol li:nth-of-type(2) i {
    background-position: -441px -52px;
    top: 10px;
}

.hotGame ol li:nth-of-type(3) i {
    background-position: -492px -52px;
    top: 10px;
}

.hotGame ol li:nth-of-type(-n + 3) img {
    float: inherit;
    display: block;
    width: 70px;
    height: 70px;
    border: 2px solid #feb754;
    margin: auto;
}

.hotGame ol li:nth-of-type(1) img {
    border-color: #feb754;
    margin-bottom: 7px;
    margin-top: 19px;
}

.hotGame ol li:nth-of-type(2) img {
    border-color: #fd8eb9;
    margin-top: 30px;
}

.hotGame ol li:nth-of-type(3) img {
    border-color: #b482fc;
    margin-top: 30px;
}

.hotGame ol li:nth-of-type(-n + 3) div {
    float: inherit;
    width: 100%;
    height: auto;
}

.hotGame ol li:nth-of-type(-n + 3) div p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-top: 4px;
    width: 80%;
}

.hotGame ol li:nth-of-type(1) div p {
    margin-top: 7px;
}

.hotGame ol li:nth-of-type(-n + 3) div span {
    text-align: center;
    color: #999;
    line-height: 18px;
}

.hotGame ol li:nth-of-type(-n + 3) a > span {
    display: block;
    width: 68px;
    margin: 12px auto auto;
    height: 32px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    background: linear-gradient(354deg, #ec3b3b 0%, #feca04 100%);
    border-radius: 16px;
}

.hotGame ol li a:hover p {
    color: #ff4c4c;
}

.hotGame ol li:nth-of-type(n + 4) a:after {
    display: none;
}

.hotGame ol li:nth-of-type(n + 4):hover a:after {
    display: block;
}

.otherGame {
    padding: 13px 0 11px;
    border: 0 !important;
}

.otherGame ul {
    padding-top: 11px;
    position: relative;
    width: 335px;
    background: rgba(255, 255, 255, 0.5);
}

.otherGame ul li:nth-of-type(2n + 1) {
    background: #fff7f8;
}

.otherGame ul li {
    position: relative;
    z-index: 1;
    height: 90px;
    margin: 2px 0;
}

.otherGame ul li a {
    position: relative;
    display: block;
    padding: 12px 0 13px 15px;
    overflow: hidden;
}

.otherGame ul li i {
    float: left;
    display: block;
    width: 65px;
    height: 65px;
    font-size: 20px;
    color: #c2c2d9;
    font-family: 'Arial';
    font-weight: bold;
    font-style: italic;
    line-height: 65px;
    text-align: center;
}

.otherGame ul li img {
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    margin-right: 15px;
}

.otherGame ul li div {
    float: left;
    width: 180px;
    height: 69px;
    overflow: hidden;
}

.otherGame ul li div p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.otherGame ul li div span {
    display: block;
    font-size: 12px;
    color: #9a9a9a;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.otherGame ul li a:after {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -226px -4px;
}

.otherGame ul li a:hover p {
    color: #ff4c4c;
}

.otherGame .rMore {
    border-top: 1px solid #f6f6f6;
    padding-top: 5px;
    margin-top: 0;
}

.selNews {
    padding: 13px 0 9px;
}

.selNews .rMore {
    margin-top: 1px;
}

.selNews .list {
    padding: 0 13px;
    position: relative;
    top: -4px;
}

.selNews .list a {
    display: block;
    width: 100%;
    height: 70px;
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.selNews .list img {
    float: right;
    display: block;
    width: 108px;
    min-height: 100%;
    height: auto;
    border-radius: 6px;
}

.selNews .list a > div {
    float: left;
    width: 180px;
}

.selNews .list a > div p {
    display: block;
    margin-top: -2px;
    height: 44px;
    font-size: 15px;
    color: #2e2e30;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.selNews .list a > div div {
    margin-top: 12px;
    overflow: hidden;
}

.selNews .list a > div div span {
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

.selNews .list a > div div span:before {
    content: '';
    position: relative;
    top: 1.5px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -158px -4px;
}

.selNews .list a > div div span:nth-of-type(1) {
    float: left;
}

.selNews .list a > div div span:nth-of-type(2) {
    float: right;
}

.selNews .list a > div div span:nth-of-type(2):before {
    background-position: -192px -4px;
}

.selNews .list a:hover > div p {
    color: #ff4c4c;
}

.hotZt {
    padding: 13px 0 7px;
}

.hotZt .list {
    padding: 8px 0 0 13px;
}

.hotZt .list a {
    position: relative;
    display: block;
    width: 305px;
    height: 94px;
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;
}

.hotZt .list a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    display: block;
    transition: all 0.3s linear;
    border-radius: 10px;
}

.hotZt .list a:last-of-type {
    margin-bottom: 0;
}

.hotZt .list a:hover img {
    transform: scale(1.1);
}

.hotZt .list a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    height: 94px;
    line-height: 94px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 12px rgba(0, 0, 0, 1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.tagGame {
    width: 1196px;
    margin: auto auto 20px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 10px 25px 0 rgb(76 76 76 / 5%);
    border-radius: 20px;
}

.tagGame ul {
    padding: 23px 0 23px 22px;
    overflow: hidden;
}

.tagGame ul li {
    float: left;
    width: 146px;
    height: 188px;
    background: #f6f6f6;
    border: 2px solid #f6f6f6;
    box-shadow: 0 10px 25px 0 transparent;
    border-radius: 20px;
    text-align: center;
    margin: 0 17px 16px 0;
}

.tagGame ul li a {
    display: block;
}

.tagGame ul li img {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 20px;
    margin: 16px auto 6px;
}

.tagGame ul li p {
    font-size: 12px;
    color: #9a9a9a;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.tagGame ul li p:nth-of-type(1) {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    height: 26px;
}

.tagGame ul li span {
    display: none;
    width: 68px;
    height: 32px;
    background: linear-gradient(354deg, #ec3b3b 0%, #feca04 100%);
    line-height: 32px;
    border-radius: 16px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 16px auto auto;
}

.tagGame ul li.no span {
    background: linear-gradient(90deg, #ffc4e7, #ff90c8);
}

.tagGame ul li a:hover p {
    display: none;
}

.tagGame ul li a:hover span {
    display: block;
}

.tagGame ul li:hover {
    background: #fff7f8;
    border: 2px solid #ff4c4c;
    box-shadow: 0 10px 25px 0 rgb(76 76 76 / 5%);
}

.tagGame ul li.no:hover {
    background: #fffafd;
    border: 2px solid #ffcde8;
    box-shadow: 0 10px 25px 0 rgb(76 76 76 / 5%);
}

.relGame {
    padding: 18px 5px 11px 6px;
}

.relGame .gstTit {
    padding: 0 8px 0 7px;
}
/*旧精选推荐*/
/*.relGame ul {*/
/*    padding-top: 18px;*/
/*    overflow: hidden;*/
/*    */
/*}*/

/*.relGame ul li {*/
/*    float: left;*/
/*    padding: 7px;*/
/*    border-radius: 20px;*/
/*    background: transparent;*/
/*    text-align: center;*/
/*    margin: 0 2px 16px 0*/
/*}*/

/*.relGame ul li a {*/
/*    display: block;*/
/*    width: 144px;*/
/*    height: 188px;*/
/*    border-radius: 20px;*/
/*    background: #F6F6F6;*/
/*    border: 3px solid #F6F6F6;*/
/*    box-shadow: 0 10px 25px 0 transparent*/
/*}*/

/*.relGame ul li img {*/
/*    display: block;*/
/*    width: 110px;*/
/*    height: 110px;*/
/*    border-radius: 20px;*/
/*    margin: 16px auto 6px*/
/*}*/

/*.relGame ul li p {*/
/*    font-size: 12px;*/
/*    color: #9A9A9A;*/
/*    line-height: 20px;*/
/*    height: 20px;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*}*/

/*.relGame ul li p:nth-of-type(1) {*/
/*    font-size: 16px;*/
/*    color: #000;*/
/*    line-height: 26px;*/
/*    height: 26px*/
/*}*/

/*.relGame ul li:hover a {*/
/*    background: linear-gradient(354deg, #EC3B3B 0%, #FECA04 100%);*/
/*    border-color: #fff;*/
/*    box-shadow: 0 10px 25px 0 rgb(76 76 76 / 5%)*/
/*    color: #fff;*/
/*}*/
/*.relGame ul li:hover a p{*/
/*    color: #fff;*/
/*}*/
/*.relGame ul li:hover {*/
/*    background: linear-gradient(354deg, #EC3B3B 0%, #FECA04 100%);*/
/*}*/

.wrapper .infoCont {
    padding: 28px 14px 12px;
    margin-bottom: 20px;
    background-color: #fff;
    background-size: 100% auto;
    box-sizing: border-box;
}

.infoCont h1 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    margin-bottom: 12px;
}

.infoCont .intro {
    text-align: center;
    height: 30px;
    font-size: 14px;
    color: #ccc;
    line-height: 30px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.infoCont .intro span {
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
    margin-right: 18px;
    margin-left: 1px;
}

.infoCont .intro i {
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
    margin-right: 18px;
    margin-left: 2px;
}

.infoCont .intro i:before {
    content: '';
    position: relative;
    top: 1px;
    margin-right: 6px;
    display: inline-block;
    width: 17px;
    height: 12px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -366px -20px;
}

.infoCont .cont {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    overflow: hidden;
}

.infoCont .cont a {
    line-height: 31px;
    text-indent: 0;
    color: #ff4c4c;
}

.infoCont .cont p {
    line-height: 32px;
    color: #666;
    margin-bottom: 12px;
    text-indent: 2em;
}

.infoCont .cont br {
    height: 1px;
}

.infoCont .cont img {
    max-width: 806px;
    max-height: 1500px;
    margin: 20px auto;
    display: block;
}

.infoCont .cont p img {
    max-width: 806px;
}

.infoCont .cont h3 {
    position: relative;
    line-height: 42px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 10px;
}

.infoCont .cont iframe {
    width: 660px;
    height: 360px;
    margin: 0 auto;
    display: block;
    border: none;
}

.infoCont .cont table {
    max-width: 100%;
    margin: auto;
}

.infoCont .cont table a {
    color: #0000ee;
}

.infoCont .cont table a:hover {
    text-decoration: underline;
}

.infoCont .cont .info {
    margin: 0 0 20px;
    overflow: hidden;
    background: #f9f9f9;
    height: 113px;
}

.infoCont .cont .info img {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    border-radius: 12px;
    margin: 17px 20px 16px 15px;
}

.infoCont .cont .info p {
    text-indent: 0;
    margin-bottom: 10px;
}

.qaboxs {
    float: left;
    width: 62%;
}

.qaboxs .name {
    font-size: 18px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 16px;
}

.qaboxs p span {
    font-size: 14px;
    color: #999;
    margin-right: 45px;
}

.qaboxs p span em {
    font-size: 14px;
    color: #666;
}

.qaboxs .name:hover {
    color: #ff4c4c;
    font-weight: bold;
}

.infoCont .cont .info > a {
    display: block;
    float: right;
    width: 130px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: #ffa622;
    margin-top: 41px;
    border-radius: 3px;
    margin-right: 18px;
}

.infoZan {
    margin: 0 auto 18px;
    cursor: pointer;
    width: 135px;
    height: 65px;
    text-align: center;
    background: linear-gradient(0deg, #ff4c4c, #42dfd5);
    box-shadow: 0 3px 5px 0 rgba(54, 219, 221, 0.3);
    border-radius: 33px;
    font-size: 14px;
    color: #fff;
    line-height: 65px;
    font-weight: bold;
}

.infoZan i {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 5px;
    width: 20px;
    height: 18px;
    background-position: -428px -4px;
}

.infoZan i {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: right bottom center;
    -moz-transform-origin: right bottom center;
    -ms-transform-origin: right bottom center;
    -o-transform-origin: right bottom center;
    transform-origin: right bottom center;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

.infoZan:hover i {
    -o-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.infoCopy {
    border-bottom: 1px solid #f1f1f1;
    height: 66px;
    line-height: 67px;
    font-size: 16px;
    color: #888;
}

.infoCopy span {
    position: relative;
    top: 19px;
    display: inline-block;
    vertical-align: top;
    width: 123px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #ff4600;
    border: 1px solid #ff4600;
    border-radius: 4px;
    margin-right: 11px;
    cursor: pointer;
}

.infoCopy span i {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: top;
    position: relative;
    top: 7px;
    margin-right: 6px;
    background-position: -464px -4px;
}

.infoCopy span input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pageBox {
    margin: 9px 0;
    height: 36px;
    overflow: hidden;
}

.pageBox p {
    display: block;
    padding: 0 14px;
    width: 360px;
    height: 36px;
    border-radius: 10px;
    font-size: 14px;
    color: #8f8f8f;
    line-height: 36px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.pageBox p:nth-of-type(1) {
    float: left;
}

.pageBox p:nth-of-type(2) {
    float: right;
}

.pageBox p a,
.pageBox p span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pageBox p.pagePre {
    float: left;
}

.pageBox p.pageNext {
    float: right;
}

.pageBox p a {
    color: #333;
}

.pageBox p:hover a {
    color: #ff4c4c;
}

.infoGame {
    padding-bottom: 16px;
    background: url('../img/newsrecgamebg.png') no-repeat;
    background-size: 100% auto;
}

.infoGame a {
    position: relative;
    display: block;
    padding: 15px 18px;
    overflow: hidden;
}

.infoGame a:after {
    content: '';
    position: absolute;
    top: 50px;
    right: 23px;
    display: block;
    width: 38px;
    height: 38px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -494px -4px;
}

.infoGame a img {
    float: left;
    width: 92px;
    height: 92px;
    border-radius: 17px;
    margin-right: 66px;
}

.infoGame a > div {
    float: left;
    width: 580px;
}

.infoGame strong {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.infoGame p {
    font-size: 14px;
    color: #999;
    margin-bottom: 6px;
}

.infoGame p span {
    font-size: 14px;
    color: #666;
    margin-right: 32px;
    line-height: 20px;
}

.infoGame a div div {
    height: 24px;
    overflow: hidden;
}

.infoGame a div div span {
    float: left;
    padding: 0 12px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #999;
    height: 22px;
    border-radius: 6px;
    margin-right: 10px;
}

.infoGame a:hover strong {
    color: #ff4c4c;
}

.rkWrap {
    background: url('../img/ranktopbg.png') no-repeat;
    background-size: 100% auto;
}

.rkWrap h1 {
    position: relative;
    width: 1200px;
    margin: auto;
    height: 179px;
    text-align: center;
    font-size: 0;
}

.rkWrap h1:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 309px;
    height: 159px;
    background: url('../img/ranktextbg.png') no-repeat;
    background-size: 100% auto;
}

.rkCont {
    width: 1200px;
    margin: auto;
}

.rkCont ul {
    width: 1200px;
    height: 46px;
    text-align: center;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

.rkCont ul li {
    display: inline-block;
    margin-right: 8px;
    width: 368px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-35deg);
    -webkit-transform: skewX(-35deg);
    -moz-transform: skewX(-35deg);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rkCont ul li a {
    position: relative;
    display: block;
    font-size: 22px;
    color: #fff;
    transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rkCont ul li.current {
    background: linear-gradient(354deg, #ec3b3b 0%, #feca04 100%);
}

.rkCont ul li.current a {
    font-weight: bold;
    color: #ff7b4c;
}

.rkCont ul li a:before {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 106px;
    height: 16px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -5px -372px;
}

.rkCont ul li a:after {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 106px;
    height: 16px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -125px -372px;
}

.rkCont ul li.current a:before {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 106px;
    height: 16px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -5px -402px;
}

.rkCont ul li.current a:after {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 106px;
    height: 16px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -125px -402px;
}

.rkMenu {
    padding: 10px 24px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.rkMenu div {
    width: 1200px;
    overflow: hidden;
    margin-top: 18px;
}

.rkMenu div a {
    float: left;
    display: block;
    padding: 0 18px;
    margin: 0 16px 16px 0;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background: rgba(0, 217, 197, 0.28);
    font-size: 16px;
    color: #666;
}

.rkMenu div a.current,
.rkMenu div a:hover {
    background: rgba(0, 217, 197, 1);
    color: #fff;
}

.rkMenu em {
    display: block;
    color: #999;
    line-height: 32px;
}

.rkCont {
    padding-bottom: 200px;
}

.rkCont ol {
    position: relative;
    top: 165px;
    padding-top: 150px;
    padding-bottom: 80px;
    width: 1196px;
    background: rgba(235, 248, 251, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 15px 0 rgba(213, 239, 246, 0.5);
    border-radius: 20px;
}

.rkCont ol li:nth-of-type(2n + 2) {
    background-color: rgba(255, 255, 255, 0.5);
}

.rkCont ol li {
    position: relative;
    z-index: 1;
    height: 206px;
}

.rkCont ol li > a {
    position: relative;
    display: block;
    padding: 45px 23px 45px 12px;
    overflow: hidden;
}

.rkCont ol li i {
    float: left;
    display: block;
    width: 93px;
    height: 116px;
    font-size: 32px;
    color: #c2c2d9;
    font-family: 'Arial';
    font-weight: bold;
    font-style: italic;
    line-height: 116px;
    text-align: center;
}

.rkCont ol li img {
    float: left;
    width: 116px;
    height: 116px;
    border-radius: 20px;
    margin-right: 15px;
}

.rkCont ol li div {
    float: left;
    width: 210px;
    height: 116px;
    overflow: hidden;
}

.rkCont ol li div p {
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rkCont ol li div span {
    display: block;
    font-size: 14px;
    color: #9a9a9a;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rkCont ol li > a > span {
    display: none;
}

.addMore {
    position: relative;
    top: 90px;
    cursor: pointer;
    margin: auto;
    display: block;
    height: 72px;
    text-align: center;
    font-size: 16px;
    color: #aeaeae;
    line-height: 72px;
}

.addMore:hover {
    color: #ff4c4c;
}

.rkCont ol li:nth-of-type(n + 4) > a:after {
    content: '';
    position: absolute;
    top: 84px;
    right: 379px;
    display: block;
    width: 38px;
    height: 38px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -494px -4px;
}

.rkCont ol li:nth-of-type(-n + 3) {
    position: absolute;
    top: -164px;
    width: 181px;
    height: 293px;
    margin: 0;
    background-color: transparent;
    background: url('../img/rktbg1.png') no-repeat;
    background-size: 100% 100%;
}

.rkCont ol li:nth-of-type(1) {
    left: 508px;
    background: url('../img/rktbg1.png') no-repeat;
    background-size: 100% 194px;
    background-position: bottom;
}

.rkCont ol li:nth-of-type(2) {
    left: 249px;
    background: url('../img/rktbg2.png') no-repeat;
    background-size: 100% 170px;
    background-position: bottom;
}

.rkCont ol li:nth-of-type(3) {
    left: 768px;
    background: url('../img/rktbg3.png') no-repeat;
    background-size: 100% 170px;
    background-position: bottom;
}

.rkCont ol li:nth-of-type(-n + 3) > a {
    padding: 0;
    overflow: inherit;
}

.rkCont ol li:nth-of-type(-n + 3) i {
    position: absolute;
    top: -24px;
    left: 22px;
    z-index: 1;
    float: inherit;
    font-size: 0;
    width: 50px;
    height: 45px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
}

.rkCont ol li:nth-of-type(1) i {
    background-position: -655px -52px;
}

.rkCont ol li:nth-of-type(2) i {
    background-position: -718px -52px;
}

.rkCont ol li:nth-of-type(3) i {
    background-position: -788px -52px;
}

.rkCont ol li:nth-of-type(-n + 3) img {
    float: inherit;
    display: block;
    width: 95px;
    height: 95px;
    border: 3px solid #feb754;
    margin: auto;
}

.rkCont ol li:nth-of-type(1) img {
    border-color: #feb754;
    margin-bottom: 7px;
    margin-top: 21px;
}

.rkCont ol li:nth-of-type(2) img {
    border-color: #fd8eb9;
    margin-top: 45px;
}

.rkCont ol li:nth-of-type(3) img {
    border-color: #b482fc;
    margin-top: 45px;
}

.rkCont ol li:nth-of-type(-n + 3) div {
    float: inherit;
    width: 100%;
    height: auto;
}

.rkCont ol li:nth-of-type(-n + 3) div p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin-top: 18px;
    margin-bottom: 0;
}

.rkCont ol li:nth-of-type(-n + 3) div span {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
}

.rkCont ol li:nth-of-type(-n + 3) > a > span {
    display: block;
    width: 64px;
    height: 28px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0);
    background: linear-gradient(-90deg, #91ffd0 0%, #b1fda2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 28px;
    text-align: center;
    margin: 8px auto;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
}

.rkCont ol li > a:hover p {
    color: #ff4c4c;
}

.rkCont ol li > a:hover {
    background: rgba(0, 217, 197, 0.1);
}

.rkCont ol li > a div div {
    margin-top: 8px;
    height: 24px;
    overflow: hidden;
}

.rkCont ol li > a div div span {
    float: left;
    padding: 0 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 14px;
    color: #999;
    height: 22px;
    border-radius: 6px;
    margin-right: 10px;
}

.rkCont ol li:nth-of-type(-n + 3) > a div div {
    display: none;
}

.rkCont ol li:nth-of-type(-n + 3) > a:after {
    content: '';
    display: block;
    width: 64px;
    height: 28px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    margin: auto;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    background: linear-gradient(-90deg, #91ffd0 0%, #b1fda2 100%);
    margin: 10px auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rkCont ol li:nth-of-type(1) > a:after {
    margin-top: 14px;
}

.rkCont ol li:nth-of-type(-n + 3):hover a {
    background-color: transparent;
}

.rkCont ol li:nth-of-type(-n + 3) .list {
    display: none;
}

.rkCont ol li .list {
    position: absolute;
    top: 22px;
    right: 28px;
    width: 300px;
    height: 162px;
    border-radius: 10px;
    overflow: hidden;
    text-align: right;
}

.rkCont ol li .list a {
    display: block;
    padding: 0;
}

.rkCont ol li .list img {
    float: inherit;
    width: 300px;
    min-height: 162px;
    height: auto;
    margin: auto;
    border-radius: 10px;
}

.relVer {
    padding: 13px 0;
    border: 0 !important;
}

.relVer ul {
    position: relative;
    padding: 10px 0 16px;
}

.relVer ul li:nth-of-type(2n + 1) {
    background: #fff7f8;
}

.relVer ul li {
    position: relative;
    z-index: 1;
}

.relVer ul li a {
    position: relative;
    display: block;
    padding: 10px 16px;
    overflow: hidden;
}

.relVer ul li img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-right: 11px;
}

.relVer ul li div {
    float: left;
    width: 240px;
    height: 50px;
    overflow: hidden;
}

.relVer ul li div p {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    margin-bottom: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.relVer ul li div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.relVer ul li a:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 16px;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -226px -4px;
}

.relVer ul li a:hover div p {
    color: #ff4c4c;
}

.relVer ul li a:hover {
    background: rgba(0, 217, 197, 0.1);
}

.relInfor {
    position: relative;
    padding: 18px 13px 10px 12px;
}

.relInfor ul {
    margin: 18px 0 23px;
    overflow: hidden;
}

.relInfor li {
    float: left;
    width: 50%;
    font-size: 15px;
    color: #666;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
}

.relInfor li span {
    vertical-align: top;
    display: inline-block;
    width: 62px;
    color: #999;
    margin: 0 19px 0 20px;
}

.relInfor li a,
.relInfor li i {
    color: #ff4c4c;
    cursor: pointer;
}

.relInfor li a:hover,
.relInfor li i:hover {
    text-decoration: underline;
}

.relInfor li:nth-of-type(4n + 1),
.relInfor li:nth-of-type(4n + 4) {
    background: #fff7f8;
}

.feBaBtn {
    position: absolute;
    top: 20px;
    right: 11px;
    display: block;
    padding-left: 14px;
    width: 50px;
    height: 32px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    background-position: -552px -4px;
    cursor: pointer;
}

.feBaBtn:hover {
    text-decoration: underline;
}

.relHj {
    position: relative;
    padding: 18px 13px 20px;
}

.relHj .tabCont {
    padding-top: 40px;
}

.hjInfo {
    position: relative;
    display: block;
    padding-left: 416px;
    margin-left: 140px;
    margin-bottom: 18px;
    background: linear-gradient(-153deg, #d1f7fe, #d1f7fe, #f5f0eb, #fad7d6, #fad7d6, #f5f0ef);
    border: 2px solid #fff;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
    border-radius: 20px;
}

.hjInfo .img {
    position: absolute;
    left: -2px;
    top: -21px;
    padding-top: 19px;
    width: 400px;
    height: 254px;
    border-radius: 20px;
    margin-right: 14px;
    overflow: hidden;
}

.hjInfo .img img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 20px;
}

.hjInfo .img span {
    position: absolute;
    right: 10px;
    top: 30px;
    padding: 0 12px;
    height: 29px;
    font-size: 12px;
    color: #fff;
    line-height: 29px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

.hjInfo .img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 378px;
    height: 19px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -5px -334px;
}

.hjInfo .info {
    width: 240px;
    height: 254px;
    overflow: hidden;
}

.hjInfo .info strong {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #000;
    margin-top: 15px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hjInfo .info em {
    display: block;
    margin-bottom: 1px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.hjInfo .info em:before {
    content: '';
    position: relative;
    top: 7px;
    margin-right: 9px;
    vertical-align: top;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(243, 242, 253, 0);
    border: 3px solid #26d3f3;
    border-radius: 50%;
}

.hjInfo .info p {
    height: 144px;
    font-size: 15px;
    color: #717171;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.hjInfo:after {
    content: '';
    position: absolute;
    top: -9px;
    right: -162px;
    z-index: 1;
    display: block;
    width: 139px;
    height: 44px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -5px -46px;
}

.hjInfo:hover .info strong {
    text-decoration: underline;
}

.relHj .tabMenu {
    position: absolute;
    left: 14px;
    top: 71px;
    width: 125px;
    height: 280px;
    overflow: hidden;
}

.relHj .tabMenu span {
    position: relative;
    display: block;
    padding-left: 25px;
    width: 95px;
    padding-right: 5px;
    height: 36px;
    cursor: pointer;
    margin-bottom: 12px;
    background: #f6f6f6;
    border-radius: 18px;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.relHj .tabMenu span:after {
    content: '鈫�';
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 24px;
    background: linear-gradient(354deg, #ec3b3b 0%, #feca04 100%);
    padding-left: 5.2px;
}

.relHj .tabMenu span.current,
.relHj .tabMenu span.current:hover {
    color: #fff;
    background: #ff4c4c;
}

.relHj .tabMenu span.current:after,
.relHj .tabMenu span.current:hover:after {
    display: block;
}

.relHj .tabMenu span:hover {
    color: #ff4c4c;
}

.relHj ul {
    width: 110%;
    overflow: hidden;
}

.relHj ul li {
    float: left;
    width: 146px;
    height: 180px;
    background: transparent;
    border: 2px solid transparent;
    box-shadow: 0 10px 25px 0 transparent;
    border-radius: 20px;
    text-align: center;
    margin: 0 16px 4px 0;
}

.relHj ul li a {
    display: block;
}

.relHj ul li img {
    display: block;
    width: 102px;
    height: 102px;
    border-radius: 20px;
    margin: 16px auto 7px;
}

.relHj ul li p {
    font-size: 12px;
    color: #999;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
}

.relHj ul li p:nth-of-type(1) {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    height: 26px;
}

.relHj ul li span {
    display: none;
    width: 68px;
    height: 32px;
    background: linear-gradient(354deg, #ec3b3b 0%, #feca04 100%);
    line-height: 32px;
    border-radius: 16px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 16px auto auto;
}

.relHj ul li.no span {
    background: linear-gradient(90deg, #ffc4e7, #ff90c8);
}

.relHj ul li a:hover p {
    display: none;
}

.relHj ul li a:hover span {
    display: block;
}

.relHj ul li:hover {
    background: #fff7f8;
    border: 2px solid #ff4c4c;
    box-shadow: 0 10px 25px 0 rgb(76 76 76 / 5%);
}

.relHj ul li.no:hover {
    background: #fffafd;
    border: 2px solid #ffcde8;
    box-shadow: 0 10px 25px 0 rgb(76 76 76 / 5%);
}

.dJump {
    padding: 0 22px;
    height: 56px;
    background: #f6f6f6;
    border: 1px solid #fff;
    box-shadow: 0 8px 20px 0 rgba(76, 76, 76, 0.05);
    border-radius: 29px;
    margin: 0 auto 14px;
}

.dJump span {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 58px;
    color: #666;
    padding-left: 34px;
    cursor: pointer;
}

.dJump span:after {
    content: '/';
    font-size: 22px;
    color: rgba(51, 51, 51, 0.15);
    margin-left: 32px;
    font-weight: lighter;
}

.dJump span.current {
    color: #2e2e30;
    font-size: 28px;
    font-weight: bold;
    line-height: 58px;
}

.dJump span.current:after {
    font-weight: normal;
}

.dJump span:hover {
    color: #2e2e30;
}

.yxCont {
    padding: 19px 13px;
}

.yxCont {
    position: relative;
    margin-bottom: 23px;
}

.yxCont .cont {
    font-size: 15px;
    color: #717171;
    line-height: 26px;
    overflow: hidden;
}

.yxCont .cont a {
    line-height: 27px;
    color: #ff4c4c;
}

.yxCont .cont a:hover {
    border-bottom: 0.01px solid #ff4c4c;
}

.yxCont .cont p {
    line-height: 26px;
    color: #717171;
    margin-bottom: 12px;
}

.yxCont .cont br {
    height: 1px;
}

.yxCont .cont img {
    max-width: 845px;
    margin: 16px auto;
    display: block;
}

.yxCont .cont p img {
    max-width: 845px;
}

.yxCont .cont h3 {
    position: relative;
    display: block;
    font-size: 20px;
    color: #2e2e30;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 16px;
}

.yxCont .cont h3:before {
    content: '-';
    font-size: 20px;
    color: #2e2e30;
    font-weight: 400;
}

.yxCont .cont h3:after {
    content: '-';
    font-size: 20px;
    color: #2e2e30;
    font-weight: 400;
}

.yxCont .cont iframe {
    width: 690px;
    height: 360px;
    margin: 0 auto;
    display: block;
    border: none;
}

.yxCont .cont table {
    max-width: 100%;
    margin: auto;
}

.yxCont .cont table a {
    color: #0000ee;
}

.yxCont .cont table a:hover {
    text-decoration: underline;
}

.mTit {
    position: relative;
}

.mTit h3 {
    position: relative;
    display: block;
    font-size: 20px;
    color: #2e2e30;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 6px;
}

.mTit h3:before {
    content: '-';
    font-size: 20px;
    color: #2e2e30;
    font-weight: 400;
}

.mTit h3:after {
    content: '-';
    font-size: 20px;
    color: #2e2e30;
    font-weight: 400;
}

.rLog {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 14px;
    color: #ff4c4c;
    line-height: 36px;
    cursor: pointer;
}

.rLog:hover {
    text-decoration: underline;
}

.recMark {
    position: relative;
    padding-top: 12px;
    margin-bottom: 11.5px;
}

.recMark i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 139px;
    height: 44px;
    background-position: -330px -227px;
}

.recMark p {
    margin-left: 25px;
    padding-left: 128px;
    width: 660px;
    height: 39px;
    font-size: 15px;
    color: #06d69b;
    line-height: 39px;
    background: linear-gradient(90deg, transparent, rgba(145, 255, 208, 0.4), rgba(177, 253, 162, 0.4), transparent);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recMark a {
    color: #06d69b;
}

.recMark a:hover {
    font-weight: bold;
}

.tagList {
    margin-top: 12px;
    padding: 6px 0;
    overflow: hidden;
}

.tagList a {
    float: left;
    padding: 0 12px;
    font-size: 14px;
    color: #8d8d8d;
    background: #f8f8f8;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    margin: 0 4px 5px 0;
}

.tagList a:after {
    content: '';
    position: relative;
    top: 11px;
    vertical-align: top;
    margin-left: 6px;
    display: inline-block;
    width: 7px;
    height: 10px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -401px -4px;
}

.tagList a:hover {
    color: #fff;
    background: linear-gradient(354deg, #ec3b3b 0%, #feca04 100%);
}

.tagList a:hover:after {
    top: 12px;
    background-position: -412px -32px;
}

.tagList a:last-of-type {
    padding: 0;
    width: 32px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #c1c1c1;
}

.tagList a:last-of-type:after {
    display: none;
}

.tagList a:last-of-type:hover {
    color: #fff;
}

.gsIntro {
    position: relative;
    padding-bottom: 30px;
    margin: 26px auto 44px;
    padding-left: 741px;
    width: 455px;
    min-height: 286px;
    background: linear-gradient(30deg, #d1f7fe, #d1f7fe, #f5f0eb, #fad7d6, #f5f0eb, #f5f0ef);
    border: 2px solid #fff;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0.05);
    border-radius: 20px;
}

.gsIntro:after,
.gsIntro:before {
    content: '';
    position: absolute;
    top: 90px;
    width: 64px;
    height: 86px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -58px -568px;
}

.gsIntro:before {
    left: -90px;
}

.gsIntro:after {
    right: -90px;
}

.gsIntro > img {
    position: absolute;
    left: 619px;
    top: 23px;
    z-index: 2;
    width: 92px;
    height: 92px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    border-radius: 19px;
}

.gsIntro h1 {
    max-height: 84px;
    font-size: 30px;
    color: #2e2e30;
    font-weight: bold;
    line-height: 42px;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 8px;
}

.gsIntro .tag {
    overflow: hidden;
    margin-bottom: 6px;
}

.gsIntro .tag span {
    display: block;
    float: left;
    padding: 0 12px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #999;
    border: 1px solid #fff;
    border-radius: 6px;
    margin: 0 11px 6px 0;
}

.gsIntro > div {
    overflow: hidden;
}

.gsIntro dl {
    float: left;
    width: 50%;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.gsIntro dt {
    float: left;
    width: 72px;
}

.gsIntro dd {
    float: left;
    width: 150px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
}

.gsIntro dl:last-of-type {
    width: 100%;
}

.gsIntro .age {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding-right: 7px;
    width: 80px;
    height: 46px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: right;
    background-position: -158px -442px;
    white-space: nowrap;
    overflow: hidden;
}

.downBtn {
    margin-top: 20px;
    overflow: hidden;
}

.downBtn a,
.downBtn button {
    float: left;
    margin-right: 7px;
    cursor: pointer;
    text-align: center;
    position: relative;
    display: block;
    border: none;
    min-width: 130px;
    padding: 0 6px;
    height: 55px;
    font-size: 18px;
    color: #fff;
    line-height: 55px;
    background: linear-gradient(-90deg, #06d79a, #05c8af);
    box-shadow: 0 7px 10px 0 rgba(197, 235, 233, 0.8);
    border-radius: 27px;
    margin-bottom: 12px;
    box-sizing: content-box;
}

.downBtn a:before,
.downBtn button:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    display: block;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
}

.downBtn .iosBtn {
    background: linear-gradient(25deg, #8989ff, #7878fe);
    box-shadow: 0 7px 10px 0 rgba(120, 120, 254, 0.2);
}

.downBtn .iosBtn:before {
    width: 44px;
    height: 54px;
    background-position: -436px -114px;
}

.downBtn .adrBtn {
    background: linear-gradient(90deg, #06d79a, #05c8af);
    box-shadow: 0 7px 10px 0 rgba(197, 235, 233, 0.8);
}

.downBtn .adrBtn:before {
    width: 42px;
    height: 45px;
    background-position: -511px -114px;
}

.downBtn .pcBtn {
    background: linear-gradient(25deg, #ff8876, #ff6f8e);
    box-shadow: 0 7px 10px 0 rgba(255, 111, 142, 0.2);
}

.downBtn .pcBtn:before {
    width: 55px;
    height: 49px;
    background-position: -584px -114px;
}

.downBtn .orderBtn {
    width: 200px;
    background: linear-gradient(-155deg, #ff8e58, #ffb14f);
    box-shadow: 0 7px 10px 0 rgba(255, 144, 88, 0.25);
}

.downBtn .orderBtn:before {
    width: 46px;
    height: 46px;
    background-position: -670px -114px;
}

.downBtn .noBtn {
    width: 200px;
    background: linear-gradient(25deg, #b2b2b2, #999);
    box-shadow: 0 7px 10px 0 rgba(154, 154, 154, 0.2);
}

.downBtn .noBtn:before {
    width: 46px;
    height: 46px;
    background-position: -747px -114px;
}

.pcAdd {
    position: relative;
    top: 8px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 22px;
}

.pcAdd span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

.oTip {
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    color: #808080;
    overflow: hidden;
}

.oTip label {
    color: #fb381f;
    margin-right: 3px;
    font-weight: bold;
}

.downBtn a:hover,
.downbtn button:hover {
    opacity: 0.9;
}

.downBtn .orderBtn:after {
    content: '鈫�';
    font-weight: lighter;
}

.downBtn .noBtn:after {
    content: ':(';
    font-weight: lighter;
}

.showImg {
    position: absolute;
    left: 33px;
    top: -24px;
    width: 639px;
    height: 366px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    overflow: inherit !important;
}

.showImg:before {
    content: '';
    position: absolute;
    left: -23px;
    top: 54px;
    display: block;
    width: 23px;
    height: 273px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -5px -442px;
}

.showImg .gallery-top {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.showImg .swiper-slide {
    position: relative;
    text-align: center;
    height: 100%;
    overflow: hidden;
}

.showImg .gallery-top .swiper-slide video {
    position: relative;
    width: auto;
    height: 100%;
}

.showImg .gallery-top .vjs-has-started .vjs-control-bar {
    z-index: 3;
}

.showImg .gallery-top .swiper-slide > div {
    width: 100%;
    height: 100%;
}

.showImg .gallery-top .swiper-slide > div img {
    width: 100%;
    opacity: 0.9;
    object-fit: cover;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.showImg .gallery-top .swiper-slide > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: auto;
    opacity: 1;
}

.showImg .gallery-thumbs {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 56px;
    padding-top: 10px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), rgba(114, 102, 104, 0.2);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), rgba(114, 102, 104, 0.2);
}

.showImg .gallery-thumbs .swiper-wrapper {
    justify-content: center;
}

.showImg .gallery-thumbs .swiper-slide {
    position: relative;
    text-align: center;
    width: 60px;
    height: 46px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.showImg .gallery-thumbs .swiper-slide div {
    height: 100%;
    width: 100%;
}

.showImg .gallery-thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.showImg .gallery-thumbs .swiper-slide:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.showImg .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.showImg .gallery-thumbs .swiper-slide-thumb-active {
    position: relative;
    border: 1px solid rgba(63, 222, 215, 0.5);
    width: 58px !important;
    height: 44px;
}

.showImg .gallery-thumbs .swiper-slide-thumb-active:after {
    content: '';
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 8px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -169px -21px;
}

.showImg .gallery-thumbs .swiper-slide-thumb-active:after {
    display: none;
}

.showImg .gallery-thumbs .swiper-slide:hover:after {
    display: none;
}

.bqdTop {
    position: relative;
    padding: 13px;
    margin-bottom: 20px;
}

.bqdTop > div {
    position: relative;
    overflow: hidden;
}

.bqdTop img {
    float: left;
    width: 190px;
    height: 190px;
    border-radius: 28px;
    margin-right: 23px;
}

.bqdTop .intro {
    float: left;
    width: 558px;
}

.bqdTop .intro li,
.bqdTop .intro p {
    overflow: hidden;
    white-space: nowrap;
}

.bqdTop .name {
    display: block;
    position: relative;
    background-color: #fff;
    padding-right: 20px;
    max-width: 576px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 0 rgb(0 0 0 / 10%);
}

.bqdTop h1 {
    display: inline-block;
    font-size: 28px;
    color: #333;
    margin-right: 18px;
    line-height: 32px;
    font-weight: 600;
}

.bqdTop .name i {
    display: block;
    position: absolute;
    width: 66px;
    height: 26px;
    background-position: -258px -395px;
    right: -81px;
    top: 10px;
}

.bqdTop .intro ul {
    margin-top: 8px;
    width: 400px;
    min-height: 60px;
    overflow: hidden;
}

.bqdTop .intro li {
    float: left;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bqdTop .intro li em,
.bqdTop .intro li span {
    color: #333;
}

.bqdTop .intro li:last-of-type {
    width: 200px;
}

.bqdTop .intro .txt {
    display: block;
    max-height: 70px;
    border-top: 1px solid #e0e0e0;
    margin-top: 5px;
    padding-top: 8px;
    line-height: 24px;
    font-size: 14px;
    color: #4c4c4c;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bqdTop .intro .txt label {
    font-weight: bold;
    color: #808080;
}

.bqdTop > .txt {
    display: block;
    max-height: 70px;
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    color: #4c4c4c;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bqdTop > .txt label {
    font-weight: bold;
    color: #808080;
}

.bqdTop .downbtn {
    position: absolute;
    top: 56px;
    right: 5px;
    width: 138px;
    overflow: hidden;
}

.adown a,
.adown button {
    float: left;
    display: block;
    border: none;
    width: 132px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 23px;
    background-color: #ef493c;
    margin-right: 20px;
    box-sizing: content-box;
}

.adown .iosBtn {
    background: #0568fa;
    border: 3px solid #c5e1ff;
    box-shadow: 0 6px 6px 0 rgba(64, 159, 255, 0.16);
}

.adown .adrBtn {
    background: #12e493;
    border: 3px solid #a1fdcd;
    box-shadow: 0 6px 6px 0 rgba(49, 223, 132, 0.2);
}

.adown .pcBtn {
    background-color: #fb371f;
    border: 3px solid #f7a7a1;
}

.adown .orderBtn {
    background: #fae037;
    border: 3px solid #fedfbb;
    box-shadow: 0 6px 6px 0 rgba(252, 182, 96, 0.2);
}

.adown .noBtn {
    border: 3px solid #edeef3;
    background-color: #ccc;
    cursor: default;
}

.adown a:hover,
.adown button:hover {
    opacity: 0.9;
}

.gsTag {
    position: relative;
    padding: 13px 0 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.gsTag .list {
    padding: 6px 0 6px 14px;
    overflow: hidden;
}

.gsTag .list a {
    float: left;
    padding: 0 8px 0 12px;
    font-size: 14px;
    color: #8d8d8d;
    background: #f8f8f8;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    margin: 0 8px 12px 0;
}

.gsTag .list a:after {
    content: '鈫�';
    position: relative;
    top: 0;
    vertical-align: top;
    margin-left: 12px;
    display: inline-block;
    font-size: 12px;
}

.gsTag .list a:hover {
    color: #fff;
    background: linear-gradient(354deg, #ec3b3b 0%, #feca04 100%);
}

.otherBan {
    position: relative;
    padding: 18px 13px 10px;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 24px;
}

.otherBan ul {
    width: 850px;
    padding-top: 18px;
    overflow: hidden;
}

.otherBan ul li {
    float: left;
    width: 215px;
    height: 142px;
    padding: 0 20px;
    border-radius: 6px;
    margin: 0 22px 22px 0;
    border: 1px solid transparent;
    background-color: #f6f6f6;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.otherBan ul li a:nth-of-type(1) {
    display: block;
    width: 110%;
    font-size: 18px;
    color: #333;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.otherBan ul li a:nth-of-type(2) {
    display: block;
    overflow: hidden;
}

.otherBan ul li a:nth-of-type(2) img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 16px;
    margin-right: 16px;
}

.otherBan ul li a:nth-of-type(2) div {
    float: left;
    width: 112px;
}

.otherBan ul li a:nth-of-type(2) p {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.otherBan ul li:hover {
    background: #fff7f8;
    border-color: #ff4c4c;
}

.otherBan ul li:hover a:nth-of-type(1) {
    color: #ff4c4c;
}

/* ::-webkit-scrollbar {
    width: 6px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #dfdfdf !important;
} */

.rizhi {
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.rizhi strong {
    display: block;
    color: #5b5b5b;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
}

.rizhi p {
    margin-bottom: 8px;
    display: block;
}

.rizhi p span {
    display: block;
}

.rizhi p br {
    display: none;
}

.gLog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

.logBox {
    position: absolute;
    z-index: 5;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    width: 520px;
    text-align: center;
}

.gLog .gLclose {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.gLog .gLclose i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -807px -287px;
}

.gLog .lTitle {
    position: relative;
    display: block;
    text-align: left;
    height: 63px;
    width: 100%;
    height: 63px;
    background: linear-gradient(0deg, #ff4c4c, #42dfd5);
    border-radius: 20px 20px 0 0;
}

.gLog .lTitle p {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 63px;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 30px;
}

.gLog .gSure {
    display: block;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-size: 22px;
    margin: 18px auto 42px;
    width: 224px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(-155deg, #ff8e58, #ffb14f);
    box-shadow: 0 7px 10px 0 rgba(255, 144, 88, 0.25);
    border-radius: 24px;
}

.logMain {
    display: block;
    height: 460px;
    border: none;
    padding: 0 16px 0 5px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    margin: 20px 23px 30px;
    text-align: left;
    overflow: auto;
}

.logMain strong {
    display: block;
    color: #333;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
}

.logMain p {
    margin-bottom: 6px;
    display: block;
}

.logMain p span {
    display: block;
}

.logMain p br {
    display: none;
}

.orderList {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

.orderBox {
    position: absolute;
    z-index: 5;
    top: 210px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 24px;
    width: 490px;
    text-align: center;
}

.orderBox .oClose {
    position: absolute;
    bottom: -64px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.orderBox .oClose i {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -740px -287px;
    position: relative;
}

.orderBox .oClose:hover i {
    opacity: 0.9;
}

.orderBox .oTitle {
    position: relative;
    margin: 30px auto 18px;
    text-align: center;
}

.orderBox .oTitle i {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 279px;
    height: 54px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -500px -189px;
    color: transparent;
}

.orderBox .oTelBox {
    position: relative;
    display: block;
    margin: auto;
    width: 398px;
    height: 60px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 7px;
    margin-bottom: 15px;
}

.orderBox .oTelBox i {
    position: absolute;
    top: 14px;
    left: 20px;
    display: block;
    width: 22px;
    height: 33px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -682px -287px;
}

.orderBox .oTelBox:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 60px;
    display: block;
    width: 1px;
    height: 42px;
    background: #e3e3e3;
}

.orderBox form .tel {
    width: 317px;
    height: 60px;
    line-height: 60px;
    background: transparent !important;
    border: none;
    color: #666;
    font-size: 18px;
    border-radius: 7px;
    padding: 0 10px 0 71px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form .tel::-webkit-input-placeholder {
    color: #ccc;
}

.orderBox form .tel:-moz-placeholder {
    color: #ccc;
}

.orderBox form .tel::-moz-placeholder {
    color: #ccc;
}

.orderBox form .tel:-ms-input-placeholder {
    color: #ccc;
}

.orderBox form .tel:focus {
    color: #808080;
}

.orderBox form p {
    display: block;
    margin: auto;
    width: 480px;
    color: #404040;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form p em {
    color: #ff3333;
}

.orderBox form p:last-of-type {
    font-size: 16px;
    color: #ccc;
    line-height: 26px;
}

.orderBox form span {
    color: #ff3232;
    font-size: 12px;
    text-align: left;
    display: block;
    width: 400px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox .oKnow,
.orderBox form .oBtn {
    display: block;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-size: 22px;
    margin: 18px auto 42px;
    width: 224px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(-155deg, #ff8e58, #ffb14f);
    box-shadow: 0 7px 10px 0 rgba(255, 144, 88, 0.25);
    border-radius: 24px;
}

.orderBox .msg {
    display: block;
    color: #ff3232;
    font-size: 14px;
    text-align: left;
    width: 326px;
    margin: 0 auto;
}

.orderBox .oWin {
    width: 100%;
    font-size: 18px;
    border-radius: 3px;
    text-align: center;
}

.orderBox .oWin > strong {
    display: block;
    font-size: 24px;
    color: #3fe7bd;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 26px;
    margin-top: 16px;
}

.orderBox .oWin > i {
    display: block;
    width: 56px;
    height: 57px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -500px -287px;
    margin: auto;
    position: relative;
    top: 8px;
}

.orderBox .oAgin {
    width: 100%;
    font-size: 18px;
    border-radius: 3px;
    text-align: center;
}

.orderBox .oAgin > strong {
    display: block;
    font-size: 24px;
    color: #77e5ff;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 26px;
    margin-top: 20px;
}

.orderBox .oAgin > i {
    display: block;
    width: 53px;
    height: 62px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -592px -287px;
    margin: auto;
    position: relative;
    top: 6px;
}

.gRule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

.ruleTxt {
    position: absolute;
    z-index: 5;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    width: 520px;
    text-align: center;
}

.gRule .gRclose {
    position: absolute;
    top: 18px;
    right: 21px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.gRule .gRclose i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -852px -290px;
}

.gRule .oTitle {
    position: relative;
    display: block;
    text-align: left;
    margin-top: -44px;
}

.gRule .oTitle i {
    display: block;
    width: 250px;
    height: 129px;
    background-position: -278px -442px;
    margin-left: 156px;
}

.gRule .gSure {
    display: block;
    cursor: pointer;
    border: 0;
    width: 224px;
    height: 48px;
    background: linear-gradient(0deg, #ff4c4c, #42dfd5);
    box-shadow: 0 3px 5px 0 rgba(54, 219, 221, 0.3);
    border-radius: 24px;
    color: #fff;
    font-size: 22px;
    line-height: 48px;
    margin: 20px auto 42px;
    overflow: hidden;
    white-space: nowrap;
}

.ruleMain {
    display: block;
    height: 460px;
    border: none;
    padding: 0 18px 0 10px;
    line-height: 28px;
    font-size: 18px;
    color: #333;
    font-weight: lighter;
    margin: 20px 23px 30px;
    text-align: left;
    overflow: auto;
}

.ruleMain strong {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

.ruleMain p:nth-of-type(1) {
    font-weight: bold;
    margin-bottom: 4px;
}

.ruleMain p:nth-last-of-type(1) {
    margin-bottom: 20px;
}

.ruleTxt:after {
    content: '';
    position: absolute;
    bottom: 108px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 452px;
    height: 43px;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0 0 12px 12px;
}

.gPrivacy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    width: 520px;
    text-align: center;
}

.gPrivacy .gPclose {
    position: absolute;
    top: 18px;
    right: 21px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.gPrivacy .gPclose i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -852px -290px;
}

.gPrivacy .oTitle {
    position: relative;
    display: block;
    text-align: left;
    margin-top: -44px;
}

.gPrivacy .oTitle i {
    display: block;
    width: 250px;
    height: 129px;
    background-position: -278px -599px;
    margin-left: 156px;
}

.gPrivacy .gSure {
    display: block;
    cursor: pointer;
    border: 0;
    width: 224px;
    height: 48px;
    background: linear-gradient(0deg, #ff4c4c, #42dfd5);
    box-shadow: 0 3px 5px 0 rgba(54, 219, 221, 0.3);
    border-radius: 24px;
    color: #fff;
    font-size: 22px;
    line-height: 48px;
    margin: 20px auto 42px;
    overflow: hidden;
    white-space: nowrap;
}

.privacyMain {
    display: block;
    height: 460px;
    border: none;
    padding: 0 18px 0 10px;
    line-height: 28px;
    font-size: 18px;
    color: #333;
    font-weight: lighter;
    margin: 20px 23px 30px;
    text-align: left;
    overflow: auto;
}

.privacyMain strong {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

.privacyMain p:nth-of-type(1) {
    font-weight: bold;
    margin-bottom: 4px;
}

.privacyMain p:nth-last-of-type(1) {
    margin-bottom: 20px;
}

.privacyTxt:after {
    content: '';
    position: absolute;
    bottom: 108px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 452px;
    height: 43px;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0 0 12px 12px;
}

.feBaBtn {
    cursor: pointer;
}

.feedBack {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

.feBackBox {
    position: absolute;
    z-index: 5;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    width: 520px;
    text-align: center;
}

.feBaClose {
    position: absolute;
    top: 18px;
    right: 21px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.feBaClose i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -852px -290px;
}

.feBackBox .fTitle {
    position: relative;
    display: block;
    text-align: left;
    margin-top: -44px;
}

.feBackBox .fTitle i {
    display: block;
    width: 250px;
    height: 129px;
    background-position: -592px -442px;
    margin-left: 156px;
}

.feBackBox .feSubmit input {
    display: block;
    cursor: pointer;
    border: 0;
    width: 224px;
    height: 48px;
    background: linear-gradient(-155deg, #ff8876, #ff6f8e);
    box-shadow: 0 3px 5px 0 rgba(255, 111, 142, 0.4);
    border-radius: 24px;
    color: #fff;
    font-size: 22px;
    line-height: 48px;
    margin: 20px auto 42px;
    overflow: hidden;
    white-space: nowrap;
}

.feBack {
    margin: 10px 32px 25px;
}

.feBack > span {
    font-size: 22px;
    color: #000;
    line-height: 42px;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.feBack .info {
    margin: auto auto 10px;
}

.feBack .info p {
    font-size: 14px;
    color: #333;
    line-height: 88px;
}

.feBack textarea {
    width: 416px;
    height: 69px;
    margin-bottom: 6px;
    border: none;
    resize: none;
    padding: 15px 18px;
    font-size: 16px;
    color: #666;
    background-color: #f6f6f6;
    border-radius: 3px;
}

.checkbox {
    position: relative;
    height: 42px;
    line-height: 42px;
}

.checkbox:nth-last-child(1) {
    border-bottom: none;
}

.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.checkbox label {
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    line-height: 48px;
    width: 420px;
    font-size: 18px;
    color: #666;
    text-align: left;
    padding-left: 36px;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    cursor: pointer;
}

.checkbox input[type='checkbox']:checked + label:after {
    top: 11px;
    width: 24px;
    height: 24px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -908px -290px;
    border: 0;
}

.telBox {
    overflow: hidden;
    background-color: #f6f6f6;
}

.telBox input {
    display: block;
    border: none;
    padding: 0 20px;
    width: 416px;
    height: 53px;
    line-height: 53px;
    background: #f6f6f6;
    border-radius: 10px;
    font-size: 16px;
    color: #666;
}

.telBox input::-webkit-input-placeholder {
    color: #999;
}

.telBox input:-moz-placeholder {
    color: #999;
}

.telBox input::-moz-placeholder {
    color: #999;
}

.telBox input:-ms-input-placeholder {
    color: #999;
}

.infoGame strong {
    margin-bottom: 2px;
}

.infoGame a div div {
    padding: 2px 0 1px;
}

.infoGame a div div p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.infoGame a div div span {
    border: none;
    width: auto;
    padding: 0;
}

.infoGame a div div span:nth-of-type(n + 2):before {
    content: '/';
    float: left;
    color: #ccc;
    margin: 0 8px 0 0;
}

.rkCont ol li div {
    width: 100%;
}

.rkCont ol li:nth-of-type(n + 4) > a:after {
    display: none;
}

.rkCont ol li .list a {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 168px;
    height: 48px;
    cursor: pointer;
    background: linear-gradient(354deg, #ec3b3b 0%, #feca04 100%);
    border-radius: 24px;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rkCont ol li:nth-of-type(n + 4) > a > div:nth-of-type(1) {
    width: 588px;
}

.rkCont ol li > a div div {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.drBox > div > span {
    display: block;
    margin-bottom: 12px;
    width: 373px;
    height: 46px;
    font-size: 22px;
    color: #ff7b4c;
    line-height: 46px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 15px 0 rgba(201, 235, 235, 0.5);
    border-radius: 25px;
    white-space: nowrap;
    overflow: hidden;
}

.drBox > div > span strong {
    position: relative;
    display: block;
    width: 100%;
    font-size: 22px;
    color: #ff7b4c;
    line-height: 46px;
    font-weight: 400;
}

.drBox > div > span strong:before {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 129px;
    height: 16px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -10px -114px;
}

.drBox > div > span strong:after {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 129px;
    height: 16px;
    background: url('../img/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -170px -114px;
}

.gsList ul li a > .system {
    margin-left: 106px;
    height: 10px;
    font-size: 11px;
    color: #999;
    margin-top: -12px;
}

.gsList ul li a {
    display: block;
    position: relative;
    padding: 13px 0 0 12px;
    width: 262px;
    height: 118px;
    background: #f6f6f6;
    border: 2px solid #f6f6f6;
    box-shadow: 0 10px 25px 0 rgba(76, 76, 76, 0);
    border-radius: 10px;
}

.topNav {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 42px;
    background: linear-gradient(to bottom, #d5fdf9, #eefdfc, #d5fdf9);
}

.topNav > div {
    width: 1200px;
    margin: auto;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.topNav p {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 42px;
}

.topNav div div {
    float: right;
    max-width: 720px;
    font-size: 14px;
    color: #666;
    line-height: 42px;
}

.topNav a {
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 42px;
}

.topNav a:nth-of-type(n + 2):before {
    content: '|';
    font-size: 12px;
    color: #808080;
    margin: 0 10px 0 6px;
    position: relative;
    top: -1px;
}

.topNav a:hover {
    text-decoration: underline;
}

.topGSNav {
    margin-bottom: 6px;
    position: relative;
    top: -5px;
    z-index: 2;
    padding: 8px 0;
    width: 100%;
    background: #f3fffe;
    box-shadow: 0px 3px 3px 0px rgba(51, 15, 13, 0.05);
}

.topGSNav > div {
    margin: auto;
    overflow: hidden;
    text-align: center;
}

.topGSNav a {
    position: relative;
    margin: 0 28px 0 0;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.topGSNav a:hover,
.topGSNav a.current {
    color: #ff4c4c;
    font-weight: bold;
}

.dRecbLR .tabMenu {
    position: relative;
    margin: auto;
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.dRecbLR .tabMenu span {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 20px 4px;
    height: 36px;
    font-size: 18px;
    color: #2e2e30;
    line-height: 36px;
    border-radius: 2px;
    border-bottom: 4px solid transparent;
}

.dRecbLR .tabMenu span.current {
    font-weight: bold;
    border-color: #87dded;
}

.dRecbLR .tabMenu span:hover {
    font-weight: bold;
}

.dRecbLR li:nth-of-type(1):before,
.dRecbLR li.bo:before {
    content: '';
    float: left;
    margin: 14px 14px 0 1px;
    display: block;
    width: 3px;
    height: 3px;
    border: 1px solid #3f3636;
    background: transparent;
}

.dRecbLR li:hover:before {
    border-color: #ff4c4c;
}

.dRecbLR li:before {
    display: none !important;
}

.dRecbLR li a i {
    color: #888;
}

.dRecbLR li span {
    color: #999;
}

.gsList ul li {
    position: relative;
}

.gsList ul li a:nth-of-type(2) {
    position: absolute;
    display: block;
    position: absolute;
    left: 127px;
    bottom: 11px;
    width: 68px;
    height: 32px;
    font-size: 14px;
    color: #ff4c4c;
    background: #ffebeb;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
    box-shadow: none;
    padding: 0;
    border: none;
}

.gsList ul li a div {
    margin-top: -6px;
}

.dRecbLR li a {
    float: left;
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 34.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}
.gdHotTopicBox {
    margin-top: 28px;
    padding: 15px;
}
.gdHotTopicBox .inTitle {
    align-items: flex-end;
}
.inTitle .titleL {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #333;
}
.inTitle > a.titleR {
    font-size: 14px;
    line-height: 18px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inTitle > a.titleR .icon {
    background: url(../img/rw.png) no-repeat;
    background-size: cover;
}
.gdHotTopicBox .contList {
    margin-top: 20px;
}
.gdHotTopicBox .contList li {
    margin-top: 14px;
}
.gdHotTopicBox .contList li a {
    display: flex;
    align-items: center;
}
.gdHotTopicBox .contList li a .imgBox {
    width: 158px;
    height: 74px;
    background: linear-gradient(92deg, #ec3b3b 0%, #db5a81 100%);
    border-radius: 5px;
    border: 3px solid #fff;
    flex-shrink: 0;
}
.imgBox {
    overflow: hidden;
}
.imgBox > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.gdHotTopicBox .contList li a .imgInfo {
    width: 0;
    flex: 1;
    padding-left: 15px;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.gdHotTopicBox .contList li a .imgInfo p {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.gdHotTopicBox .contList li a .imgInfo .tip {
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}
.gdHotTopicBox .contList li a .imgInfo .tip span {
    font-weight: bold;
    color: #ec3b3b;
    margin: 0 4px;
}
.gdHotTopicBox .contList li a .imgInfo .tip {
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}
.gdHotTopicBox .infoList {
    margin-top: 16px;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
}
.gdHotTopicBox .infoList li {
    margin-top: 12px;
}
.gdHotTopicBox .infoList li a {
    display: flex;
    align-items: center;
}
.gdHotTopicBox .infoList li a p.title {
    flex: 1;
}
.gdHotTopicBox .infoList li a p.tip {
    padding-left: 10px;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}
.gdHotTopicBox .infoList li a p.tip span {
    font-weight: bold;
    margin: 0 4px;
    color: #ec3b3b;
}
.gdHotTopicBox .infoList li a p.tip {
    padding-left: 10px;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}
.gdHotTopicBox .infoList li a p.tip:last-child {
    padding-left: 22px;
}
.gdHotTopicBox .infoList li a p {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.inTitle {
    display: flex;
    justify-content: space-between;
}
.inTitle > a.titleR .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
}
.gaHSTop u {
    display: block;
    background: url(../img/kicon.gif) 0 -114px no-repeat;
    width: 112px;
    height: 109px;
    position: absolute;
    top: -2px;
    right: -3px;
}
.ztDeList ul li {
    position: relative;
}
.ztDeList ul li:nth-of-type(1) u {
    display: block;
    background: url(../img/kicon.gif) 0 -6px no-repeat;
    width: 104px;
    height: 96px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.ztDeList ul li:nth-of-type(2) u {
    display: block;
    background: url(../img/kicon.gif) 0 -230px no-repeat;
    width: 104px;
    height: 96px;
    position: absolute;
    top: 0px;
    right: 0px;
}
/*精选推荐*/
.vm-list {
    overflow: hidden;
    margin: 20px 0 0 0px;
}

.vm-list li {
    float: left;
    width: 33%;
    padding: 12px 0;
    border-radius: 2px;
    margin: 5px 0 0 0px;
}
.vm-list li a {
    display: flex;
}
.vm-list li img {
    display: block;
    width: 90px;
    height: 90px;
    background-color: #c2c2c2;
    border-radius: 20px;
    float: left;
    margin-left: 16px;
}

.vm-info {
    float: left;
    width: 125px;
    margin-left: 15px;
}

.vm-info h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-top: 8px;
    color: #333;
}

.vm-time {
    font-size: 12px;
    color: #999;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    margin-top: 12px;
    display: block;
    white-space: nowrap;
}

.vm-btn {
    display: block;
    margin-top: 14px;
    width: 70px;
    height: 26px;
    font-size: 14px;
    color: #fe3c7a;
    border: 1px solid rgba(241, 33, 33, 0.5);
    border-radius: 14px;
    text-align: center;
    line-height: 26px;
}
@media screen and (max-width: 750px) {
    body,
    html {
        min-width: unset;
    }
    .breadChip,
    .wrapper,
    .wrapL,
    .wrapR {
        width: 100%;
    }
    .wrapL {
        margin-right: 0;
    }
    /*.relGame ul{*/
    /*    display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
    /*}*/
    .hotGame ol {
        width: 100%;
    }
    .hotGame ol li:nth-of-type(1) {
        left: 50%;
        transform: translateX(-50%);
    }
    .hotGame ol li:nth-of-type(2) {
        left: 10px;
    }
    .hotGame ol li:nth-of-type(3) {
        left: unset;
        right: 10px;
    }
    .newsList > ul li,
    .newsList > ul li > div {
        width: 100%;
    }
    .newsList > ul li,
    .newsList > ul li > div,
    .newsList > ul li > div p {
        height: auto;
    }
    .newsList > ul li > a {
        width: 100%;
        height: 140px;
        margin-right: 0;
    }
    .newsList > ul li > div p {
        width: 100%;
        padding: 0 8px;
        max-height: unset;
        box-sizing: border-box;
        height: unset;
    }
    .hotNews ol {
        padding: 16px 13px;
        width: 100%;
        box-sizing: border-box;
    }
    .hotNews li {
        width: 100%;
        padding: 0;
    }
    .hotNews li a {
        width: 85%;
    }
    .vm-list li {
        width: auto;
        float: none;
        overflow: hidden;
    }

    .vm-list li a {
        display: flex;
        width: 100%;
    }

    .vm-info {
        flex: 1;
    }
    .infoCont .cont img {
        max-width: 98% !important;
        height: auto !important;
    }
}
