﻿.centercol {
    float: left;
    width: 670px;
    margin: 0 10px;
}

    .centercol h2, .rightcol h2 {
        position: relative;
        padding: 18px 20px 15px;
        font-size: 22px;
        font-weight: bold;
        color: #14171b;
    }

        .centercol h2 .btn_more, .rightcol h2 .btn_more {
            position: absolute;
            right: 10px;
            top: 25px;
            font-size: 12px;
            color: #5f5f5f;
            font-weight: normal;
        }
    /********lunbo***********/
    .centercol .lunbo_box {
        width: 670px;
        height: 359px;
        overflow: hidden;
        position: relative;
    }

        .centercol .lunbo_box .shop_img {
            width: 670px;
            height: 359px;
            overflow: hidden;
        }

            .centercol .lunbo_box .shop_img .lb_cont1 {
                display: none;
                width: 670px;
                height: 359px;
            }

                .centercol .lunbo_box .shop_img .lb_cont1 img {
                    display: block;
                    width: 670px;
                    height: 359px;
                }

#shop_btn {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#shop_btn_left, #shop_btn_right {
    height: 40px;
    width: 40px;
    float: left;
    cursor: pointer;
}

#shop_btn_left {
    display: none;
    background: url(../images/btn_left.png) no-repeat center center;
}

#shop_btn_right {
    display: none;
    background: url(../images/btn_right.png) no-repeat center center;
}

#shop_name {
    float: left;
    height: 40px;
    overflow: hidden;
}

    #shop_name td a {
        display: block;
        width: 133px;
        height: 40px;
        border-left: 1px solid #868585;
        cursor: pointer;
        overflow: hidden;
        line-height: 40px;
        background: #242220;
        background: rgba(0,0,0,0.7);
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

        #shop_name td.curr a, #shop_name td a:hover {
            text-decoration: none;
            background: #c01000;
        }
/********新闻***********/
.centercol .news_box {
    position: relative;
    margin-top: 10px;
    padding: 15px 25px;
    width: 620px;
    height: 410px;
    background-color: #fff;
    color: #313131;
}

    .centercol .news_box .news_nav {
        padding: 0 5px;
        overflow: hidden;
        border-bottom: 1px solid #656571;
    }

        .centercol .news_box .news_nav li {
            float: left;
            width: 84px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            cursor: pointer;
        }

            .centercol .news_box .news_nav li.on {
                border-bottom: 2px solid #c01000;
            }

    .centercol .news_box .news_hot {
        font-size: 24px;
        color: #c01000;
        font-weight: bold;
        display: block;
        text-align: center;
        padding: 20px 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .centercol .news_box .news_detail {
        display: none;
        padding-top: 5px;
    }

        .centercol .news_box .news_detail .btn_more {
            position: absolute;
            right: 27px;
            top: 30px;
            font-size: 12px;
            color: #5f5f5f;
        }

        .centercol .news_box .news_detail ul li {
            overflow: hidden;
        }

            .centercol .news_box .news_detail ul li a {
                display: block;
                padding: 6px 0;
                color: #696969;
            }

                .centercol .news_box .news_detail ul li a.hot {
                    color: #c01000;
                }

            .centercol .news_box .news_detail ul li span, .centercol .news_box .news_detail ul li p {
                float: left;
            }

            .centercol .news_box .news_detail ul li em {
                float: right;
                color: #999999;
            }

/********江湖百晓阁***********/
.jianghu {
    position: relative;
    margin-top: 10px;
    padding: 0 20px;
    width: 630px;
    height: 256px;
    background-color: #fff;
}

    .jianghu h2 {
        width: 510px;
    }

    .jianghu .join {
        position: absolute;
        right: 0;
        top: 0;
        width: 109px;
        height: 255px;
        background: url(../images/jh_img06.jpg) no-repeat center top;
    }

    .jianghu ul li {
        float: left;
        margin-right: 10px;
    }

        .jianghu ul li a {
            display: block;
            position: relative;
            width: 94px;
            height: 168px;
        }

            .jianghu ul li a p {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                padding-bottom: 6px;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
                text-align: center;
            }
/********门派***********/
.school_box {
    position: relative;
    margin-top: 10px;
    width: 670px;
    height: 362px;
    overflow: hidden;
    background-color: #fff;
}

    .school_box .school_lunbo ul {
        position: relative;
    }

.school_lunbo ul li {
    position: relative;
    float: left;
    width: 670px;
    height: 362px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
}

    .school_lunbo ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }

