@charset "utf-8";

/* html { 
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
	_filter:none; 
} */

.min_nav {
    position: relative;
    z-index: 999;
}

.wrap {
    width: 100%;
    min-width: 1240px;
    line-height: 24px;
    background-color: #f9f5f2;
    overflow: hidden;
}

.logoLegend {
    position: absolute;
    top: 20px;
    display: block;
    width: 129px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
}

.section-wrap {
    position: relative;
}

.section {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

img {
    display: block;
    margin: 0 auto;
}

.mr_c_10 {
    margin: 0 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mr {
    margin: 0 !important;
}

.mrl_no {
    margin-left: 0 !important;
}

.w1200 {
    position: relative;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding-bottom: 140px;
}

.btn {
    display: block;
    transition: filter 0.2s linear;
    text-align: center;
    cursor: pointer;
}

.btn:hover {
    text-decoration: none;
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
}

.nav_fixed {
    position: fixed;
    top: 50%;
    left: 0;
    width: 222px;
    height: 556px;
    margin-top: -300px;
    background: url("../images/nav_fixed_bg.png") no-repeat;
    z-index: 999;
}

.nav_fixed_ul {
    padding-top: 80px;
}

.nav_fixed_item {
    width: 245px;
    height: 40px;
    padding: 21px 0;
    background: url("../images/nav_fixed_en.png") 0 3px no-repeat;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.nav_fixed_item.active {
    background-image: url("../images/nav_fixed_on.png");
}

.nav_b {
    display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 36px;
    transition: all .2s ease-in-out;
    font-weight: normal;
    font-size: 16px;
    color: #7a1b00;
}

.nav_e {
    display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 36px;
    transition: all .2s ease-in-out;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    color: #fff3cc;
}

.nav_fixed_item.active .nav_b {
    height: 0;
    font-size: 0;
}

.nav_fixed_item.active .nav_e {
    padding-top: 10px;
    color: #7a1b00;
}

.blbl {
    animation: myfirst 1s infinite ease-in-out;
    -webkit-animation: myfirst 1s infinite ease-in-out;
}

.txz_logo {
    position: absolute;
    top: -311px;
    left: 50%;
    width: 711px;
    height: 311px;
    margin-left: -356px;
    z-index: 1;
}

.txz_times {
    position: relative;
    width: 810px;
    height: 24px;
    line-height: 24px;
    padding-top: 24px;
    margin: 0 auto 8px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    z-index: 50;
}

.userinfobar {
    position: relative;
    width: 1200px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto 40px;
    z-index: 5;
}

.user {
    position: relative;
    width: 810px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #000;
    z-index: 50;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    color: #000;
}

.box1 {
    position: relative;
    width: 100%;
    height: 650px;
    /* background: url(../images/banner.jpg) center top no-repeat; */
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 650px;
    overflow: hidden;
    z-index: 1;
}

.bg-video video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 650px;
    margin-left: -960px;
}

#vloop {
    display: none;
}

.header {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.lottery-log {
    position: absolute;
    right: -52px;
    width: 310px;
    height: 156px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    z-index: 4;
    overflow: hidden;
}

.log1 {
    top: 698px;
    left: 0;
    right: auto;
    height: 108px;
    color: #000;
}

.log2 {
    top: 120px;
}

.log3 {
    top: 12px;
}

.log4 {
    top: 20px;
    color: #000;
}

.log5 {
    top: 0;
    right: -100px;
    color: #000;
}

.logname {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #fff;
}

.lottery-log .logCont {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.lottery-log ul {
    width: 100%;
    overflow: hidden;
}

.lottery-log li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.container-box {
    position: relative;
    background: url(../images/bg.jpg) top center no-repeat;
}

.ib {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    zoom: 1;
}



.layui48 {
    line-height: 24px;
    text-align: center;
}

.layui48 .layui-layer-content {
    line-height: 24px;
    padding: 15px;
}

.layui48 .layui-layer-content p {
    line-height: 32px;
    font-size: 14px;
}

.noallowed {
    cursor: not-allowed !important;
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    cursor: not-allowed !important;
}

.grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.tagdate {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    line-height: 18px;
    background-color: #f00;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
}


.free-tool {
    position: absolute;
    top: -80px;
    left: 50%;
    width: 233px;
    height: 152px;
    padding-top: 36px;
    margin-left: -600px;
    background: url("../images/item_sale.png") center center no-repeat;
    cursor: pointer;
    z-index: 10;
}

.freeImg {
    position: relative;
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto 30px;
}

.free-tool img {
    display: block;
}

.free-tool em {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #610808;
}

.btn-free {
    width: 182px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    margin-top: -2px;
    background-color: #ff7200;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

/* 抽奖弹窗 */
#layer-lucky {
    display: none;
}

#layer-lucky h4 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 24px;
    color: #333;
}

.lucky-list {
    text-align: center;
    margin: 0 20px;
    font-size: 0;
}

.lucky-list li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 180px;
    margin: 0 5px 10px;
    text-align: center;
}

.lucky-list li img {
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.lucky-list .card_name {
    display: block;
    width: 180px;
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.lucky-1 {
    width: 226px;
    margin: 0 auto;
}

.lyaer-lucky.layui-layer-iframe .layui-layer-btn,
.lyaer-lucky.layui-layer-page .layui-layer-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0px;
    background: #fff;
}


/* 传奇行动等级信息 */
.title {
    position: relative;
    height: 110px;
    /* background: url(../images/title_bg.png) center 18px no-repeat; */
    background: center no-repeat;
    z-index: 1;
}

.title1 {
    background-image: url("../images/title1.png");
}

.title2 {
    background-image: url("../images/title2.png");
}

.title3 {
    background-image: url("../images/title3.png");
}

.title4 {
    background: url("../images/title4.png") 0 top no-repeat;
}

.title5 {
    background-image: url("../images/title5.png");
}

.basicinfo {
    position: relative;
    width: 100%;
    height: 62px;
}

.basicinfo_level {
    position: absolute;
    top: 16px;
    left: 166px;
    height: 40px;
    color: #452f22;
}

.basicinfo_level_num {
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: right;
    font-weight: bold;
    font-size: 40px;
}

.basicinfo_level_txt {
    position: absolute;
    top: 14px;
    left: 56px;
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 22px;
}

.basicinfo_exp {
    position: absolute;
    left: 360px;
}

.basicinfo_exp_t {
    position: absolute;
    top: 16px;
    left: 0;
    display: block;
    width: 80px;
    font-size: 14px;
    color: #452f22;
}

.basicinfo_exp_count {
    position: absolute;
    top: 14px;
    left: 45px;
    display: block;
    width: 42px;
    text-align: right;
    font-weight: bold;
    font-size: 21px;
    color: #f98f38;
}

.basicinfo_exp_max {
    position: absolute;
    top: 14px;
    left: 90px;
    display: block;
    font-weight: bold;
    font-size: 21px;
    color: #8b8b8b;
}

.basicinfo_progress {
    position: absolute;
    top: 41px;
    left: 276px;
    width: 636px;
    height: 9px;
    background-color: #fff;
    border: 1px solid #bebebe;
}

.basicinfo_progress_active {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 0;
    height: 11px;
    background-color: #f68633;
    transition: all .5s ease-in;
}

.title_task {
    height: 32px;
    stroke-linejoin: 32px;
    margin-bottom: 16px;
    background: url("../images/task_title.png") center center no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #452f22;
}

/* season */

/* 等级奖励 */
.container-reward {
    position: relative;
    width: 1200px;
    height: 1060px;
    margin: 0 auto;
    background: url(../images/bg_txz.jpg) no-repeat;
}

.reward-swiper {
    position: relative;
    height: 618px;
}

.reward-swiper-box {
    position: relative;
    width: 900px;
    height: 618px;
    padding-top: 1px;
    margin-left: 155px;
    z-index: 1;
    overflow: hidden;
}

.reward-swiper-container {
    position: relative;
    width: 760px;
    height: 618px;
}

.reward-label-free,
.reward-label-fee {
    position: absolute;
    left: 0;
    width: 152px;
    height: 312px;
}

.reward-label-fee {
    top: 320px;
    height: 298px;
}

.reward-label_txt {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    line-height: 120px;
    margin-bottom: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    z-index: 2;
}

.reward-label-fee .reward-label_txt {
    height: 120px;
    line-height: 120px;
    margin-bottom: 60px;
}

.reward-label_des {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 2;
}

.reward-label_ico {
    display: block;
    position: absolute;
    top: 32px;
    left: -10px;
    width: 180px;
    height: 180px;
    background: url("../images/loong_gif.png") no-repeat;
}

.label_ico_free {
    position: absolute;
    top: 74px;
    left: 30px;
    display: block;
    width: 88px;
    height: 115px;
    background: url("../images/logo_free.png") no-repeat;
}

.lock-mask {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3) url(../images/lock_icon.png) center 90px no-repeat;
    z-index: 1;
    cursor: pointer;
}

.reward-label-lock .lock-mask {
    display: block;
}

.reward-slide-left,
.reward-slide-right {
    position: absolute;
    top: 41%;
    width: 48px;
    height: 131px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.reward-slide-left {
    left: -52px;
    background-image: url(../images/arrow_left.png);
}

.reward-slide-right {
    right: -52px;
    background-image: url(../images/arrow_right.png);
}

.imglist {
    width: 178px;
    height: 232px;
    margin: 0 auto;
    text-align: center;
}

.milestone_content .imglist {
    width: 240px;
    height: 232px;
    text-align: left;
}

.imglist::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}

.imglist::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #f68633;
    -moz-box-shadow: inset 0 0 5px #f68633;
    box-shadow: inset 0 0 5px #f68633;
    background: #f68633;
}

