@charset "utf-8";

body,
dl,
dd,
h1,
h2,
h3,
h4,
p {
    margin : 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body,
input,
button,
textarea,
select,
option,
label {
    font-size: 18px;
    color    : #666;
}

img,
a,
a:active,
a:focus {
    border : none;
    outline: none;
}

img {
    vertical-align: top;
    max-width     : 100%;
    max-height    : 100%;
}

ol,
ul {
    list-style: none;
    margin    : 0;
    padding   : 0;
}

em,
i {
    font-size  : 100%;
    font-style : normal;
    font-weight: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border : 0;
}

input,
button,
textarea,
select,
label,
form {
    margin   : 0;
    padding  : 0;
    border   : none;
    font-size: 100%;
    outline  : none;
}

input,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing : 0;
}

body {
    overflow-x : hidden;
    font-family: PingFangSC-Regular, PingFang SC;
}

.clearfix:after {
    content   : ".";
    display   : block;
    height    : 0;
    clear     : both;
    visibility: hidden;
    font-size : 0;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color          : #696969;
}

/* scroll style */
/* ::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background: #f5f5f5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #f32c2c;
} */

#systemTips {
    min-width    : 200px;
    min-height   : 24px;
    line-height  : 24px;
    padding      : .10px;
    box-sizing   : border-box;
    background   : rgba(0, 0, 0, 0.9);
    /* border    : 1px solid #ff901a; box-shadow: 0 0 20px 1px #ccc;*/
    border-radius: 4px;
    position     : fixed;
    z-index      : 99999999;
    top          : 50%;
    left         : 50%;
    transform    : translate(-50%, -50%);
    font-size    : .28rem;
    text-align   : center;
    color        : #fff;
}

.hide {
    display: none;
}

.web-h1 {
    display : none;
    width   : 100%;
    height  : 0;
    overflow: hidden;
}

/* 
*************************************************************/
.body-grey {
    background-color: #FAFAFA;
}

.header {
    width     : 1200px;
    height    : 64px;
    margin    : 0 auto;
    padding   : 10px 0;
    color     : #fff;
    box-sizing: border-box;
    position  : relative;
    z-index   : 1000;
}

.header:after {
    content    : "";
    visibility : visible;
    background : rgba(255, 255, 255, 0.08);
    width      : 10000px;
    height     : 1px;
    position   : absolute;
    bottom     : 0;
    left       : 50%;
    margin-left: -5000px;
}

.header.dark {
    color: #333;
}

.header.dark:after {
    background: rgba(0, 0, 0, 0.04);
}

.header.grey {
    color        : #333;
    margin-bottom: 40px;
}

.header.grey:after {
    background-color: #eee;
}

.header .logo {
    display   : block;
    float     : left;
    height    : 34px;
    margin-top: 5px;
}

.header .nav {
    float      : right;
    height     : 40px;
    line-height: 40px;
    font-size  : 0;
}

.header .nav a {
    margin            : 0 18px;
    font-size         : 16px;
    /* color          : #333; */
    -webkit-transition: color .4s;
    transition        : color .4s;
    position          : relative;
    overflow          : hidden;

    display: inline-block;

    /* height: 24px;
    line-height: 24px;
    margin: 0 10px; */
    font-size    : 16px;
    color        : #fff;
    /* transition: all 0.1s; */
}

.header.grey .nav a {
    color: #333;
}

.header.dark .nav a {
    color: #333;
}

.header .nav a b {
    display           : block;
    width             : 100%;
    position          : absolute;
    z-index           : 13;
    bottom            : -4px;
    left              : 0;
    height            : 1px;
    overflow          : hidden;
    background        : #fff;
    -webkit-transition: bottom .4s;
    transition        : bottom .4s;
}

.header .nav a.cur,
.header .nav a:hover {
    /* color: #EA1E36; */
}

.header .nav a.cur b,
.header .nav a:hover b {
    bottom: 5px;
}

.header.dark .nav a.cur,
.header.dark .nav a:hover {
    color: #EA1E36;
}

.header.dark .nav a.cur b,
.header.dark .nav a:hover b {
    background: #f32c2c;
}