.school_linglong {
    background-image: url(../images/zhiye_linglong.jpg);
}

.school_01 {
    background-image: url(../images/school_img01.jpg);
}

.school_02 {
    background-image: url(../images/school_img02.jpg);
}

.school_03 {
    background-image: url(../images/school_img03.jpg);
}

.school_04 {
    background-image: url(../images/school_img04.jpg);
}

.school_05 {
    background-image: url(../images/school_img05.jpg);
}

.school_06 {
    background-image: url(../images/school_img06.jpg);
}

.school_07 {
    background-image: url(../images/school_img07.jpg);
}

.school_08 {
    background-image: url(../images/school_img08.jpg);
}

.school_09 {
    background-image: url(../images/school_img09.jpg);
}

.school_10 {
    background-image: url(../images/school_img10.jpg);
}

.school_11 {
    background-image: url(../images/school_img11.jpg);
}

.school_nav {
    position: absolute;
    left: 35px;
    top: 10px;
    z-index: 11;
    border-bottom: 1px solid #656571;
}

    .school_nav ul li {
        position: relative;
        float: left;
        width: 50px;
        text-align: center;
        color: #000;
        font-size: 14px;
        height: 44px;
        line-height: 44px;
        margin-bottom: -2px;
        cursor: pointer;
    }

    .school_nav li:before {
        content: '';
        width: 0;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #c01000;
        -webkit-transition: all .3s; /* Safari 和 Chrome */
        -moz-transition: all .3s; /* Firefox 4 */
        -o-transition: all .3s; /* Opera */
        transition: all .3s;
    }

    .school_nav li:hover:before,
    .school_nav li.on:before {
        width: 100%;
    }

    .school_nav li.on {
        color: #c01000;
    }
/********玩家风采***********/
.player_box {
    margin-top: 10px;
    width: 670px;
    height: 500px;
    overflow: hidden; /*padding:0 20px;*/
    background-color: #fff;
}

    .player_box ul li {
        float: left;
        margin: 0 11px 0 10px;
    }

        .player_box ul li p {
            text-align: center;
            padding-top: 10px;
            font-size: 18px;
            color: #696969;
        }

        .player_box ul li img {
            width: 188px;
            height: 188px;
        }