.imglist::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px #f68633;
    -moz-box-shadow: inset 0 0 1px #f68633;
    box-shadow: inset 0 0 1px #f68633;
    border-radius: 10px;
    background: #ccc;
}

.level_img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    _display: inline;
    _zoom: 1;
    width: 68px;
    height: 66px;
    padding: 4px;
    margin-left: 1px;
    margin-bottom: 3px;
    background: url("../images/level_tool_img1.png") no-repeat;
}

.enable .level_img {
    background-image: url("../images/level_tool_img.png");
}

.level_img_pane {
    position: relative;
    display: block;
    width: 68px;
    height: 66px;
    margin: 0 auto;
    overflow: hidden;
}

.level_img_pane img {
    display: block;
    width: 118px;
    margin-left: -24px;
}

.level_img_max {
    width: 145px;
    height: 66px;
    background-image: url("../images/level_tool_img_max1.png");
}

.enable .level_img_max {
    background-image: url("../images/level_tool_img_max.png");
}

.level_img_max .level_img_pane {
    width: 145px;
    height: 66px;
}

.level_img_max .level_img_pane img {
    width: 100%;
    margin-left: 0;
}

.level_img_shards .level_img_pane img {
    width: 68px;
    height: 66px;
    margin-left: 0;
}

.level_tag {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    background-color: #f95b2a;
    font-size: 12px;
    color: #fff;
}

.level_shards_num {
    position: absolute;
    bottom: 3px;
    right: 0;
    display: block;
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
    text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 1px #000;
    font-size: 16px;
    color: #fff;
}

.imgMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4) url("../images/lock_ico.png") right 0 no-repeat;
}


.reward-swiper .tit {
    width: 100%;
    margin-bottom: 1px;
    background-color: #888;
}

.reward-slide.enable .tit {
    background-image: url("../images/level_tit.png");
}

.reward-swiper .tit em {
    display: block;
    width: 143px;
    height: 24px;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.reward-slide {
    position: relative;
    width: 184px;
    padding-right: 2px;
}

.reward-swiper .fee,
.reward-swiper .free {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
}

.reward-slide .free {
    height: 279px;
    padding-top: 8px;
    margin-bottom: 8px;
    background-image: url(../images/slide_free.jpg);
}

.reward-slide .fee {
    height: 278px;
    padding-top: 20px;
    background-image: url(../images/slide_fee.jpg);
}

.reward-slide-lock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 3;
}

.reward-slide-lock i {
    position: absolute;
    top: 102px;
    left: 66px;
    width: 52px;
    height: 60px;
    background: url(../images/lock_icon.png) center no-repeat;
}

