@charset "utf-8";

/*--样式重置以及清除浮动--*/

.section .content {
    -webkit-touch-callout: none;
    /*系统默认菜单被禁用*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -khtml-user-select: none;
    /*早期浏览器*/
    -moz-user-select: none;
    /*火狐*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
}

html {
    font-size: 100px;
    font-weight: 400;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

body,
input,
label,
select,
option,
textarea,
button,
fieldset,
legend,
td,
th,
caption {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    font-family: "Microsoft YaHei", "PingFang SC", Helvetica, Roboto, Arial, sans-serif;
}

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

a,
button {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    display: inline-block
}

a {
    vertical-align: top
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    outline: none;
}

table {
    border-collapse: collapse;
}

html {
    min-width: 100%;
    min-height: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
}

.none {
    display: none;
}

.alignC {
    text-align: center;
}


/*通用样式*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7f858a;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #7f858a;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #7f858a;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7f858a;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background-color: #0e1219;
}

#myGiftListPop ::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background-color: #b7e0a9;
}

#faqTeamPop ::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background-color: #b7e0a9;
}

#faqGuidePop ::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background-color: #b7e0a9;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #0e1219;
    overflow: hidden;
}

#myGiftListPop ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #b7e0a9;
    overflow: hidden;
}

#faqTeamPop ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #b7e0a9;
    overflow: hidden;
}

#faqGuidePop ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #b7e0a9;
    overflow: hidden;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #cca467;
}

#myGiftListPop ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #57a43b;
    ;
}

#faqTeamPop ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #57a43b;
    ;
}

#faqGuidePop ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #57a43b;
    ;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.imgWrap img {
    width: 100%;
}


/* 公共样式 */

.indexBody {
    background: #080b0f;
}

.newsListBody {
    background: #eeeeee;
}

.newsDetailsBody {
    background: #f2f2f2;
}

.indexWrapper {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.newsPageWrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

#fullPage .section {
    overflow: hidden;
    min-width: 1200px;
}

#fullPage .main,
#fullPage .content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.durationTime {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
}


/*通用样式结束*/


/*loading样式*/

.loadWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    background: #080b0f url('/static_web/dnworld/pic/Order2022/loadingPageBg.jpg') center center no-repeat;
    background-size: cover;
}

.loadWrap .loadImgWrap {
    width: 225px;
    height: 129px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url('/static_web/dnworld/pic/Order2022/commLogoBg.png') 0 0 no-repeat;
}

.loadWrap .logoImg {
    width: 225px;
    height: 0%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}

.loadWrap .logoImg img {
    width: 225px;
    height: 129px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.loadWrap .processText {
    font-size: 14px;
    color: #fff;
    width: 200px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 200px;
    bottom: 0;
    font-weight: bold;
    display: none;
}


/*loading样式*/


/*主要内容样式str*/


/* 头部信息 */

.topNav {
    width: 100%;
    height: 85px;
    top: 0;
    left: 0;
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, .95);
    background-size: 100% 100%;
    z-index: 999;
    border-bottom: 2px solid #cba34d;
    display: flex;
    justify-content: space-around;
}

.topNav .logo {
    left: 20px;
    top: 18px;
    position: absolute;
    z-index: 99;
    /* transform: scale(0.80);
    transform-origin: left top; */
}

.topNav ul.topNavUl {
    width: 920px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    /* margin: 0 auto; */
}

.topNav ul.topNavUl li {
    width: 137px;
    height: 81px;
    position: relative;
}

.topNav ul.topNavUl li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 22px 0 13px;
    line-height: 21px;
    transition: .3s;
    font-weight: bold;
	height: 100%;
    box-sizing: border-box;
}

.topNav ul.topNavUl li a:hover,
.topNav ul.topNavUl li.act a {
    color: #cba34d;
}

.topNav ul.topNavUl li a span {
    text-align: center;
    display: block;
    color: #505050;
    font-size: 10px;
    font-weight: normal;
}

.topNav ul.topNavUl li .topNavLiActBg,
.topNav .page1TopNavLiActBg {
    width: 137px;
    height: 21px;
    position: absolute;
    bottom: -5px;
    background: url('/static_web/dnworld/pic/Web1/pc/p1-topNavCursor.png') center 0 no-repeat;
    display: none;
}

.topNav ul.topNavUl li.act .topNavLiActBg {
    display: block;
}

.topNav .serviceCenter {
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 87px;
    left: 0;
    overflow: hidden;
    /* display: none; */
}

.topNav .serviceCenter .inServiceCenter {
    width: 1200px;
    margin: 0 auto;
}

.topNav .serviceCenter .ewmWrap {
    width: 580px;
    float: right;
    display: flex;
    padding-top: 18px;
    justify-content: space-around;
    margin-right: 20px;
}

.topNav .serviceCenter .ewmWrap .ewmImgItem {
    width: 79px;
    height: 116px;
}

.topNav .serviceCenter .ewmWrap .ewmImgItem img {
    display: block;
    width: 100%;
}

.topNav .serviceCenter .ewmWrap .ewmImgItem span,
.topNav .serviceCenter .ewmWrap .ewmImgItem a {
    text-align: center;
    width: 79px;
    height: 31px;
    line-height: 31px;
    display: block;
    font-size: 14px;
    margin-top: 6px;
    opacity: 0.7;
    color: #fff;
}

.topNav .serviceCenter .ewmWrap .ewmImgItem a.hasBg {
    background: url('/static_web/qynh5/pic/OrderWebsite/topNavEwmBtnBg.png') 0 0 no-repeat;
}

.topNav .serviceCenter .serviceMobile {
    width: 240px;
    height: 100%;
    float: right;
    margin-left: 18px;
    padding-left: 60px;
    padding-top: 50px;
    box-sizing: border-box;
    background: url('/static_web/qynh5/pic/OrderWebsite/topNavServerPhoneIcon.png') center left no-repeat;
}

.topNav .serviceCenter .serviceMobile span {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.topNav .serviceCenter .QQWrap {
    width: 290px;
    height: 100%;
    float: right;
    background: url('/static_web/qynh5/pic/OrderWebsite/topNavQQWrapBg.png') center left no-repeat;
}

.topNav .serviceCenter .QQWrap .qqBtnList {
    padding-left: 50px;
    margin-top: 12px;
    height: 120px;
    overflow: auto;
}

.topNav .serviceCenter .QQWrap .qqBtnList li {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.topNav .serviceCenter .QQWrap .qqBtnList li a {
    width: 58px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 28px;
    bottom: 0;
    margin: auto 0;
    background: url('/static_web/qynh5/pic/OrderWebsite/topNavQQAddBtn.png') 0 0 no-repeat;
}

.topNav .serviceCenter .QQWrap .qqBtnList li a.link1,
.topNav .serviceCenter .QQWrap .qqBtnList li a.link2 {
    background: url('/static_web/qynh5/pic/OrderWebsite/topNavQQAddBtn1.png') 0 0 no-repeat;
}

.wrapper .topMessWrap {
    /*     width: 480px;
    height: 88px; */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    z-index: 100;
}

.wrapper .topMessWrapIndex {
    top: 80px;
    right: 20px;
}


/* @media screen and (max-width:1400px) {
    .wrapper .topMessWrap {
        transform: scale(.8);
        transform-origin: right top;
    }
} */

.topMessWrap .topMessRIghtWrap {
    position: absolute;
    top: 22px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center right;
    -webkit-transform-origin: center right;
}

.topMessWrap .topMessRIghtWrap .yuyuBtn {
    background: url('/static_web/dnworld/pic/Web1/pc/yuyuBtn.png') 0 0 no-repeat;
    width: 149px;
    height: 51px;
    transform: scale(.75);
    font-size: 20px;
    text-align: center;
    line-height: 51px;
}

.sectionMain1 .topMessWrap .topMessRIghtWrap {
    right: 0;
}

.topMessWrap .mediaWrap {
    width: 280px;
}

.mediaWrap .mediaList {
    width: 100%;
    height: 100%;
}

.mediaList .media-btn {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 5px;
    background-image: url('/static_web/dnworld/pic/Web1/pc/p1-iconMedia1129.png?0706');
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    transition: .3s;
}

.mediaList .media-btn:hover {
    background-image: url('/static_web/dnworld/pic/Web1/pc/p1-iconMediaH1129.png?0706');
}

.mediaList .media-btn-QY {
    background-position: 0px center;
}

.mediaList .media-btn-wx {
    background-position: -68px center;
}

.mediaList .mediaPop {
    padding-top: 24px;
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
}

.mediaList .mediaPop .mediaPopMain {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    display: block;
}

.mediaList .mediaPop .mediaPopMain.wxImgCon {
    padding: 0px;
}

.mediaList .media-btn .wxImg {
    width: 180px;
}

.mediaList .media-btn .wxImg .wxImgCon {
    width: 180px;
    height: 180px;
}

.mediaList .media-btn:hover .wxImg {
    display: block;
}

.mediaList .media-btn .wxImg img {
    width: 180px;
    display: block;
    border-radius: 5px;
}

.mediaList .media-btn-wb {
    background-position: -128px center;
}

.mediaList .media-btn-tata {
    background-position: -190px center;
}

.mediaList .media-btn-qq {
    background-position: -254px center;
}

.mediaList .media-btn-qq .qq-code {
    width: 265px;
    left: 0;
    transform: translateX(-70%);
    -webkit-transform: translateX(-70%);
}

.mediaList .media-btn-qq:hover .qq-code {
    display: block;
}

.mediaList .media-btn-qq .qq-code .qqList {
    width: 100%;
}

.qqList .qqBtnList {
    width: 100%;
    height: 100%;
}

.qqList .qqBtnList li {
    width: 100%;
    height: 28px;
    overflow: hidden;
    position: relative;
    margin: 16px 0;
}

.qqList .qqBtnList li span {
    font-size: 14px;
    color: #444444;
    line-height: 28px;
    margin-left: 10px;
}

.qqList .qqBtnList li input {
    opacity: 0;
    position: absolute;
    top: -100px;
    pointer-events: none;
}

.qqList .qqBtnList li span i {
    font-style: normal;
}

.qqList .qqBtnList li a {
    width: 90px;
    height: 28px;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 28px;
    background: #9b483a;
    border-radius: 3px;
}

.qqList .qqBtnList li a.disabled {
    background: #afafaf;
}

.mediaList .u-hover:hover {
    filter: brightness(110%);
}

.mediaList .media-btn-handGame {
    background-position: -320px center;
}

.topMessWrap .musicWrap {
    width: 80px;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 7px;
    margin-left: 9px;
}

.musicWrap .music {
    width: 34px;
    height: 26px;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    float: left;
}

.musicWrap .music i {
    width: 3px;
    background-color: #d9e2e8;
    height: 16px;
    margin: 0 4px;
}

.music.active i:first-of-type {
    -webkit-animation: wave .5s linear infinite;
    animation: wave .5s linear infinite
}

.music.active i:nth-of-type(2) {
    -webkit-animation: wave .7s linear infinite;
    animation: wave .7s linear infinite
}

.music.active i:nth-of-type(3) {
    -webkit-animation: wave .9s linear infinite;
    animation: wave .9s linear infinite
}

.music.active i:nth-of-type(4) {
    -webkit-animation: wave 1.1s linear infinite;
    animation: wave 1.1s linear infinite
}

.music.active i:nth-of-type(5) {
    -webkit-animation: wave .8s linear infinite;
    animation: wave .8s linear infinite
}

@keyframes wave {
    0% {
        height: 6px;
    }

    50% {
        height: 22px;
    }

    to {
        height: 12px;
    }
}

.musicWrap span {
    float: left;
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    margin-left: 8px;
}

.topMessWrap .gotoIndexBtn {
    width: 121px;
    height: 42px;
    background: url('/static_web/qynh5/pic/OrderHome/gotoIndexBtn.png') 0 0 no-repeat;
    margin-left: 20px;
}

.topMessWrap .gotoIndexBtn:hover {
    filter: brightness(110%);
}

.topMessWrap .gotoIndexBtn a {
    width: 121px;
    height: 42px;
    display: block;
}

.sectionMain1 .gameDownloadMain {
    width: 769px;
    height: 251px;
    position: relative;
    margin: 0 auto;
    background: url('/static_web/dnworld/pic/Web1/pc/p1-tooBgl.png') 0 0 no-repeat;
}

.gameDownloadMain .downloadEwm {
    width: 146px;
    height: 165px;
    position: absolute;
    left: 33px;
    top: 34px;
    background: url('/static_web/dnworld/pic/Web1/pc/p1-downLoadCodeBg2.png') 0 0 no-repeat;
    /* background: url('/static_web/dnworld/pic/Web1/pc/p1-downLoadCodeBg.png') 0 0 no-repeat; */
}

.gameDownloadMain .downloadEwm .page1DownEwmImg {
    width: 130px;
    height: 130px;
    position: absolute;
    /* top: 2px; */
    top: 6px;
    right: 8px;
}

.gameDownloadMain .downloadEwm .page1EwmCursor {
    width: 118px;
    height: 6px;
    background: url('/static_web/dnworld/pic/Web1/pc/page1EwmCursor.png') no-repeat;
    background-size: 100%;
    position: absolute;
    right: 14px;
    top: 65px;
    bottom: 0;
    -moz-animation: light 2.5s linear infinite;
    -webkit-animation: light 2.5s linear infinite;
    -o-animation: light 2.5s linear infinite;
    -ms-animation: light 2.5s linear infinite;
    animation: light 2.5s linear infinite
}

@-webkit-keyframes light {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }

    50% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }
}