.rightcol {
    float: left;
    width: 319px;
    font-size: 12px;
}
    /********推荐新服***********/
    .rightcol .newserver_box {
        width: 279px;
        height: 359px;
        padding: 0 20px;
        background-color: #fff;
        font-family: "微软雅黑"
    }

        .rightcol .newserver_box ul li {
            overflow: hidden;
            padding-bottom: 5px;
            color: #c01000;
            font-size: 16px;
            font-weight: bold;
        }

            .rightcol .newserver_box ul li span {
                float: right;
                font-weight: normal;
                font-size: 12px;
                line-height: 23px;
            }

        .rightcol .newserver_box .line {
            margin-top: 15px;
            width: 100%;
            height: 1px;
            background-color: #5f5f5f;
        }

        .rightcol .newserver_box img {
            display: block;
            width: 269px;
            height: 101px;
            margin: 15px auto;
        }

        .rightcol .newserver_box p {
            color: #5f5f5f;
            line-height: 1.5em;
        }
    /********活动日历***********/
    .rightcol .event_box {
        margin-top: 10px;
        width: 281px;
        height: 1322px;
        padding: 0 19px;
        background-color: #fff;
    }

        .rightcol .event_box .event_nav, .rightcol .event_box .hot_nav {
            overflow: hidden;
        }

            .rightcol .event_box .event_nav li, .rightcol .event_box .hot_nav li {
                float: left;
                width: 40px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                background-color: #bfb99e;
                color: #fff;
                cursor: pointer;
            }

                .rightcol .event_box .event_nav li.on, .rightcol .event_box .hot_nav li.on {
                    background-color: #e9e5d5;
                    color: #645b34;
                }

        .rightcol .event_box .event_detail, .rightcol .event_box .hot_detail {
            margin-top: 10px;
            width: 100%;
            height: 230px;
            overflow: auto;
            display: none;
        }

            .rightcol .event_box .event_detail ul li, .rightcol .event_box .hot_detail ul li {
                overflow: hidden;
            }

                .rightcol .event_box .event_detail ul li a, .rightcol .event_box .hot_detail ul li a {
                    color: #63636e;
                    display: block;
                    padding: 3px 0;
                }

                    .rightcol .event_box .event_detail ul li a em, .rightcol .event_box .hot_detail ul li a em {
                        float: right;
                        color: #b1b1b1;
                    }

        .rightcol .event_box .hot_nav li {
            width: 133px;
            cursor: pointer;
        }
    /********攻略***********/
    .rightcol .bbs_box {
        margin-top: 10px;
        width: 281px;
        height: 385px;
        padding: 10px 19px 0;
        background-color: #fff;
        position: relative;
    }

        .rightcol .bbs_box .bbs_nav {
            overflow: hidden;
            border-bottom: 1px solid #656571;
        }

            .rightcol .bbs_box .bbs_nav li {
                float: left;
                width: 70px;
                height: 34px;
                line-height: 34px;
                text-align: center;
                cursor: pointer;
            }

                .rightcol .bbs_box .bbs_nav li.on {
                    border-bottom: 2px solid #c01000;
                }

        .rightcol .bbs_box .bbs_detail {
            display: none;
            /*padding-top: 14px;*/
        }

            .rightcol .bbs_box .bbs_detail .btn_more {
                position: absolute;
                right: 27px;
                top: 20px;
                color: #5f5f5f;
            }

            .rightcol .bbs_box .bbs_detail ul li {
                overflow: hidden;
            }

                .rightcol .bbs_box .bbs_detail ul li a {
                    display: block;
                    padding: 3px 0;
                    color: #696969;
                }

                .rightcol .bbs_box .bbs_detail ul li em {
                    float: right;
                    color: #999999;
                }
    /********视听盛宴***********/
    .rightcol .vedio_box {
        margin-top: 10px;
        width: 281px;
        height: 385px;
        padding: 10px 19px 0;
        background-color: #fff;
        position: relative;
    }

        .rightcol .vedio_box .vedio_nav {
            overflow: hidden;
        }

            .rightcol .vedio_box .vedio_nav li {
                float: left;
                width: 87px;
                margin: 3px;
                height: 28px;
                line-height: 28px;
                text-align: center;
                cursor: pointer;
                background-color: #bfb99e;
                color: #fff;
            }

                .rightcol .vedio_box .vedio_nav li.on {
                    background-color: #e9e5d5;
                    color: #645b34;
                }

        .rightcol .vedio_box .vedio_detail {
            display: none;
            /*padding-top: 15px;*/
            overflow: hidden;
        }

            .rightcol .vedio_box .vedio_detail ul li {
                float: left;
                width: 130px;
                margin: 4px 5px;
            }

                .rightcol .vedio_box .vedio_detail ul li p {
                    text-align: center;
                }

            .rightcol .vedio_box .vedio_detail .btn_more {
                position: absolute;
                right: 27px;
                top: 26px;
                color: #5f5f5f;
            }
    /********媒体专区***********/
    .rightcol .media_box {
        margin-top: 10px;
        width: 281px;
        height: 250px;
        padding: 10px 19px 0;
        background-color: #fff;
        position: relative;
    }

#meiti_l, #meiti_r {
    position: absolute;
    width: 17px;
    height: 27px;
    top: 88px;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 10;
}

#meiti_l {
    left: 25px;
    background-image: url(../images/media_btn_l.jpg)
}

#meiti_r {
    right: 25px;
    background-image: url(../images/media_btn_r.jpg)
}

#hide_meiti {
    /*padding-top: 15px;*/
    overflow: hidden;
}