.header.grey .nav a.cur,
.header.grey .nav a:hover {
    color: #EA1E36;
}

.header.grey .nav a.cur b,
.header.grey .nav a:hover b {
    color     : #EA1E36;
    background: #f32c2c;
}

/*  */
/* .banner {
	height: 506px;
	position: relative;
	top: -88px;
	overflow: hidden;
}
.banner img {
    width: 1920px;
    height: 506px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -960px;
} */
.main {
    width : 1200px;
    margin: 0 auto;
}

.footer {
    margin             : 0 auto;
    background-color   : #fff;
    background-image   : url(../../images/new_website2/footer-bg.png);
    background-repeat  : no-repeat;
    background-position: left bottom;
    background-size    : auto 484px;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #666;
}


.footer.nobg {
    background: transparent;
}

.footer.grey {
    border-top: solid 1px #eee;
}

.footer .indent {
    width      : 1200px;
    margin     : 0 auto;
    padding    : 100px 0;
    font-size  : 16px;
    color      : #999;
    line-height: 1.6;
    box-sizing : border-box;
}

.footer .left {
    float: left;
    width: 400px;
}

.footer .center {
    float       : left;
    width       : 360px;
    margin-right: 140px;
}

.footer .right {
    float: left;
    width: 300px;
}

.footer h3 {
    color        : #333;
    font-size    : 20px;
    margin-bottom: 10px;
}

.footer .big {
    color    : #333;
    font-size: 36px;

}

.footer p {
    font-size    : 14px;
    margin-bottom: 30px;
}

.footer .qr li {
    float: left;
    width: 50%;
}

.footer .qr li img {
    width: 105px;
}

.footer .copyright {
    /* background-color: #fff; */
    border-top : solid 1px #F5F5F5;
    padding    : 20px 0;
    text-align : center;
    font-size  : 14px;
    line-height: 1.6;
    color      : #999;
}



/* ****************** */
.index-rights {
    padding-bottom: 100px;
    height        : 920px;
    overflow      : hidden;
}

.index-rights .list {
    float       : left;
    width       : 650px;
    margin-right: 100px;
}

.index-rights .list li {
    float        : left;
    width        : 50%;
    height       : 200px;
    margin-bottom: 35px;
    font-size    : 16px;
    color        : #999;
    text-align   : center;
    cursor       : pointer;
    transition   : all 0.3s;
}

.index-rights .list li img {
    display: block;
    height : 128px;
    margin : 0 auto;
}

.index-rights .list li i {
    display            : block;
    height             : 128px;
    margin             : 0 auto;
    background-position: center top;
}

.index-rights .list li:nth-child(1) i {
    background         : url(../../images/new_website2/index-icon1.png) no-repeat;
    background-position: center top;
}

.index-rights .list li.cur:nth-child(1) i {
    background         : url(../../images/new_website2/index-icon1-c.png) no-repeat;
    background-position: center top;
}

.index-rights .list li:nth-child(2) i {
    background         : url(../../images/new_website2/index-icon2.png) no-repeat;
    background-position: center top;
}

.index-rights .list li.cur:nth-child(2) i {
    background         : url(../../images/new_website2/index-icon2-c.png) no-repeat;
    background-position: center top;
}

.index-rights .list li:nth-child(3) i {
    background         : url(../../images/new_website2/index-icon3.png) no-repeat;
    background-position: center top;
}

.index-rights .list li.cur:nth-child(3) i {
    background         : url(../../images/new_website2/index-icon3-c.png) no-repeat;
    background-position: center top;
}

.index-rights .list li:nth-child(4) i {
    background         : url(../../images/new_website2/index-icon4.png) no-repeat;
    background-position: center top;
}

.index-rights .list li.cur:nth-child(4) i {
    background         : url(../../images/new_website2/index-icon4-c.png) no-repeat;
    background-position: center top;
}

.index-rights .list li:nth-child(5) i {
    background         : url(../../images/new_website2/index-icon5.png) no-repeat;
    background-position: center top;
}