.reward-swiper .t {
    display: none;
    height: 36px;
    line-height: 36px;
    padding-top: 8px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.reward-swiper .cont {
    position: relative;
    z-index: 2;
}

.reward-swiper .hasMilestone .chest_step {
    display: block;
    bottom: -32px;
    -webkit-animation: infiniteChest 1.5s infinite steps(24, end) both;
    animation: infiniteChest 1.5s infinite steps(24, end) both;
}

.reward-swiper .hasDialog .chest_step {
    display: block;
    bottom: -32px;
    -webkit-animation: infiniteChest 1.5s infinite steps(24, end) both;
    animation: infiniteChest 1.5s infinite steps(24, end) both;
}

.reward-swiper .img {
    position: relative;
    width: 130px;
    height: 75px;
    margin: 0 auto;
    z-index: 3;
}

.reward-swiper .name {
    position: relative;
    display: none;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    z-index: 3;
}

.btn-get-reward {
    position: absolute;
    left: 10px;
    bottom: 12px;
    display: block;
    width: 164px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    background: url("../images/btn_reward.jpg") no-repeat;
    opacity: .3;
    font-size: 14px;
    color: #fff;
    z-index: 5;
}

.enable .btn-get-reward {
    opacity: 1;
}

.btn-get-reward.hide {
    display: none;
}

.btn-reward-group {
    width: 850px;
    margin: 24px 0 34px 350px;
    text-align: right;
    font-size: 0;
}

.btn-reward-group .btn {
    position: relative;
    height: 66px;
}

.btn-reward-group .btn-buy,
.btn-reward-group .btn-buy-unlock {
    width: 290px;
    height: 80px;
}

.preview-container-scroll .btn-buy,
.preview-container-scroll .btn-buy-unlock,
.btn-popup-navigator,
.btn-buy-popup {
    width: 290px;
    height: 80px;
    margin: 0 auto;
}

.btn-reward-group .btn-buy,
.preview-container-scroll .btn-buy,
.btn-buy-popup {
    -webkit-animation: heartBeatLoop 3s infinite ease-in-out;
    animation: heartBeatLoop 3s infinite ease-in-out;
}

.btn-buy-group {
    width: 560px;
    position: relative;
}

.btn-gain {
    width: 303px;
    height: 66px;
    line-height: 66px;
    background: url(../images/btn_all.png) no-repeat;
    font-weight: bold;
    font-size: 26px;
    color: #fff3cc;
}

.btn-buy-txz {
    width: 303px;
    height: 66px;
    margin: 0 6px;
    background: url(../images/btn_buy_txz.png) no-repeat;
}

.btn-buy-txz .ti {
    position: absolute;
    top: 36px;
    left: 116px;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.btn-buy-txz .ti2 {
    position: absolute;
    top: 0px;
    right: 0;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    background-color: #333;
    font-size: 13px;
    color: #fff;
}

.btn-buy-unlock {
    display: none;
    width: 290px;
    height: 80px;
    margin: 0 auto;
    background: url(../images/unlock.png) no-repeat;
}

.btn-prew {
    width: 232px;
    line-height: 66px;
    background: url(../images/btn_prew_tool.png) no-repeat;
    font-weight: bold;
    font-size: 26px;
    color: #fff3cc;
}

.btn-reward-group.enable .btn-prew {
    margin-right: 66px;
}

.task-count {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #e74b28;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #fff;
}

.btn-buy em,
.btn-buy-popup em {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #584a31;
}

.reward-dialog {
    display: none;
    position: absolute;
    top: 0;
    left: -200px;
    width: 616px;
    height: 269px;
    background: url(../images/dialog_m.png) no-repeat;
    z-index: 10;
}

.txzTask {
    width: 1210px;
    height: 168px;
    margin-left: -10px;
}

.txzTask_item {
    position: relative;
    float: left;
    width: 292px;
    height: 168px;
    margin-left: 10px;
    background: url("../images/task_item.png") no-repeat;
    transition: all .2s ease;
}

.txzTask_item.active {
    background-image: url("../images/task_item_on.png");
}

.txzTask_tips {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.txzTask_t1,
.txzTask_t2,
.txzTask_t3,
.txzTask_t4,
.txzTask_t5 {
    position: absolute;
    display: block;
}

.txzTask_t1 {
    top: 18px;
    left: 96px;
    font-weight: bold;
    font-size: 20px;
    color: #452f22;
}

.txzTask_t2 {
    top: 50px;
    left: 94px;
    font-family: "D-DIN", Arial;
    font-weight: bold;
    font-size: 40px;
    color: #f98f38;
}

.txzTask_t3 {
    top: 55px;
    left: 165px;
    font-weight: normal;
    font-size: 20px;
    color: #452f22;
}

.txzTask_t4 {
    top: 110px;
    left: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.txzTask_t5 {
    top: 134px;
    left: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.txzTask_finish {
    position: absolute;
    top: 7px;
    right: 4px;
    display: none;
    width: 70px;
    height: 20px;
    line-height: 20px;
    padding-top: 50px;
    background: url("../images/icon_finish.png") center center no-repeat;
    text-shadow: 0 1px 3px #ff6f30;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.txzTask_item.active .txzTask_finish {
    display: block;
}

/* 里程碑 */
.reward-milestone-swiper {
    position: absolute;
    top: -1px;
    right: 0;
    /* width: 264px; */
    width: 304px;
    height: 629px;
    overflow: hidden;
    z-index: 2;
}

.reward-milestone {
    position: relative;
    background: url("../images/milestone_item.png") no-repeat;
}

.milestone_content {
    position: relative;
    height: 100%;
    padding-left: 40px;
}

.milestone-title {
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #452f22;
}

.milestone-circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 264px;
    height: 280px;
    background: url("../images/milestone_light.png") center no-repeat;
}

.milestone-showimg {
    position: absolute;
    top: -8px;
    left: 0px;
    width: 298px;
    height: 308px;
}

.milestone-desc {
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-top: 250px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.dialog-html {
    display: none;
}

.dialog-item {
    float: left;
    width: 145px;
    margin: 0 4px 2px;
}

.dialog-item .img {
    display: block;
    max-width: 145px;
    height: 84px;
    margin: 0 auto;
    overflow: hidden;
}

.dialog-item img {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    zoom: 1;
    max-width: 145px;
    max-height: 84px;
    margin: 0 auto;
}

.dialog-item .name {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.dialog-list {
    max-width: 690px;
    padding: 20px 20px 10px;
    background: #c3a15a;
    -webkit-box-shadow: 0 0 15px #000000;
    -moz-box-shadow: 0 0 15px #000000;
    box-shadow: 0 0 15px #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    z-index: 10;
    overflow: hidden;
}

/* 弹窗 */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.popup-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    height: 934px;
    margin-top: -500px;
    margin-left: -600px;
    background: url(../images/popup_bg.png) no-repeat;
    background-size: 100% 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 3;
}

/* 全奖励一览 */
.popup-container_free {
    position: absolute;
    top: 198px;
    left: 73px;
    width: 412px;
    height: 568px;
    overflow: hidden;
}

.popup-container_charge {
    position: absolute;
    top: 152px;
    left: 541px;
    width: 500px;
    height: 600px;
    overflow: hidden;
}

.popup-container_title {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #392109;
}

.popup-container_loong {
    position: absolute;
    top: -10px;
    left: 700px;
    display: block;
    width: 180px;
    height: 180px;
    background: url("../images/loong_gif.png");
}

.popup-container_showimg {
    overflow-y: auto;
}

.container_showimg_free {
    height: 512px;
    margin-top: 8px;
}

.container_showimg_charge {
    height: 526px;
    margin-top: 22px;
}

.btn_close {
    position: absolute;
    top: 802px;
    left: 372px;
    display: block;
    width: 232px;
    height: 66px;
    line-height: 67px;
    background: url("../images/btn_close.png") no-repeat;
    text-align: left;
    text-indent: 86px;
    font-weight: bold;
    font-size: 24px;
    color: #fff3cc;
}

.btn_close::after,
.btn_close::before {
    position: absolute;
    top: 33px;
    left: 138px;
    display: block;
    content: '';
    width: 32px;
    height: 3px;
    background-color: #fff3cc;
    transition: all .3s ease-in-out;
}

.btn_close::after {
    transform: rotate(45deg);
}

.btn_close::before {
    transform: rotate(-45deg);
}

.btn_close:hover::after {
    transform: rotate(135deg);
}

.btn_close:hover::before {
    transform: rotate(45deg);
}

.popup_buy_txz {
    position: absolute;
    top: 802px;
    left: 610px;
}

/*滚动条整体样式*/
.popup-container ::-webkit-scrollbar {
    width: 8px;
    height: 1px;
}

.popup-container ::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    -webkit-box-shadow: inset 0 0 5px #6c441a;
    -moz-box-shadow: inset 0 0 5px #6c441a;
    box-shadow: inset 0 0 5px #6c441a;
    background: #535353;
}

.popup-container ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px #000000;
    -moz-box-shadow: inset 0 0 1px #000000;
    box-shadow: inset 0 0 1px #000000;
    /* border-radius: 10px; */
    background: #fff;
}

.hdsm {
    width: 1200px;
    margin: 50px auto 0;
    padding-bottom: 36px;
    color: #fff;
}

.hdsm h1 {
    line-height: 50px;
    font-size: 18px;
}

.hdsm p {
    line-height: 26px;
    font-size: 14px;
}

/* css3动画效果 */
@-webkit-keyframes myfirstbl {
    50% {
        box-shadow: 0 0 60px #824000 inset;
    }
}

@keyframes myfirstbl {
    50% {
        box-shadow: 0 0 60px #824000 inset;
    }
}

@keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #ffffff inset;
    }
}

@-webkit-keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #ffffff inset;
    }
}