#card_dialog {
    display: none;
    width: 641px;
    height: 416px;
    background: url(images/popbox.jpg) no-repeat;
}

    #card_dialog .card_span {
        position: absolute;
        width: 152px;
        height: 27px;
        top: 77px;
        left: 303px;
        font: normal 16px/27px "宋体";
        color: #000;
        text-align: center;
    }

    #card_dialog .card_a {
        position: absolute;
        top: 274px;
        left: 184px;
        width: 264px;
        height: 78px;
        background: url(about:blank);
    }

.fuzhis {
    position: absolute;
    width: 281px;
    height: 243px;
    right: 0px;
    top: 150px;
    background: url(images/bbgg.jpg) no-repeat;
    z-index: 20002;
}

.touming {
    position: absolute;
    width: 255px;
    height: 195px;
    top: 0;
    left: -264px;
    background: url(images/jiantou.png) no-repeat;
}

.fuzhis .close2 {
    position: absolute;
    width: 281px;
    height: 22px;
    left: 0;
    top: -22px;
    line-height: 22px;
    background: #212121;
    color: #fff;
    text-align: center;
}

    .fuzhis .close2 a {
        color: #4d4b4b;
    }

.card_lable {
    position: absolute;
    width: 64px;
    height: 20px;
    left: 37px;
    top: 22px;
    line-height: 20px;
    background-color: #000;
    color: #FFFFFF;
    opacity: 0.3;
    filter: alpha(opacity=30);
    text-align: center;
    z-index: 2;
}

.card_inp {
    position: absolute;
    width: 136px;
    height: 20px;
    padding: 0 2px;
    left: 104px;
    top: 22px;
    font: normal 12px/20px "宋体";
    border: none;
    background-color: #000;
    color: #fff;
    z-index: 2;
}

.card_copy {
    position: absolute;
    width: 56px;
    height: 21px;
    left: 190px;
    top: 21px;
    background: url(images/btn_copy.png);
    z-index: 2;
}

#card_copy {
    width: 56px;
    height: 21px;
    cursor: pointer;
}

.gai {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 1990;
}

#reg2_ab {
    display: none;
    position: fixed;
    width: 236px;
    height: 635px;
    right: 0;
    top: 0;
    top: 50%;
    margin-top: -317px;
    z-index: 1999;
}


/*非fastreg css*/
#reg_none {
    position: absolute;
    top: 50px;
    left: 12px;
    z-index: 3;
    cursor: pointer;
    width: 220px;
    height: 191px;
}

.showreg label {
    float: none;
    background: none;
    opacity: 1;
}
/* reset */
* {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}
/*随页面id变动*/
.showsecond {
    width: 275px;
    height: 250px;
}

#fastreg {
    width: 190px;
    margin: 10px auto;
}
/* 高度*/
.qreg-main {
    padding: 20px 0 0 0;
    width: 186px;
    margin: 0 auto;
}

.qreg-tip, .qreg-smscaptcha-tip {
    top: 61px;
}

.qreg-smscaptcha-tip {
    top: 81px;
}

.qreg-field-smscaptcha {
    height: 70px;
}
/* tab */ .
/*上方tab高度*/ .qreg-tab {
    height: 25px;
    width: 275px;
}

.qreg-tab-li {
    height: 25px;
}

    .qreg-tab-li a {
        color: #fffffe;
        background: #252525;
        font-size: 12px;
        line-height: 2.0;
    }

.qreg-tab-select {
    background: #F1F0F5;
}

    .qreg-tab-select a {
        color: #fff;
        font-weight: bold; /*tab被选中后颜色*/
        background: #c01000;
    }
/* tip */
.qreg-tip {
    font-size: 12px;
    white-space: normal;
}

.qreg-agree {
    font-size: 12px;
    margin-top: 60px;
    line-height: 1;
}
/* input */
.qreg-input {
    background-position: 5px center;
    background-repeat: no-repeat;
    line-height: 1.0;
    /*补充*/ height: 25px;
    font-size: 12px;
}

.qreg-core-phone .qreg-tip {
    top: 100px;
}

.qreg-field-smscaptcha {
    padding-right: 90px;
}