.index-rights .list li.cur:nth-child(5) i {
    background         : url(../../images/new_website2/index-icon5-c.png) no-repeat;
    background-position: center top;
}

.index-rights .list li:nth-child(6) i {
    background         : url(../../images/new_website2/index-icon6.png) no-repeat;
    background-position: center top;
}

.index-rights .list li.cur:nth-child(6) i {
    background         : url(../../images/new_website2/index-icon6-c.png) no-repeat;
    background-position: center top;
}

.index-rights .list li:nth-child(7) i {
    background         : url(../../images/new_website2/index-icon7.png) no-repeat;
    background-position: center top;
}

.index-rights .list li.cur:nth-child(7) i {
    background         : url(../../images/new_website2/index-icon7-c.png) no-repeat;
    background-position: center top;
}

.index-rights .list li:nth-child(8) i {
    background         : url(../../images/new_website2/index-icon8.png) no-repeat;
    background-position: center top;
}

.index-rights .list li.cur:nth-child(8) i {
    background         : url(../../images/new_website2/index-icon8-c.png) no-repeat;
    background-position: center top;
}

.index-rights .list li b {
    display      : block;
    font-size    : 20px;
    color        : #333;
    margin-bottom: 10px;
}

/* .index-rights .list li.cur {
    color: #EA174D;
}

.index-rights .list li.cur b {
    color: #EA174D;
} */
.index-rights .list li.pink {
    color: #EA174D;
}

.index-rights .list li.pink b {
    color: #EA174D;
}

.index-rights .phone {
    float               : left;
    width               : 450px;
    height              : 896px;
    background          : url(../../images/new_website2/phone.png) no-repeat;
    text-align          : center;
    margin-top          : 20px;
    padding             : 28px 30px 28px 30px;
    box-sizing          : border-box;
    overflow            : hidden;
    /* -webkit-animation: upAnimate 1s ease;
	-moz-animation         : upAnimate 1s ease;
	animation              : upAnimate 1s ease; */
}

.index-rights .detail {
    width        : 390px;
    height       : 840px;
    position     : relative;
    overflow     : hidden;
    border-radius: 36px;
}


.index-rights .detail li {
    width   : 390px;
    height  : 840px;
    position: absolute;
    top     : 0px;
    left    : 450px;
}


.index-rights .detail li img {
    width: 100%;
}

.index-rights .detail li.cur {
    left             : 0px;
    -webkit-animation: getinAnimate .5s ease-in-out;
    -moz-animation   : getinAnimate .5s ease-in-out;
    animation        : getinAnimate .5s ease-in-out;
    z-index          : 1;
}

.index-rights .detail li.leave {
    left             : -390px;
    -webkit-animation: leaveAnimate .5s ease-in-out;
    -moz-animation   : leaveAnimate .5s ease-in-out;
    animation        : leaveAnimate .5s ease-in-out;
    z-index          : 0;
}

@keyframes getinAnimate {
    from {
        left: 390px;
    }

    to {
        left: 0px;
    }
}

@-webkit-keyframes getinAnimate {
    from {
        left: 390px;
    }

    to {
        left: 0px;
    }
}

@keyframes leaveAnimate {
    from {
        left: 0px;
    }

    to {
        left: -390px;
    }
}

@-webkit-keyframes leaveAnimate {
    from {
        left: 0px;
    }

    to {
        left: -390px;
    }
}

.side-bar {
    position  : fixed;
    z-index   : 11;
    top       : 50%;
    right     : 0;
    margin-top: -42px;
}

.side-bar i {
    display      : inline-block;
    width        : 82px;
    height       : 82px;
    background   : rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    cursor       : pointer;
}

.side-bar p {
    display : none;
    width   : 214px;
    height  : 588px;
    position: absolute;
    left    : -202px;
    top     : -200px;
}

/*  */

.h2 {
    height          : 506px;
    line-height     : 506px;
    background-color: #7B409C;
    position        : relative;
    top             : -88px;
    font-size       : 70px;
    color           : #fff;
    text-align      : center;
}

/* news */
.news-banner {
    background-image   : url(../../images/new_website2/news-banner.png);
    background-repeat  : no-repeat;
    background-position: center top;
    background-size    : auto 100%;
}