@-webkit-keyframes myfirst2 {
    50% {
        box-shadow: 0 0 60px #fff8db inset;
    }
}

@keyframes myfirst2 {
    50% {
        box-shadow: 0 0 60px #fff8db inset;
    }
}

@-webkit-keyframes heartBeatLoop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeatLoop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* ----------------------------------- 抽奖区域-sart ------------------------------------ */
.section2 {
    padding-top: 36px;
}

.loong-countbar {
    position: relative;
    height: 42px;
    line-height: 42px;
    background: linear-gradient(to right, rgba(233, 104, 38, 0), rgba(233, 104, 38, 1)50%, rgba(233, 104, 38, 0));
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.section2 .loong-countbar {
    margin: 72px auto 62px;
}

.section3 .loong-countbar {
    margin: 22px auto;
}

.section4 .loong-countbar {
    margin: 32px auto 18px;
}

.section5 .loong-countbar {
    margin: 10px auto 14px;
}

.loong-countbar-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    _display: inline;
    _zoom: 1;
    padding-left: 80px;
    margin: 0 25px;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.icon-loong-ico,
.icon-loong-coupon {
    position: absolute;
    top: -7px;
    left: 0;
    display: block;
    width: 80px;
    height: 56px;
    background: center no-repeat;
}

.icon-loong-ico {
    background-image: url("../images/logo_ico_min.png");
}

.icon-loong-coupon {
    background-image: url("../images/icon_loong_coupon.png");
}

.loong-countbar-item b {
    font-weight: normal;
}

/*------------------------ 进度条样式 ----------------------*/
.stack-lottery {
    position: relative;
    width: 860px;
    height: 284px;
    margin-left: 80px;
    margin-bottom: 82px;
}

.stepbar {
    position: absolute;
    top: 115px;
    left: 0;
    display: none;
    width: 842px;
    height: 4px;
    background-color: #fff1d3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.stepbar::before {
    position: absolute;
    top: -4px;
    left: -4px;
    content: '';
    display: none;
    width: 12px;
    height: 12px;
    background-color: #dfeefd;
    transform: rotate(45deg);
}

.stepbar-active {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 0%;
    height: 4px;
    background-color: #f33f35;
    transition: all 1s ease-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 2;
}

.stack-lottery-step {
    position: absolute;
    top: 0;
    width: 173px;
    height: 284px;
    background: url("../images/step_item.png") center top no-repeat;
    z-index: 5;
}

.step1 {
    left: 0;
}

.step2 {
    left: 170px
}

.step3,
.step4,
.step5 {
    left: 340px;
    background-image: url("../images/step_sq.png");
}

.step4 {
    left: 510px;
}

.step5 {
    left: 680px;
}

.stack-lottery-step.active {
    background-image: url("../images/step_item_on.png");
}

.stack-lottery-step.step3.active,
.stack-lottery-step.step4.active,
.stack-lottery-step.step5.active {
    background-image: url("../images/step_sq_on.png");
}


.stack-lottery-tit {
    position: absolute;
    top: 210px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 550;
    font-size: 17px;
    color: #fff;
}

.stack-lottery-step.used .stack-lottery-tit {
    color: #e8ab9c;
}

.stack-lottery-ico {
    position: relative;
    display: block;
    width: 161px;
    height: 101px;
}

.stack-ico-gun {
    position: absolute;
    top: 20px;
    left: 50%;
    display: block;
    width: 143px;
    height: 120px;
    margin-left: -71px;
    background: url(../images/step_award.png) center top no-repeat;
    z-index: 3;
}

.stack-ico-gun2 {
    background-position: 0 -120px;
}

.stack-ico-gun3 {
    background-position: 0 -240px;
}

.stack-ico-gun4 {
    background-position: 0 -360px;
}

.stack-ico-gun5 {
    background-position: 0 -480px;
}

.step_used {
    position: absolute;
    top: 34px;
    left: 50%;
    display: none;
    width: 142px;
    height: 142px;
    line-height: 210px;
    margin-left: -71px;
    background: url("../images/step_get.png") center no-repeat;
    text-shadow: 1px 0 3px rgba(0, 0, 0, .5);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    z-index: 4;
}

.used .step_used {
    display: block;
}

.stackcount {
    position: absolute;
    top: 174px;
    left: -69px;
    display: block;
    width: 69px;
}

.stackcount em {
    display: block;
    width: 69px;
    height: 69px;
    line-height: 69px;
    background: url("../images/lucky_count.png") center no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #cd442a;
}

.stackcount b {
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #ffeccc;
}

.ico_rec {
    position: absolute;
    top: 176px;
    left: 106px;
    display: block;
    height: 14px;
    line-height: 14px;
    padding: 0 5px;
    background-color: #ff4624;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.stack-ico-gift {
    position: absolute;
    top: 172px;
    right: 60px;
    display: block;
    height: 20px;
    line-height: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .7);
    font-style: normal;
    font-size: 16px;
    color: #fff;
    z-index: 3;
}

.btn-stack {
    position: absolute;
    top: 240px;
    left: 50%;
    width: 134px;
    height: 31px;
    line-height: 31px;
    margin-left: -67px;
    background-image: url(../images/btn_free.png);
    transition: all cubic-bezier(0, 0, 0.33, 1);
    font-size: 18px;
    color: #cb402b;
    z-index: 3;
}

.section2-content {}