.qreg-btn-smscaptcha-submit {
    margin-top: 40px;
}
/* button */
.qreg-btns a,
.qreg-succ-btn a {
    background: #6879ca;
    font-size: 12px;
    height: 24px;
    line-height: 2.0;
}

.qreg-succ-btn {
    overflow: hidden;
}

.qreg-suc .qreg-btn-tobind {
    float: left;
    width: 50%;
    height: 25px;
    line-height: 2.0;
}

.qreg-suc .qreg-btn-back {
    float: right;
    width: 45%;
    height: 25px;
    line-height: 2.0;
}
/*补充 手机验证码按钮*/ .qreg-btn-code {
    line-height: 25px;
    background: #c01000;
    color: #fff;
}
/*补充 补填账号信息按钮*/ .qreg-suc .qreg-btn-tobind {
    height: 25px;
}
/*补充 补填账号信息返回按钮*/ .qreg-suc .qreg-btn-back {
    height: 25px;
}
/*补充 身份证信息提交按钮*/ .qreg-suc .qreg-btn-bind {
    height: 25px;
}
/*补充*/ .qreg-btns .qreg-btn-reg {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #c01000;
}

    .qreg-btns .qreg-btn-reg:hover {
        background-color: #e33013;
    }
/*补充*/ .qreg-btns span {
    margin: auto 0;
    float: none;
}

/*填写完后显示获奖码*/
.qreg-p1 {
    text-align: left;
}

.qreg-p2 {
    text-align: left;
}

.qreg-p3 {
    height: 20px;
    text-align: left;
}

.qreg-p4 {
    text-align: left;
}

/*协议*/
.qreg-agree label {
    color: #999;
}

.qreg-agree a {
    color: #000;
    text-decoration: underline;
}

/*验证提示*/
.qreg-ico {
    background: url(images/10071457070027339.jpg) no-repeat;
    background-size: 25px 30px;
    #right:-23px;
    overflow: hidden;
    width: 30px;
    height: 25px;
    #width:23px;
}

.qreg-field-error .qreg-ico {
    background: url(images/10021457091194096.jpg) no-repeat;
    background-size: 25px 30px;
    #right:-23px;
    overflow: hidden;
    width: 30px;
    height: 25px;
    #width:23px;
}

.qreg-btn-smscaptcha {
    color: #FFF;
    text-decoration: underline;
}

.qreg-placeholder {
    #top:3px;
}

.qreg-input {
    #height:18px;
}
/*上方tab高度*/ .qreg-tab {
    #height:25px;
    #width:274px;
}

.qreg-field-phonecode, .qreg-field-emailcode {
    padding-right: 90px;
}

.qreg-btn-code {
    width: 90px;
    right: -90px;
}

.qreg-input-wrap {
    padding-left: 40px;
}

.ph-list{
    height:310px;
    overflow-y:auto;
}

.ph-list .tr-hd {
    color: #fff;
    /*font-weight:bold;*/
    /*background-color:#ec4828;*/
    line-height: 15px;
    font-size: 14px;
}

.ph-list table {
    width: 100%;
    /*float: left;*/
}

.ph-list .tr-hd {
    background-color: #ec4828;
    /*background-color: #c01000;*/
}

.kq-list {
    height: 1000px;
    overflow-y: auto;
}

    .kq-list td, .ph-list td {
        text-align: center;
        line-height: 20px;
        font-family: "微软雅黑",Arial, Helvetica, sans-serif;
        border: 1px;
        border-style: solid;
        border-color: #ec4828;
    }

    .kq-list .tr-bd td {
        line-height: 19px;
        font-size: 12px;
    }

    .kq-list .tr-hd {
        color: #fff;
        /*font-weight:bold;*/
        background-color: #ec4828;
        background-color: #c01000;
        line-height: 15px;
        height: 25px;
        font-size: 14px;
    }

    .kq-list table {
        width: 100%;
    }

.ranklist {
    display: block;
    position: absolute;
    top: 33px;
    right: 20px;
    border: none;
    /* line-height: 20px; */
    color: #ec4828;
}

.ph-list .phloading {
    position:absolute;
    width:40px;
    height:40px;
    top:140px;
    left:140px;
    display:none;
}