.news-list {
    margin-bottom: 80px;
}

.news-list a {
    display         : block;
    background-color: #fff;
    height          : 230px;
    margin-bottom   : 50px;
    transition      : all 0.3s;
}

.news-list a:last-of-type {
    margin-bottom: 0;
}

.news-list a:hover {
    box-shadow: 0px 1px 12px 0px rgba(77, 77, 77, 0.18);
}

.news-list a .pic {
    display         : inline-block;
    background-color: #eee;
    width           : 310px;
    height          : 230px;
    vertical-align  : top;
}

.news-list a .txt {
    display       : inline-block;
    width         : 810px;
    height        : 230px;
    margin-left   : 40px;
    padding       : 20px 0;
    box-sizing    : border-box;
    vertical-align: top;
    font-size     : 18px;
}

.news-list a h3 {
    font-size    : 22px;
    color        : #000;
    margin-bottom: 20px;
}

.news-list a p {
    height            : 90px;
    line-height       : 30px;
    margin-bottom     : 15px;
    text-overflow     : ellipsis;
    overflow          : hidden;
    display           : -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap         : break-word;
    white-space       : normal !important;
}

.news-list a .time {
    font-size: 16px;
    color    : #999;
}

.news-tit {
    color        : #000;
    font-size    : 32px;
    margin-bottom: 25px;
}

.news-tit .time {
    display    : block;
    color      : #999;
    font-size  : 16px;
    font-weight: normal;
    margin-top : 20px;
}

.news-content {
    color        : #000;
    font-size    : 18px;
    line-height  : 1.6;
    margin-bottom: 50px;
    min-height   : 500px;
}

/* page */
.page {
    height    : 62px;
    padding   : 0 0 70px;
    text-align: center;
}


.page a {
    display       : inline-block;
    width         : 48px;
    height        : 48px;
    line-height   : 48px;
    background    : #fff;
    border-radius : 5px;
    border        : 1px solid #E2E2E2;
    margin        : 0 5px;
    vertical-align: top;
    color         : #000;
    font-size     : 14px;
    text-align    : center;
    /* transition : all 0.1s; */
}


.page a.cur {
    background: #EA174D;
    border    : 1px solid #EA174D;
    color     : #fff;
}

.page a:hover {
    background: #EA174D;
    border    : 1px solid #EA174D;
    color     : #fff;
}

.page a.prev,
.page a.next {
    width: 96px;
}

.page a.more {
    /* width: 20px; */
    margin    : 0 -8px;
    background: transparent;
    border    : none;
}

.page a.more:hover {
    background: transparent;
    border    : none;
    color     : #000;
}

.page a.grey {
    color: #999;
}

.page a.grey:hover {
    background: #fff;
    border    : 1px solid #E2E2E2;
    color     : #999;
}

.page a.hide {
    display: none;
}

.page span {
    display: inline-block;
}

.page span a:first-of-type {
    margin-left: 0;
}

.page span a:last-of-type {
    margin-right: 0;
}

/*  */
.breadcrumb {
    margin-bottom: 40px;
}

.breadcrumb a {
    font-size: 16px;
    color    : #666;
}

.breadcrumb a:hover {
    color: #EA174D;
}

.breadcrumb a:last-of-type {
    color: #666;
}



/* banner */
.banner {
    min-width: 1200px;
    height   : 600px;
    position : relative;
    top      : -88px;
}

.swiper-container {
    margin                     : 0 auto;
    position                   : relative;
    overflow                   : hidden;
    direction                  : ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility   : hidden;
    -ms-backface-visibility    : hidden;
    -o-backface-visibility     : hidden;
    backface-visibility        : hidden;
    /*FixofWebkitflickering*/
    z-index                    : 1;
}

