@charset "utf-8";
/* CSS Document */

body {
    font-family: "å¾®è½¯é›…é»‘", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0px;padding: 0px;
}
/* share */

/*æ¸…é™¤æµ®åŠ¨*/
.clearfix:after {clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0}
*+html.clearfix {zoom:1}
#shareArea::after{clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0}
/*.spanTip {
    height:100%;
    display:inline-block;
    vertical-align:middle;
}*/
#pcTest{height: auto;}
#tips {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    left: 25%;
}
.imgTip {
    vertical-align:middle;
}
#bdshare_weixin_qrcode_dialog_bg {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    position: fixed;
    background-color:#000;
    opacity: 0.6;
}
.bdshare_popup_box {
    display: none!important;
}
.bdshare_popup_bg {
    display: none!important;
}

.bdshare_dialog_list > li:nth-child(8) {
    display: none!important;
}
.bdshare_dialog_list > li:nth-child(15) {
    display: none!important;
}
.bdshare_dialog_list > li:nth-child(17) {
    display: none!important;
}
.bdshare_dialog_list > li:nth-child(18) {
    display: none!important;
}
.bdshare_dialog_list > li:nth-child(19) {
    display: none!important;
}
.bdshare_dialog_list > li:nth-child(23) {
    display: none!important;
}
.bdshare_dialog_list > li:nth-child(28) {
    display: none!important;
}
.bdshare_dialog_list > li:nth-child(30) {
    display: none!important;
}
.bdshare_dialog_list > li:nth-child(38) {
    display: none!important;
}

#shade {
    width:100%;
    height:100%;
    background-color:#000;
    position:fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index:2;
    opacity:0.6;
    /*å…¼å®¹IE8åŠä»¥ä¸‹ç‰ˆæœ¬æµè§ˆå™¨*/
    filter: alpha(opacity=30);
    display:none;
}
#wxShade {
    width:100%;
    height:100%;
    background-color:#000;
    position:fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index:10001;
    opacity:0.6;
    /*å…¼å®¹IE8åŠä»¥ä¸‹ç‰ˆæœ¬æµè§ˆå™¨*/
    filter: alpha(opacity=30);
    display:none;
}
#shareTips {
    text-align: center;
    display: none;
}
.bd_weixin_popup .bd_weixin_popup_foot{margin-top: -10px;margin-left: 14px;line-height: 18px;padding-right: 10px;}
#area {
    font-size: 15px;
    /*margin:20px;*/
    /*padding: 20px 15px 20px 20px;*/
    width: 100%;
    /*border-radius: 5px 5px 0 0;*/
    background-color: #fff;
    position:fixed;
    bottom: 0;
    z-index: 10000;
    height: 190px;
    right: 0;
    margin: 0;
}
.tipUp {
    animation: tipUp .3s;
    -webkit-animation: tipUp .2s;
}
@keyframes tipUp
{
    from {bottom: -100%}
}
#tipShade {
    width:100%;
    height:100%;
    background-color:#000;
    position:fixed;
    top:0;
    left:0;
    z-index:8;
    opacity:0.6;
    /*å…¼å®¹IE8åŠä»¥ä¸‹ç‰ˆæœ¬æµè§ˆå™¨*/
    filter: alpha(opacity=30);
    /*display:none;*/
}

#log_window {
    display: block;
    color:white;
    margin: auto;
    position: fixed;
    z-index:10002;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display:none;
}
#log_window img {
    max-width: 100%;
    height: auto;
}
#shareBtn {
    position: fixed;
    right: 10px;
    bottom: 140px;
    z-index: 2000;
    background: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgb(0, 0, 0);
    border-radius: 45px;
    opacity: 0.4;

}
#shareBtn img{
    width: 25px!important;
    height: 25px!important;
}
.bd_weixin_popup{height: 300px!important;}
.testShare {
    padding: 10px 0 20px 0;
    width: 100%;
    /* background-color: red; */
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3000;
    margin-bottom: -20px;
    display: none;
}
/* .up {
    animation:moveUp 0.5s;
    -webkit-animation:moveUp 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
} */
.up{z-index: 5000}
.label {
    padding-left: 5px;
}

/* @keyframes moveUp
{
    from {bottom: -200px;}
    to {bottom: 0;}
}

@-moz-keyframes moveUp 
{
    from {bottom: -200px;}
    to {bottom: 0;}
}

@-webkit-keyframes moveUp 
{
    from {bottom: -200px;}
    to {bottom: 0;}
}

@-o-keyframes moveUp 
{
    from {bottom: -200px;}
    to {bottom: 0;}
} */
.list {
    text-align: center;
}
#shareBtn > span::before{
    content:url("http://bj.xdf.cn/bj_static/xfooter/images/share.png");
    vertical-align:middle;
    display:inline-block;
}
.testShare {
    font-size: 13px;
}

.testShare .label {
    font-size: 20px;
}

.testShare .list {
    width: 90%;
    margin: 0 auto;
}

.testShare .list span {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}

.testShare .list span i {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.testShare .weibo i {
    background-image: url('http://bj.xdf.cn/bj_static/xfooter/images/weibo.png');
    background-size: cover;
}

.testShare .weixin i {
    background-image: url('http://bj.xdf.cn/bj_static/xfooter/images/weixin_friend.png');
    background-size: cover;
}

.testShare .weixin_timeline i {
    background-image: url('http://bj.xdf.cn/bj_static/xfooter/images/weixin.png');
    background-size: cover;
}

.testShare .qq i {
    background-image: url('http://bj.xdf.cn/bj_static/xfooter/images/qq.png');
    background-size: cover;
}

.testShare .qzone i {
    background-image: url('http://bj.xdf.cn/bj_static/xfooter/images/qqzone.png');
    background-size: cover;
}

.testShare .more i {
    background-image: url('http://bj.xdf.cn/bj_static/xfooter/images/more.png');
    background-size: cover;
}


.span_close{width: 18px;height: 18px;background: url("http://bj.xdf.cn/bj_static/xfooter/images/span_close.png");background-size: cover;position: fixed;bottom: 145px;right: 10px;z-index: 5001;display: none;}

#xdf-footer1 {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xdf-copyright1 {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.copyright-list {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xdf-copyright1 p {
    margin: 0 auto;
    text-align: center;
}