.lottery-box {
    position: relative;
    width: 1162px;
    width: 1200px;
    height: 736px;
    padding-top: 32px;
    background: url(../images/bg_lottery.jpg) center 0 no-repeat;
    z-index: 3;
}

.lottery-box::after {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    content: '';
    width: 1196px;
    height: 764px;
    border: 2px solid #fff;
    z-index: 1;
}

.lottery-line {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    content: '';
    width: 1200px;
    height: 3px;
    background-color: #f00;
    border-bottom: 1px solid #fff;
    z-index: 1;
}

.lottery-list {
    position: relative;
    width: 1162px;
    margin: 0 auto;
    z-index: 2;
}

.lottery-unit {
    position: relative;
    float: left;
    width: 162px;
    height: 92px;
    padding-top: 8px;
    margin: 0 2px 2px;
    background: url(../images/lucky_item.png) no-repeat;
    overflow: hidden;
}

.lottery-unit.active {
    background-image: url("../images/lucky_item_on.png");
}

.lottery-unit-1,
.lottery-unit-2,
.lottery-unit-3,
.lottery-unit-4,
.lottery-unit-5 {
    background-image: url("../images/lucky_item_art.png");
}

.lottery-unit img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto
}

.lottery-unit.none {
    visibility: hidden;
}

.lottery-btn {
    width: 1204px;
    margin-left: -2px;
}

.btn-lottery-show,
.btn-lottery {
    position: relative;
    float: left;
    width: 295px;
    height: 72px;
    line-height: 72px;
    margin: 0 3px;
    background-image: url(../images/btn_lucky.png);
    background-size: 100% 100%;
    transition: all .3s ease;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #cd442a;
    cursor: pointer;
}

.luckyUnits {
    position: absolute;
    top: 18px;
    left: 100px;
    display: block;
    width: 88px;
    height: 20px;
    line-height: 20px;
    background-color: #302f2f;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.luckyNum {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 88px;
    height: 72px;
    line-height: 72px;
    background: right center no-repeat;
}

.luckyNum0 {
    font-size: 52px;
    color: #fff;
}

.luckyNum1 {
    background-image: url("../images/lucky_1.png");
}

.luckyNum2 {
    background-image: url("../images/lucky_5.png");
}

.luckyNum3 {
    background-image: url("../images/lucky_11.png");
}

.luckyTxt {
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    width: 102px;
    height: 72px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.lottery-tips {
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin-top: 12px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.tagsq {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 64px;
    height: 32px;
    background: url("../images/tag_sq.png") no-repeat;
}

.maskL {
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
    width: 145px;
    height: 84px;
    line-height: 84px;
    background-color: rgba(0, 0, 0, 0.25);
    font-size: 0;
    /*text-shadow: 0 0 10px #000;
    text-align: center;
    font-size: 24px;
    color: #fff; */
}

.lottery-unit:hover .maskL,
.lottery-unit.active .maskL {
    display: none;
}

.lottery-absolute p {
    text-align: center;
}

.effect {
    position: absolute;
    top: 488px;
    left: 5px;
    width: 24px;
    line-height: 26px;
    height: 313px;
    padding: 93px 14px;
    font-size: 20px;
    color: #feeac7;
    overflow: hidden;
}

.effect::after {
    position: absolute;
    top: -100px;
    left: 0;
    width: 88px;
    height: 88px;
    content: '';
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    -webkit-transform: skewx(-60deg);
    -moz-transform: skewx(-60deg);
    -o-transform: skewx(-60deg);
    transform: skewx(-60deg);
    -webkit-animation: mv 1.8s ease-in-out infinite;
    -moz-animation: mv 1.8s ease-in-out infinite;
    -o-animation: mv 1.8s ease-in-out infinite;
    animation: mv 1.8s ease-in-out infinite;
    z-index: 3;
}

@-webkit-keyframes mv {}

@keyframes mv {
    100% {
        top: 450px;
    }
}

/* animation: bounce-down 1s linear infinite; */

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateX(-5px);
    }

    50%,
    100% {
        -webkit-transform: translateX(0);
    }

    75% {
        -webkit-transform: translateX(5px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateX(-5px);
    }

    50%,
    100% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(5px);
    }
}

/* ----------------------------------- 抽奖区域-end  ------------------------------------ */
/* ----------------------------------- 神器直购-start  ------------------------------------ */
.section1200 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.section3 {
    position: relative;
    width: 100%;
    min-width: 1200px;
    margin-top: 71px;
    padding-top: 42px;
    /* background: url("../images/bg3.jpg") center 80px no-repeat; */
}

.section3_bg {
    position: absolute;
    top: -55px;
    left: 50%;
    width: 1920px;
    height: 78px;
    margin-left: -960px;
    background: url("../images/section3_top.png") center top no-repeat;
    z-index: 6;
}

.content-shenqi {
    position: relative;
    width: 100%;
    margin-top: 15px;
    margin: 15px auto;
    z-index: 3;
}

.artbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1080px;
    z-index: 1;
}

#artbg_video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 1080px;
    margin-left: -960px;
}

.shenqibg {
    position: absolute;
    top: 156px;
    left: 50%;
    display: none;
    width: 1200px;
    height: 380px;
    margin-left: -600px;
    background: center top no-repeat;
    z-index: 1;
}

