﻿
/*北欧新式底部css*/
.foot {
    width: 100%;
    /* height: 230px; ← 删除固定高度！ */
    background: #0d0e15;
    padding: 80px 0; /* 用 padding 控制上下间距，更灵活 */
    box-sizing: border-box;
    overflow: hidden; /* 清除浮动 */
}

.fl {
    float: left;
}

.foot .footLogo {
    background: url("https://img.alicdn.com/imgextra/i4/859279943/O1CN01EH3lkD2NJxCuNJy2F_!!859279943.png") no-repeat center;
    background-size: contain; /* 防止 logo 变形 */
    width: 317px;
    height: 75px;
    margin-left: 70px;
    margin-top: 0; /* 改用父容器 padding 控制垂直位置 */
    margin-right: 35px;
}

.foot .footerInf {
    margin-top: 0; /* 改用父容器 padding 控制 */
    line-height: 24px; /* 与 p 标签统一 */
    font-size: 14px;
    color: #e9e7f1;
    font-weight: bold;
    
    /* 👇 关键修复：限制宽度 + 强制换行 */
    width: calc(100% - 317px - 70px - 35px - 70px); /* 总宽 - logo宽 - 左右边距 */
    max-width: 800px; /* 防止在超宽屏上文字过长 */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word; /* 极端情况断行 */
}

.foot .footerInf p {
    line-height: 24px;
    margin: 8px 0; /* 增加段落间距 */
    white-space: nowrap; 
}

.foot .footerInf p a {
    color: #e9e7f1;
}

/* ===== 响应式：手机端单列布局 ===== */
@media (max-width: 768px) {
    .foot {
        padding: 30px 15px;
        text-align: center;
    }
    
    .foot .footLogo {
        float: none;
        margin: 0 auto 20px;
    }
    
    .foot .footerInf {
        float: none;
        width: 100% !important;
        max-width: none;
        margin-top: 0;
    }
    
    .foot .footerInf p {
        margin: 6px 0;
    }
}

/* 响应式：手机端恢复换行（可选） */
@media (max-width: 768px) {
    .foot .footerInf {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .foot .footerInf p {
        white-space: normal;
        text-overflow: clip;
    }
    .age16 {
        position: static;
        margin-top: 15px;
        text-align: center;
    }
}

#cnzz_stat_icon_1259365378 {
    position: absolute;
}

a[title="51.La 网站流量统计系统"], a[title="站长统计"] {
    color: #545663
}

.areaheart {
    width: 1200px;
    margin: 0 auto;
    position:relative;
}

.qqLianxi {
    width: 170px;
    height: 42px;
    padding: 30px;
    text-align: right;
}

    .qqLianxi a {
        width: 42px;
        height: 42px;
        display: block;
        margin-left: 10px;
        float: left;
        background: url(../img/qqIco.png) no-repeat;
        transition: all .2s ease-out;
    }

    .qqLianxi .QQico {
        background-position: -115px 0px;
    }

    .qqLianxi .WXico {
        background-position: -58px 0px;
    }

    .qqLianxi .xlico {
        background-position: 0px 0px;
    }

    .qqLianxi a:hover {
        opacity: 0.5;
    }





.Tophead {
    width: 1280px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px
}

    .Tophead .right span {
        margin-right: 15px;
        margin-left: 15px;
        color: #999
    }

    .Tophead .fl {
        float: left;
        padding: 1px 0px;
    }

    .Tophead .fr {
        float: right;
        position: relative;
        z-index: 102;
    }

    .Tophead .logo {
        width: 425px;
    }

        .Tophead .logo .logoLy img {
            margin-top: 5px;
        }

        .Tophead .logo .logoLy {
            position: relative;
            float: left;
            z-index: 102;
        }

