/* body{
    background:#5C307D;
    color:#fff;
} 
*/

* {
    padding: 0;
    margin: 0;
}

body,
html {
    overflow-x: hidden;
    color: #333;
}

body {
    font-size: 16px;
}

a {
    color: #333;
    text-decoration: none !important;
}

a:hover {
    color: rgb(69, 26, 102);
}

i {
    font-style: normal;
}

ul,
li {
    list-style: none;
}

.f12 {
    font-size: 12px;
}

/* 公共头部 */
header {
    color: #eee;
}

header a {
    color: #eee;
}

header #topbar {
    background: rgb(69, 26, 102);
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

header #logo {
    background: #5C307D;
    height: 120px;
}

header #logo .container {
    height: 100%;
}

header #logo .container .row {
    height: 100%;
}

header #logo .container .row div {
    height: 100%;
    display: flex;
    align-items: center;
}

header #logo .logo_l img {
    width: 500px;
}

header #logo .logo_r {
    font-size: 28px;
    color: #fff;
    padding-top:22px;
}

header #logo .logo_r div {
    display: flex;
    justify-content: flex-end;
}

header #logo .logo_r span {
    margin-left: 10px;
}

/* 公共版权 */
footer {
    min-height: 220px;
    background: rgb(69, 26, 102);
    color: #eee;
    padding: 40px 0 20px 0;
    line-height: 2;
}

footer .ewm {
    font-size: 12px;
    display: flex;
}

footer .ewm li {
    margin-left: 15px;
}

footer .ewm span {
    text-align: center;
    display: block;
}

footer .foot_info i {
    margin-right: 10px;
}

footer .facebook {
    text-align: right;
}

footer .facebook i {
    margin-right: 10px;
}

footer .copyright {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgb(107, 24, 170)
}

/* 重定义分页paginage,无响应式 */
.page-link {
    /* 5577 */
    position: relative;
    display: block;
    padding: .1rem .3rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4b566b;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
}

.page-item.active>.page-link {
    /* 15400 */
    box-shadow: none;
}

.pagination .page-link {
    /* 15409 */
    border-radius: 0;
    font-size: .875rem;
}

.page-item.active .page-link {
    /* 5613 */
    z-index: 3;
    color: #fff;
    background-color: #999;
    border-color: rgba(0, 0, 0, 0);
}

@media (min-width: 1280px) {

    /* 589 */
    .container {
        max-width: 1200px
    }
}

@media(max-width:991.98px) {
    header #logo {
        height: 100px;
    }

    header #logo .logo_r {
        font-size: 22px;
        padding-right: 60px;
        padding-top:10px;
    }

}

@media(max-width: 767.98px) {
    header #logo {
        background: #5C307D;
        height: 80px;
    }

    header #logo .logo_r span {
        margin-left: 10px;
    }

    footer {
        height: auto;
        font-size: 14px;
    }
}

@media(max-width: 575.98px) {
    header #logo {
        height: 60px;
    }

    header #logo .row .logo_l img {
        width: 50%;
        height: auto;
    }

    footer .facebook {
        text-align: left;
    }
}



.foot_info li p{display:inline-block;}

.clear {
    clear: both;
}
.pageTips .container a.close
{
    display:none !important
}
.pageTips
{
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.pageTips .container
{
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px;
}
.pageTips .container a.close
{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -15px;
    top: 40px;
    bottom: auto;
}
.pageTips .container .img
{
    text-align: center;
}
.pageTips .container .msg
{
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}
.pageTips .container a
{
    color: #fff;
    text-decoration: underline;
}