@keyframes light {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }

    50% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }
}

.gameDownloadMain .downloadAndroid,
.gameDownloadMain .downloadAppStore {
    width: 227px;
    height: 78px;
    position: absolute;
    top: 32px;
    left: 192px;
    transition: all .3s;
    opacity: .9;
}

.gameDownloadMain .downloadAppStore {
    background: url('/static_web/dnworld/pic/Web1/pc/p1-downlLoadBtn2.png') 0 0 no-repeat;
    /* background: url('/static_web/dnworld/pic/Web1/pc/p1-downlLoadBtn1115.png') 0 0 no-repeat; */
}

.gameDownloadMain .downloadAndroid {
    top: 122px;
    background: url('/static_web/dnworld/pic/Web1/pc/p1-downlLoadBtn2.png') 0 100% no-repeat;
    /* background: url('/static_web/dnworld/pic/Web1/pc/p1-downlLoadBtn1115.png') 0 100% no-repeat; */
}

.gameDownloadMain .downloadAndroid:hover,
.gameDownloadMain .downloadAppStore:hover {
    opacity: 1;
    transform: scale(1.05)
}

.gameDownloadMain .downloadAndroid a,
.gameDownloadMain .downloadAppStore a {
    display: block;
    width: 100%;
    height: 100%
}

.topMessWrap .loginWrap {
    width: 220px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
}

.loginWrap .loginOutWrap {
    width: 60px;
    height: 32px;
    float: right;
    display: block;
}

.loginOnStatus .loginOutWrap {
    display: none;
}

.loginWrap .loginOutWrap .btnBtn {
    width: 60px;
    height: 32px;
    background: url('/static_web/dnworld/pic/2024/Order2024/pc/commUserIcon.png') center center no-repeat;
    cursor: pointer;
    text-indent: -9999em;
}

.loginWrap .loginOnWrap {
    height: 32px;
    float: right;
    overflow: hidden;
    display: none;
}

.loginOnStatus .loginOnWrap {
    display: block;
}

.loginWrap .loginOnWrap .btnBtn {
    width: 66px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border: #F5F5F5 solid 1px;
    cursor: pointer;
    border-radius: 22px;
}

.loginWrap .btnBtn:hover {
    filter: blur(110%);
}

.loginWrap .giftBtn {
    width: 70px;
}

.loginWrap .loginText {
    height: 32px;
    padding: 0 5px;
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
}

.loginWrap .loginText .userName {
    height: 32px;
    display: block;
}

.loginWrap .loginOnWrap .loginItem {
    float: left;
}

.sectionMain1 .reserveMainWrap {
    width: 764px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: -65px auto -25px;
    pointer-events: none;
    transform-origin: top center;
    -webkit-transform-origin: top center;
}


.reserveMainWrap .reserveNumWrap {
    width: 764px;
    height: 146px;
    background: url('/static_web/dnworld/pic/Web1/pc/reserveNumBg2.png') 0 0 no-repeat;
    background-size: 100% auto;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 160px;
    margin: 0 auto;
}

.reserveNumWrap .reserveNum {
    color: #f9ffc6;
}

.reserveMainWrap .canvasStar {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.reserveMainWrap #canvasStar1 {
    left: 0;
}

.reserveMainWrap #canvasStar2 {
    right: 0;
}


/* 头部信息 */


/* 视频按钮信息 */

.wrapper .videoBtnMain {
    width: 305px;
    height: 161px;
    border: #fbfbfb solid 2px;
    position: relative;
    background: url('/static_web/dnworld/pic/Order2022/page1VideoImg.gif') 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 34px;
    right: 30px;
    z-index: 1;
}

.wrapper .videoBtn {
    width: 85px;
    height: 85px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.jobRoleMain .videoBtn {
    transform: translate3d(20px, 195px, 0px);
}

.wrapper .videoBtn::after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    animation: video_scale 2s linear 0s infinite;
    -webkit-animation: video_scale 2s linear 0s infinite;
    background: url(/static_web/dnworld/pic/Order2022/page1VideoBtnIcon2.png) 50% 50% no-repeat;
    background-size: 100%;
}

.wrapper .jobRoleMain .videoBtn::after {
    width: 110px;
    height: 110px;
}

.wrapper .videoBtn::before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    animation: rotate 5s linear 0s infinite;
    -webkit-animation: rotate 5s infinite linear 0s infinite;
    background: url('/static_web/dnworld/pic/Order2022/page1VideoBtnIcon1.png') 0 0 no-repeat;
    background-size: 100%;
}

