@charset "utf-8";

/* 腻子脚本的作用，ie8及以下浏览器兼容h5标签 */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}
.xuanfu_2{width:100%;overflow-x: hidden !important;}
.xuanfu_2 .tg-footer-nav a{
    vertical-align: baseline;
    text-decoration: none;
    color: #333;
    background: transparent;
    cursor: pointer;
}
.xuanfu_2 .tg-footer-nav ul,ol,li,dl,dt,dd {
    list-style-type: none;
}

/*导航*/

.xuanfu_2 .tg-footer-nav {
	padding: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fafafa;
    border: 1px solid #ccc;
    z-index: 100;
    max-width: 700px;
    margin: 0 auto;
    height:45px;
     width: 100%;
}
.xuanfu_2 .tg-footer-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.xuanfu_2 .tg-footer-nav ul li {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #333;
    font-size: 10px;
}
.xuanfu_2 .tg-footer-nav ul li:active .tg-new-footer .tg-footer-nav ul li p {
    color: #dd0000;
}
.xuanfu_2 .tg-footer-nav ul li a {
    display: block;
  
}
.xuanfu_2 .tg-footer-nav ul li a img{
	padding-top: 5px;
	padding-bottom:4px;
    width: 20px;
}

.xuanfu_2 .tg-footer-nav ul li.on p {
    color: #dd0000;
}
.xuanfu_2 .tg-footer-nav ul li:active p {
    color: #dd0000;
}
.xuanfu_2 .tg-footer-nav ul li:active span {
    background-image: url(<{$gs_config["common_tpl"]["xuanfu"]["url"]}>/images/footer-nav-hover.png);
}
.xuanfu_2 .tg-footer-nav ul li span {
    text-indent: -99999px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-size: 100%;
}


.xuanfu_2 .tg-footer-zxys-area {
    position: fixed;
    bottom: 46px;
    left: 0;
    right: 0;
    z-index: 100;
    max-width: 700px;
    margin: 0 auto;
}
.xuanfu_2 .tg-footer-zxys-area a{
    text-decoration: none;
}
[devices=ipad] .tg-footer-zxys-area {
     max-width: none
 }
.xuanfu_2 .tg-footer-zxys-area .tg-zxys-mess {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0,0,0,.75);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
}
.xuanfu_2 .tg-footer-zxys-area .close {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../xuanfu_2/images/close-tc.png) no-repeat;
    background-size: 100%;
    left: 20px;
    top:9px;
    z-index: 999;
    position: absolute;
}

.xuanfu_2 .tg-footer-zxys-area .tg-details {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 5px;
    padding-bottom: 5px;
        padding-left: 40%;
    position: absolute;
}
.xuanfu_2 .tg-footer-zxys-area .tg-details:before {
    content: '';
    /* display: inline-block; */
    width: 65px;
    height:65px;
    background: url(../xuanfu_2/images/star-xm.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left:60px;
    bottom: 0px;
   
}

.xuanfu_2 .tg-footer-zxys-area .tg-details .tg-title {
    color: #ff4d4d;
    font-size: 14px;
}
.xuanfu_2 .tg-footer-zxys-area .tg-details .tg-desc {
    font-size: 10px;
    color: #fff
}
.xuanfu_2 .tg-footer-zxys-area .tg-btn {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #ff4d4d;
    border-radius: 15px;
    padding: 5px 10px;
    box-shadow: 0 1px 1px 1px #b03535;
    position: absolute;
    right: 3px;
    top: 8px;
}