.video_art {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.video_art2 {
    display: none;
}

.content-shenqi-body {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.four-nav {
    position: relative;
    width: 1206px;
    height: 164px;
    margin: 0 auto;
    z-index: 2;
}

.four-nav-item {
    position: relative;
    float: left;
    width: 295px;
    height: 164px;
    margin: 0 3px;
    background: url(../images/art_menu_item.png) center no-repeat;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.four-nav-item::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.four-nav-item.active::after {
    display: none;
}

/* .four-nav-item.active {
    background-image: url(../images/art_menu_item_on.png);
} */

.currentNav {
    position: absolute;
    top: -10px;
    left: 0px;
    display: none;
    width: 339px;
    height: 123px;
    line-height: 83px;
    /* background: url("../images/art_nav_on.png") center no-repeat; */
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    text-indent: 16px;
    font-weight: bold;
    font-size: 0;
    color: #fff;
    z-index: 1;
    pointer-events: none;
}

.four-nav-item.active .currentNav {
    display: block;
}

.navicoss {
    position: absolute;
    top: 24px;
    left: 18px;
    display: block;
    width: 264px;
    height: 96px;
    background: url("../images/art_nav.png") center top no-repeat;
    transition: all .3s ease;
    font-size: 0;
    color: #fff;
    z-index: 3;
}

.navicoss1 {
    background-position: 0 -96px;
}

.navicoss2 {
    background-position: 0 -192px;
}

.navicoss3 {
    background-position: 0 -288px;
}

.art_nav_coupon {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 160px;
    height: 27px;
    line-height: 27px;
    background: url("../images/art_nav_coupon.png") no-repeat;
    text-indent: 50px;
    font-size: 16px;
    color: #fff;
}

.art_xuk {
    position: absolute;
    top: 208px;
    left: 50%;
    width: 1200px;
    height: 311px;
    margin-left: -600px;
    background: url("../images/art_xuk.png");
}

.four-nav-item .four-nav-checked {
    top: -7px;
    left: 332px;
    display: none;
    width: 136px;
    height: 137px;
    /* background-image: url(../images/icon_checked.png); */
}

.four-nav-item:hover .four-nav-checked {
    display: block;
    animation: heartBeatLoop 1s ease-in-out infinite;
    /* background-image: url(../images/icon_checked2.png); */
}

.four-nav-item.active .four-nav-checked {
    display: block;
    /* animation: heartBeatLoop 1s ease-in-out infinite; */
}

.navName {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #f8dca1;
    z-index: 5;
}

.close_fixnav {
    position: absolute;
    top: 228px;
    right: -15px;
    display: none;
    width: 73px;
    height: 105px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 3;
}

.hasico {
    position: absolute;
    top: 17px;
    right: 10px;
    display: none;
    width: 45px;
    height: 53px;
    background: url("../images/hasico.png") center no-repeat;
}


.four-nav-item.hasfudai .hasico {
    display: block;
}

.fix_close .four-nav-item .hasico {
    display: none;
}

/* 神器右侧主体 */
.content-shenqi-main {
    position: relative;
    width: 1200px;
    height: 620px;
    margin: 0 auto;
}

.shenqi-content {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.shenqi-content1 {
    display: block;
}

.videobox {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1920px;
    height: 1080px;
    margin-left: -960px;
    z-index: 1;
}

.videoArt {
    display: none;
}

.videoArt1 {
    display: block;
}

.shenqi-video {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1920px;
    height: 1080px;
    margin-left: -960px;
}

.effect-img {
    position: absolute;
    top: 360px;
    left: 50%;
    width: 747px;
    height: 134px;
    margin-left: -374px;
}

.art_effect {
    position: absolute;
    top: 199px;
    right: 13px;
    display: none;
    width: 271px;
    height: 134px;
    background: url("../images/art_effect.png") no-repeat;
}

.art_privilege {
    position: absolute;
    top: 312px;
    left: 330px;
    display: none;
    width: 560px;
    height: 160px;
    background: url("../images/art_privilege.png") no-repeat;
}

.art_privilege2 {
    background-position: 0 -160px;
}

.art_privilege3 {
    background-position: 0 -320px;
}

.art_privilege4 {
    background-position: 0 -480px;
}

.artlogo {
    position: absolute;
    top: 132px;
    right: 20px;
    width: 312px;
    height: 154px;
    background: url("../images/artlogo.png") no-repeat;
    z-index: 9;
}

.art_gain {
    position: absolute;
    top: 430px;
    left: 50%;
    display: none;
    width: 688px;
    height: 179px;
    margin-left: -344px;
    background: center no-repeat;
}

.art_gain1 {
    background-image: url('../images/tf_t.png');
}

.art_gain2 {
    background-image: url('../images/tj_t.png');
}

.art_gain3 {
    background-image: url('../images/lx_ak_t.png');
}

.art_gain4 {
    background-image: url('../images/lx_m4_t.png');
}

.art_gain5 {
    background-image: url('../images/lx_t.png');
}

.zengpane {
    position: absolute;
    top: 472px;
    left: 20px;
    width: 596px;
    height: 124px;
}

.zengpane-item {
    float: left;
    width: 174px;
    height: 124px;
    padding-left: 14px;
    margin-right: 10px;
    background: url("../images/zeng_item.png") no-repeat;
}

.zengpane-item em {
    display: block;
    height: 32px;
    line-height: 30px;
    text-indent: 14px;
    font-size: 14px;
    color: #f00;
}

.zengpane-item img {
    display: block;
    margin: 0 auto;
}

.zengpane-item .tagmin {
    top: 30px;
    right: 26px;
}


.zixuan-tool2 {
    position: absolute;
    top: 350px;
    left: 252px;
    width: 572px;
    height: 186px;
    z-index: 5;
}

.zixuan-title {
    display: none;
    height: 28px;
    line-height: 28px;
    padding-top: 8px;
    margin-bottom: 14px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #ffe5b2;
}

.zixuan-list {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .3);
    font-size: 0;
}

.zixuan-item {
    position: relative;
    float: left;
    width: 132px;
    height: 186px;
    margin: 0 5px;
    background: url("../images/item_art_sub2.png") center center no-repeat;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.zixuan-item.active {
    background-image: url("../images/item_art_sub.png");
}

.zixuan-item::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 6;
}

.zixuan-item.active::after {
    display: none;
}

.art_fudai,
.art_equip,
.art_xz {
    position: absolute;
    top: 350px;
    left: 48px;
    width: 132px;
    height: 186px;
    margin: 0 5px;
    background: url("../images/item_art_sub.png") center center no-repeat;
    cursor: pointer;
}

.art_equip {
    left: 876px;
}

.art_fudai {
    left: 1020px;
}

.zixuan-card {
    position: absolute;
    top: 35px;
    left: 16px;
    width: 100px;
    height: 84px;
    overflow: hidden;
}

.zixuan-tool-card {
    position: absolute;
    top: 0;
    left: -22px;
    display: block;
    width: 145px;
    height: 84px;
    z-index: 1;
}

.maskzi {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/wrap.png);
    transition: all .2s ease-in-out;
    opacity: 1;
    z-index: 4;
}

.zixuan_em {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.zixuan-item.active .maskzi {
    opacity: 0;
}

.zixuan-checked {
    position: absolute;
    top: 0;
    left: 0px;
    width: 62px;
    height: 37px;
    line-height: 30px;
    background: url(../images/tag3.png) no-repeat;
    transition: all .2s ease-in-out;
    opacity: 0;
    text-align: left;
    text-indent: 4px;
    font-size: 18px;
    color: #fff;
    z-index: 4;
}

.art_xz .zixuan-checked,
.art_fudai .zixuan-checked,
.art_equip .zixuan-checked,
.zixuan-item.active .zixuan-checked {
    opacity: 1;
}

.tagmin {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 18px;
    line-height: 18px;
    background: center no-repeat;
    background-color: #f95b2a;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    z-index: 3;
}

.art_equip .tagmin,
.art_fudai .tagmin {
    top: 10px;
}

.btn-buy {
    position: absolute;
    left: 50%;
    width: 240px;
    height: 59px;
    line-height: 52px;
    background: center no-repeat;
    transition: all .3s ease;
    text-shadow: 0 1px 0 rgba(49, 33, 2, 0.5);
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #fff;
    cursor: pointer;
}

.btn-buy-art {
    position: absolute;
    top: 540px;
    left: 50%;
    width: 298px;
    height: 72px;
    line-height: 72px;
    margin-left: -149px;
    background: url("../images/btn_buy.png") center no-repeat;
    transition: all .3s ease;
    text-shadow: 0 1px 0 rgba(49, 33, 2, 0.5);
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
}

.buykb {
    position: absolute;
    top: 10px;
    left: 28px;
    height: 60px;
    line-height: 60px;
    text-align: 0 0 5px #e65040;
    font-family: "D-DIN", Arial;
    font-size: 46px;
    color: #fff;
}

.btn-buy-art .itemkb {
    top: 24px;
    left: 160px
}

.buyD {
    position: absolute;
    top: 10px;
    left: 220px;
    height: 60px;
    line-height: 60px;
    text-align: 0 0 5px #e65040;
    font-size: 24px;
    color: #fff;
}

.delsq {
    position: absolute;
    top: 618px;
    left: 50%;
    display: block;
    width: 200px;
    height: 24px;
    line-height: 24px;
    margin-left: -100px;
    text-align: center;
    font-size: 16px;
    color: #a3a4a4;
}

.art_img {
    position: absolute;
    top: -12px;
    left: 0;
    display: none;
    width: 1200px;
    height: 324px;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 3;
}

.art_line {
    position: absolute;
    top: 122px;
    left: 56px;
    width: 905px;
    height: 172px;
    background-repeat: no-repeat;
}

.art_line1 {
    background-image: url("../images/line_tf.png");
}

.art_line2 {
    background-image: url("../images/line_tj.png");
}

.art_line3 {
    background-image: url("../images/line_tq.png");
}

.art_line4 {
    background-image: url("../images/line_loong.png");
}

.art_e {
    position: absolute;
    width: 268px;
    height: 80px;
    background: no-repeat;
    z-index: 4;
    /* pointer-events: none; */
}

.art_e1 {
    top: 128px;
    left: 50px;
}

.art_e2 {
    top: 220px;
    left: 118px;
}

.art_e3 {
    top: 112px;
    left: 960px;
}

.art_e11 {
    background-image: url("../images/art_tf_1.png");
}

.art_e12 {
    background-image: url("../images/art_tf_2.png");
}

.art_e13 {
    background-image: url("../images/art_tf_3.png");
}

.art_e21 {
    background-image: url("../images/art_tj_1.png");
}

.art_e22 {
    display: none;
    background-image: url("../images/art_tj_2.png");
}

.art_e23 {
    background-image: url("../images/art_tj_2.png");
}

.art_e31 {
    background-image: url("../images/art_tq_1.png");
}

.art_e32 {
    background-image: url("../images/art_tq_2.png");
}

.art_e33 {
    background-image: url("../images/art_tq_3.png");
}

.art_e41 {
    background-image: url("../images/art_loong_1.png");
}

.art_e42 {
    background-image: url("../images/art_loong_2.png");
}

.art_e43 {
    background-image: url("../images/art_loong_3.png");
}

/*-------------------------- 神器购买-end   ---------------------------*/
/*-------------------------- 翻牌-start ---------------------------*/
.giftbag-main {
    position: relative;
    width: 100%;
    height: 400px;
    z-index: 3;
    overflow: hidden;
}

.giftbag-title {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 32px;
    color: #732f15;
}

.giftbag-tips {
    width: 100%;
    height: 63px;
    padding-top: 52px;
    margin-top: 14px;
    background: url("../images/fudai_title.png") center top no-repeat;
    text-align: center;
    color: #fff;
}

.giftbag-tips_name {
    display: block;
    line-height: 30px;
    margin-bottom: 8px;
    font-size: 24px;
    color: #f1cc9d;
}

.giftbag-tips_desc {
    display: block;
    font-size: 16px;
    color: #a5998f;
}

.gift-list {
    position: absolute;
    top: -60px;
    left: 50%;
    display: none;
    width: 1200px;
    height: 500px;
    margin-left: -600px;
}

.gift_list1 {
    display: block;
}

.gift-item {
    float: left;
    position: relative;
    width: 300px;
    height: 500px;
    margin: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.gift-item-doubel {
    display: none;
}

.gift_count {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: none;
    width: 268px;
    height: 26px;
    line-height: 26px;
    margin-left: -134px;
    background-color: #962610;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.gift-desc {
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #9ffcfc;
}

.gift-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition-property: opacity, -moz-transform, -moz-box-shadow;
    -moz-transition-duration: .5s;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: .5s;
    transition-property: opacity, transform, box-shadow;
    transition-duration: .5s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gift-content-front {
    background: url(../images/giftbag_front.gif) center no-repeat;
    cursor: pointer;
    z-index: 10;
}

.cardico {
    position: absolute;
    top: 282px;
    left: 50%;
    display: block;
    width: 168px;
    height: 102px;
    margin-left: -84px;
    background: url('../images/art_logo.png') no-repeat;
    /* transition: all .3s ease-in-out; */
}

.cardico2 {
    background-position: 0 -102px;
}

.cardico3 {
    background-position: 0 -204px;
}

.cardico4 {
    background-position: 0 -306px;
}

.gift-content-front:hover .cardico {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.gift-content-back {
    background: url(../images/giftbag_back.png) center center no-repeat;
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
    z-index: 8;
}

.card-flipped .gift-content-front {
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    z-index: 8;
}

.gift-content2 {
    transition-delay: .2s;
}

.gift-content3 {
    transition-delay: .3s;
}

.gift-content4 {
    transition-delay: .4s;
}

.gift-content5 {
    transition-delay: .5s;
}

.gift-content5 {
    transition-delay: .5s;
}

.gift-content6 {
    transition-delay: .6s;
}

.gift-content7 {
    transition-delay: .7s;
}

.gift-content8 {
    transition-delay: .8s;
}

.card-flipped .gift-content-back {
    -moz-transform: rotate3d(0, 1, 0, 0deg);
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
    z-index: 10;
}

.gift-name {
    position: absolute;
    top: 364px;
    left: 16px;
    width: 255px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    z-index: 5;
}

.bagname {
    position: absolute;
    top: 382px;
    left: 0;
    display: none;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .9);
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    z-index: 5;
}

.gift-video {
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

.gift-bagname {
    position: absolute;
    left: 15px;
    bottom: 27px;
    width: 158px;
    height: 32px;
    line-height: 32px;
    background-position: -210px -503px;
    font-size: 0;
    z-index: 3;
}

.zengImgBox {
    position: absolute;
    top: 54px;
    left: 50%;
    width: 210px;
    height: 350px;
    margin-left: -110px;
}

.btn-giftbag {
    position: absolute;
    left: 25px;
    bottom: 27px;
    width: 137px;
    height: 35px;
    line-height: 35px;
    background-position: -210px -468px;
    font-weight: bold;
    font-size: 14px;
    color: #804919;
    z-index: 3;
}

.zegnsku {
    position: absolute;
    top: 94px;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    color: #452f22;
}

.zegnsku em {
    font-weight: bold;
    font-size: 22px;
}

.gift-success {
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #ff5400;
}

.btn-stack-lottery:hover,
.btn-lengend.heart,
.btn-lottery:hover,
.heartbeat:hover {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.zengDate {
    position: absolute;
    top: 306px;
    right: 12px;
    display: none;
    width: 61px;
    height: 20px;
    line-height: 20px;
    background: url(../images/tag.png) center no-repeat;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.zegnbar,
.zegnbar2 {
    position: absolute;
    top: 420px;
    left: 21px;
    width: 242px;
    height: 28px;
    line-height: 28px;
    transition: all .3s ease-in-out;
    border: 2px solid #bdab61;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.zegnbar2 {
    display: none;
    width: 224px;
    padding: 0 5px;
    background-color: #f6eab7;
    text-align: center;
    font-size: 16px;
    color: #210f00;
}

.zengInput {
    display: block;
    width: 224px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    background-color: #f7f2e1;
    font-size: 16px;
    color: #333;
    transition: all .3s ease-in-out;
    border: none;
    outline: none;
}

.zengInput:focus {
    border-color: #ff9200;
}

.btn-zeng {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 28px;
    line-height: 28px;
    background-color: #ff9200;
    font-size: 16px;
    color: #fff;
}

.etbox {
    position: absolute;
    top: 581px;
    display: none;
    width: 100%;
    height: 24px;
}

.et {
    position: absolute;
    top: 0;
    display: block;
    width: 150px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.et1 {
    left: 267px;
}

.et2 {
    left: 436px;
}

.et3 {
    left: 606px;
}

.et4 {
    left: 779px;
}

/* ----------------------------------- 神器直购-end  ------------------------------------ */
/* ----------------------------------- 顶级非卖品直购-start  ------------------------------------ */
.section4 {
    margin-top: 64px;
}

.tabbar {
    width: 1200px;
    height: 80px;
    margin-bottom: 20px;
}

.tab-th {
    position: relative;
    width: 593px;
    height: 80px;
    background: url("../images/tab_item.png") no-repeat;
    cursor: pointer;
}

.tab-th1 {
    float: left;
}

.tab-th2 {
    float: right;
}

.tab-th.active {
    background-image: url('../images/tab_item_on.png');
}

.thd {
    position: absolute;
    top: 0;
    left: 50px;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    color: #d4591e;
}

.tab-th.active .thd,
.tab-th.active .thdes {
    color: #fff;
}

.thdes {
    position: absolute;
    top: 20px;
    left: 210px;
    height: 36px;
    line-height: 18px;
    font-size: 14px;
    color: #d4591e;
}

.tabBox {
    position: relative;
    width: 1200px;
    height: 920px;
}

.tabBody {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 1200px;
    height: 920px;
}

.tabBody0 {
    display: block;
}

.toollist {
    width: 1208px;
    margin-left: -4px;
}

.toollist .item {
    float: left;
    position: relative;
    width: 233px;
    height: 168px;
    padding-top: 20px;
    margin: 0 4px 12px;
    background: url("../images/item_sale.png") center center no-repeat;
    cursor: pointer;
}

.toollist .item.active {
    background-image: url("../images/item_sale_checked.png");
}

.itemImg {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.item_shards {
    display: block;
    height: 24px;
    line-height: 24px;
    padding-top: 6px;
    text-align: center;
    font-size: 12px;
    color: #816c5a;
}

.price_bar {
    position: relative;
    display: block;
    height: 44px;
    margin-top: 8px;
}

.price {
    position: absolute;
    top: 0;
    left: 30px;
    width: 66px;
    height: 44px;
    line-height: 44px;
    text-align: right;
    font-size: 26px;
    color: #ff8226;
}

.itemkb {
    position: absolute;
    top: 8px;
    left: 100px;
    width: 40px;
    height: 18px;
    line-height: 18px;
    background-color: #000;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
}

.price_bar .tagdate {
    right: 20px;
    height: 44px;
    line-height: 44px;
    background-color: #ffedce;
    font-size: 18px;
    color: #ff8226;
}

.item.active .price {
    color: #fff;
}

.item.active .tagdate {
    background-color: #ff8226;
    color: #fff;
}

.totalbar {
    position: relative;
    width: 430px;
    height: 112px;
    margin: 12px auto 0;
}

.btn-sale {
    position: absolute;
    top: 0;
    right: 0;
    width: 298px;
    height: 72px;
    background: url("../images/btn_buy.png") no-repeat;
}

.total_price {
    position: absolute;
    top: 15px;
    left: 00px;
    width: 162px;
    height: 44px;
    line-height: 44px;
    text-shadow: 0 0 4px rgba(230, 80, 64, .35);
    text-align: right;
    font-size: 46px;
    color: #fff;
}

.btn-sale .tagdate {
    top: 2px;
}

.btn-sale .itemkb {
    top: 18px;
    left: 162px;
}

.ttxt {
    position: absolute;
    top: 0;
    left: 220px;
    height: 72px;
    line-height: 78px;
    text-shadow: 0 0 4px #f68633;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.total_cart {
    height: 72px;
    line-height: 72px;
    background: url("../images/icon_cart.png") 0 26px no-repeat;
    text-decoration: underline;
    padding-left: 30px;
    font-size: 18px;
    color: #610808;
    cursor: pointer;
}

.shards_used {
    position: absolute;
    top: 74px;
    left: 156px;
    height: 26px;
    line-height: 26px;
    padding-left: 32px;
    background: url("../images/icon_shards.png") 0 0 no-repeat;
    text-align: center;
    font-size: 14px;
    color: #816c5a;
}

/* ----------------------------------- 顶级非卖品直购-end  ------------------------------------ */

/* ----------------------------------- 龙之灵碎片兑换-start  ------------------------------------ */
.section5 {
    margin-top: 68px;
}

.exlist {
    width: 1206px;
    margin-left: -3px;
}

.exitem {
    position: relative;
    float: left;
    width: 233px;
    height: 230px;
    padding-top: 26px;
    margin: 0 4px 32px;
    background: url("../images/item_ex.png") center 0 no-repeat;
}

.exitemno {
    background-image: none;
}

.exuse {
    display: block;
    height: 24px;
    line-height: 24px;
    padding-top: 20px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 12px;
}

.btn-shards {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    margin-top: 2px;
    background-repeat: no-repeat;
}

.btn-shards_day {
    background-image: url("../images/btn_ex_days.png")
}

.btn-shards_week {
    background-image: url("../images/btn_ex_week.png")
}

.btn-shards .num {
    position: absolute;
    top: 0;
    left: 32px;
    height: 42px;
    line-height: 42px;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
}

.btn-shards b {
    position: absolute;
    top: 0;
    left: 80px;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
}

.btn-shards .tagdate {
    top: 12px;
    right: 5px;
}

/* ----------------------------------- 龙之灵碎片兑换-end  ------------------------------------ */