@keyframes video_scale {

    0%,
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes video_scale {

    0%,
    100% {
        opacity: 0.6;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


/* 向下滚动提示样式 */

.dottWrap {
    width: 50px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 98;
}

.dottWrap.up {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.dottWrap a {
    width: 50px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.dottWrap a img {
    display: block;
    width: 100%;
}

@keyframes dott {
    0% {
        -webkit-transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(4px);
    }

    50% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes dott {
    0% {
        -webkit-transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(4px);
    }

    50% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes dott {
    0% {
        -moz-transform: translateY(0);
    }

    25% {
        -moz-transform: translateY(4px);
    }

    50% {
        -moz-transform: translateY(0);
    }

    75% {
        -moz-transform: translateY(-4px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

.upDown {
    -webkit-animation: dott 2s linear 0s both infinite;
    -moz-animation: dott 2s linear 0s both infinite;
    -o-animation: dott 2s linear 0s both infinite;
    animation: dott 2s linear 0s both infinite;
}

.line {
    -webkit-animation: qrcode_move 3.4s linear infinite;
    -moz-animation: qrcode_move 3.4s linear infinite;
    -ms-animation: qrcode_move 3.4s linear infinite;
    animation: qrcode_move 3.4s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    width: 132px;
    height: 1px;
    background: #43dfff;
    box-shadow: 0 0 2px #43dfff;
}

@keyframes qrcode_move {

    0%,
    100% {
        -webkit-transform: translate(0, 5px);
        -moz-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }

    50% {
        -webkit-transform: translate(0, 130px);
        -moz-transform: translate(0, 130px);
        -ms-transform: translate(0, 130px);
        transform: translate(0, 130px);
    }
}

.leftMove {
    animation: leftMove 0.4s linear 1.2s both;
    -moz-animation: leftMove 0.4s linear 1.2s both;
    -webkit-animation: leftMove 0.4s linear 1.2s both;
    -o-animation: leftMove 0.4s linear 1.2s both;
}

@keyframes leftMove {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-moz-keyframes leftMove
/* Firefox */

    {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-webkit-keyframes leftMove
/* Safari and Chrome */

    {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-o-keyframes leftMove
/* Opera */

    {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}


/* 向下滚动提示样式 */


/* 侧边导航栏样式 */

.rightSider {
    width: 251px;
    height: 629px;
    position: absolute;
    top: 30px;
    bottom: 0;
    margin: auto 0;
    right: 50px;
    z-index: 99;
    background-size: 100%;
    transform-origin: right center;
    -webkit-transform-origin: right center;
}

.rightSiderCon {
    width: 251px;
    height: 629px;
    z-index: 99;
    background: url('/assets/images/rightSider.png')no-repeat 0 0;
    /* background: url('/static_web/dnworld/pic/Web1/pc/rightSider-con.png')no-repeat 0 0; */
    background-size: 100%;
    margin-top: 146px;
    position: relative;
}

.rightSider .tell {
    position: absolute;
    bottom: 84px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.rightSider .spirit {
    position: absolute;
    top: -198px;
    left: -7px;
    z-index: 1;
}

.rightSider .spiritBar {
    position: absolute;
    width: 137px;
    height: 102px;
    top: -242px;
    left: 151px;
    background: url(/static_web/dnworld/pic/Web1/pc/rightSider-top-bar.png)no-repeat 0 0;
    background-size: 100%;
    z-index: 2;
}

.rightSider .spiritBar .text {
    font-size: 22px;
    color: #7f5929;
    text-align: center;
    margin: 30px;
    font-size: 22px;
    color: #7f5929;
    text-align: center;
    margin: 21px 10px;
    font-weight: bold;
}

.rightSider .downloadEwm {
    width: 162px;
    height: 162px;
    position: absolute;
    left: 45px;
    top: 50px;
}

.rightSider .downloadEwm .page1DownEwmImg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.rightSider .downloadEwm .page1EwmCursor {
    width: 190px;
    height: 6px;
    background: url(/static_web/dnworld/pic/Web1/pc/page1EwmCursor.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -20px;
    top: 72px;
    bottom: 0;
    -moz-animation: light 2.5s linear infinite;
    -webkit-animation: light 2.5s linear infinite;
    -o-animation: light 2.5s linear infinite;
    -ms-animation: light 2.5s linear infinite;
    animation: light 2.5s linear infinite
}

.rightSider .downloadBox {
    position: absolute;
    top: 263px;
    left: 30px;
    width: 190px;
}

.rightSider .downloadBox a {
    width: 160px;
    height: 60px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    padding-left: 30px;
    transition: all .3s;
}

.rightSider .downloadBox a:hover {
    letter-spacing: 1px;
}

.rightSider .mediaList {
    position: absolute;
    top: 449px;
    left: 50px;
}

.rightSider .mediaList a {
    display: block;
    width: 47px;
    height: 47px;
    margin: 0 2px;
    float: left;
}

.rightSider .mediaList a.media-btn {
    background: none;
}

.wrapper .siderNavWrap {
    width: 160px;
    height: 720px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 54px;
    z-index: 99;
    transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
}

.siderNavWrap .siderNavLeft {
    width: 100%;
    height: 100%;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    position: relative;
}

.siderNavLeft .lineBg {
    width: 1px;
    height: 660px;
    position: absolute;
    left: 21px;
    top: 19px;
    margin: auto 0;
    background: #fff;
    opacity: 0.2;
}

.siderNavLeft .siderNav {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.siderNavLeft .siderNavUlLeft {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.siderNavLeft .siderNavUlLeft li {
    width: 100%;
    height: 43px;
    padding-left: 56px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 68px;
}

.siderNavLeft .siderNavUlLeft li::after {
    content: '';
    width: 43px;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url('/static_web/dnworld/pic/Order2022/sliderLiIcon.png') center center no-repeat;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.siderNavLeft .siderNavUlLeft li.active::after,
.siderNavLeft .siderNavUlLeft li:hover::after {
    background: url('/static_web/dnworld/pic/Web1/pc/sliderLiIcon.png') center center no-repeat;
}

.siderNavLeft .siderNavUlLeft li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #a79e97;
    font-size: 24px;
    line-height: 38px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.siderNavLeft .siderNavUlLeft li.active a,
.siderNavLeft .siderNavUlLeft li:hover a {
    font-weight: bold;
    color: #c99f62;
}


/*firstPage*/


/* #fullPage {
    display: none;
} */

#section1 {
    background: url('/static_web/dnworld/pic/Web1/pc/p1-pageBg-0.jpg') center center no-repeat;
    background-size: cover;
}

#section1 .bgvideo {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#section1 .bgvideo video {
    /* min-width: 100%;
    min-height: 100%; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    object-fit: cover;
}

#section1 .bgvideo .videoMask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

#section1 .sectionMain1 .content {
    width: 100%;
    height: auto;
    position: absolute;
    top: 13%;
    margin: 0 auto;
    transform-origin: top center;
    -webkit-transform-origin: top center;
}

#section1 .content .slogan {
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}

.sectionMain1 .gameDownloadMain {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#section1 .sectionMain1.active .slogan,
.sectionMain1.active .gameDownloadMain {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.BiggerIn {
    animation: BiggerIn 0.3s linear 0s both;
    -webkit-animation: BiggerIn 0.3s linear 0s both;
}

@keyframes BiggerIn {
    0% {
        opacity: 0;
        transform: scale(10);
        -webkit-transform: scale(10);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes BiggerIn {
    0% {
        opacity: 0;
        transform: scale(10);
        -webkit-transform: scale(10);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

#section1 .content .reserveWrap {
    width: 340px;
    height: 200px;
    padding-top: 30px;
    margin: 0 auto 0;
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 1s ease 0.2s;
    -moz-transition: all 1s ease 0.2s;
    -ms-transition: all 1s ease 0.2s;
    -o-transition: all 1s ease 0.2s;
    transition: all 1s ease 0.2s;
}

.templateSide .g-gameNode {
    width: 80px;
}

.templateSide .g-gameNode img {
    width: 100%;
}

.g-gameNode {
    position: absolute;
    bottom: 14px;
    left: 10px;
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    z-index: 10;
}

.g-gameNode a {
    display: block;
    width: 100%;
    height: 100%;
}

.g-gameNode .tips {
    letter-spacing: 1px;
    position: absolute;
    left: 85px;
    top: 54px;
    font-size: 14px;
    display: block;
    width: 400px;
    color: #fff;
    line-height: 1.6;
    text-shadow: 1px 1px 3px black;
    opacity: .6;
}

.rightSiderInPage.rightSider {
    position: fixed;
    /* display: none; */
}


/*firstPage*/


/*secondPage*/

#section2 {
    background: url('/static_web/dnworld/pic/Web1/pc/p2-pageBg.jpg') center center no-repeat;
    background-size: cover;
}

.section .pageTitle {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    top: 8%;
}

.section .pageTitle .pageTitleCon {
    transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
}

.section .pageTitle img {
    display: block;
    margin: 0 auto;
}

#section2 .page2Title {
    width: 100%;
    position: absolute;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
    -webkit-transition: all 1.2s ease 0s;
    -moz-transition: all 1.2s ease 0s;
    -ms-transition: all 1.2s ease 0s;
    -o-transition: all 1.2s ease 0s;
    transition: all 1.2s ease 0s;
    opacity: 0;
}

#section2 .sectionMain2.active .page2Title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#section2 .roleWrap {
    width: 528px;
    height: 770px;
    position: absolute;
    bottom: 0;
    right: 1%;
    transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
}

#section2 .roleWrap .roleImgMain {
    width: 528px;
    height: 770px;
    opacity: 0;
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

#section2 .sectionMain2.active .roleWrap .roleImgMain {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#section2 .roleWrap .roleNodeMain {
    width: 245px;
    height: 126px;
    opacity: 0;
    position: absolute;
    bottom: 450px;
    right: 450px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
}

#section2 .sectionMain2.active .roleWrap .roleNodeMain {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

#section2 .roleWrap img {
    display: block;
    width: 100%;
}

#section2 .wealMap {
    width: 1296px;
    height: 690px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 10%;
    margin: auto;
    z-index: 99;
}

#section2 .wealMap .wealMapLine {
    width: 0;
    height: 690px;
    position: relative;
    overflow: hidden;
}

#section2 .sectionMain2.active .wealMap .wealMapLine {
    animation: wealWidth .8s linear 0.3s both;
    -moz-animation: wealWidth .8s linear 0.3s both;
    -webkit-animation: wealWidth .8s linear 0.3s both;
    -o-animation: wealWidth .8s linear 0.3s both;
}

#section2 .wealMap .wealMapLine img {
    width: 1296px;
    height: 184px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

#section2 .wealList {
    width: 1296px;
    height: 690px;
    position: absolute;
    top: 0;
    left: 0;
}

#section2 .wealList .wealItem {
    width: 228px;
    height: 548px;
    position: absolute;
}

#section2 .wealList .wealItem.wealItem1 {
    top: 104px;
    left: 0px;
}

#section2 .wealList .wealItem.wealItem2 {
    top: 0px;
    left: 306px;
}

#section2 .wealList .wealItem.wealItem3 {
    top: 141px;
    left: 678px;
}

#section2 .wealList .wealItem.wealItem4 {
    top: 30px;
    right: 0px;
}

#section2 .wealList .wealItem .wealItemCon {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
}

#section2 .wealList .wealItem1 .wealItemCon,
#section2 .wealList .wealItem1 .wealItemPointer {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

#section2 .wealList .wealItem2 .wealItemCon,
#section2 .wealList .wealItem2 .wealItemPointer {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

#section2 .wealList .wealItem3 .wealItemCon,
#section2 .wealList .wealItem3 .wealItemPointer {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

#section2 .wealList .wealItem4 .wealItemCon,
#section2 .wealList .wealItem4 .wealItemPointer {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

#section2 .wealItemCon .wealImg {
    width: 228px;
    height: 443px;
    top: 76px;
    left: 0;
    position: absolute;
}

#section2 .wealItemCon .wealCompleted {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#section2 .wealItemCon .wealCompletedIcon {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
}

#section2 .wealItem1 .wealItemCon .wealCompletedIcon {
    animation-delay: 1s;
}

#section2 .wealItem2 .wealItemCon .wealCompletedIcon {
    animation-delay: 1.2s;
}

#section2 .wealItem3 .wealItemCon .wealCompletedIcon {
    animation-delay: 1.4s;
}

#section2 .wealItem4 .wealItemCon .wealCompletedIcon {
    animation-delay: 1.6s;
}

#section2 .wealItem .wealItemPointer {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 12px;
    margin: 0 auto;
    opacity: 0;
}

#section2 .wealItem .wealItemPointer img {
    animation: video_scale 1s linear 0s infinite;
    -webkit-animation: video_scale 1s infinite linear 0s infinite;
}

#section2 .reserveBtnWrap {
    width: 338px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: 0 auto;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    z-index: 99;
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

#section2 .sectionMain2.active .reserveBtnWrap {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#section2 .reserveBtn {
    width: 100%;
    height: 100%;
    position: relative;
}