.mainNav_menu {
    display: block;
    padding-top: 7px;
}

    .mainNav_menu li {
        float: left;
        text-align: center;
        display: block;
        padding: 0px 10px;
        background: url() no-repeat right center;
    }

        .mainNav_menu li a {
            color: #757575;
            text-decoration: none;
            line-height: 34px;
            height: 34px;
            text-align: center;
            padding: 0 10px;
            display: block;
            _width: 48px;
        }

            .mainNav_menu li a:hover {
                color: #3f240e;
                text-decoration: none;
            }

    .mainNav_menu .mainleyoul {
        height: 34px;
        background: none;
    }

        .mainNav_menu .mainleyoul .leyouGame_qx {
            margin-bottom: 7px;
            margin-top: 3px;
            text-align: left;
            padding: 0 17px 0px 5px;
            line-height: 24px;
            height: 24px;
            display: block;
            border: 1px #dfdfdf solid;
            background: url(https://img.alicdn.com/imgextra/i1/859279943/O1CN017N0Y4i2NJxCuVQGJ0_!!859279943.png) no-repeat right center;
        }

        .mainNav_menu .mainleyoul ul {
            z-index: 100;
            border: 1px #dfdfdf solid;
            background: #f6f6f6;
            position: absolute;
            right: 9px;
            top: 36px;
            width: 242px;
            display: none;
            *width: 240px; /*IE is great need, width>=li.length*/
        }

        .mainNav_menu .mainleyoul li {
            float: left;
            display: block;
            padding: 0 0px;
            width: 120px;
            background: none;
            position: relative;
            overflow: hidden;
        }

            .mainNav_menu .mainleyoul li a {
                text-align: left;
                padding: 0 12px;
                line-height: 24px;
                height: 24px;
                display: block;
                _padding-bottom: 6px; /*IE6 only*/
            }

                .mainNav_menu .mainleyoul li a:hover {
                    color: #3f240e;
                    text-decoration: none;
                }

            .mainNav_menu .mainleyoul li dl {
                float: left;
                text-align: left;
            }

                .mainNav_menu .mainleyoul li dl dd, .mainNav_menu .mainlevel li dl dt {
                    border-bottom: 1px #f9f9f9 solid;
                    height: 32px;
                    line-height: 32px;
                    display: block;
                }

                .mainNav_menu .mainleyoul li dl dt {
                    color: #e5124a;
                    line-height: 34px;
                    height: 34px;
                    padding: 0 10px;
                }

        .mainNav_menu .mainleyoul .gameMenu01 {
            background: #fff;
        }

        .mainNav_menu .mainleyoul .gameMenu02 {
            background: #f6f6f6;
        }

.gameHot_M {
    background: url(../img/hotIcon.png) no-repeat right;
    padding-right: 26px;
}


.TopH_adImg_div {
    margin-top: 0px;
    width: 1100px;
    height: 190px;
    display: inline;
    background: url() no-repeat;
    display: none;
    position: absolute;
    z-index: 102;
    top: 0px;
    left: -160px;
}

    .TopH_adImg_div a {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

.TopH_adImg {
    float: left;
    width: 250px;
    height: 43px;
    margin-left: 0px;
    background: url() no-repeat left top;
    position: relative;
    z-index: 15;
}

.TopH_header {
    width: 250px;
    float: right;
    position: relative;
    z-index: 101;
}


.header1 {
    width: 100%;
    z-index: 50;
    position: relative;
    top: 0px;
}

.wrapTop {
    background: url(../img/indexTopbg1.jpg) no-repeat 50% 0%
}

.wrap {
    background: url(../img/indexbg1.jpg) no-repeat 50% 0% #eff8f8
}

/*body,html{width:100%;margin:0 auto;min-width:480px;position:relative;}*/

.erwei {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 342px;
    height: 218px;
    padding: 0;
    list-style-type: none;
    z-index: 70;
}

.ewm {
    position: absolute;
    top: 0px;
}

.closexx {
    color: #9bb5e0;
    z-index: 100;
    position: absolute;
    bottom: 5px;
    right: 100px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    display: block;
}

.ewm img {
    display: block;
    width: 342px;
    height: auto;
}
