.top {width: 100%;}
.warp {padding: 0;background-size: 100%;}
.content {background: #f4f4f5;}
.header {position: relative;}
.caipiao-header {position: relative;}
.logo-img {background-color: #fff;background-size: 100% 120px;text-align: center;}
.logo-img img {width: 100%;margin: 0 auto;background-color: #fff;}

/*轮播图*/
.swiper {}

.swiper img {width: 100%;height: 100%;vertical-align: middle;}

/*首页图片*/
.swiper1 {}
.swiper1 img {width: 100%;height: 300px;}

/*导航*/
.headNav{display: flex;justify-content: center;background: #fff;padding: 10px 0;}
.headNav div{width: 16%;margin: 0 5px;}
.headNav div img{width: 100%;}
.headNav div a p{font-size: .6rem;text-align: center;color: #000;}

/*主页图库*/
.tuku ul {display: flex;flex-wrap: wrap;justify-content: space-around;background: #fff;}
.tuku ul li {width: 26%;margin: .22rem;text-align: center;}
.tuku ul li img {width: 100%;margin: 8px 0;}

.tit {display: flex;text-align: center;justify-content: space-between;align-items: center;padding: 5px;background:
#d9d9d9;}
.tit.center { justify-content: center;}
.tit h3 { color: #000;}
.tit a { font-size: 13px;}

.more {/* position: absolute; *//* right: 1rem; *//* color: #ffff05; *//* font-size: 1rem; */}

/*资料专区*/
.xinlv {background-color: #d9d9d9;color: #000;font-weight: 500;letter-spacing: 4px;text-align: center;padding: 6px 0 6px 6px;border-top: 1px solid #fff;}
.div10 {float: left;width: 33.13%;text-align: center;margin: 0 .1%;}
.div11 {/*margin-top: 6px;*/
background-color: #fff;border: 1px solid #cfcfcf;border-radius: 3px;display: block;height: 38px;line-height: 38px;overflow: hidden;position: relative;text-align: center;text-overflow: ellipsis;white-space: nowrap;}

/*精准四肖*/
.jxlist table {width: 100%;border: none;}
.jxlist table td {height: 100%;padding: 5px 0;word-break: break-all;font-size: 14px;border: 1px solid #e5e5e5;}
.jxlist table td.sthead {padding: 5px 0;background-color: #fff;text-align: center;color: #555;}
.jxlist table td.bt {text-align: center;background-color: green;text-align: center;color: #fff;padding: 5px 0;font-size: 16px;font-weight: 600;}
.jxlist table td.c01,.jxlist table td.c03 {text-align: center;background-color: #efefef;}
.jxlist table td.c02 {text-indent: 10px;background-color: #fff;}

/* 底部导航 */
.footer{position:fixed;bottom:0;z-index:9;margin:0 auto;width:100%;height:50px;max-width:720px;border-top:solid 1px #eee;background:#fff;color:#333;text-align:center;font-size:12px;}
.footer ul{display:flex;}
.footer ul li{position:relative;box-sizing:border-box;/*padding-top:7px;*/width:20%;height:50px;flex:1;}
.footer ul li.active{color:red;}
.footer ul li img{position:relative;z-index:1;margin-bottom:2px;width:22px;}
.footer ul li:nth-child(3):before{position:absolute;top:-21px;right:0;left:0;display:inline-block;margin:auto;width:40px;height:40px;border-top:solid 1px #eee;border-right:solid 1px #fff;border-bottom:solid 1px #fff;border-left:solid 1px #eee;border-radius:40px 0;background:#fff;content:"";-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-ms-transform:rotate(45deg);}
.footer ul li:nth-child(3) img{margin-top:-12px;width:34px;height:auto;}