@-webkit-keyframes titleWidth {
    0% {
        opacity: 0;
        width: 0px;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

@keyframes titleWidth {
    0% {
        opacity: 0;
        width: 0px;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

.titleWidth {
    animation: titleWidth .8s linear 0.5s both;
    -moz-animation: titleWidth .8s linear 0.5s both;
    -webkit-animation: titleWidth .8s linear 0.5s both;
    -o-animation: titleWidth .8s linear 0.5s both;
}

@-webkit-keyframes wealWidth {
    0% {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

@keyframes wealWidth {
    0% {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

.wealWidth {
    animation: wealWidth .8s linear 0.3s both;
    -moz-animation: wealWidth .8s linear 0.3s both;
    -webkit-animation: wealWidth .8s linear 0.3s both;
    -o-animation: wealWidth .8s linear 0.3s both;
}

@keyframes scaleBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scaleBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.scaleBig {
    animation: scaleBig .8s linear 0.6s both;
    -moz-animation: scaleBig .8s linear 0.6s both;
    -webkit-animation: scaleBig .8s linear 0.6s both;
    -o-animation: scaleBig .8s linear 0.6s both;
}


/*secondPage*/


/*thirdPage*/

#section3 {
    background: url('/static_web/dnworld/pic/Web1/pc/page3JobRoleBg0.jpg') right center no-repeat;
    background-size: cover;
}

#section3 #jobRoleBg {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

#section3 .jobRoleBg0 {
    background: url('/static_web/dnworld/pic/Web1/pc/page3JobRoleBg0.jpg') center center no-repeat;
    background-size: cover;
}

#section3 .jobRoleBg1 {
    background: url('/static_web/dnworld/pic/Web1/pc/page3JobRoleBg1.jpg') center center no-repeat;
    background-size: cover;
}

#section3 .jobRoleBg2 {
    background: url('/static_web/dnworld/pic/Web1/pc/page3JobRoleBg2.jpg') center center no-repeat;
    background-size: cover;
}

#section3 .jobRoleBg3 {
    background: url('/static_web/dnworld/pic/Web1/pc/page3JobRoleBg3.jpg') center center no-repeat;
    background-size: cover;
}

#section3 .jobRoleBg4 {
    background: url('/static_web/dnworld/pic/Web1/pc/page3JobRoleBg4.jpg') center center no-repeat;
    background-size: cover;
}

.sectionMain3 .jobRoleMain {
    width: 1804px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.sectionMain3 .jobRoleMain .jobRoleCon {
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
}

.sectionMain3 .weaponNav {
    width: 1200px;
    height: 188px;
    position: absolute;
    bottom: 7%;
    margin: auto 0;
    transform-origin: 50% 100%;
    z-index: 98;
    left: 50%;
    margin-left: -600px;
}

.sectionMain3 .weaponNavCon {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.sectionMain3.active .weaponNavCon {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.sectionMain3 .weaponNav ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sectionMain3 .weaponNav ul li {
    display: inline-block;
    width: 122px;
    height: 122px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    cursor: pointer;
    margin: 32px;
    transform-origin: 50% 50%;
    transition: all .3s;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.sectionMain3 .weaponNav ul li.weaponLi1 {
    background-image: url('/static_web/dnworld/pic/Order2022/page3JobNavLi1.png');
}

.sectionMain3 .weaponNav ul li.weaponLi1:hover,
.sectionMain3 .weaponNav ul li.weaponLi1.act {
    background-image: url('/static_web/dnworld/pic/Order2022/page3JobNavLiAct1.png');
}

.sectionMain3 .weaponNav ul li.weaponLi2 {
    background-image: url('/static_web/dnworld/pic/Order2022/page3JobNavLi2.png');
}

.sectionMain3 .weaponNav ul li.weaponLi2:hover,
.sectionMain3 .weaponNav ul li.weaponLi2.act {
    background-image: url('/static_web/dnworld/pic/Order2022/page3JobNavLiAct2.png');
}

.sectionMain3 .weaponNav ul li.weaponLi3 {
    background-image: url('/static_web/dnworld/pic/Order2022/page3JobNavLi3.png');
}

.sectionMain3 .weaponNav ul li.weaponLi3:hover,
.sectionMain3 .weaponNav ul li.weaponLi3.act {
    background-image: url('/static_web/dnworld/pic/Order2022/page3JobNavLiAct3.png');
}

.sectionMain3 .weaponNav ul li.weaponLi4 {
    background-image: url('/static_web/dnworld/pic/Order2022/page3JobNavLi4.png');
}

.sectionMain3 .weaponNav ul li.weaponLi4:hover,
.sectionMain3 .weaponNav ul li.weaponLi4.act {
    background-image: url('/static_web/dnworld/pic/Order2022/page3JobNavLiAct4.png');
}

.sectionMain3 .weaponNav ul li.weaponLi5 {
    background-image: url('/static_web/dnworld/pic/Order2022/page3JobNavLi5.png?0706');
}

.sectionMain3 .weaponNav ul li.weaponLi5:hover,
.sectionMain3 .weaponNav ul li.weaponLi5.act {
    background-image: url('/static_web/dnworld/pic/Order2022/page3JobNavLiAct5.png');
}

.sectionMain3 .weaponIntro {
    width: 680px;
    height: 620px;
    position: absolute;
    top: 190px;
    left: 86px;
    bottom: 0;
    margin: auto 0;
    z-index: 8;
}

.sectionMain3 .weaponIntro .jobTitle {
    width: 611px;
    height: 145px;
}

.sectionMain3 .weaponIntro .weaponTitle {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    position: relative;
}

.sectionMain3 .weaponIntro .weaponTitle img {
    width: 149px;
    height: 149px;
    display: block;
}

.sectionMain3 .weaponIntro .weaponTitle .jobNameC {
    width: 400px;
    font-size: 72px;
    color: #fff;
    line-height: 116px;
    position: absolute;
    top: 0;
    left: 156px;
}

.sectionMain3 .weaponIntro .weaponTitle .jobNameE {
    width: 400px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 104px;
    left: 156px;
}

.sectionMain3 .weaponIntro .jobIntroText {
    width: 390px;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    margin: 26px 0;
}

.sectionMain3 .weaponIntro .jobIntroTitle {
    width: 340px;
    height: 54px;
    margin-bottom: 20px;
}

.sectionMain3 .weaponIntro .weaponProper {
    width: 400px;
    height: 58px;
}

.sectionMain3 .weaponIntro .weaponProper .proper {
    width: 80px;
    height: 58px;
    line-height: 58px;
    float: left;
    font-size: 24px;
    color: #fff;
    padding-left: 68px;
    background-repeat: no-repeat;
    background-position: left center;
}

.sectionMain3 .weaponIntro .weaponProper .proper.proper1 {
    background: url('/static_web/dnworld/pic/Order2022/page3JobPropIcon1.png') left center no-repeat;
}

.sectionMain3 .weaponIntro .weaponProper .proper.proper2 {
    background: url('/static_web/dnworld/pic/Order2022/page3JobPropIcon3.png') left center no-repeat;
}

.sectionMain3 .weaponChartCon {
    width: 504px;
    height: 350px;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

.sectionMain3 .skilltit {
    width: 316px;
    height: 51px;
    border: 2px solid #cea96a;
    text-align: center;
    border-radius: 80px;
    overflow: hidden;
    margin: 0 auto 30px;
}

.sectionMain3 .skilltit a {
    width: 50%;
    height: 100%;
    font-size: 24px;
    color: #fff;
    line-height: 51px;
    float: left;
}

.sectionMain3 .skilltit a.active {
    color: #000;
    background: #d2af6d;
    background: linear-gradient(to bottom, #e9d888, #d2af6d);
}

.sectionMain3 .weaponChartCon .skillBox {
    width: 504px;
    height: 242px;
    display: block;
    background: url(/static_web/dnworld/pic/Web1/pc/p3-skillBox.png)no-repeat center;
}

.sectionMain3 .skillBox ul {
    margin-left: 108px;
}

.sectionMain3 .skillBox li {
    float: left;
    width: 60px;
    height: 60px;
    margin: 10px 2px;
    position: relative;
    display: block;
}

.sectionMain3 .skillBox li.dis {
    opacity: 0;
    pointer-events: none;
}

.sectionMain3 .skillBox li img {
    width: 100%;
    height: 100%;
}

.sectionMain3 .skillBox .skillText {
    border: 1px solid #fff;
    padding: 6px 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 20;
    position: absolute;
    font-size: 18px;
    line-height: 1.5;
    width: 364px;
    display: none;
    right: 0;
    top: 65px;
    transform: translate3d(1px, 1px, 0px);
}

.sectionMain3 .skillBox li:hover .skillText {
    display: block;
}

.sectionMain3 .weaponChartRight {
    width: 1274px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.sectionMain3.active .weaponChartRight.leftShow {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.sectionMain3 .weaponChartRight img {
    width: 1000px;
    height: 1100px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    top: 87px;
}

@-webkit-keyframes fadeInLeftWeapon {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftWeapon {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftWeapon {
    -webkit-animation-name: fadeInLeftWeapon;
    animation-name: fadeInLeftWeapon
}

.sectionMain3 .jobRoleNameWrap {
    width: 2000px;
    left: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: -29px;
    margin: auto 0;
    margin-left: -1000px;
    transform-origin: 50% 50%;
    display: block;
}


/* 
.sectionMain3.active .jobRoleNameWrap {
    display: block;
} */

.sectionMain3 .jobRoleNameWrap .jobRoleNameCon {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
    -webkit-transform: translate(30px, 0);
    -moz-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    -o-transform: translate(30px, 0);
    transform: translate(30px, 0);
}

.sectionMain3 .jobRoleNameWrap .jobRoleNameCon.rightShow {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.sectionMain3 .jobRoleNameWrap .jobRoleNameCon img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-333px);
}


/*thirdPage*/


/* fourPage */

#section4 {
    background: url('/static_web/dnworld/pic/Web1/pc/p4-pageBg.jpg') bottom center no-repeat;
    background-size: cover;
}

#section4 .sectionMain4 .content {
    width: 2004px;
    height: 900px;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
    position: absolute;
    transform-origin: center;
    -webkit-transform-origin: center;
    margin-left: -1000px;
}

#section4 .sectionMain4 .page4Title {
    width: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

#section4 .sectionMain4.active .page4Title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.pageBannerWrap {
    width: 2002px;
    height: 650px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    margin: 180px auto 0;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    opacity: 0;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

#section4 .sectionMain4.active .pageBannerWrap {
    opacity: 1;
}

.pageBannerWrap .swiper-container {
    width: 100%;
    height: 563px;
    overflow: visible;
}

.pageBannerWrap .swiper-container .swiper-wrapper {
    width: 100%;
    height: 563px;
}

.pageBannerWrap .swiper-slide {
    width: 1001px;
    background-size: 100% auto;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    overflow: hidden;
}

.pageBannerWrap .swiper-slide img {
    width: 100%;
    display: block;
    cursor: pointer;
}

.pageBannerWrap .swiper-container-3d .swiper-slide-shadow-left,
.pageBannerWrap .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.pageBannerWrap .swiper-slide-active {
    border: 3px solid #fff;
    box-sizing: border-box;
}

.swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    opacity: 1;
    margin: 0 8px !important;
    background: #1c0b07;
    border: 1px solid #5d4f4c;
    box-sizing: border-box;
    vertical-align: middle;
}

.swiper-pagination-bullet-active {
    width: 42px;
    height: 42px;
    background: url('/static_web/dnworld/pic/Web1/pc/p2-sidePage.png') 0 0 no-repeat;
}

.swiper-button-prev {
    left: 30px;
    background: url('/static_web/dnworld/pic/Web1/pc/p2-sideBtn.png') 0 0 no-repeat;
}

.swiper-button-next {
    right: 30px;
    background: url('/static_web/dnworld/pic/Web1/pc/p2-sideBtn.png') 100% 0 no-repeat;
}

.swiper-button-prev,
.swiper-button-next {
    bottom: 0;
    width: 240px;
    height: 80px;
    margin-top: -40px;
    z-index: 9;
    transition: all 0.2s linear;
}

.swiper-button-prev:hover {
    background: url('/static_web/dnworld/pic/Web1/pc/p2-sideBtnH.png') 0 0 no-repeat;
}

.swiper-button-next:hover {
    background: url('/static_web/dnworld/pic/Web1/pc/p2-sideBtnH.png') 100% 0 no-repeat;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.pageBannerWrap .swiper-pagination {
    width: 100%;
    bottom: -80px;
}

#section4 .sectionMain4 .roleWrap {
    bottom: 0;
    right: 0;
    position: absolute;
    transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    z-index: 99999;
    pointer-events: none;
}

#section4 .sectionMain4 .roleWrap img {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

#section4 .sectionMain4.active .roleWrap img {
    -webkit-animation-name: fadeInUpRight;
    animation-name: fadeInUpRight
}

@-webkit-keyframes fadeInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpRight {
    -webkit-animation-name: fadeInUpRight;
    animation-name: fadeInUpRight
}


/* fourPage */


/* fivePage好友集结部分样式 */

#section5 {
    background: url('/static_web/dnworld/pic/Web1/pc/page5Bg1.jpg') center center no-repeat;
    background-size: cover;
}

#section5 .page5Title {
    width: 100%;
    position: absolute;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
    -webkit-transition: all 1.2s ease 0s;
    -moz-transition: all 1.2s ease 0s;
    -ms-transition: all 1.2s ease 0s;
    -o-transition: all 1.2s ease 0s;
    transition: all 1.2s ease 0s;
    opacity: 0;
    z-index: 10;
}

#section5 .sectionMain5.active .page5Title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#section5 .reserveWrap {
    width: 0;
    height: 130px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#section5 .sectionMain5.active .reserveWrap {
    animation: titleWidth 1s linear 0.6s both;
    -moz-animation: titleWidth 1s linear 0.6s both;
    -webkit-animation: titleWidth 1s linear 0.6s both;
    -o-animation: titleWidth 1s linear 0.6s both;
}

#section5 .reserveWrap .reserveNumWrap {
    width: 940px;
    height: 130px;
    font-size: 28px;
    color: #fff;
    line-height: 130px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: url('/static_web/dnworld/pic/Order2022/page2ReserveNumBg.png') top center no-repeat;
}


/* sixPage新闻部分样式 */

#section6 {
    background: url('/static_web/dnworld/pic/Web1/pc/p6-pageBg.jpg') center center no-repeat;
    background-size: cover;
}

#section6 .page6Title {
    width: 100%;
    position: absolute;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
    -webkit-transition: all 1.2s ease 0s;
    -moz-transition: all 1.2s ease 0s;
    -ms-transition: all 1.2s ease 0s;
    -o-transition: all 1.2s ease 0s;
    transition: all 1.2s ease 0s;
    opacity: 0;
}

