.container {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .container {
        max-width: 100%;
    }
}

* {
    margin: 0;
    padding: 0;
}

/*网站公共样式*/
.clear {
    clear: both;
    overflow: hidden;
}

.info-content {
    font-size: 15px;
    line-height: 2;
    margin: 0 auto;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: red;
}

a:focus {
    color: #000;
}

.clearfix {
    clear: both;
}



html {
    overflow: -moz-scrollbars-vertical;
}

.text-red {
    color: #ef7a0c;
}

.text-blue {
    color: #076aae;
}

/*遮罩层*/
.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

.mask-bg.active {
    display: block;
}

li {
    list-style: none;
}

/* header */

.header-bg {
    background: url(/static/index/images/header-bg.jpg) no-repeat center;
    background-size: auto;

}

.header {
    height: 120px;
    display: flex;
    padding: 0 60px;
    justify-content: space-between;
    align-items: center;
}



.header-logo img {
    display: block;
    height: 64px;
}

.header-nav-ul {
    display: flex;
}

.header-nav-ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
}

.header-nav-ul li .iconfont {
    font-size: 20px;
    padding-right: 5px;
}

.m-header-nav-btn {
    display: none;
}

@media screen and (max-width: 600px) {
    .header-bg {
        /* background: url(/static/index/images/header-bg.jpg) no-repeat center; */
        background-size: cover;
    
    }
    .header-logo img {
        display: block;
        height: 44px;
    }

    .header {
        height: auto;
        display: block;

        padding: 10px;
        justify-content: space-between;
        align-items: center;
    }

    .header-nav-ul {
        display: flex;
        padding: 20px 0 0;
        justify-content:space-between;
    }

    .header-nav-ul li{}
    .header-nav-ul li a {
        display: block;
        text-align: center;
        padding: 0;
        font-size: 12px;
    }
    .header-nav-ul li a .iconfont{display: block;}
    .header-nav-ul.cur {
        left: 30%
    }

    .m-header-nav-btn {
        font-size: 30px !important;
        display: block;
    }
}


.banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.mbanner{
display: none!important;
}
.swiper-button-next, .swiper-button-prev {
    /* background: rgba(0, 0, 0, .2); */
    /* padding: 5px; */
    color: #fff !important;
}

