@charset "utf-8";
/* CSS Document */

.search { width: 100%; max-width: 480px; height: 50px; margin: 0 auto; padding: 10px; box-sizing: border-box; border-bottom: solid 1px #fff; background: #eee; position: fixed; top: 50px; z-index: 9;}
.search-box { display: flex; align-items: center; height: 32px; padding: 0 12px; box-sizing: border-box; font-size: 14px; border: solid 1px #ebebeb; border-radius: 32px; background: #fff;}
.search-l { color: #07c160;}
.search-l select { height: 30px; background: none;}
.search-l option {}
.search-r { flex: 1; margin-left: 5px;}
.search-r input { width: 100%; height: 30px; background-size: 15px 15px; background: none;}

.search-pic-list { padding: 15px 15px 5px 15px;}
.search-pic-list ul { display: flex; flex-direction: row; flex-wrap: wrap;}
.search-pic-list ul li { height: 30px; line-height: 30px; margin-right: 10px; margin-bottom: 10px; padding: 0 10px; color: #175199; border-radius: 4px; background: #f5f5f5;}


.indexed-list {}

.indexed-list h2 {
    margin: 0 20px 0 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #0084ff;
    font-size: 17px;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
}

.indexed-list dl {
    margin: 0 20px 0 10px;
}

.indexed-list dd {}

.indexed-list dd a {
    display: block;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.indexed-list dd a span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 4px;
    color: #175199;
    background: #f5f5f5;
    position: absolute;
    right: 0;
    top: 10px;
}

.indexed-nav {
    position: fixed;
    top: 50%;
    right: 4px;
    z-index: 2;
    color: #555;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.indexed-nav li {
    padding: 3px 0;
}

.indexed-nav li.active {
    color: #0084ff;
}

#hhb_prompt {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-radius: 4px;
}

.year {
    width: 100%;
    max-width: 480px;
    height: 52px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    top: 50px;
    z-index: 10;
}

.year ul {
    overflow: auto;
    white-space: nowrap;
    font-size: 0;
}

.year ul::-webkit-scrollbar {
    display: none;
}

.year ul li {
    width: 20%;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    font-size: 15px;
    text-align: center;
    border-radius: 32px;
    background: #f5f5f5;
}

.year ul li:last-child {
    margin-right: 0;
}

.year ul li.active {
    color: #fff;
    background: #0084ff;
}

.qishu { display: flex; width: 100%;  max-width:480px; height: 39px; padding: 0 10px; box-sizing: border-box; position: fixed; top: 102px; left: 0; right:0; margin:auto; z-index: 10; background: #fff;}
.qishul { width: calc(87% - 35px);}
.qishul ul { overflow: auto; white-space: nowrap; font-size: 0;}
.qishul ul::-webkit-scrollbar { display: none;}
.qishul ul li { display: inline-block; height: 36px; line-height: 36px; padding: 0 10px; font-size: 15px; border-bottom: solid 3px #fff;}
.qishul ul li.active { color: #07c160; border-bottom: solid 3px #FFFFFF;}
.qishur { width: 80px;}
.qishur-downa { width: 100%; height: 39px; background: url(../images/down.png) right center no-repeat; background-size: 18px auto; position: relative;}
.qishur-xuan {position: absolute;top: 10px; right: 15px; width: 70px;
 
    background: #07c160;
    color: #fff;
    border-radius: 0.3rem;
 
}
.qishur-xuan img{ width: 20px;height:10px;}

.qishur .qishur-box {top: 30px;display: none; width: 100%; max-width:480px; height: 100vh; background: rgba(0,0,0,.5); position: absolute;
    transform: translateX(-50%);
    left: 50%;
}
.qishur .qishur-box ul {display: flex; flex-direction: row; flex-wrap: wrap; max-height: 50vh; overflow: auto; padding: 15px 5px 5px 15px; background: #fff;}
.qishur .qishur-box ul li { width: calc(20% - 10px); margin-right: 10px; margin-bottom: 10px; padding: 5px 0; text-align: center; border: solid 1px #eee; border-radius: 4px; box-sizing: border-box;}
.qishur .qishur-box ul li.active { color: #fff; border: solid 1px #0084ff; background: #07c160;}



.date-info {
    padding: 0 10px;
    font-size: 13px;
    color: #888;
}

.date-info img {
    height: 18px;
	 width: 18px;
    margin-right: 3px;
    vertical-align: middle;
}

.bigpic {
    max-width: 480px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

.bigpic img {
    width: 100%;
    height: auto;
    min-height: 100px;
    background: url(../images/loader.gif) center center no-repeat;
    background-size: 100px auto;
}

.tkin-foot {
    display: flex;
    width: 100%;
    max-width: 480px;
    height: 50px;
    margin: 0 auto;
    border-top: solid 1px #eee;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.tkin-footl {
    display: flex;
    flex: 1;
    align-items: center;
    padding-left: 10px;
}

.tkin-footl-pic {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.tkin-footl-pic img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    border-radius: 50%;
    object-fit: cover;
}

.tkin-footl-input {
    flex: 1;
}

.tkin-footl-input input {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    border: solid 1px #ebebeb;
    border-radius: 32px;
    background: #f1f1f1;
}

.tkin-footr {
    display: flex;
    padding: 0 5px;
}

.tkin-footr li {
    width: 40px;
    height: 50px;
    text-align: center;
    display: block;
    position: relative;
}

.tkin-footr li img {
    width: 20px;
    height: 20px;
    margin-top: 17px;
}

.tkin-footr li span {
    width: 200px;
    line-height: 1;
    font-size: 12px;
    color: #999;
    text-align: left;
    position: absolute;
    top: 5px;
    left: 25px;
}

.fenx { width: 86%; max-width: 400px; padding: 16px; box-sizing: border-box; border-radius: 2px; background: #20f738; position: fixed; top: 50%; left: 0; right: 0; z-index: 100; margin: auto; transform: translateY(-50%);}
.fenx .close { width: 20px; height: 20px; display: inline-block; background: url(../images/close.png) center center no-repeat; background-size: 100% 100%; position: absolute; top: 16px; right: 16px;}
.fenx .tit { border-bottom: solid 1px #eee;}
.fenx .tit h3 { padding: 10px 0; display: inline-block; font-size: 17px; font-weight: bold; border-bottom: solid 3px #0084ff;}
.fenx .txt { padding: 15px 0; color: #393434;}
.fenx .web {}
.fenx .web input { width: 100%; height: 40px; padding: 0 6px; box-sizing: border-box; border: solid 1px #ebebeb; border-radius: 4px; }
.fenx .btn { margin-top: 10px;}
.fenx .btn button { width: 100%; height: 40px; color: #fff; border: 0; border-radius: 4px; background: #0084ff;}
.fenx-black-bg { background: rgba(0,0,0,.6); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99;}


.banner-box {
    padding: 10px;
    text-align: center;
}

.banner-box .swiper-container .swiper-wrapper .swiper-slide {
    min-height: 200px !important;
}

.pic-down {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background: url(../images/down-pic.png) center center no-repeat #0084ff;
    background-size: 20px auto;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.bannerad-box {
    padding: 10px;
}

.bannerad {}

.bannerad img {
    width: 100%;
    max-width: 730px;
    height: auto;
    border-radius: 4px;
    vertical-align: top;
}

#wode-bg{ position: fixed; z-index: 99999; top: 0; left: 0; right: 0; bottom: 0; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,.5);}
#wode-box{ width: 150px; padding: 20px; text-align: center; border-radius: 5px; background: #fff;}
.wode-box-con { font-size: 16px; font-weight: bold; padding-bottom: 15px;}
.wode-box-btn { display: inline-block; width: 100px; height: 40px; line-height: 40px; color: #fff; border-radius: 5px; background: #f00;}


#idhovertree {
position: absolute;
}
#idhovertree img{
width: 100%;
}
.juzhong{
position: fixed;
left:0;
right:0;
top:0;
bottom:0;
margin: auto;
width: your_width;
height: your_height;} 



main{max-width:480px;/*min-height:191px;*/border-radius: 10px;/*padding:10px 0;*/margin:auto;}
	.border-box{padding:.8rem;}
	.kj .head li{width:50%;display:inline-block;font-size:1rem;}
	.kj .head li:last-child{text-align: right;}
	.kj .head #q{color:#07c160;}
	.kj .kj-box { text-align: center;padding:.5rem 0;}
	.kj .kj-box ul { display: flex;}
	.kj .kj-box ul li { width: 12.5%; margin: 0 .3rem;}
	.kj .kj-box ul li span { width: 100%;height: 2.5rem; text-align: center; font-size: 1.1rem; border-radius: 50%;display: inline-block; font-family: Arial;}
	.kj .kj-box ul li span>lable{margin-left: -.23rem;display:inline-block;margin-left:-.3rem;margin-top:.8rem;}
	.kj .kj-box ul li em {font-style: normal; display: block;font-size:.8rem;}
	.kj .kj-box ul li:nth-child(7) span{display:inline-block;width:100%px;line-height:2.5rem;font-size:2.0rem;font-weight:bold;color:#acacac;}
	.kj .kj-box ul li:nth-child(7) span:before{content: "＋";}
	.kj .kj-foot{text-align: center;color:#000000;font-size:1.2rem;}
	.kj img { width: 30px;}