#section6 .sectionMain6.active .page6Title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.sectionMain6 .newsMessWrap {
    width: 1750px;
    height: 640px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: auto;
    margin-right: -875px;
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 1.2s ease .2s;
    -moz-transition: all 1.2s ease .2s;
    -ms-transition: all 1.2s ease .2s;
    -o-transition: all 1.2s ease .2s;
    transition: all 1.2s ease .2s;
    opacity: 0;
}

.sectionMain6.active .newsMessWrap {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.sectionMain6 .newsMessWrap .newsMessMain {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 58px;
}


/* 新闻banner样式 */

.newsMessWrap .swiper-pagination-bullet {
    background: none;
    border: none;
}

.newsMessWrap .newsBannerWrap {
    width: 851px;
    height: 410px;
    top: 0;
    left: 0;
    position: absolute;
    background: url('/static_web/dnworld/pic/Web1/pc/page6NewsBannerBg.png') center center no-repeat;
}

.newsBannerWrap .swiper-containerBanner {
    width: 820px;
    height: 388px;
    margin: 12px 16px;
}

.newsBannerWrap .swiper-containerBanner .swiper-slide {
    /* width: 851px;
    height: 410px; */
    width: 823px;
    height: 392px;
    overflow: hidden;
}

.newsBannerWrap .swiper-containerBanner .swiper-slide a {
    display: block;
    width: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.newsBannerWrap .swiper-containerBanner .swiper-slide a img {
    display: block;
    width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.newsBannerWrap .swiper-containerBanner .swiper-slide a .title {
    width: 814px;
    height: 60px;
    left: 0;
    right: 0px;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
}

.newsBannerWrap .swiper-containerBanner .swiper-slide a .title .titleIcon {
    width: 460px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    text-indent: 36px;
    color: #dddddf;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsBannerWrap .swiper-containerBanner .swiper-pagination-bullet {
    width: 41px;
    height: 42px;
    position: relative;
    background: none;
}

.newsBannerWrap .swiper-containerBanner .swiper-pagination-bullet::after {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.newsBannerWrap .swiper-containerBanner .swiper-pagination {
    right: 20px !important;
    bottom: 7px !important;
    height: 42px;
    text-align: right;
    width: 50%;
    left: auto;
}

.newsBannerWrap .swiper-containerBanner .swiper-pagination-bullet-active {
    background: url('/static_web/dnworld/pic/Order2022/page6NewsBannerDottAct.png') 0 0 no-repeat;
}

.newsBannerWrap .swiper-containerBanner .swiper-pagination-bullet-active::after {
    display: none;
}


/* 新闻banner样式 */


/* 专题活动样式 */

.newsMessWrap .newsActiveWrap {
    width: 852px;
    height: 236px;
    position: absolute;
    bottom: 0;
    left: 0px;
    box-sizing: border-box;
}

.newsMessWrap .newsActiveWrap .ent {
    display: block;
    width: 263px;
    height: 236px;
    background: url(/static_web/dnworld/pic/Web1/pc/p6-actEntry.png) no-repeat 0 0;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    cursor: pointer;
    float: left;
    margin: 0 10px;
}

.newsMessWrap .newsActiveWrap .ent:hover {
    background-image: url(/static_web/dnworld/pic/Web1/pc/p6-actEntryH.png);
}

.newsMessWrap .newsActiveWrap .entry1 {
    background-position: 0% 0;
}

.newsMessWrap .newsActiveWrap .entry2 {
    background-position: -279px 0;
}

.newsMessWrap .newsActiveWrap .entry3 {
    background-position: 100% 0;
}


/* 专题活动样式 */


/* 新闻列表样式 */

.newsMessWrap .newsListWrap {
    width: 857px;
    height: 638px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
    border: rgba(102, 102, 102, .34) solid 1px;
    box-sizing: border-box;
}

.newsMessWrap .newsListWrap .newsListCon {
    width: 100%;
    height: 100%;
}

.newsListCon .newsNav {
    width: 100%;
    height: 70px;
    position: relative;
    border-bottom: rgba(102, 102, 102, .34) solid 1px;
}

.newsListCon .newsNav ul {
    width: 100%;
    height: 100%;
    position: relative;
    border: transparent solid 0.001px;
    display: flex;
}

.newsListCon .newsNav ul li {
    width: 130px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 24px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
    flex: auto;
}

.newsListCon .newsNav ul li.act,
.newsListCon .newsNav ul li:hover {
    color: #cba34d;
    font-weight: bold;
}

.newsListCon .newsNav ul li::after {
    content: '';
    width: 70px;
    height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    background: url('/static_web/dnworld/pic/Order2022/page6NewsNavLiAct.png') 0 0 no-repeat;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.newsListCon .newsNav ul li.act::after {
    opacity: 1;
}

.newsListCon .newsNav .moreNewsBtn {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 30px;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    background: url('/static_web/dnworld/pic/Order2022/page6NewsMoreBtn.png') 0 0 no-repeat;
}

.newsListCon .newsNav .moreNewsBtn:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.newsListCon .newsNav .moreNewsBtn a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.newsListCon .newsList {
    width: 100%;
    padding-top: 16px;
    position: relative;
}

.newsListCon .newsList .newsListUl {
    width: 100%;
    overflow: hidden;
}

.newsListCon .newsList ul .noList {
    width: 100%;
    height: 210px;
    line-height: 200px;
    text-align: center;
    font-size: 24px;
    color: #333339;
    display: block;
}

.newsActiveCon .noList {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    color: #333339;
    display: block;
}

.newsListCon .newsList ul li {
    width: 100%;
    height: 60px;
    position: relative;
}

.newsListCon .newsList ul li a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.newsListCon .newsList ul li span {
    height: 100%;
    line-height: 60px;
    font-size: 16.5px;
    color: #66666a;
    text-align: center;
    float: left;
}

.newsListCon .newsList ul li span.icon {
    width: 128px;
}

.newsListCon .newsList ul li span.title {
    width: 520px;
    color: #dddddf;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.newsListCon .newsList ul li:hover span.title {
    color: #cba34d;
}

.newsListCon .newsList ul li span.title.red,
.newsDetailsTitleMain span.newsDetailsTitleText.red {
    color: red;
}

.newsListCon .newsList ul li span.title.blue,
.newsDetailsTitleMain span.newsDetailsTitleText.blue {
    color: blue;
}

.newsListCon .newsList ul li span.title.green,
.newsDetailsTitleMain span.newsDetailsTitleText.green {
    color: green;
}

.newsListCon .newsList ul li span.title.bold,
.newsDetailsTitleMain span.newsDetailsTitleText.bold {
    font-weight: bold;
}

.newsListCon .newsList ul li span.summary {
    width: 0px;
    display: none;
}

.newsListCon .newsList ul li span.time {
    width: 170px;
    float: right;
}


/* 新闻列表样式 */


/* sixPage新闻部分样式 */


/* sevenPage游戏攻略页样式 */

#section7 {
    background: url('/static_web/dnworld/pic/Web1/pc/p7-pageBg.jpg') center center no-repeat;
    background-size: cover;
}

#section7 .page7Title {
    width: 100%;
    position: absolute;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
    -webkit-transition: all 1.2s ease 0s;
    -moz-transition: all 1.2s ease 0s;
    -ms-transition: all 1.2s ease 0s;
    -o-transition: all 1.2s ease 0s;
    transition: all 1.2s ease 0s;
    opacity: 0;
    z-index: 2;
}

#section7 .sectionMain7.active .page7Title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.sectionMain7 .p7-spiritBox {
    position: absolute;
    z-index: 1;
    width: 932px;
    height: 1179px;
    bottom: 0;
    pointer-events: none;
}

.sectionMain7 .p7-spiritBoxLeft {
    left: 10%;
}

.sectionMain7 .p7-spiritBoxRight {
    left: 50%;
}

#section7 .sectionMain7.active .p7-spiritBox {
    display: block;
}

.sectionMain7 .p7-spirit {
    width: 100%;
    height: 100%;
}

.sectionMain7 .p7-spiritBoxLeft .p7-spirit {
    background: url('/static_web/dnworld/pic/Web1/pc/p7ChartLeft.png') 0 0 no-repeat;
    transform-origin: 0 100%;
    background-size: 100%;
}

.sectionMain7 .p7-spiritBoxRight .p7-spirit {
    background: url('/static_web/dnworld/pic/Web1/pc/p7ChartRight.png') 0 0 no-repeat;
    transform-origin: 0 100%;
    background-size: 100%;
}

.sectionMain7 .pageTitleText h3 {
    font-size: 28px;
    font-weight: bold;
    color: #f4eee9;
    text-align: center;
    padding-top: 60px;
    line-height: 60px;
}

.sectionMain7 .pageTitleText h4 {
    font-size: 28px;
    font-weight: 400;
    color: #a79e97;
    text-align: center;
    margin-bottom: 30px;
}

.sectionMain7 .section7BtnWrap {
    width: 478px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sectionMain7 .section7BtnWrap .gameBtn {
    width: 227px;
    height: 71px;
    margin-bottom: 18px;
}

.sectionMain7 .section7BtnWrap .gameBtn:hover {
    filter: brightness(110%);
}


/* sevenPage游戏攻略页样式 */


/* sectionFooter */

.sectionFooter {
    height: 100px;
    background: #0c0d12;
    border-top: 2px solid #e09600;
    box-sizing: border-box;
}


/* sectionFooter */


/*主要内容样式end*/


/* 视频弹窗样式 */

.videoPop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, .9)
}

