@charset "UTF-8";
/* CSS Document */
*{margin: 0;padding: 0}
.wd_title{font-size:18px;color: #333333;background: #ffffff;font-weight: 600;padding: 10px 15px}
.wd_tx{width:100%;overflow:hidden;position:relative;background:blue;}
.wd_banner{width:100%;height:200px;}
.wd_banner img{width:100%;height:100%;} 
.wd_above{text-align:center;position:absolute;width: 100%;top:17.6%;z-index:999;height:auto;overflow:hidden;}
.wd_above img{width:100px;height:100px;overflow:hidden;}
.wd_above p{font-size:16px;color:#fff;margin-top: 10px; width: 100px;margin: 0 auto;}
.wd_list{position:relative;background:#ffffff;display: flex;align-items: center;justify-content: space-between;padding: 0 15px}
.list_left{width:40px;height:45px;margin-right: 20px;flex: none}
.list_left img{width:100%;height:100%;}
.list_right{font-size:18px;width: 100%;padding: 10px 0;border-bottom:1px solid #ececec;color:#333333;line-height: 45px;display: flex;align-items: center;justify-content: space-between}
.list_right img{width: 8px;}
.wd_jx{height:20px;width:100%;background:#f9f9f9;}

.wd_isLogin{
	display: flex;
	justify-content: start;
	align-items: center;
	background-color: #fff;
	padding: 20px 15px;
}
.wd_isLogin img{
	width: 60px;
	height: 60px;
}
.login-sign{
	width: 56px;
	height: 18px;
	background-color: #0062c6;
	border-radius: 2px;
	padding: 4px 10px;
}
/*banner切换*/
.swiper-container{
    width: 100%;
    height: 200px;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-pagination-switch{
	background-size: 100%;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	background-image: url(/app2020/img/dot@3x.png);
}
.swiper-active-switch{
	background-image: url(/app2020/img/doton@3x.png);
    width: 16px;
}
.banner-swiper-pagination{
	margin-top: -20px;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}