@charset "utf-8";

.wrapper {
    min-width: 1260px;
    background: #f6f7fb;
    position: relative;
}

.g-header {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    box-shadow: none;
    position: absolute;
    top: 36px;
    left: 0;
}

.g-logo {
    width: 151px;
    background: url(../png/logo.png) center no-repeat;
}

.spring_flower_chicken {
    width: 200px;
    height: 58px;
    background: url(../png/slogo-2.png) no-repeat;
    overflow: hidden;
}

.spring_flower_chicken:after {
    background-image: none;
    transition: none;
}

.g-flinks {
    margin-top: 100px;
}

.g-flinks .links {
    padding-left: 360px;
}

/* .g-footer {
    background: #f1f2f3;
} */

.g-sidefun,
.g-sidenav {
    z-index: 20;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

/*.slide-box*/
.slide-box {
    width: 100%;
    height: 758px;
    margin-bottom: 120px;
    position: relative;
}

.slide-box .slide-bd {
    width: 100%;
    height: 758px;
    overflow: hidden;
    position: relative;
}

.slide-bd li {
    width: 100%;
    height: 758px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -960px;
    display: none;
}

.slide-hd {
    max-width: 960px;
    height: 94px;
    text-align: center;
    position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translateX(-50%);
}

.slide-hd ul {
    height: 100%;
    overflow: hidden;
}

.slide-hd li {
    width: 140px;
    height: 90px;
    border: 2px solid #ffffff;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}

.slide-hd li img {
    width: 100% !important;
    height: 100% !important;
}

.slide-hd li .item_pic {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.slide-hd li .item_pic em {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.slide-hd li.on .item_pic em {
    display: none;
}

.slide-hd li.on .progress {
    width: 144px;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: -2px 0 0 -2px;
}

.slide-hd li.on .circle {
    position: absolute;
    width: 200px;
    height: 200px;
}

.slide-hd li.on .circle .left div,
.slide-hd li.on .circle .right div {
    background-color: #cf1132;
}

.slide-hd li.on .left,
.slide-hd li.on .right {
    width: 100px;
    height: 200px;
    overflow: hidden;
    float: left;
    position: relative;
}

.slide-hd li.on .left div,
.slide-hd li.on .right div {
    width: 100px;
    height: 200px;
}

.slide-hd li.on .right div {
    transform-origin: left center;
    animation: rotateRight 2.5s linear infinite;
}

.slide-hd li.on .left div {
    transform-origin: right center;
    animation: rotateLeft 2.5s linear infinite;
}

@keyframes rotateRight {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes rotateLeft {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.slide-next,
.slide-prev {
    width: 40px;
    height: 40px;
    line-height: 200;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../png/new_icos.png) no-repeat 0 -274px;
    z-index: 6;
}

.slide-prev {
    left: -60px;
}

.slide-next {
    right: -60px;
    background-position: -43px -274px;
}

.slide-next:hover,
.slide-prev:hover {
    opacity: 0.95;
}

.slide-nav {
    width: 300px;
    height: 24px;
    padding: 0 12px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -150px;
    z-index: 6;
}

.slide-nav li {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 6px;
    line-height: 99px;
    overflow: hidden;
    border-radius: 100%;
    background: #a0a0a0;
    *display: inline;
    *zoom: 1;
}

.slide-nav li:hover,
.slide-nav .active {
    width: 84px;
    border-radius: 20px;
}


/*.g-container*/
/* .g-main {
    width: 1360px;
} */

.laybox {
    border-radius: 10px;
}

.g-more {
    color: #848484;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    float: right;
}

.g-more:hover {
    color: #666;
}

.g-more2 {
    color: #d70023;
    background: none;
}

.g-more2:hover {
    color: #ffffff;
    background: #d70023;
}


/* 资讯 */
.issue_box {
    background: #282b2d;
}

/* 幻灯 */
.issue_slide {
    width: 850px;
    height: 430px;
    overflow: hidden;
}

.issue_slide dt {
    width: 248px;
    height: 100%;
    float: left;
}

.issue_slide dt li {
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: block;
    padding-top: 15px;
    position: relative;
    cursor: pointer;
}

.issue_slide dt li.on {
    background: #000000;
}

.issue_slide dt .s_line {
    width: 6px;
    height: 100%;
    background: #d70023;
    top: 0;
    left: 0;
}

.issue_slide dt .s_sj {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #000000;
    top: 50%;
    right: -16px;
    margin-top: -16px;
}

.issue_slide dt li .s_line,
.issue_slide dt .s_sj {
    position: absolute;
    z-index: 3;
    display: none;
}

.issue_slide dt li.on .s_line,
.issue_slide dt li.on .s_sj {
    display: block;
}

.issue_slide dt .s_icon {
    width: 56px;
    height: 56px;
    overflow: hidden;
    margin: 0 14px 0 20px;
    float: left;
}

.issue_slide dt .s_info {
    width: 142px;
    line-height: 30px;
    color: #ffffff;
    font-size: 22px;
    float: left;
}

.issue_slide dt .s_info p,
.issue_slide dt .s_info em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.issue_slide dt .s_info p {
    height: 30px;
}

.issue_slide dt .s_info em {
    height: 26px;
    line-height: 26px;
    color: #848484;
    font-size: 17px;
}

.issue_slide dd {
    width: 602px;
    height: 100%;
    float: right;
}

.issue_slide dd ul,
.issue_slide dd li {
    height: 100%;
}


/* 新闻 */
.news_slider {
    width: 667px;
    height: 362px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.news_slider .bd {
    width: 100%;
    height: 100%;
}

.news_slider .hd {
    padding: 0 10px;
    position: absolute;
    right: 10px;
    bottom: 12px;
}

.news_slider .hd li {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #CF1132;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 5px;
    float: left;
    cursor: pointer;
}

.news_slider .hd li.on {
    background: #CF1132;
}

.issue_news {
    width: 693px;
    height: 362px;
    position: relative;
    background: #fff;
}

.issue_news a:hover {
    text-decoration: underline;
}

.issue_news_con {
    color: #000;
    font-size: 16px;
    height: 325px;
    padding: 13px 20px 0 33px;
    overflow: hidden;
}

.issue_news_con .tit {
    height: 53px;
    color: #806e59;
    font-size: 22px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 12px;
}

.issue_news_con .tit a {
    width: 72px;
    height: 33px;
    color: #3C3C3C;
    text-align: center;
    padding: 8px 0 12px 0;
    margin-right: 30px;
    float: left;
    position: relative;
    cursor: pointer;
}

.issue_news_con .tit a:hover,
.issue_news_con .tit a.on {
    color: #D70023;
    text-decoration: none;
}

.issue_news_con .tit a i {
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #CF1132;
    ;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.issue_news_con .tit a.on i {
    display: block;
}

.issue_news_con .t_ico {
    background: url(../jpg/type_box.jpg) 0 0 no-repeat;
    font-size: 14px;
    margin-right: 10px;
    width: 46px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #D50121;
    display: inline-block;
}

.issue_news_con ul{
    display: none;
}

.issue_news_con .txt li {
    height: 26px;
    line-height: 26px;
    margin-top: 10px;
    font-size: 16px;
    position: relative;
}

.issue_news_con .txt li a {
    color: #000;
    display: inline-block;
    max-width: 480px;
    height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.issue_news_con .txt li a:hover {
    color: #CF1132;
    text-decoration: none;
}

.issue_news_con .txt li .news_time {
    float: right;
    color: #848484;
}

.header_news_topic{
    height: 50px;
    line-height: 50px;
}

.header_news_topic_txt {
    font-size: 18px;
    font-weight: bold;
    width: 570px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.header_news_topic_txt a:hover, .header_news_topic_txt a:hover span{
    color: #CF1132!important;
    text-decoration: none;
}

/* 活动专题 */
.game_active ul {
    margin-top: 40px;
    margin-right: -26px;
    height: 420px;
}

.game_active li {
    width: 667px;
    height: 420px;
    overflow: hidden;
    float: left;
    margin-right: 26px;
    background: #fff;
}

.game_active_intro {
    height: 89px;
    padding: 16px 0 0 20px;
    color: #848484;
    font-size: 14px;
}

.game_active_intro h3 {
    color: #3C3C3C;
    font-size: 22px;
    margin-bottom: 10px;
}


/* 热门 */
.hot-game-list {
    padding: 24px 0 0 0;
}

.right_hot_game {}

.hot-game-list .img_mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(180deg, transparent 69%, #333 100%);
    display: none;
}

.right_ginfo {
    width: 322px;
    height: 296px;
}

.right_hot_game ul {
    margin: 0 -24px 0 0;
}

.right_hot_game li {
    width: 322px;
    height: 296px;
    float: left;
    color: #999;
    background: #fff;
    transition: all .2s ease-in-out;
    position: relative;
    margin: 0 24px 0 0;
}

.right_hot_game li .img_cover {
    height: 211px;
    position: relative;
}

.right_hot_game li.active .img_cover {
    height: 211px !important;
}

.right_hot_game li .img_cover img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.right_hot_game li .ginfo_info {
    padding: 0 16px;
    position: relative;
    font-size: 14px;
}

.right_hot_game .gdesc {
    width: 140px;
    padding-top: 10px;
}

.right_hot_game .gname {
    font-size: 22px;
    color: #3C3C3C;
}

.right_hot_game .gdesc p {
    height: 30px;
    font-size: 14px;
    color: #848484;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.right_hot_game .go_home_btn {
    width: 31px;
    height: 31px;
    background: url(../png/go_website_arrow.png) no-repeat 0 0;
    position: absolute;
    right: 18px;
    bottom: 25px;
    z-index: 10;
}

.right_hot_game li .go_home_btn:hover {
    background: url(../png/go_website_arrow_hover.png) no-repeat 0 0;
}

.right_game_download {
    position: absolute;
    top: 0;
    left: 0;
    width: 322px;
    height: 211px;
    background: #CF1132;
    background: rgba(207, 17, 50, 0.8);
}

.right_hot_game .dl-group {
    padding: 57px 16px 0;
}

.right_hot_game .gcode {
    width: 90px;
    height: 90px;
    padding: 4px;
    background: #fff;
    float: left;
    margin: 0 24px 0 25px;
}

.right_hot_game .w-btn-android,
.right_hot_game .w-btn-ios {
    width: 116px;
    height: 31px;
    text-indent: 40px;
    border-radius: 20px;
    line-height: 31px;
    font-size: 14px;
}

.right_hot_game .w-btn-android {
    background: #4076c8 url(../png/i-android-little.png) 12px center no-repeat;
    margin: 7px 0 13px;
}

.right_hot_game .w-btn-ios {
    background: #1eb97e url(../png/i-ios-little.png) 12px center no-repeat;
}

.right_hot_game .detail_intro {
    margin-top: 15px;
    color: #fff;
}

.right_hot_game .detail_intro_title {
    font-size: 22px;
    margin-bottom: 5px;
}

.right_hot_game .download_link_ico {
    font-size: 14px;
    background: url(../png/i-download.png) left center no-repeat;
    padding-left: 18px;
}


.hot-game-list .active .b {
    display: block;
}

/* 游戏礼包 */
.game_gift {
    float: right;
    width: 690px;
}

.game_gift .g-tit {
    margin-left: 15px;
}

.gift_list {
    height: 380px;
}

.gift_list li {
    width: 327px;
    height: 108px;
    background: #fff;
    margin: 0 0 20px 15px;
    float: left;
    position: relative;
}

.gift_list .item {
    display: block;
    padding-top: 17px;
}

.gift_list .gicon {
    width: 74px;
    height: 74px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 15px 0 17px;
}

.gift_list .gdesc {
    width: 200px;
    color: #999;
    font-size: 16px;
    overflow: hidden;
}

.gift_list .lbname {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gift_list .item:hover .lbname {
    color: #d50121;
}

.gift_list .gname {
    margin-bottom: 5px;
    font-size: 14px;
    color: #848484;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gift_list .gnums {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gift_list .gnums em {
    color: #ff6600;
}

.gift_list .gbtns {
    width: 124px;
    height: 33px;
    line-height: 33px;
    background: #FFFFFF;
    color: #CF1132;
    border-radius: 17px;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -62px;
    font-size: 16px;
}

.gift_list .item:hover .gbtns {
    color: #d50121;
    border-color: #d50121;
}

.gdesc_mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 327px;
    height: 108px;
    background: #CF1132;
    background: rgba(207, 17, 50, 0.8);
}

.gift_list li:hover .gdesc_mask {
    display: block;
}


/* 快速通道 */
.channel_box {
    height: 303px;
    margin-top: 40px;
    background: #ffffff;
    box-shadow: 0 2px 4px #c8cad1;
    overflow: hidden;
}

/* 客服 */
.channel_kefu {
    width: 552px;
    height: 100%;
    border-right: 1px solid #e0e0e0;
}

.channel_kefu .server-online {
    width: 214px;
    height: 100%;
    text-align: center;
    color: #555;
    border-right: 1px solid #e6e6e6;
}

.channel_kefu .server-online i {
    display: inline-block;
    width: 81px;
    height: 95px;
    background: url(../png/kefu.png) no-repeat;
    margin: 70px 0 10px 0;
}

.channel_kefu .server-online p {
    font-size: 28px;
}

.channel_kefu .server-online span {
    font-size: 14px;
    color: #a7a7a7;
}

.channel_kefu .other {
    width: 336px;
}

.channel_kefu .other .item {
    display: block;
    height: 101px;
    line-height: 101px;
    font-size: 20px;
    color: #555555;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 30px;
}

.channel_kefu .other .item:hover {
    color: #03b4f5;
}

.channel_kefu .other .item-kf {
    height: 81px;
    line-height: 35px;
    padding: 20px 0 0 30px;
}

/* .channel_kefu .other .item-kf em{color: #03b4f5;} */

/* 快速链接 */
.channel_link {
    width: 808px;
    height: 100%;
    margin-right: -2px;
}

.channel_link .item {
    width: 268px;
    height: 101px;
    text-align: center;
    font-size: 20px;
    color: #999;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    position: relative;
    transition: color 0.4s ease;
}

.channel_link .s,
.channel_link .s2 {
    display: block;
    width: 100%;
    height: 2px;
    overflow: hidden;
}

.channel_link .s2 {
    width: 0px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.channel_link i {
    display: inline-block;
    width: 39px;
    height: 42px;
    background-image: url(../png/channel.png);
    margin: 15px 0 -8px 0;
}

.channel_box .item:hover .s2 {
    width: 100%;
}

.channel_box .item-1 i {
    background-position: 0 0;
}

.channel_box .item-2 i {
    background-position: 0 -48px;
}

.channel_box .item-3 i {
    background-position: 0 -101px;
}

.channel_box .item-4 i {
    background-position: 0 -156px;
}

.channel_box .item-5 i {
    background-position: 0 -202px;
}

.channel_box .item-6 i {
    background-position: 0 -249px;
}

.channel_box .item-7 i {
    background-position: 0 -297px;
}

.channel_box .item-8 i {
    background-position: 0 -349px;
}

.channel_box .item-9 i {
    background-position: 0 -400px;
}

.channel_box .item-1:hover i {
    background-position: -46px 0;
}

.channel_box .item-2:hover i {
    background-position: -46px -48px;
}

.channel_box .item-3:hover i {
    background-position: -46px -101px;
}

.channel_box .item-4:hover i {
    background-position: -46px -156px;
}

.channel_box .item-5:hover i {
    background-position: -46px -202px;
}

.channel_box .item-6:hover i {
    background-position: -46px -249px;
}

.channel_box .item-7:hover i {
    background-position: -46px -297px;
}

.channel_box .item-8:hover i {
    background-position: -46px -349px;
}

.channel_box .item-9:hover i {
    background-position: -46px -400px;
}

.channel_link em {
    display: block;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.channel_box .item-1 em {
    border-color: #fff #ca7dbb #ca7dbb #fff;
}

.channel_box .item-2 em {
    border-color: #fff #5fd6dd #5fd6dd #fff;
}

.channel_box .item-3 em {
    border-color: #fff #fe9bcc #fe9bcc #fff;
}

.channel_box .item-4 em {
    border-color: #fff #f8ae2c #f8ae2c #fff;
}

.channel_box .item-5 em {
    border-color: #fff #ff5959 #ff5959 #fff;
}

.channel_box .item-6 em {
    border-color: #fff #add699 #add699 #fff;
}

.channel_box .item-7 em {
    border-color: #fff #5dddf9 #5dddf9 #fff;
}

.channel_box .item-8 em {
    border-color: #fff #fdbd9f #fdbd9f #fff;
}

.channel_box .item-9 em {
    border-color: #fff #a986d9 #a986d9 #fff;
}

.channel_box .item-1:hover {
    color: #ca7dbb;
}

.channel_box .item-2:hover {
    color: #5fd6dd;
}

.channel_box .item-3:hover {
    color: #fe9bcc;
}

.channel_box .item-4:hover {
    color: #f8ae2c;
}

.channel_box .item-5:hover {
    color: #ff5959;
}

.channel_box .item-6:hover {
    color: #add699;
}

.channel_box .item-7:hover {
    color: #5dddf9;
}

.channel_box .item-8:hover {
    color: #fdbd9f;
}

.channel_box .item-9:hover {
    color: #a986d9;
}

.channel_box .item-1:hover .s2 {
    background-color: #ca7dbb;
}

.channel_box .item-2:hover .s2 {
    background-color: #5fd6dd;
}

.channel_box .item-3:hover .s2 {
    background-color: #fe9bcc;
}

.channel_box .item-4:hover .s2 {
    background-color: #f8ae2c;
}

.channel_box .item-5:hover .s2 {
    background-color: #ff5959;
}

.channel_box .item-6:hover .s2 {
    background-color: #add699;
}

.channel_box .item-7:hover .s2 {
    background-color: #5dddf9;
}

.channel_box .item-8:hover .s2 {
    background-color: #fdbd9f;
}

.channel_box .item-9:hover .s2 {
    background-color: #a986d9;
}

/* 官方社群 */
.help_slider {
    float: left;
    width: 667px;
    height: 420px;
}

.help_slider_box {
    background: #fff;
    width: 667px;
    height: 362px;
    position: relative;
}

.help_slider_box .bd {
    width: 100%;
    height: 100%;
}

.help_slider_box .hd {
    padding: 0 10px;
    position: absolute;
    right: 10px;
    bottom: 12px;
}

.help_slider_box .hd li {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #CF1132;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 5px;
    float: left;
    cursor: pointer;
}

.help_slider_box .hd li.on {
    background: #CF1132;
}


/* 社群二维码 */
.qrcode_list {
    text-align: center;
    padding-top: 50px;
}

.qrcode_list ul {
    margin-right: -40px;
}

.qrcode_list li img {
    width: 100% !important;
    height: 100% !important;
}

.qrcode_list li {
    width: 422px;
    height: 156px;
    border: 1px solid #d8d8d8;
    background: #fff;
    font-size: 20px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    position: relative;
}

.qrcode_list li .code_info {
    float: left;
    width: 245px;
    height: 130px;
    line-height: 40px;
    text-align: left;
    border-left: 1px solid #d8d8d8;
    padding: 26px 0 0 16px;
}

.qrcode_list li .code_info p {
    margin-bottom: 10px;
}

.qrcode_list li .code_info p,
.qrcode_list li .code_info em {
    display: block;
}

.qrcode_list li .code_info em {
    line-height: 26px;
    color: #555;
    font-size: 16px;
}

.qrcode_list li .code_pic {
    padding: 14px;
    float: left;
    width: 128px;
    height: 128px;
    background: #ffffff;
}

.qrcode_list li .code_tips {
    line-height: 66px;
}


/* S 广告弹框 */
.ad-dialog {
    display: flex;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    height: 100%;
    transition: width 2s;
    -moz-transition: width 2s;
    -webkit-transition: width 2s;
    -o-transition: width 2s;
}

.ad-dialog-main {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.ad-dialog-main .ad-dialog-content {
    position: absolute;
    z-index: 101;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.ad-dialog-main .ad-dialog-close {
    position: absolute;
    top: 30px;
    right: -120px;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background: url(../png/ad_dialog_close.png) no-repeat;
}

/* E 广告弹框 */