.videoPop .pop {
    width: 1320px;
    height: 743px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.videoPop .closeVideoBtn {
    width: 91px;
    height: 91px;
    display: block;
    position: absolute;
    right: -100px;
    top: 0px;
    cursor: pointer;
    background: url('/static_web/dnworld/pic/Order2022/popVideoCloseBtn.png') 0 0 no-repeat;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 99;
}

.videoPop .closeVideoBtn:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.videoPop #video {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.videoPop #video video {
    width: 100%;
    height: auto;
    background: black;
}


/* 视频弹窗样式 */


/* 公共弹窗样式 */

.popWrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
}

.popWrap .popWrapMain {
    width: 100%;
    height: 100%;
}


/* 公共弹窗样式 */


/* 我的物资列表弹窗样式 */

#myGiftListPop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
}

#myGiftListPop .giftList {
    width: 508px;
    height: 412px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url('/static_web/dnworld/pic/Order2022/web/popMyGiftBg.png') 0 0 no-repeat;
    background-size: cover;
}

#myGiftListPop .giftList .close {
    width: 59px;
    height: 59px;
    right: -76px;
    top: 0;
    position: absolute;
    background: url('/static_web/dnworld/pic/Order2022/popCloseBtnWEwm.png') 0 0 no-repeat;
    background-size: cover;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
}

#myGiftListPop .giftList .close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

#myGiftListPop .giftList .giftTitle {
    width: 100%;
    height: 92px;
    line-height: 120px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #57a43b;
}

#myGiftListPop .giftList .giftItemWrap {
    width: 450px;
    margin: 0 auto 0;
}

#myGiftListPop .giftItemWrap .giftTableTitle {
    width: 100%;
    height: 40px;
    background: #57a43b;
}

#myGiftListPop .giftItemWrap .giftTableTitle li {
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #fff;
}

#myGiftListPop .giftItemWrap .giftTableTitle li.two {
    width: 200px;
}

#myGiftListPop .giftItemWrap .giftTableTitle li.three {
    width: 120px;
}

#myGiftListPop .giftItemWrap .giftTableCon {
    width: 100%;
    height: 250px;
    text-align: center;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}

#myGiftListPop .giftItemWrap .giftTableCon .giftTable {
    width: 100%;
    padding-top: 10px;
}

#myGiftListPop .giftItemWrap .giftTableCon table {
    width: 100%;
    color: #3b4354;
    text-align: center;
}

#myGiftListPop .giftItemWrap .giftTableCon tr {
    height: 56px;
}

#myGiftListPop .giftItemWrap .giftTableCon td {
    width: 128px;
    color: #3b4354;
    font-size: 16px;
    text-align: center;
    height: 56px;
    border-bottom: rgba(66, 74, 90, .1) solid 1px;
    position: relative;
}

#myGiftListPop .giftItemWrap .giftTableCon td.two {
    width: 200px;
}

#myGiftListPop .giftItemWrap .giftTableCon td.three {
    width: 120px;
}

#myGiftListPop .giftItemWrap .giftTableCon td input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}

#myGiftListPop .giftItemWrap .giftTableCon td.three span {
    width: 116px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    display: block;
    color: #3b4354;
    font-size: 16px;
    text-align: center;
    border: #b8b8b8 solid 1px;
    border-radius: 20px;
    cursor: pointer;
}


/* 我的物资列表弹窗样式 */


/* 我的背包弹窗二维码样式 */

#myGiftEwmPop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
}

#myGiftEwmPop .giftEwmMain {
    width: 297px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #d0621d;
    border-radius: 4px;
    padding-top: 24px;
    box-sizing: border-box;
}

#myGiftEwmPop .giftEwmMain .close {
    width: 59px;
    height: 59px;
    right: -76px;
    top: 0;
    position: absolute;
    background: url('/static_web/dnworld/pic/Order2022/popCloseBtnWEwm.png') 0 0 no-repeat;
    background-size: cover;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
}

#myGiftEwmPop .giftEwmMain .close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

#myGiftEwmPop .giftEwmMain .giftEwmMainWrap {
    width: 258px;
    height: 258px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
}

#myGiftEwmPop .giftEwmMain .giftEwmMainWrap .giftEwm {
    width: 100%;
    height: 100%;
}

#myGiftEwmPop .giftEwmMain .giftEwmMainWrap .giftEwm img {
    width: 100%;
    display: block;
}

#myGiftEwmPop .giftEwmMain .giftEwmText {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 14px;
}

#myGiftEwmPop .giftEwmMain .giftEwmText span {
    display: block;
    font-size: 20px;
    padding-top: 4px;
    font-weight: normal;
}


/* 我的背包弹窗二维码样式 */


/* 邀请二维码弹窗样式 */

#invitePop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
}

#invitePop .inviteMain {
    width: 297px;
    height: 369px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #d0621d;
    border-radius: 4px;
    padding-top: 16px;
    box-sizing: border-box;
}

#invitePop .inviteMain .close {
    width: 59px;
    height: 59px;
    right: -76px;
    top: 0;
    position: absolute;
    background: url('/static_web/dnworld/pic/Order2022/popCloseBtnWEwm.png') 0 0 no-repeat;
    background-size: cover;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
}

#invitePop .inviteMain .close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

#invitePop .inviteMain .inviteEwmWrap {
    width: 258px;
    height: 258px;
    margin: 0 auto;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
}

#invitePop .inviteMain .inviteEwmWrap .inviteEwm {
    width: 100%;
    height: 100%;
}

#invitePop .inviteMain .inviteEwmWrap .inviteEwm canvas {
    width: 100%;
    height: 100%;
}

#invitePop .inviteMain .inviteText {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 14px;
}

#invitePop .inviteMain .inviteText span {
    display: block;
    font-size: 16px;
    padding-top: 4px;
    font-weight: normal;
}


/* 邀请二维码弹窗样式 */


/* faq弹窗列表样式 */

.faqPop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
}

.faqPop .faqList {
    width: 70%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url('/static_web/dnworld/pic/Order2022/faqBg.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.faqPop .faqList .close {
    width: 59px;
    height: 59px;
    right: -76px;
    top: 0;
    position: absolute;
    background: url('/static_web/dnworld/pic/Order2022/popCloseBtnWEwm.png') 0 0 no-repeat;
    background-size: cover;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
}

.faqPop .faqList .close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.faqPop .faqList .faqTitle {
    width: 100%;
    height: 100px;
    line-height: 110px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #57a43b;
    background: url('/static_web/dnworld/pic/Order2022/faqTitleBg.png') center bottom no-repeat;
    background-size: 90% auto;
}

.faqPop .faqList .faqMain {
    width: 90%;
    height: 88%;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.faqPop .faqList .faqMain .faqItem {
    width: 100%;
    border-bottom: rgba(0, 0, 0, .1) solid 1px;
}

.faqPop .faqList .faqMain .faqItem span {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #2f2f2f;
    line-height: 30px;
    padding: 14px 30px 20px;
    box-sizing: border-box;
    position: relative;
}

.faqPop .faqList .faqMain .faqItem span.que {
    color: #68b73a;
    padding: 14px 30px 0;
}

.faqPop .faqList .faqMain .faqItem span.que::after {
    content: '';
    width: 21px;
    height: 25px;
    position: absolute;
    top: 15px;
    left: 0;
    background: url('/static_web/dnworld/pic/Order2022/page4QueIcon.png') left center no-repeat;
}

.faqPop .faqList .faqMain .faqItem span.answ::after {
    content: '';
    width: 23px;
    height: 22px;
    position: absolute;
    top: 15px;
    left: 0;
    background: url('/static_web/dnworld/pic/Order2022/page4AnswIcon.png') left center no-repeat;
}


/* faq弹窗列表样式 */


/* 新闻列表页样式 */

.newsPageMain .pageConTitle {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 36px 0 0 0;
    position: relative;
    text-align: center;
    min-width: 1200px;
}

.newsPageMain .newsListConsult {
    width: 100%;
    position: relative;
}

.newsPageMain .newsListConsult .newsListCon {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.newsListConsult .newsNav {
    z-index: 99;
    border-bottom: #e2e2e2 solid 1px;
    min-width: 1200px;
    margin-top: -20px;
}

.newsListConsult .newsNav .newsNavMain {
    width: 500px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#insiderStrategyCentertWrap .newsNav .newsNavMain {
    width: 760px;
}

.newsListConsult .newsNav .newsNavMain ul li {
    color: #333339;
    font-size: 24px;
}

.newsListConsult .newsNav .newsNavMain ul li.act,
.newsListConsult .newsNav .newsNavMain ul li:hover {
    color: #cba34d;
}

.newsListConsult .newsList {
    padding-top: 0;
}

.newsListConsult .newsList ul li {
    height: 140px;
    border-bottom: #e2e2e2 solid 1px;
}

.newsListConsult .newsList ul li:hover {
    background: #fff;
}

.newsListConsult .newsList ul li:first-child {
    background: #fff;
}

.newsListConsult .newsList ul li a {
    width: 1190px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.newsListConsult .newsList ul li a::after {
    content: '';
    width: 15px;
    height: 21px;
    position: absolute;
    top: 47px;
    left: 120px;
    background: url('/static_web/dnworld/pic/Order2022/newsListIconAct.png') 0 0 no-repeat;
    background-size: 100% auto;
    display: none;
}

.newsListConsult .newsList ul li:hover a::after {
    display: block;
}

.newsListConsult .newsList ul li span {
    line-height: 116px;
    font-size: 16.5px;
    color: #333339;
}

.newsListConsult .newsList ul li span.icon {
    width: 146px;
    text-align: left;
}

.newsListConsult .newsList ul li span.title {
    width: 800px;
    color: #333339;
}

.newsListConsult .newsList ul li span.time {
    color: #666666;
    font-size: 15px;
}

.newsListConsult .newsList ul li span.summary {
    width: 800px;
    height: 30px;
    line-height: 30px;
    font-size: 13.5px;
    color: #bbbbbf;
    text-align: left;
    position: absolute;
    left: 146px;
    top: 80px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsListConsult .newsPage {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    padding-bottom: 130px;
}

.newsListConsult .newsPage a {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin: 7px;
    font-size: 16px;
    display: inline-block;
    border-radius: 4px;
    color: #333339;
    background: #f3f3f3;
    border: #e2e2e2 solid 1px;
}

.newsListConsult .newsPage span.active {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin: 7px;
    font-size: 16px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    background: #67a821;
    border: #67a821 solid 1px;
}

.newsListConsult .newsPage a:hover {
    color: #fff;
    background: #67a821;
    border: #67a821 solid 1px;
}


/* 新闻列表页样式 */


/* 新闻详情页样式 */

.newsDetailsCon {
    min-height: 330px;
}

#insiderNewsDetailsWrap .newsDetailsCon {
    padding-bottom: 100px;
    display: none;
}

.newsDetailsCon .newsDetailsTitleWrap {
    width: 100%;
    height: 160px;
    background: #eeeeee;
    border-bottom: #d9d9d9 solid 1px;
    position: relative;
}

.newsDetailsCon .newsDetailsTitleWrap .newsDetailsTitleMain {
    width: 1194px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.newsDetailsTitleMain .gotoBackBtn {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 10px;
    /* bottom: 0; */
    margin: auto 0;
    background: url('/static_web/dnworld/pic/Order2022/newsDetailGoBackBtn.png') 0 0 no-repeat;
    background-size: cover;
    cursor: pointer;
}

.newsDetailsTitleMain .gotoBackBtn a {
    width: 100%;
    height: 100%;
    display: block;
}

.newsDetailsTitleMain span.newsDetailsTitleText {
    width: 1030px;
    line-height: 160px;
    font-size: 36px;
    color: #111119;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.newsDetailsTitleMain .newsDetailsTime {
    width: 100%;
    font-size: 16px;
    color: #999999;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 30px;
}

#insiderNewsDetailsWrap .newsDetails {
    width: 1194px;
    height: auto;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    color: #333339;
    line-height: 28px;
    padding-top: 20px;
}

#insiderNewsDetailsWrap .newsDetails .newsDetailsText {
    width: 100%;
}

#insiderNewsDetailsWrap .newsDetails p {
    color: #333339;
    line-height: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 12px 0;
    font-size: 16px;
    background: none !important;
}

#insiderNewsDetailsWrap .newsDetails img {
    max-width: 100%;
    height: auto;
    margin: 10px auto;
    display: block;
}

#insiderNewsDetailsWrap .newsDetails span {
    background: none !important;
    line-height: 30px;
}