.index-qmbhm .swiper-button-next, .index-qmbhm .swiper-button-prev {
    color: #999 !important;
}
@media screen and (max-width: 600px) {

    .banner {
        display: none!important;
        height: 35vw;
        overflow: hidden;
    }

    .banner .swiper-slide {
        background-size: cover !important;
    }

    .mbanner{
        height: 130vw;
        overflow: hidden;
        display: block!important;
    }
    .mbanner .swiper-slide {
        background-size: cover !important;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {

        font-size: 18px !important;
    }
}





.index-procat ul {
    display: flex;
}

.index-procat ul li {
    flex: 1;
    display: flex;
    text-align: center;
    justify-content: center;
    background: rgb(93, 103, 110);
    padding: 40px 0 0;
}

.index-procat ul li.li2 {
    background: #fff;
}

.index-procat ul dd {
    height: 160px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.index-procat ul dt img {
    display: block;
    height: 325px;
}

.index-procat ul dd .p1 {
    font-size: 28px;
    color: #fff;
}

.index-procat ul dd .p2 {
    color: #fff;
}

.index-procat ul dd span {
    padding-top: 40px;
    color: #ddd;
}

.index-procat ul li.li2 dd .p1 {
    font-size: 28px;
    color: #333;
}

.index-procat ul li.li2 dd .p2 {
    color: #333;
}

.index-procat ul li.li2 dd span {
    padding-top: 40px;
    color: #666;
}


@media screen and (max-width: 600px) {
    .index-procat ul {
        display: block;
    }

    .index-procat ul dt img {
        display: block;
        margin: 0 auto;
        width: 60% !important;
        height: auto !important;
    }

}


.index-title {
    width: 1600px;
    margin: 40px auto;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.index-title b {
    font-size: 48px;
    color: #333;
    font-weight: normal;
    
}

.index-title span {
    font-size: 18px;
    padding-left: 40px;
}

@media screen and (max-width: 600px) {
    .index-title {
        width: 100%;
        margin: 2% auto;
        text-align: center;
        box-sizing: border-box;
    }

    .index-title b {
        font-size: 20px;
        display: block;
    }

    .index-title span {
        font-size: 14px;
        padding-left: 0;
    }

}

.index-qmbhm {
    width: 1600px;
    margin: 0 auto;
}

.index-qmbhm .swiper-slide dl {
    display: flex;
}

.index-qmbhm .swiper-slide {
    padding: 40px 80px;
    box-sizing: border-box;
}

.index-qmbhm .swiper-slide dl dt img {
    display: block;
    width: 500px;
    height: 400px;
    object-fit: cover;
    margin-right: 60px;
}

.index-qmbhm .swiper-slide dl dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-qmbhm .swiper-slide dl dd .p1 {
    font-size: 18px;
    padding-bottom: 40px;
}

@media screen and (max-width: 600px) {
    .index-qmbhm {
        width: 100%;
        margin: 0 auto;
    }

    .index-qmbhm .swiper-slide dl {
        display: block;
    }


    .index-qmbhm .swiper-slide {
        padding: 2%;
        box-sizing: border-box;
    }

    .index-qmbhm .swiper-slide dl dt img {
        display: block;
        width: 100%;
        height: 50vw;
        object-fit: cover;
        margin-right: 60px;
    }

    .index-qmbhm .swiper-slide dl dd .p1 {
        font-size: 16px;
        padding-bottom: 10px;
        padding: 10px 0;
        line-height: 2em;
    }
    .index-qmbhm .swiper-slide dl dd .p2 {
        font-size: 14px;
        padding-bottom: 10px;

        line-height: 2em;
    }

    .index-qmbhm .swiper-button-next,
    .index-qmbhm .swiper-button-prev {
        display: none;
    }

}

.index-jxs {
    width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

.index-jxs ul li {
    width: 46%;
    margin: 2%;
    float: left;
    position: relative;
}

.index-jxs ul li img {
    display: block;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.index-jxs ul li b {
    /* position: absolute; */
    left: 0;
    top: 0;
    line-height: 2em;
    font-size: 22px;
    /* color: #fff; */
    /* padding-left: 20px; */
    font-weight: normal;
}
.index-jxs ul li .desc{
    font-size: 14px;line-height:1.5em;
}
@media screen and (max-width: 600px) {
    .index-jxs {
        width: 100%;

    }

    .index-jxs ul li {
        width: 96%;
        margin: 2%;
        float: left;
        position: relative;
    }


}

.footer-bg {
    background: url(../images/footer-bg.jpg) no-repeat center;
    margin-top: 100px;
}

.footer {
    padding: 25px 0;
    width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-center {
    display: flex;
}

.footer-right {
    display: flex;
    width: 400px;
    justify-content: right;
}

.footer-right img {
    width: 120px;
    height: 120px;
}

.footer-left {
    width: 400px;
}

.footer-left dt {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}

.footer-left dd p {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    display: flex;
}
.footer-left dd p .iconfont{padding-right: 6px;}

.footer-center dl {
    margin-right: 40px;
}

.footer-center dt {
    text-align: center;
}

.footer-center dt .iconfont {
    font-size: 56px;
}

.footer-center dd {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.footer-right dl {
    margin-left: 20px;
    text-align: center;
}

.footer-right dd .iconfont {
    font-size: 36px;
}

.m-footer{display: none;}
@media screen and (max-width: 600px) {
    .footer-bg {
        display: none;
        background-size: cover;
    }

    .footer {
        padding: 2%;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .footer-center {
        display: none;
    }
    .footer-left{width: 100%;}
    .m-footer{display: block;}
}

.page-zhibao-title {
    text-align: center;
    font-size: 26px;
    padding: 40px 0;
}

.page-zhibao-title .iconfont {
    font-size: 36px;
}

.zhibao-search-box {
    width: 550px;
    margin: 0 auto;
}

.zhibao-search-box .p1 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px;
}

.zhibao-search-box .p2 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 0;
}


.search-info-box{position: relative;}
.search-info-box .yinzhang{position: absolute;left: 300px;top:50px;transform: rotate(-34deg);}

.page-info {
    width: 1200px;
    margin: 40px auto;
}

@media screen and (max-width: 600px) {
    .zhibao-search-box{
        width: 100%;
        padding: 4%;
        box-sizing: border-box;
    }
    .page-info {
        width: 100%;
        margin: 20px auto;
        padding: 4%;
        box-sizing: border-box;
    }

    .zhibao-search-box input[name="keyword"] {
        width: 150px!important;
    }

    .search-info-box .yinzhang{position: absolute;left:240px;top:50px;transform: rotate(-34deg);width: 30vw;display: block;}

}

.cat-baojia {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.cat-baojia-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 20px 0;
}

.cat-baojia-qmm ul {
    display: flex;
    flex-wrap: wrap;
}

.cat-baojia-qmm ul li {
    width: 50%;
    padding: 40px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.cat-baojia-qmm ul li a {
    background: #666;
    color: #fff;
    display: block;
    width: 300px;
    padding: 20px 0;
    font-size: 26px;
    border-radius: 10px;
    margin: auto;
}

.cat-baojia-grm ul {
    display: flex;
    flex-wrap: wrap;
}

.cat-baojia-grm ul li {
    width: 100%;
    padding: 40px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.cat-baojia-grm ul li a {
    background: #666;
    color: #fff;
    display: block;
    width: 600px;
    padding: 20px 0;
    font-size: 26px;
    border-radius: 10px;
    margin: auto;
}

@media screen and (max-width: 600px) {
    .cat-baojia {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .cat-baojia-qmm ul li {
        width: 50%;
        padding: 10px 0;
        border: 1px solid #ddd;
        box-sizing: border-box;
    }

    .cat-baojia-qmm ul li a {
        background: #666;
        color: #fff;
        display: block;
        width: 90%;
        padding: 10px 0;
        font-size: 14px;
        border-radius: 10px;
        margin: auto;
    }

    .cat-baojia-grm ul li a {
        background: #666;
        color: #fff;
        display: block;
        width: 90%;
        padding: 10px 0;
        font-size: 26px;
        border-radius: 10px;
        margin: auto;
    }
}

.page-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 20px 0;
}

.page-jiameng-title {
    text-align: center;
    padding: 40px 0;
}

.page-jiameng-title b {
    font-size: 32px;
    font-weight: bold;
    color: #666;
}

.page-jiameng-title p {
    color: #999;
}

.page-jiameng-youshi {
    width: 1400px;
    margin: 0 auto;
}

.page-jiameng-youshi ul {
    display: flex;
    flex-wrap: wrap;
}

.page-jiameng-youshi ul li {
    width: 33.3333%;
    padding: 40px;
    box-sizing: border-box;
}

.page-jiameng-tiaojian {
    width: 1400px;
    margin: 0 auto;
}

.page-jiameng-youshi ul li dl {
    display: flex;
}

.page-jiameng-youshi ul li dl dt {
    padding-right: 20px;
}

.page-jiameng-youshi ul li dl .iconfont {
    font-size: 48px;
    color: #666;
}

.page-jiameng-youshi ul li dl dd b {
    font-size: 20px;
    padding-bottom: 10px;
    display: block;
}

.page-jiameng-youshi ul li dl dd p {
    color: #666;
}


.page-jiameng-tiaojian ul {
    display: flex;
    padding: 0 0 40px;
}

.page-jiameng-tiaojian ul li {
    flex: 1;
    background: rgb(249, 250, 252);
    padding: 40px;
    margin-right: 0;
    text-align: center;
}

.page-jiameng-tiaojian ul li:last-child {
    margin-right: 0;
}

.page-jiameng-tiaojian ul li .iconfont {
    display: block;
    font-size: 46px;
    padding: 0 0 40px;
}

.page-jiameng-tiaojian ul li b {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    display: block;
}

.page-jiameng-tiaojian ul li p {
    color: #666;
}

@media screen and (max-width: 600px) {
    .page-jiameng-youshi {
        width: 100%;
        margin: 0 auto;
    }
    .page-jiameng-youshi ul li {
        width: 50%;
        padding: 10px;
        box-sizing: border-box;
    }

    .page-jiameng-tiaojian {
        width: 100%;
        margin: 0 auto;

    }
    .page-jiameng-tiaojian ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 40px;
    }
    .page-jiameng-tiaojian ul li {
        flex:0 0 50%;
        background: rgb(249, 250, 252);
        padding: 2%;
        box-sizing: border-box;
        margin-right: 0;
        text-align: center;
    }
}

.page-about-info {
    width: 1600px;
    margin: 40px auto;
    background: #fff;
    display: flex;
}

.page-about-right {
    padding: 100px;
    color: #5d676e;
}

.page-about-right .b1 {
    font-size: 48px;
    padding-bottom: 20px;
    display: block;
}

.page-about-right .p1 {
    font-size: 28px;
    padding-bottom: 20px;
}

.page-about-right .p2 {
    padding: 40px 0;
}

.page-about-number ul {
    display: flex;
    width: 500px;
}

.page-about-number ul li {
    flex: 1;
}

.page-about-number ul li b {
    font-size: 48px;
    color: red;
}

.page-about-number ul li p {
    font-size: 14px;
}

.page-about-right .page-about-join {
    width: 160px;
    line-height: 50px;
    border: 2px solid #666;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}

.page-about-right .page-about-join a {
    display: block;
}


@media screen and (max-width: 600px) {
    .page-about-info {
        width: 100%;
        margin: 20px auto;
        background: #fff;
        display: flex;
    }
    .page-about-left{display:none}
    .page-about-right {
        padding: 2%;
        color: #5d676e;
    }
    .page-about-number ul{
        width: 100%;
    }


}

.page-server {
    width: 1600px;
    margin: 40px auto;
    background: #fff;
    display: flex;
}

.page-server-left {
    flex: 0 0 230px;
    display: flex;
    flex-direction: column;
}

.page-server-left li {
    flex: 1;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #ddd;
}

.page-server-left li.cur {
    background: red;
    color: #fff;
    border-color: red;
}

.page-server-right .page-server-item {
    display: none;
    padding: 70px;
}

.page-server-right .page-server-item.cur {
    display: block;
}

.page-server-right .page-server-item dt {
    font-size: 22px;
    color: #5d676e;
    border-bottom: 1px solid red;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.page-server-right .page-server-item dt p {
    font-weight: normal;
    font-size: 12px;
}

.page-server-right .page-server-item {
    min-height: 550px;
}

.page-server-right .page-server-item .dd-info {
    font-size: 14px;
    line-height: 2em;
    padding-bottom: 30px;
}

.page-server-right .page-server-item.page-server-r2 {
    align-items: center;
    overflow: hidden;
}

.page-server-right .page-server-item.page-server-r2 img {
    margin-right: 30px;
    height: 500px;
    float: left;
}

.page-server-right .page-server-item.page-server-r2 dl {
    margin-left: 315px;
}

.page-server-right .page-server-item.page-server-r3 img {
    margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
    .page-server {
        width: 100%;
        margin: 10px auto;
        background: #fff;
        display: block;
    }
    .page-server-right .page-server-item{
        padding: 2%;
        min-height: auto;
    }
    .page-server-right .page-server-item.page-server-r1 img {

        width: 100%;
        object-fit: cover;
        float: none;
    }
    .page-server-right .page-server-item.page-server-r2 img {
        margin-right: 0;
        height: 200px;
        width: 100%;
        object-fit: cover;
        float: none;
    }
    .page-server-right .page-server-item.page-server-r2 dl {
        margin-left: 0;
    }
    .page-server-right .page-server-item.page-server-r3 img {
        margin-bottom: 30px;
        width: 100%;
    }
}

/* 登录注册 */




/*注册页面*/
.register_bg {

    /* background-image: -webkit-linear-gradient(top, #3e72d2 0, #77bdd1 100%); */
}



.register_box_r {

    margin-left: 70px;
    float: left;
}

.index_r .register_box_r {
    margin-left: 60px;
}

.register_box_r input[type=text],
.register_box_r input[type=password] {
    outline: none !important;
    line-height: 24px;
    background: #f8f8f8;
}

.register_phone {
    padding: 9px 18px;
    border: 1px solid #e3e7ed;
    width: 304px;
}

.register_password {
    padding: 9px 18px;
    border: 1px solid #e3e7ed;
    width: 304px;
    outline: none !important;
    line-height: 24px;
}



.code {
    padding: 9px 18px;
    border: 1px solid #e3e7ed;
    width: 204px;
    float: left;
}

.btx {
    color: #f00;
    font-size: 16px;
    padding: 0 0 0 2px;
}

.captcha_code {
    padding: 9px 18px;
    border: 1px solid #e3e7ed;
    width: 180px;
    margin-right: 4px;
    float: left;

}

#captcha_img {
    display: block;
    cursor: pointer;
    width: 120px;
    height: 44px;
}

.register_box_r p {
    padding-bottom: 20px;
    display: block;
    overflow: hidden
}

.register_box_r p.p_end {
    padding: 20px 0 0;
    text-align: center;
}

.register_getcode {
    float: left;
    width: 88px;
    margin-left: 10px;
    /* border: 1px solid #ddd; */
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #333
}

.register_zhuce {
    /* width: 342px; */
    background: red;
    /* background-image: -webkit-linear-gradient(top, #FF668A 0, #f13e68 100%); */
    color: #fff;
    text-align: center;
    line-height: 44px;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
}

.user_login {
    width: 342px;
    background: #6adbcf;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    cursor: pointer;
}

.register_select {
    overflow: hidden;
    padding-bottom: 40px;
}

.reg_select_btn {
    cursor: pointer;
    display: block;
    float: left;
    border: 1px solid #ddd;
    width: 164px;
    text-align: center;
    line-height: 42px
}

.reg_select_member {
    margin-right: 10px;
}

.reg_select_btn.cur {
    border: 1px solid #6adbcf;
    box-shadow: 1px 2px 3px #d7f4f1;
    color: #6adbcf
}

.check_xieyi {
    text-align: center;
    padding: 0 0 20px;
    font-size: 14px;
    user-select: none;

}

.check_xieyi label {
    cursor: pointer;
}

.check_xieyi input {
    margin-right: 5px;
    cursor: pointer;
}

.check_xieyi a {
    padding: 0 5px;
    color: #f13e68;
    font-weight: bold;
}


.register_box {



    background: #fff;
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;

}


.register_box_r {
    margin-left: 0;
    float: none;
}

.register_box_r h1 {
    font-size: 24px;
    padding: 40px 0;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .register_box {
        background: #fff;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 2%;
        overflow: hidden;
    }
}

.register_phone {

    width: calc(100% - 38px);
}

.register_password {
    width: calc(100% - 38px);
}

.captcha_code {
    width: calc(100% - 162px)
}

.code {
    width: calc(100% - 180px);
}



/* 登录注册 end */

.user-index {
    width: 1200px;
    margin: 60px auto;
    display: flex;
    min-height:800px;
}

.user-left {
    width: 200px;
    background: #fff;
    padding: 20px;
    margin-right: 40px;
}

.user-right {
    flex: 1;
    background: #fff;
    padding: 20px;
    margin-right: 40px;
}
.user-index-action{display: block;}
.user-index-action a{
    flex: 1;
    display: block;
    background: #efefef;
    line-height: 6em;
    text-align: center;
    margin:4% 0;
    font-size: 24px;
    /* background: red; */
    /* color: #fff; */
    border:2px solid #666;
    border-radius: 10px;
}
.user-left dl dt,
.user-right dl dt {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    color: #666;
    border-bottom: 1px solid #ddd;
}
.user-left ul li a{padding: 10px 0;display: block;border-bottom:1px solid #eee}

@media screen and (max-width: 600px) {
    .user-index {
        width: 100%;
        margin:20px auto;
        display: block;
    }
    .user-right{width: 100%;margin-right: 0;        width: 100%;
        margin-top: 2%;
        background: #fff;
        box-sizing: border-box;
        padding: 4%;}
    .user-left {
        width: 100%;
        background: #fff;
        padding: 4%;
        box-sizing: border-box;
        margin-right:0;

    }

    .user-left dl dt, .user-right dl dt {
        font-size: 16px;
        font-weight: bold;
        padding: 4px 0;
        color: #666;
        border-bottom: 1px solid #ddd;
    }
    .user-index-action{display:block;}
    .user-left ul{overflow: hidden;}
    .user-left ul li{
        float: left;
        background: #efefef;
        margin:5px 10px;
        
        margin-left: 0;
    }
    .user-left ul li a{padding: 5px;display: block;border-bottom:0;}

}


/* 图片上传 */
#updpic {
    width: 300px;
}

.piclist {}

.piclist li {
    width: 140px;
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
}

.piclist li img {
    width: 140px;
    display: block;
    height: 140px;
}

.piclist li .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}

.piclist li .btn span {
    display: block;
    flex: 1;
    float: left;
    padding: 2px 5px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.piclist li:hover .btn {
    display: flex
}

.piclist li input {
    display: none;
}

/*.zscs_list input[type=text]{width:80px}*/

#yulan_box {
    display: none
}

#yulan_img {
    diplay: block;
    width: 1000px;
}


.form-item {
    padding: 10px 0 10px;
}

.form-item>p {
    padding: 5px 0 5px;
    color: #333;
    font-size: 16px;
}

@media screen and (max-width: 600px) {

.piclist li .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    display: flex;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}
/* .user-index-info{overflow: auto;} */
/* .user-index-info table{min-width: 690px;} */
}

/* 分页 */
.pagination {



    padding-left: 0;

    margin: 20px 0;

    border-radius: 4px;
    text-align: center;

}

.pagination>li {

    display: inline-block;

}

.pagination>li>a,
.pagination>li>span {

    position: relative;

    padding: 6px 12px;

    margin-left: -1px;

    line-height: 1.42857143;

    color: #337ab7;

    text-decoration: none;

    background-color: #fff;

    border: 1px solid #ddd;

}

.pagination>li:first-child>a,
.pagination>li:first-child>span {

    margin-left: 0;

    border-top-left-radius: 4px;

    border-bottom-left-radius: 4px;

}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {

    z-index: 3;

    color: #fff;

    cursor: default;

    background-color: #337ab7;

    border-color: #337ab7;

}

.sr-only {

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    border: 0;

}


.footer-bottom{
    color: rgb(152, 152, 152);
    padding: 10px 0;
    text-align: center;
}