/*彩色图库黑白图库*/
body{
    background-color: #fff;
}
.img_tp {
	text-align: center;
	padding: 10px 0;
    background:#fff;
}
.img_tp a {
	width: 30%;
	border: 1px solid #C71C60;
    background: #C71C60;
    display: inline-block;
    padding: 5px 5px;
    margin: 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.img_tp .one {
	border: 1px solid #222;
    background: #333;
}
/*图库列表*/
.nav_list{
    background-color: #F4F4F5;
    border-bottom: 1px solid #d4237a;
    height: 30px;
    line-height: 30px;
}
.nav_list span{
    width: 20%;
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.nav_list span.active{
    background: #d5237a;
    color: #fff;
}
.nav ul {
    display: none;
}
.nav ul.active{
    display: block;
}
.nav ul li{
    border-bottom: 1px solid #e6e6e6;
    float: left;
    width: 50%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav ul li a {
    font-size: 13px;
    color: #666;
    padding-left: 5px;
}
.nav ul li a{
    color: #666;
}


a{-webkit-tap-highlight-color: rgba(255,255,255,.0);}
/*共用title*/
.img_title {
	height: 1.5rem;
	line-height: 1.5rem;
	background: #005F3C;
	padding-left: .5rem;
	font-size: .65rem;
	font-weight: bold;
	color: #fff;
}

/*图片详情页面*/
.tk-show-box {
    background: #111;
    padding: .5rem 0;
}
.tk-show-box .tk-show-title {
    margin-top: .5rem;
    width: 100%;
    overflow: hidden;
    height: 2rem;
    line-height: 2rem;
    position: relative;
}
.tk-show-box .tk-show-title .tk-show-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    white-space: nowrap;
}

.tk-show-box .tk-show-title .tk-show-item .cur {
    background: #C71C60;
    color: #fff;
}
.tk-show-box .tk-show-title .tk-show-item li {
    display: inline-block;
    width: 4rem;
    background: #333;
    color: #ccc;
    height: 2rem;
    margin: 0 .15rem;
    border-radius: .25rem;
    text-align: center;
    font-size: .65rem;
}
.tk-show-box .tk-show-img {
    margin: .5rem 0;
    text-align: center;
}
.tk-show-box .tk-show-img .tk-min-ld img {
	width: 90%;
}
.tk-show-box .tk-show-img .mid-bdiv {
	height: 1.5rem;
	line-height: 1.5rem
	color: #999;
	font-size: .65rem;
	margin-bottom: .25rem;
}
.tk-show-box .tk-memu {
    text-align: right;
    padding-right: .25rem;
}
.tk-show-box .tk-memu li {
    display: inline-block;
    padding: 0 .5rem;
    margin-left: .25rem;
    border-radius: .15rem;
    background: #AD3A37;
    color: #fff;
    line-height: 1.5rem;
    font-size: .65rem;
}
.tk-big-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	background: #333;
	display: none;
}
.tk-big-box{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2000;
	top: 0;
	left: 0;
	background: #222;
	display: none;
}
.tk-big-z{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tk-big-ld{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4000;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background: #222;
	font-weight: 700;
}
.tk-big-ld div{
	margin-top: 45%;
}
.tk-big-img{
	position: absolute;
	width: 100%;
	height: 80%;
	z-index: 3000;
	top: 0;
	left: 0;
}
.tk-big-clo{
	position: absolute;
	z-index: 99999;
	bottom: .5rem;
	right: .5rem;
	background: #000;
	color: #fff;
	padding: .5rem .75rem;
	border-radius: .25rem;
	font-weight: 700;
	border: 2px solid red;
}
.tk-big-dh{
	position: absolute;
	z-index: 99999;
	bottom: .5rem;
	left: .5rem;
	background: #000;
	border: 2px solid red;
	display: none;
}
.tk-big-dh .bg{
	position: relative;
	width: 100%;
	height: 100%;
}
.tk-big-dh .di{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	border: 1px solid red;
}

/*彩色黑白图库列表*/
.chlist {

}
.chlist ul li {
	display: block;
    line-height: 1rem;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    padding: .4rem .5rem;
    position: relative;
}
.chlist ul li a {
	font-size: .65rem;
	color: #333;
}
.chlist ul li span {
	position: absolute;
    top: .4rem;
    right: 1rem;
    line-height: 1rem;
    color: #fff;
    background: #ccc;
    display: block;
    width: 2rem;
    text-align: center;
    font-size: .65rem;
    border-radius: .25rem;
}
.listData{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.listData li{
	width: 48%;
    height: 1.8rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #ae1b1b;
    overflow: hidden;
    margin: .3rem 0;
    font-weight: 600;
    color: #fff;
}
.listData li a{
	color: #875656;
}

img{
	width:96%;
	margin:2%;
}
.qid{
	background-color: #61c62f;
    color: #fff;
    line-height: 2.4rem;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: .2rem;
    font-weight: 700;
}
.swiper-button-next, .swiper-button-prev {
    position: static!important;
    top: 110%!important;
    width:50%!important;
    height: var(--swiper-navigation-size);
    margin-top: 2px!important;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: static!important; 
    left: 0!important; 
    height: .6rem!important;
    width: 100%!important; 
}
.swiper-scrollbar-drag {
    background: rgb(39, 167, 13)!important;
    border-radius: 0px!important;
    left: 0;
}
.swiper-scrollbar {
    border-radius: 0px!important;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}
.daohang{
	display: flex;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    display: none!important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    display: none!important;
}
#list-wrapper{
    padding:0 .6rem;
}
#list-wrapper ul li{
    font-size: 1.2rem;
    border-bottom: 1px solid #dedede;
    line-height: 2.4rem;
}
#list-wrapper ul li span{
    display: block;
    float: right;
    background: #4dbb6d;
    height: 1.6rem;
    border-radius: .8rem;
    font-size: 1rem;
    padding: 0 .5rem;
    margin-top: .4rem;
    line-height: 1.6rem;
    color: #ffffff;
}
#list-wrapper ul li a b{
    color:red;
    font-weight: normal;
}
#list-wrapper ul li a{
    display: block;
    width: 100%;
}
.search{
    display: flex;
    border: 1px solid #65de88;
    background: #8bf18d;
    font-size: 1rem;
    position: fixed;
    width: 100%;
    height: 1.6rem;
    max-width: 748px;
}
.search div,.search select{
    border: none;
    background: #8bf18d;
    font-size:1rem;
}
.search input{
    background: #fdfdfd;
    width: 60%;
    border:none;
    padding-left: .2rem;
}
.search #search{
    text-align: center;
    width: 25%;
}