/* 新闻详情页样式 */

.newsListBody .copyRight,
.newsDetailsBody .copyRight {
    width: 100%;
    height: 147px;
    position: relative;
}


/* 微信分享二维码弹出 */

.WeiXinPop,
.WeiXinPublicPop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99990;
    display: none;
    background: rgba(0, 0, 0, .9)
}

.WeiXinPop .WeiXinWrap,
.WeiXinPublicPop .WeiXinWrap {
    width: 580px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}

.WeiXinPublicPop .WeiXinWrap .shareCon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.WeiXinPublicPop .WeiXinWrap .shareCon .shareText {
    width: 300px;
    height: 100%;
    font-size: 26px;
    color: #000;
    line-height: 56px;
    font-weight: bold;
    padding-top: 180px;
}

.WeiXinPublicPop .WeiXinWrap .shareCon .shareText span {
    font-size: 18px;
    display: block;
    font-weight: 400;
    line-height: 30px;
}

.WeiXinPop .WeiXinWrap #ewmImg,
.WeiXinPublicPop .WeiXinWrap #ewmImg {
    width: 256px;
    height: 256px;
    display: block;
}

.WeiXinPop .WeiXinPopCloseBtn,
.WeiXinPublicPop .WeiXinPublicPopCloseBtn {
    width: 91px;
    height: 91px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -140px;
    cursor: pointer;
    background: url('/static_web/dnworld/pic/Order2022/popVideoCloseBtn.png') 0 0 no-repeat;
    background-size: 100% auto;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.WeiXinPop .WeiXinPopCloseBtn:hover,
.WeiXinPublicPop .WeiXinPublicPopCloseBtn:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}


/* 微信分享二维码弹出 */


/* 大图弹窗样式 */

.picPopStyle {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, .9);
}

.picPopStyle .picCon {
    width: 73%;
    height: 90%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.picPopStyle .picCon .imgPop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.picPopStyle .closeBtnImg {
    width: 91px;
    height: 91px;
    display: block;
    position: absolute;
    right: -100px;
    top: 0;
    cursor: pointer;
    background: url('/static_web/dnworld/pic/Order2022/popVideoCloseBtn.png') 0 0 no-repeat;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 99;
}

.picPop .closeBtnImg {
    background-size: 100%;
    width: 70px;
    height: 70px;
    right: -80px;
}

.picPopStyle .closeBtnImg:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.showPicPop .closeBtnImg {
    top: 20px;
    right: 20px;
}


/* 大图弹窗样式 */


/* 系统弹窗样式 */

#alert {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
}

#alert span {
    width: 500px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

#alert span.right {
    background: #c79e4c;
}

#alert span.error {
    background: #b73920;
}

#alert span i {
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    margin: auto 0;
}

#alert span.right i {
    background: url('/static_web/dnworld/pic/Order2022/popAlertRightIcon.png') 0 0 no-repeat;
    background-size: 100% auto;
}

#alert span.error i {
    background: url('/static_web/dnworld/pic/Order2022/popAlertErrorIcon.png') 0 0 no-repeat;
    background-size: 100% auto;
}


/* 系统弹窗样式 */


/* 预约成功弹窗分享样式 */

.yuyueMediaShare {
    width: 470px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 230px;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
}

.mediaListWrap {
    width: 203px;
    height: 41px;
    background: url('/static_web/dnworld/pic/Order2022/popMediaListBg.png') 0 0 no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mediaListWrap a {
    width: 41px;
    height: 41px;
    display: block;
}

.myLinkWrap {
    cursor: pointer;
    position: relative;
}

.myLinkWrap input {
    opacity: 0;
    pointer-events: none;
}

.myLinkWrap .copyLinkBtn {
    width: 138px;
    height: 39px;
    cursor: pointer;
    background: url('/static_web/dnworld/pic/Order2022/popCopyBtn.png') 0 0 no-repeat;
}


/* 预约成功弹窗分享样式 */

.g-topText {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 80px;
    opacity: .1;
    position: absolute;
    top: 3%;
    text-align: center;
    width: 100%;
}

.g-logo {
    position: absolute;
    top: 13px;
    left: 15px;
    transform-origin: 0 0;
}

#section5 .content {
    transform-origin: 50% 100%;
    width: 1427px;
    background: url(/static_web/dnworld/pic/Web1/pc/p5-spirit.png) no-repeat 50% 100%;
    background-size: 100%;
    z-index: 11;
    left: 50%;
    margin-left: -713px;
}

.sectionMain5 {
    border-bottom: 2px solid #e09600;
    box-sizing: border-box;
}

.flowUrl {
    position: absolute;
    bottom: 30px;
    width: 100%;
    font-size: 0;
}

.flowUrl .col-1 {
    width: 1010px;
    margin: 0 auto;
}

.flowUrl .col-1 li {
    width: 161px;
    display: inline-block;
    margin: 0 20px;
}

.flowUrl .col-1 li img {
    width: 100%;
    margin-bottom: 10px;
}

.flowUrl .canal {
    background: url('/static_web/dnworld/pic/Web1/pc/p5-Url.png')no-repeat 0 0;
    width: 161px;
    height: 45px;
    display: block;
}

.flowUrl .canalQY {
    background: url('/static_web/dnworld/pic/Web1/pc/p5-Url_icon.png')no-repeat 0 0;
    width: 161px;
    height: 45px;
    display: block;
}

.flowUrl .col-2 .canal {
    width: 394px;
    height: 61px;
    display: inline-block;
    margin: 20px 33px 10px;
    background-position: 0 100%
}

.flowUrl .c2 {
    background-position: -233px 0%;
}

.flowUrl .c3 {
    background-position: -465px 0%;
}

.flowUrl .c4 {
    background-position: -698px 0%;
}

.flowUrl .col-2 .c5 {
    background-position: 100% 100%;
}

.flowUrl .kfBox {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-left: 150px;
    padding-right: 130px;
    text-align: left;
    height: 115px;
    margin: 20px 0;
    box-sizing: border-box;
    padding-top: 11px;
    line-height: 1.6;
    width: 770px;
    color: #ffffff75;
}

.flowUrl .kfBox a {
    color: #ffffff75;
}

.flowUrl .kfBox .code-kf {
    width: 115px;
    height: 115px;
    position: absolute;
    top: 0;
    right: 0;
}

.flowUrl .kfBox .kf-subTit {
    width: 125px;
    height: 125px;
    position: absolute;
    top: 0;
    left: 0;
}

.flowUrl .Q {
    margin-bottom: 10px;
    width: 155px;
    height: 33px;
    border-radius: 3px;
    padding: 0 35px 0 8px;
    overflow: hidden;
    border: 1px solid #fff;
}

.flowUrl .Q-search {
    width: 100%;
    height: 33px;
    font: 16px/33px "Microsoft YaHei";
    color: #a1a1a1;
    padding: 0;
    border: 0;
    outline: 0;
    text-align: left;
    appearance: textfield;
    background: none;
    cursor: pointer;
}

.flowUrl .Q-search::placeholder {
    color: #fff;
}

.flowUrl .Q-btn-ico {
    position: absolute;
    top: 0;
    right: 0;
    width: 33px;
    height: 33px;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: #fff;
}

.flowUrl .icon-14 {
    display: block;
    background-image: url(/static_web/dn/pic/dn/web11/sprites1.png);
    background-repeat: no-repeat;
    transition: transform 0.4s ease-out 0.05s;
    width: 22px;
    height: 23px;
    margin: 6px 0 0 7px;
    background-position: -322px -56px;
}

.flowUrl a.canal:hover {
    opacity: .85;
    background-color: #fff;
}

.flowUrl .gameNodeImg {
    position: relative;
}

.flowUrl .gameNodeImg .gameNodeBottom {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 39px;
    left: 50%;
    transform: translateX(290px);
    -webkit-transform: translateX(290px);
}