.swiper-wrapper {
    position                          : relative;
    width                             : 100%;
    -webkit-transition-property       : -webkit-transform, left, top;
    -webkit-transition-duration       : 0s;
    -webkit-transform                 : translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property          : -moz-transform, left, top;
    -moz-transition-duration          : 0s;
    -moz-transform                    : translate3d(0px, 0, 0);
    -moz-transition-timing-function   : ease;
    -o-transition-property            : -o-transform, left, top;
    -o-transition-duration            : 0s;
    -o-transform                      : translate3d(0px, 0, 0);
    -o-transition-timing-function     : ease;
    -o-transform                      : translate(0px, 0px);
    -ms-transition-property           : -ms-transform, left, top;
    -ms-transition-duration           : 0s;
    -ms-transform                     : translate3d(0px, 0, 0);
    -ms-transition-timing-function    : ease;
    transition-property               : transform, left, top;
    transition-duration               : 0s;
    transform                         : translate3d(0px, 0, 0);
    transition-timing-function        : ease;
    -webkit-box-sizing                : content-box;
    -moz-box-sizing                   : content-box;
    box-sizing                        : content-box;
}

.swiper-slide {
    float             : left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing   : content-box;
    box-sizing        : content-box;
    position          : relative;
    text-align        : center;
}

/*IE10WindowsPhone8Fixes*/
.swiper-container {
    width   : 100%;
    height  : 600px;
    position: relative;
}

.swiper-container a {
    display: block;
    cursor : pointer;
}


.swiper-container img {
    height        : 600px;
    vertical-align: top;
}

.swiper-pagination {
    position  : absolute;
    left      : 0;
    z-index   : 111;
    text-align: center;
    bottom    : 0.5rem;
    width     : 100%;
}

.swiper-pagination-switch {
    display       : inline-block;
    width         : 60px;
    height        : 4px;
    margin        : 0 10px;
    vertical-align: top;
    background    : rgba(255, 255, 255, .24);
    border-radius : 4px;
    cursor        : pointer;
}

.swiper-active-switch {
    background: rgba(255, 255, 255, 1);
}

.swiper-pagination.dark .swiper-pagination-switch {
    background: rgba(0, 0, 0, 0.08);
}

.swiper-pagination.dark .swiper-active-switch {
    background: #EB1650;
}

.swiper-slide-txt {
    color      : #fff;
    font-size  : 20px;
    line-height: 1.6;
    text-align : left;
    position   : absolute;
    top        : 282px;
    left       : 50%;
    z-index    : 1;
    margin-left: -540px;
}

.swiper-slide-txt.first {
    top: 260px;
}

.swiper-slide-txt b {
    display       : block;
    font-size     : 38px;
    margin-bottom : 10px;
    /* font-weight: bold; */
}

.swiper-slide.dark .swiper-slide-txt {
    color: #222;
}

.news-nav {
    width        : 100%;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 40px;
    font-family  : '苹方-简 中黑体';
    margin-top   : 50px;
}

.news-nav ul {
    width      : 1200px;
    margin     : 0 auto;
    display    : flex;
    height     : 58px;
    align-items: center;
}

.news-nav li {
    flex       : 1;
    text-align : center;
    font-size  : 16px;
    height     : 58px;
    font-weight: 500;
    cursor     : pointer;
    line-height: 58px;
}

.news-nav li:hover {
    color: #EB1650;
}

.news-nav li.active {
    color        : #EB1650;
    border-bottom: 2px solid #EB1650;
}

