body { max-width: 750px; height: 100%; font-family: 'pingfang sc',microsoft yahei; font-size: 16px; margin: 0 auto; color: #323232; overflow-x: hidden; background: #fff; position: relative; }
/* 请使用字体"pingfang sc"字体 */


/*清除样式*/
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea, button, input,a { -webkit-appearance: none; outline: none; font-family: 'pingfang sc',microsoft yahei; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 100px white inset; }

/*筛选*/
.wgw-gdlb-filter { width: 100%; position: fixed; top: 50px; left: 0px; z-index: 9998; }
.wgw-gdlb-filter p { margin: 0px; }
.wgw-gdlb-filter .gdlb-filter-p { font-size: 0px; position: relative; z-index: 2; background: #fff; border-bottom: 1px solid #ebebeb; display: flex; justify-content: space-around; }
.wgw-gdlb-filter .gdlb-filter-p p { width: 100%; height: 45px; line-height: 45px; display: inline-block; vertical-align: top; font-size: 14px; text-align: center; display: inline-block; align-items: center; color: #323232; }
.wgw-gdlb-filter .gdlb-filter-p p:after { content: ""; width: 0px; height: 0px; border-top: 3.9px solid #999; border-right: 3.2px solid transparent; border-left: 3.2px solid transparent; display: inline-block; vertical-align: middle; margin-left: 10px; transition: all 0.5s ease; }
.wgw-gdlb-filter .gdlb-filter-p p.cur { color: #2589ff; }
.wgw-gdlb-filter .gdlb-filter-p p.cur:after { transform: rotate(-180deg); }
.wgw-gdlb-filter .gdlb-filter-p p.cur span { position: relative; }

.wgw-gdlb-filter .gdlb-filter-box { width: 100%; position: absolute; top: 45px; left: 0px; z-index: 1; }
.wgw-gdlb-filter .gdlb-filter-box .gdlb-filter-item { width: 100%; font-size: 0px; padding: 10px; visibility: hidden; opacity: 0; transform: translateY(-150px); transition: all 0.5s ease; background: #fff; border-top: 1px solid #ebebeb; position: absolute; top: 0px; left: 0px; }
.wgw-gdlb-filter .gdlb-filter-box a { width: 30%; display: inline-block; vertical-align: top; font-size: 14px; text-align: center; padding: 5px 10px; border: 1px solid #ebebeb; box-sizing: border-box; margin: 0 2% 2% 0; text-decoration: none; color: #323232; border-radius: 50px; }
.wgw-gdlb-filter .gdlb-filter-box a.cur { color: #2589ff; border: 1px solid #2589ff; }
.wgw-gdlb-filter .gdlb-filter-box a:nth-child(3n) { margin-right: 0px; }
.wgw-gdlb-filter .gdlb-filter-box .gdlb-filter-item.active { visibility: visible; opacity: 1; transform: translateY(0px); }
.gdlb-filter-placeholder { height: 45px; }

.gdlb-zzc { width: 100%; height: 100%; background: rgba(0,0,0,0.75); position: fixed; top: 0px; left: 0px; z-index: 5; opacity: 0; visibility: hidden; transition: all 0.5s ease; }
.gdlb-zzc.active { opacity: 1; visibility: visible; }

/*列表*/
.gdlb-list-content { margin: 15px 10px; }
.gdlb-list-content p { margin: 0px; }
.gdlb-list-content a {display: block;color: #323232;text-decoration: none;border-radius: 10px;overflow: hidden;background: #fff;margin-top: 15px;box-shadow: 0 10px 15px rgba(0,0,0,0.05);border: 1px solid #ebebeb;}
.gdlb-list-content a .gdlb-list-pic { width: 100%; height: 200px; overflow: hidden; font-size: 0px; position: relative; }
.gdlb-list-content a .gdlb-list-pic img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);  }
.gdlb-list-content a .gdlb-list-title { padding: 10px; }
.gdlb-list-content a .gdlb-list-title p { font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold; }
.gdlb-list-content a .gdlb-list-title span { position:relative;font-size: 14px; color: #999; display: block; margin-top: 5px; }
.gdlb-list-content a .gdlb-list-bottom { border-top: 1px solid #f5f5f5; display: flex; justify-content: space-between; padding: 10px; }
.gdlb-list-content a .gdlb-list-bottom p,.gdlb-list-content a .gdlb-list-bottom span { display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.gdlb-list-content a .gdlb-list-bottom p { color: #2589ff; font-weight: bold; }
.gdlb-list-content a .gdlb-list-bottom span { color: #999; }
.gdlb-list-content a .gdlb-list-bottom p img,.gdlb-list-content a .gdlb-list-bottom span img { width: 16px; margin-right: 5px; }
.gdlb-list-gn {
    display: flex;
    align-items: center;
}

.gdlb-list-gn .data_control {
    margin-left: 10px;
}
.gdlb-list-more { font-size: 14px; margin: 20px 0; color: #999; text-align: center; }


.jl-wgw-text a { background: transparent !important; margin-top: 0px !important; }
.jl-wgw-footer a.wgw-bottom-link { margin-top: 0px !important; }

.gdlb-list-qj {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
}

.gdlb-list-qj img {
    width: 20px !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: initial !important;
    margin-right: 5px;
}
/*悬浮*/
.gongdi_listxuanfu{
	width:1rem;
	height:1rem;
	border-radius:50%;
	background:#2589ff;
	position:fixed;
	right:.1rem;
	bottom:2.4rem;
	box-shadow:0 .02rem .36rem rgba(0,0,0,0.1);
	display:flex;
	align-items:center;
	justify-content:center;
}
.gongdi_listxuanfu img{
	width:.5rem;
}