.xdf-copyright1 .copyright-list-1,
.xdf-copyright1 .copyright-list-1 a,
.xdf-copyright1 .copyright-list-1 a:visited,
.xdf-copyright1 .copyright-list-1 a:hover {
    color: #666666;
    outline: none;
    font-size: 12px;
    padding: 5px 13px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xdf-copyright1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xdf-copyright1  {
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.xdf-copyright1 p {
    color: #333;
    font-size: 12px;
    line-height: 22px;
    text-align:center;
}

.xdf-copyright1  p a {
    padding: 0;
    color: #333;
    text-decoration: none;
}

.xdf-copyright1  p a:hover {
    text-decoration: underline;
}

.xdf-copyright1 .list p span {
    padding-left: 20px;
}

.xdf-copyright1 .list p span:first-child {
    padding-left: 0;
}

.xdf-copyright1 .copyright-line {
    background: none repeat scroll 0 0 #EEEEEE;
    border-top: 1px solid #666666;
    display: block;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    margin-top: 10px;
}

#qrcode {
    text-align: center;
    width: 75px;
    height: 75px;
    padding: 5px;
    background: white;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#qrcode img {
    margin: 0 auto;
    margin-bottom: 4px;
}
#qrcode table{width: 100%;height:100%;}
.xdf-copyright1  .list .qrcode,.xdf-copyright1  .list .copyright,.xdf-copyright1  .list .right{display: inline-block;}
.xdf-copyright1  .list .right{width: 500px;}
.xdf-copyright1  .list .copyright img {
    width: 75px;
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    padding-right: 10px;
    display: block;
}
.xdf-copyright1  .list .qrcode{padding-right: 50px;}
.xdf-copyright1  .list .right p{
    text-align: left;
}
.copy-pc{padding-bottom: 20px;}
.hidden-pc{display: none}
.bottom_main{z-index: 4000;display: none;position: fixed;bottom: 0px;width: 100%;box-sizing: border-box}
.bottom_cont{
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0px;
    background: url(../images/span_bg1.png);
    z-index: 4000;
    padding-left: 0px;
    padding-right: 0px;
    display: none;
    text-align: center;

}
.bottom_cont a,.bottom_cont a:hover{ text-decoration: none; color: #fff;font-size: 16px; line-height: 40px;}
.a_you{ padding-left:0;}
.bottom_cont a{    color: #fff; font-size: 16px; line-height: 40px; text-align: center;width: 100%; display: block; text-decoration: none;}


.goup-container{ opacity:0.4; z-index:1030; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;behavior:url(PIE.htc);}


/*bootstrap*/
@media (min-width: 768px) {
    .container {
        width: 750px;
    }

}
@media (min-width: 1030px) {
    .container {
        width: 970px;
    }
    .xdf-copyright1 ul{ padding-bottom:45px;}
    #common_copyright ul{ background:none; padding:14px 0 0 0; width:100%; text-align:center;}#common_copyright ul li{ width:100%;}
    .xdf-copyright1{display: block}
    .hidden-pc{display: none}

}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:after,
.row:before {
    display: table;
    content: "";
    clear: both;
}
.b_lines{
    width: 1px;
    background: #fff;
    display: block;
    height: 30px;
    position: absolute;
    right: 50%;
    top: 5px;
}
.a_z,.a_you{

    width: 50%;
    float: left;
}
@media (max-width: 1199px) and (min-width: 992px) {

}

@media (max-width: 991px) and (min-width: 768px) {

}
@media(max-width:1024px){
    .hidden-pc{display: block}
    .hidden-sm{display: none!important;}
    .copy-sm-line{width: 100%;background: #ccc;height: 1px;margin-bottom: 10px;}
   .xdf-copy-sm p{text-align:center;margin: 0;line-height: 20px;}
    #xdf-footer1{margin-bottom: 50px;}
    .bottom_main{display: block}
    .xdf-copy-sm a{color: #333;text-decoration: none;}


}
@media(max-width:998px){
    .hidden-sm{display: none!important;}
    /* .xdf-copy-sm{line-height: 12px;} */
}
@media (max-width: 780px) {
    .hidden-pc{display: block}
    #tips{left: 38%!important;}
    .bottom_main{z-index: 4000;display: block}

}
@media (max-width: 414px) {

    #tips{left: 28%!important;}
}
@media (max-width: 414px) {

    #tips{left: 22%!important;}
}
/*bootstrap end*/
/*media  */
@media (max-width:1200px) {
    .xdf-copyright1  .list .right{width: 100%;}
    .xdf-copyright1 .copyright-list-1,.xdf-copyright1  .list .qrcode, .xdf-copyright1  .list .copyright {
        display: none;
    }
    .xdf-copyright1.list p span {
        padding-left: 0px;
        padding: 0 4px;
    }
    #xdf-footer1,
    .xdf-copyright1 ,
    .xdf-copyright1  p {
        width: 100%;
        text-align: center;
    }
    .copyright-list {
        padding: 0;
    }
    .xdf-copyright1  .list .right p{text-align: center;}
}