body, a, ul, li, img, p, input, h1, h2 {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei";
    min-width: 1200px;
}

a {
    text-decoration: none;
    color: #333;
}

    a:active {
        outline: none;
    }

    a:visited {
        outline: none;
    }

    a:focus {
        outline: none;
    }

input {
    outline: none;
}

li {
    list-style: none;
}

.clearfix::before,
.clearfix::after {
    display: table;
    content: "";
}

.clearfix::after {
    clear: both;
}

body {
    background-color: #f5f5f5;
}

a:hover {
    text-decoration: none;
    color: #1285f7;
}

a:link {
    text-decoration: none;
}

.header1 {
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
}

.header-ke-xin {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.header-ke-xin-left {
    float: left;
}

    .header-ke-xin-left p {
        color: #333;
        font-size: 14px;
        line-height: 40px;
    }

    .header-ke-xin-left img {
        height: 20px;
        margin-top: -3px;
        margin-left: 4px;
        margin-right: 4px;
    }

.header-ke-xin-right {
    float: right;
    line-height: 40px;
}

    .header-ke-xin-right > span {
        margin-left: 40px;
    }

.myAccount .vip-plus {
    width: 15px;
    margin-bottom: 4px;
}
/*头部2*/
.header2-box {
    width: 100%;
    height: 114px;
    background-color: #fff;
}

.header2 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header2-logo img {
    width: 206px;
    vertical-align: top;
    margin-top: 26px;
}

.header2-ipt {
    display: inline-block;
    font-size: 0;
    margin-top: 32px;
    margin-left: 162px;
}

    .header2-ipt input {
        display: inline-block;
        width: 435px;
        height: 42px;
        border: 2px solid #f1a02d;
        vertical-align: top;
        font-size: 14px;
        line-height: 38px;
        padding-left: 10px;
    }

.header2-sousuo {
    display: inline-block;
    width: 76px;
    height: 42px;
    border: 2px solid #f1a02d;
    background-color: #f1a02d;
    outline: none;
    vertical-align: middle;
}

    .header2-sousuo img {
        margin-top: 10px;
        margin-left: 24px;
    }

.header2-choose a {
    color: #666;
    font-size: 14px;
    line-height: 34px;
    margin-right: 30px;
}

.kehujingli {
    float: right;
    margin-top: 30px;
    text-align: right;
    cursor: pointer;
}

    .kehujingli img {
        margin-right: 16px;
    }

    .kehujingli p {
        margin-top: 10px;
        color: #f1a02d;
        font-size: 24px;
    }

    .kehujingli span {
        font-size: 14px;
        color: #666;
    }
/*头部3*/
.header3 {
    width: 100%;
    height: 40px;
    background-color: #1285f7;
}

.header3-cont {
    width: 1200px;
    margin: 0 auto;
}

    .header3-cont p {
        line-height: 40px;
        color: #fff;
    }

        .header3-cont p a {
            text-decoration: none;
        }

            .header3-cont p a:link {
                color: #fff;
                text-decoration: none;
            }
            /* 未被访问的链接     */
            .header3-cont p a:visited {
                color: #fff
            }
            /* 已被访问过的链接    */
            .header3-cont p a:hover {
                text-decoration: none
            }
            /* 鼠标悬浮在上的链接  */
            .header3-cont p a:active {
                color: #fff
            }
/* 鼠标点中激活链接    */

/*账户弹窗*/
.zhanghu-tan {
    position: absolute;
    width: 100px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    display: none;
    z-index: 200;
}

    .zhanghu-tan span {
        display: block;
        /*margin-left: 10px;*/
        text-align: center;
    }

        .zhanghu-tan span:hover {
            background-color: #1285f7;
            color: #fff;
            cursor: pointer;
        }

.zhanghu-tan1 span:hover {
    background-color: #1285f7;
    color: #fff;
    cursor: pointer;
}

.zhanghu-btn {
    margin-left: 10px;
    margin-right: 5px;
}

.zhanghu-tan1 {
    position: absolute;
    left: 1020px;
    top: 39px;
    width: 100px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    display: none;
    z-index: 200;
}

    .zhanghu-tan1 span {
        display: block;
        /*margin-left: 10px;*/
        text-align: center;
    }

.khjlInfor {
    position: relative;
    position: absolute;
    left: 940px;
    top: 100px;
    width: 260px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    font-size: 0;
    /*display: none;*/
}

.jl-message {
    text-align: center;
}

.choose-tiao-box .kActive {
    background-color: #1285f7 !important;
    color: #fff;
}

.jl-message img {
    width: 150px;
    height: 150px;
    margin-top: 30px;
}

.jl-message h2 {
    color: #333;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 6px;
}

.jl-message p {
    color: #999;
    font-size: 12px;
}

.mingyan p {
    padding-left: 26px;
    padding-right: 26px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}


/*内容列表*/
.cont-list {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

/*左边内容*/
.cont-list-left {
    float: left;
    width: 222px;
}

.cont-list-left-title {
    width: 222px;
    height: 60px;
    background-color: #1285f7;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ddd;
    padding-left: 15px;
}

    .cont-list-left-title h1 {
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        display: inline-block;
        margin-left: 6px;
        margin-top: 20px;
    }

.cont-list-left-choose {
    width: 222px;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
}

    .cont-list-left-choose img {
        vertical-align: top;
        margin-top: 26px;
    }

    .cont-list-left-choose .plusCenterVip {
        width: 21px;
        margin-left: 2px;
        margin-top: 21px;
        cursor: pointer;
    }

    .cont-list-left-choose a {
        display: inline-block;
        font-size: 18px;
        margin-top: 20px;
        margin-left: 4px;
    }

.cont-list-left-choose-cont {
    overflow: hidden;
    margin-bottom: 1px solid #ddd;
}

    .cont-list-left-choose-cont li {
        font-size: 18px;
        background-color: #fff;
        line-height: 40px;
        overflow: hidden;
        padding-left: 40px;
    }

        .cont-list-left-choose-cont li p {
            line-height: 40px;
            font-size: 14px;
        }

.cont-list-left-choose-cont {
    border-bottom: 1px solid #ddd;
}

.cont-list-left-choose .xiala {
    float: right;
    margin-right: 20px;
    margin-top: 30px;
}

.cont-list-left-choose .top-img {
    float: right;
    margin-right: 20px;
    margin-top: 30px;
}

/*底部信息栏*/
.btm-message-all {
    width: 100%;
    height: 50px;
    background-color: #363d44;
}

.btm-message {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

    .btm-message span {
        line-height: 50px;
        font-size: 12px;
        color: #fff;
        margin-right: 20px;
    }

.index-advantage ul li:hover {
    color: #1285f7;
}

/*底部*/
.bottom-all {
    width: 100%;
    background-color: #40474f;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bottom {
    width: 1200px;
    margin: 0 auto;
}

    .bottom li {
        float: left;
        width: 20%;
    }

        .bottom li h1 {
            font-weight: normal;
            color: #fff;
            font-size: 18px;
            margin-bottom: 14px;
        }

        .bottom li a {
            color: #ddd;
            font-size: 14px;
            line-height: 30px;
        }

            .bottom li a:hover {
                color: #179cda;
            }

        .bottom li img {
            width: 20px;
            margin-right: 15px;
            line-height: 24px;
            vertical-align: middle;
        }

.attention {
    float: right;
    margin-right: 90px;
    overflow: hidden;
}

    .attention h1 {
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 20px;
    }

.alert {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

.alert_tr {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -32px;
    width: 100%;
    font-size: 20px;
    color: #fff;
}

    .alert_tr img {
        margin-right: 15px;
    }


/*返回顶部*/
.r-nav {
    position: fixed;
    right: 0px;
    bottom: 300px;
}

.r-nav-cont li {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #999;
    margin-bottom: 2px;
}

.qq {
    text-align: center;
}

    .qq img {
        height: 20px;
        margin-top: 10px;
    }

.qq-cont {
    display: none;
    position: absolute;
    right: 44px;
    top: 0;
    width: 120px;
    height: 40px;
    text-align: center;
    background-color: #1285f7;
    border-radius: 2px;
}

    .qq-cont p {
        font-size: 12px;
        color: #fff;
        line-height: 40px;
    }

.r-nav-list1 {
    position: relative;
}

.we-cont {
    width: 120px;
    height: 140px;
    text-align: center;
}

    .we-cont img {
        width: 100px;
        margin-top: 10px;
    }

    .we-cont p {
        color: #fff;
        font-size: 12px;
        margin-top: 6px;
        line-height: 12px;
    }

.phone-cont {
    width: 120px;
    height: 50px;
}

    .phone-cont p {
        margin-top: 10px;
        line-height: 12px;
    }

.wei {
    display: none;
    position: absolute;
    left: 26px;
    bottom: 66px;
    width: 205px;
    height: 215px;
    background: url(/Centent/images/new/wei-bg.png);
    text-align: center;
    background-size: 100% 100%;
}

.contact-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .contact-btn span {
        display: inline-block;
        width: 200px;
        height: 40px;
        background: url(/Centent/images/new/lian-btn.png);
        color: #333;
        font-size: 14px;
        padding-top: 9px;
    }

/*立即续费*/
.xu-btn {
    position: relative;
    float: right;
    margin-right: 40px;
    margin-top: 30px;
    width: 342px;
    height: 50px;
    text-align: center;
    background: url(../../../../../images/MemberCenter/vip/xu-btn.png) no-repeat;
    background-size: 100% 100%;
}

    .xu-btn h1 {
        margin-top: 8px;
        margin-bottom: 2px;
        color: #fff;
        font-size: 18px;
    }

    .xu-btn p {
        color: #fff;
        font-size: 12px;
    }

        .xu-btn p span {
            font-weight: 700;
            font-size: 14px;
        }

    .xu-btn .add30 {
        background: url(../../../../../images/MemberCenter/vip/add30.png) no-repeat;
        position: absolute;
        right: 8px;
        top: -9px;
        width: 110px;
        height: 30px;
    }

        .xu-btn .add30 p {
            font-size: 14px;
            margin-top: 2px;
        }
/*覆盖bootstrap的分页按钮样式*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #1285f7;
    border-color: #1285f7;
}

.pagination > li > a, .pagination > li > span {
    color: #1285f7;
}