/* 京公网安备 - 元素样式 */
.footer a.jgwab-link {
    display            : inline-block;
    height             : 14px;
    padding-left       : 20px;
    background-image   : url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAFQklEQVRYw+3Wa1BUdRjH8SOpMeg4WhZGpDIxiaaTeUFgWrxE4AVRQJGlRRAVIV1JkbgMgQLi5AVBQSVLSp0xlEAUKBEEFZCrCstll8UV2AV2YbmoGCrYv31+R95UL5pmmtamZ+bz6rz5nvOc/5zDcX9jGLs/iTxuyvIlWYkRFeTHA2HVRFtzfhthTG5KuH96/vUgNlC4mMgyw1NJit/aAXLKazYje9xtIMZ/OZz50gW+9hcNkvoLEemEPbnrSP47QYwxQ5Ifv54RqzcXwFFvSyjaOhfavN8F7Y5ZcC/HH9JOB4LNa9Zw5YA76OZV8vIGMdZtSp7cDrtOnOavYiQhTAiPwi1AMtIQaqyngsxpBtw2GAGDKfaQmpUAa6xc4Vfp4UtEdzAMycsT9JQ1Tyctl/2eEkuTlYysF/rCUNxMqDEzgTqzSXBnpgnIHCzgjvEEuD52DLBr3rA1MAaWmNtB582wdtIljZ9G9D+IPU6aTxIPBjHCcXvg3CEh9K2fDLWvjIH6D6fwTIyheuwEqLUyhzLOALq8pkN+bgRw3HY4FBsMzxojZxP9DequLjAlQwVrbpIjhyIY4UYGQ/buhdBqPxlk3Gion2IMDQIz3kJe/ZS34I7uHkmD7VSQVgYDNyIAwsNCgfXGXoOBPjP9DKrOCAogA2etGTmTHAMcFwFZye7wS5QlVHGjoEw4A2qPCUBZ6AzNcQ5Q/YYRdO+YB1U3dsDwypLio4FJ3ECryIzWz6Cm3NgTRHN8HiPF6eHAGSbAdh8feFZkB7krzaHE9h2o85sDsiAbkIsXQMN+e2CtGyF0kzdwXCgU5++D/ouLQFV4OEU/g2Q/iNuIPNaKkQflAWBqexxGjhLDVUcL6IwSQN3SGVChe6FJg9dckCx6D1QBliDZLIAxo7eA8eyv4KE0BJqTrHkZvnL9DJKn+Twmt0NsGGHZy2Dn3kQYfsQ53Hh4/r4RNGz8AIpdzKEuaAF0RC2E57MmQgE3ATjuM/CPiANW7AqSfQJQ5vk362eQKmd3JrmXsoSRocpNIMnbB9zbceDIWUPmuHFQNMkISqa9DpUvNK6YDpW2s8DfwBK48WFQnhMCgzUBoLy0BrRVe5P0NWjPLdKUsJiR1tR1wGp8IeZwMgx/SrgRvjxuAziNcwLvyathLOcJHLflhRDYGRYFrNET2rJ5yvPLoas0tOj/oL8UpC4JHyTSU+6MNCS4gvKoAB5WiKG+MAQSg0WwLXQ/ZJ3xhao0FxB5hYCbUwAEfhEF3Td8QP2dAOQnPwFlxgrolUVq9TPoaX+ZB2nLc2Gk6awj1MU78HZZwJMid2Byb550JQwVO0NfxlJgdz14vWKeRAiK6DlQF28PLZdcoLNcBIO92bb6GTQ8Q/13RURT6tlH2gvXMlITLYD6uI+gp2ozdF0VQXumM6ivCqGvahM8kPiDItkeGo8tB025GFQ3xFrSr06zI3/4yde7oN7m0sWk5eKWDqK5JWJQvAHac9ygq3Adr9gTNNc3QG85rzPfHe5/7wDtPwuhp/Zz6CjyhaZzwi6ivfetHdH/oP77+3PJQOsuRnqkQdCa4wWqyx6gyecpL64GTaEX7ycXUJz4GJp1B4O0X/Hg0Xp1tFV+8Ei1k6c5coHofxBrrzQinbKYo0SVJ+wn6iurGHlY5gY911aDJnMFaHXXiDp9GQyvtKfUA9QFTtBZ7gPdit0tpFd9OpwwFmlA9D/o9yNLDpxIKmI8PMnNSNtviCLVpYTITzrXEGWaq4qos0WgOPdpCenIF+eRrurjB4k0PXopYZG6gMg/D/gNBUxhAbSAmKMAAAAASUVORK5CYII=);
    background-repeat  : no-repeat;
    background-position: left center;
    background-size    : auto 14px;
}

.xq-icp {
    width      : 100%;
    padding    : 14px 0;
    text-align : center;
    font-size  : 12px;
    color      : #999;
    line-height: 24px;
}

.xq-icp a {
    color: #999;
}

.xq-icp a:hover {
    color          : #333;
    text-decoration: underline;
}