.page5Title {
    width: 1427px;
    margin: 0px auto;
    position: relative;
}

.page5Title .pageTitleCon img {
    margin-left: 50%;
    transform: translate3d(-50%, 0, 0);
    padding-left: 23px;
}

#section3 .page3Title {
    width: 100%;
    position: absolute;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
    -webkit-transition: all 1.2s ease 0s;
    -moz-transition: all 1.2s ease 0s;
    -ms-transition: all 1.2s ease 0s;
    -o-transition: all 1.2s ease 0s;
    transition: all 1.2s ease 0s;
    opacity: 0;
}

#section3 .sectionMain3.active .page3Title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.sectionMain3 .swiper-button-prev,
.sectionMain3 .swiper-button-next {
    width: 150px;
    height: 65px;
    margin-top: -32px;
    transition: none;
}

.sectionMain3 .swiper-button-prev {
    left: 0;
    background: url(/static_web/dnworld/pic/Web1/pc/p3-sideBtn.png) 0 0 no-repeat;
}

.sectionMain3 .swiper-button-next {
    right: 0;
    background: url(/static_web/dnworld/pic/Web1/pc/p3-sideBtn.png) 100% 0 no-repeat;
}

.sectionMain3 .swiper-button-prev:hover,
.sectionMain3 .swiper-button-next:hover {
    background-image: url(/static_web/dnworld/pic/Web1/pc/p3-sideBtnH.png);
}

.weaponDegree {
    background: url(/static_web/dnworld/pic/Web1/pc/bg-p3-star.png)0 0 no-repeat;
    width: 429px;
    height: 59px;
    display: block;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.weaponDegree ul {
    margin: 9px 0 0 147px;
}

.weaponDegree ul li {
    float: left;
    width: 44px;
    height: 41px;
    background: url(/static_web/dnworld/pic/Web1/pc/p3-star.png) no-repeat;
    display: block;
    margin-right: 10px;
}

.weaponDegree ul li i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/static_web/dnworld/pic/Web1/pc/p3-starH.png) no-repeat;
}

.sectionMain3 .videoBtn::before {
    background: url(/static_web/dnworld/pic/Web1/pc/p3-videoBtn.png) no-repeat;
}

.sectionMain3 .videoBtn {
    width: 182px;
    height: 182px;
}

.picPop .picCon {
    transform: translateY(-50%);
    width: 586px;
    top: 50%;
    bottom: auto;
    margin: 0 auto;
    height: auto;
}

.picPop .InPicPop {
    width: 100%;
    height: 100%;
}

.newsTopBanner {
    padding-top: 85px;
}

.newsTopBanner img {
    width: 100%;
}


/* .newsListConsult .activeNav li {
    margin: 0 100px;
} */


/* 活动内页样式 */

.newsPageWrap .activeList {
    width: 1122px;
    margin: 0 auto;
    padding: 0 39px;
}

.newsPageWrap .activeList .activeListUl {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.newsPageWrap .activeList .activeListUl li {
    width: 350px;
    height: 320px;
    border: #ced8e0 solid 1px;
    border-radius: 10px;
    margin-top: 18px;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin: 10px;
    float: left;
}

.newsPageWrap .activeList .activeListUl li a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.newsListConsult .activeList ul li span {
    height: auto;
    float: none;
    text-align: left;
}

.newsPageWrap .activeList .activeListUl li span.actbanner {
    width: 100%;
    height: 165px;
    overflow: hidden;
    display: block;
}

.newsPageWrap .activeList .activeListUl li span.actbanner img {
    width: 100%;
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.newsPageWrap .activeList .activeListUl li:hover span.actbanner img {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
}

.newsPageWrap .activeList .activeListUl li span.actbanner i {
    width: 100%;
    height: 100%;
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.newsPageWrap .activeList .activeListUl li:hover span.actbanner i {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.newsPageWrap .activeList .activeListUl li span.actTitle {
    color: #333339;
    font-size: 21px;
    display: block;
    line-height: 35px;
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.newsPageWrap .activeList .activeListUl li span.actTime {
    color: #909090;
    font-size: 15px;
    display: block;
    padding: 0 10px;
    line-height: 35px;
}

.newsPageWrap .activeList .activeListUl li span.actSummer {
    height: 60px;
    font-size: 15px;
    color: #ababba;
    display: block;
    padding: 0 10px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/* 活动内页样式 */

#fullPage .sectionMain2 .content {
    overflow: visible;
}

.section .page5Title .pageTitleCon {
    transform-origin: 50% 26%;
}

.gallery-top {
    width: 2921px;
    position: absolute;
    top: -42px;
    bottom: 0;
    margin: auto 0;
    left: 50%;
    margin-left: -1460px;
    height: 588px;
}

.gallery-top .swiper-slide,
.gallery-thumbs .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top .swiper-slide {
    width: 963px;
    height: 507px;
    box-sizing: border-box;
    border: 1px solid rgb(48 66 39);
}

.gallery-top .videoBtn {
    width: 150px;
    height: 150px;
    display: none;
}

.gallery-top .swiper-slide-active {
    border: 4px solid #fff;
}

.gallery-top .swiper-slide-active .videoBtn {
    display: block;
}

.gallery-top.swiper-container-3d .swiper-slide-shadow-left,
.gallery-top.swiper-container-3d .swiper-slide-shadow-right {
    background-color: rgba(12, 22, 3, .78);
    background-image: none;
}

.gallery-top .swrper-page {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 47px;
    transform: translateX(-50%);
    z-index: 1;
}

.gallery-top .swrper-page .swiper-pagination {
    padding: 0 100px;
    position: relative;
    margin: 8px 0;
}

.gallery-top .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #15240f;
    border: 2px solid #405640;
}

.gallery-top .swiper-pagination-bullet-active {
    width: 32px;
    height: 32px;
    background: url(/static_web/dnworld/pic/Web1/pc/p2-sidePage.png) 0 0 no-repeat;
    background-size: 100%;
    border: none;
}

.gallery-top .swiper-slide .title {
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 28px;
    line-height: 60px;
}

.gallery-top .swiper-slide .titleIcon {
    width: 650px;
    height: 60px;
    line-height: 60px;
    text-indent: 15px;
    color: #dddddf;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.gallery-top .swiper-slide .title .time {
    color: #5e6165;
    font-size: 27px;
    float: right;
    padding-right: 15px;
    font-style: normal;
}

.sectionMain2 .swiper-button-prev,
.sectionMain2 .swiper-button-next {
    width: 64px;
    height: 47px;
    transition: none;
    margin-top: 0px;
    top: 0;
    z-index: 10;
}

.sectionMain2 .swiper-button-prev {
    left: 0;
    background: url(/static_web/dnworld/pic/Web1/pc/p5-sideBtn.png?c1) 0 0 no-repeat;
}

.sectionMain2 .swiper-button-next {
    right: 0;
    background: url(/static_web/dnworld/pic/Web1/pc/p5-sideBtn.png?c1) 100% 0 no-repeat;
}

.sectionMain2 .swiper-button-prev:hover,
.sectionMain2 .swiper-button-next:hover {
    background-image: url(/static_web/dnworld/pic/Web1/pc/p5-sideBtnH.png);
}

.thumbsWrapper {
    position: absolute;
    background: url(/static_web/dnworld/pic/Web1/pc/p2-imgBox.png) 0 0 no-repeat;
    width: 1593px;
    height: 284px;
    top: 50%;
    left: 50%;
    margin-top: 300px;
    margin-left: -782px;
}

.gallery-thumbs {
    width: 1527px;
    height: 152px;
    margin: 90px 33px;
}

.gallery-thumbs .swiper-slide {
    width: 238px;
    height: 152px;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.sectionMain2 .p2-spiritBox {
    position: absolute;
    z-index: 1;
    width: 623px;
    height: 1016px;
    bottom: 0;
    left: 130px;
    pointer-events: none;
}

.sectionMain2 .p2-spirit {
    width: 100%;
    height: 100%;
    background: url('/static_web/dnworld/pic/Web1/pc/p2-sspirit.png') 0 0 no-repeat;
    transform-origin: 0 100%;
    background-size: 100%;
}

.sectionMain2 .page2Title {
    top: 6%;
}

.sectionMain1 .linkBox {
    width: 700px;
    height: 50px;
    position: relative;
    margin: 10px auto 0;
    text-align: center;
    transform: translateX(-11px);
    font-size: 18px;
}

.sectionMain1 .linkBox a {
    color: #422320;
    margin: 0 4px;
}

#section2 .sectionMain2.active .thumbsWrapper,
#section2 .sectionMain2.active .p2-spiritBox {
    display: block;
}

.sectionMain5 .tell {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 10px;
    display: inline-block;
}

.relative {
    position: relative;
}

.sectionMain2 .thumbsWrapper {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.sectionMain2.active .thumbsWrapper {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.newsListCon .newsNav ul li.ed2 {
    width: 77px;
}

.sectionMain6 .newsListCon .newsNav ul {
    display: block;
}

.sectionMain6 .newsListCon .newsList ul li span {
    font-size: 20px;
}

.crumbsBox {
    font-size: 16px;
    color: #999999;
    text-align: center;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 15px;
}

.crumbsBox a {
    color: #111119;
    margin: 0 4px;
}

.linkFull {
    background: #afafaf !important;
}


/* QQ群弹窗样式 */

.QQPop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, .9)
}

.QQPop .QQWrap {
    width: 686px;
    padding-bottom: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.QQWrap .QQTitle {
    width: 100%;
}

.QQWrap .qqBtnList {
    padding: 30px 0 0 80px;
}

.QQWrap .qqBtnList li {
    color: #50606d;
    font-size: 26px;
    line-height: 44px;
    position: relative;
    margin: 26px auto;
}

.QQWrap .qqBtnList li input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.QQWrap .qqBtnList li a {
    width: 139px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 80px;
    bottom: 0;
    margin: auto 0;
    font-size: 24px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    background: #9b483a;
}

.QQWrap .qqBtnList li a.linkFull {
    background: #afafaf;
}

.QQPop .QQPopCloseBtn {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    right: 22px;
    top: 22px;
    cursor: pointer;
    background: url('/static_web/dnworld/pic/Web1/mobile/popQQCloseBtn.png') 0 0 no-repeat;
    background-size: 100% auto;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}


/* QQ群弹窗样式 */
.ninePage .layou{
	width: 180px;
    display: block;
	padding-top: 24px;
    position: absolute;
    top: 31px;
    left: 50%;
/*     transform: translateX(-50%);
    -webkit-transform: translateX(-50%); */
	margin-left: -90px;
	display:none;
}
.ninePage:hover .layou{
	display:block;
}
.topNav ul.topNavUl li.ninePage a{
	color: #ff9c00;
}
.topNav ul.topNavUl li.ninePage:hover a{
	filter: brightness(1.2);
}
