@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	font-family: "microsoft yahei";
	color: #333333;
}
body{
	background: #f6f6f6;
	font-size: 0.3rem;
	line-height: 1.5em;
	-webkit-text-size-adjust: 100% !important;
}
:root{
    --color1: #e60012;
    --color2: #ff6666;
    --color3: #ffe8dd;
    --color4: #ff9966;
}
img{
	display: block;
	width: 100%;
	height: 100%;
}
a{
	text-decoration: none;
	color: #333;
}
ul,li{
	list-style: none;
}
input,template,select{
	outline: none;
}

/* 广告位 */
.ad{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
}
.swiper_ad{
	height: 1rem;
}
.ad .swiper-slide{
	width: 100%;
	overflow: hidden;
	display: block;
}

/*临时广告位*/
.ad_temp{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
}
.ad_temp img{
    width: 100%;
    height: auto;
    
}
.ad_static{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
    background: #fff;
	padding: 10px;
	box-sizing: border-box;
}
.ad_yaowen{
    width: 100%;
    height: 4.58rem;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 10px;
    background: #fff;
}
.ad_static img, .ad_yaowen img{
    width: 100%;
    height: auto;
}

/* 列表 */
.newslists{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.newslists a{
	display: block;
	padding: 0.3rem 0;
	box-sizing: border-box;
	border-bottom: 2px solid #f6f6f6;
}
.newslists a:last-of-type{
	border-bottom: 0;
}
.newslists a i{
	width: auto;
	height: 0.3rem;
	display: block;
	float: left;
	margin-right: 0.1rem;
	margin-top: 0.1rem;
}
.icon_text{
	font-size: 0.24rem;
	border: 1px solid var(--color2);
	box-sizing: border-box;
	padding: 0 0.05rem;
	font-weight: bold;
	border-radius: 0.04rem;
	margin-right: 0.1rem;
	color: var(--color2);
}
.newslist_circle a{
	position: relative;
	padding-left: 0.2rem;
}
.newslist_circle a::before{
	content: "";
	width: 0.1rem;
	height: 0.1rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background: var(--color1);
	border-radius: 50%;
}

/* 带图列表 */
.lists_img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.lists_img_item{
	width: 100%;
	height: 1.4rem;
	overflow: hidden;
	display: block;
	padding-bottom: 0.3rem;
	border-bottom: 2px solid #f6f6f6;
	margin-bottom: 0.3rem;
	position: relative;
}
.lists_img_img{
	display: block;
	width: 2.2rem;
	height: 100%;
	float: left;
}
.lists_img_text{
	width: calc(100% - 2.4rem);
	height: 100%;
	float: right;
	display: flex;
	align-items: center;
}
.lists_img_text p{
	width: 100%;
	height: auto;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.lists_img_item:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
}

/* 标题 */
.title{
	width: 100%;
	height: 0.8rem;
	/*border-bottom: 1px solid var(--color1);*/
	/*box-sizing: border-box;*/
	line-height: 0.8rem;
}
.title_l{
	float: left;
	font-size: 0.34rem;
	color: var(--color1);
}
.title_r{
	float: right;
	font-size: 0.28rem;
	color: #999;
	position: relative;
	padding-right: 0.2rem;
}
.title_r::after{
	content: "";
	width: 0.16rem;
	height: 0.20rem;
	display: block;
	background: url(../../images/wap2/arrow_gray.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* 顶部 */
.head{
	width: 100%;
	height: 0.8rem;
	background: var(--color1);
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.top_l{
	width: 60%;
	height: 100%;
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.head_top a{
	display: block;
	font-weight: bold;
}
.logo{
	width: 2.11rem;
	height: 0.48rem;
}
.forpc{
	width: 1.11rem;
	height: 0.36rem;
	margin-left: 0.2rem;
}
.toSearch{
	width: 0.36rem;
	height: auto;
	overflow: hidden;
	margin-left: 0.2rem;
}
.toSearch img{
	width: 100%;
	height: auto;
}
.top_r{
	width: 40%;
	height: 100%;
	float: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.jubao{
	color: #fff;
}
.user{
	width: 0.48rem;
	height: 0.48rem;
	margin-left: 0.2rem;
}

/* 导航 */
.nav{
	width: 100%;
	height: 0.8rem;
	overflow: hidden;
	position: relative;
	padding: 0 0.2rem;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
}
.nav_main{
	width: auto;
	height: 100%;
	white-space: nowrap;
	padding-right: 0.4rem;
    box-sizing: border-box;
    position: absolute;
}
.nav_main a{
	margin-right: 0.2rem;
	line-height: 0.8rem;
	color: #333;
	font-size: 0.26rem;
}
.icon_navList{
	width: 0.67rem;
	height: 0.48rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../../images/wap2/icon_navlist2023.png) no-repeat;
	background-size: contain;
}
.nav_main .nav_active{
	font-size: 0.4rem;
	font-weight: bold;
}
.head_fixed{
	position: fixed;
	top: 0;
	z-index: 900;
}

/* 网站地图 */
.navlist{
	width: 100%;
	height: 0;
	background: #fff;
	padding: 0 0.2rem;
	box-sizing: border-box;
	position: fixed;
	top: 0.8rem;
	left: 0;
	z-index: 1000;
	background: #f6f6f6;
	overflow-y: scroll;
	transition: height 0.2s; 
}
.list_head{
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.3rem;
	font-weight: bold;
	border-bottom: 1px solid #e2e2e2;
}
.list_close{
	font-size: 0.3rem;
	line-height: 0.5rem;
	padding: 0 0.2rem;
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
}
.list_item{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.1rem;
}
.list_item_tit{
	width: 100%;
	line-height: 0.6rem;
	font-size: 0.26rem;
	font-weight: bold;
	text-align: left;
}
.list_main{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list_main a{
	display: inline-block;
	width: 22%;
	line-height: 0.5rem;
	background: #fff;
	font-size: 0.26rem;
	margin: 0.1rem 1%;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
}
.list_main .list_main_zazhi{
	width: 47%;
}

/* 头条关注 */
.headline{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 0 0.2rem;
	padding-top: 0.4rem;
	box-sizing: border-box;
}
.headline_top{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	text-align: left;
	padding-bottom: 0.2rem;
}
.headline_news{
	font-size: 0.4rem;
	font-weight: bold;
	color: var(--color1);
	line-height: 0.6rem;
}
.headline_list{
	margin-top: 0.2rem;
}

/* 要闻轮播图 */
.focus_img{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
	margin-top: 10px;
	position: relative;
	padding-bottom: 0;
}
.swiper_focus{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 0.2rem;
}
.swiper_focus a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.swiper_focus a > span{
	display: block;
	width: 100%;
	height: 4.17rem;
}
.focus_text{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	padding: 0.1rem 0;
	box-sizing: border-box;
}
.focus_text p{
	width: 100%;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 0.32rem;
}
.swiper_focus .swiper-pagination{
	position: absolute;
	left: 0;
	bottom: 0;
}
.swiper_focus .swiper-pagination{
	width: 6.8rem;
	height: 2px;
	background: #ffb2b2;
	/*background: #ebebeb;*/
	bottom: 0;
	top: initial;
}
.swiper_focus_pagination_fill{
	background: var(--color2);
	/*background: #bebebe;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: left top
}

/* 4图新闻 */
.fourImg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	background: #fff;
	padding: 0.2rem;
	box-sizing: border-box;
}
.sw_fourImg{
	width: 100%;
	height: 3.8rem;
}
.sw_fourImg .swiper-slide{
	width: 4rem;
	display: block;
	overflow: hidden;
	margin-right: 0.2rem;
}
.sw_fourImg .swiper-slide:last-of-type{
	margin-right: 0;
}
.sw_fourImg .swiper-slide > span{
	width: 100%;
	height: 2.54rem;
	overflow: hidden;
	display: block;
}
.sw_fourImg_tit{
	width: 100%;
	height: auto;
	padding-top: 0.1rem;
}
.sw_fourImg_tit p{
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* 热点新闻 */
.rdxw{
	width: 100%;
	height: 1.2rem;
	background: #fff;
	margin-top: 10px;
	padding: 0rem 0.2rem;
	box-sizing: border-box;
	overflow: hidden;
}
.rdxw_tit{
	width: 0.51rem;
	height: 0.57rem;
	display: block;
	background: url(../../images/wap2/icon_jrtj.png) center no-repeat;
	background-size: 100% auto;
	float: left;
	margin-top: 0.315rem;
}
.jrtj{
    float: right;
    width: calc(100% - 0.71rem);
	height: 100%;
	margin-left: 0.2rem;
	flex: 1;
}
.jrtj a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	line-height: 1.2rem;
}
/* .sw_rdxw{
	height: 100%;
	margin-left: 0.2rem;
	flex: 1;
}
.more_rdxw{
	width: 0.21rem;
	height: 0.26rem;
	background: url(../../images/wap2/i_arrow_gray.png) center no-repeat;
	background-size: auto 100% ;
	display: block;
}
.sw_rdxw a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	line-height: 1.2rem;
} */

/* 要闻精选 */
.focus_lists{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.2rem;
	background: #fff;
	box-sizing: border-box;
	margin-top: 10px;
}
.focus_news_item{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.3rem 0;
	border-bottom: 2px solid #f6f6f6;
}

.focus_newsLists_b .focus_news_item:last-of-type{
	border: none;
}
.focus_news_item a{
	display: inline;
	margin-left: 0.1rem;
	border: none;
}
.focus_group{
	padding: 0;
}
.focus_group a{
	float: left;
}
.focus_news_item a:first-of-type{
	margin-left: 0;
}


/* 评什么 */
.remark{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	background: #fff;
	padding: 0.2rem;
	box-sizing: border-box;
}
.title_remark img{
	width: 1.38rem;
	height: 0.43rem;
	margin-top: 0.2rem;
}
.title_remark .title_r{
	padding-right: 0;
}
.title_remark .title_r a{
	color: #999;
	margin-left: 0.2rem;
}
.title_remark .title_r::after{
	display: none;
}
.remark .lists_img{
	margin-top: 0.3rem;
}

/* 记者编辑专栏 */
.journalist{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	background: linear-gradient(#ff9191, #ffda94);
	padding: 0.2rem;
	box-sizing: border-box;
}
.title_journalist{
	border-bottom: none;
}
.title_journalist .title_l,
.title_journalist .title_r{
	color: #fff;
}
.title_journalist .title_r::after{
	background: url(../../images/wap2/arrow_white.png) no-repeat;
	background-size: contain;
}
.swiper_journalist{
	width: 100%;
	height: 2.15rem;
	margin-top: 0.3rem;
}
.swiper_journalist .swiper-slide{
	width: 1.55rem;
	display: block;
	margin-right: 0.2rem;
}
.swiper_journalist .swiper-slide:last-of-type{
	margin-right: 0;
}
.swiper_journalist .swiper-slide span{
	display: block;
	width: 100%;
	height: 1.3rem;
	border: 1px solid var(--color2);
	box-sizing: border-box;
	border-radius: 0.1rem;
	overflow-y: hidden;
}
.swiper_journalist .swiper-slide p{
	width: 100%;
	height: 0.6rem;
	text-align: center;
	color: #fff;	
}

/* 国内国际 */
.inout{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
	margin-top: 10px;
}
.inout_t{
	width: 100%;
	margin-top: 0.3rem;
	border-bottom: 2px solid #f6f6f6;
	padding-bottom: 0.3rem;
	box-sizing: border-box;
	display: block;
}
.inout_t span{
	font-weight: bold;
}
.inout_t p{
	font-size: 0.28rem;
	color: #999;
	margin-top: 0.1rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.inout_lsits_img{
	margin-top: 0.3rem;
}
.inout_lsits_img .lists_img_item:last-of-type{
	border-bottom: 1px solid #f6f6f6;
}

/* 人事任免 */
.renshi{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.2rem;
	margin-top: 10px;
	box-sizing: border-box;
	background: #fff;
}

/* 全媒矩阵 */
.sttx{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.3rem;
	background: #fff;
	padding: 0.2rem 0;
	box-sizing: border-box;
}
.title_matrix{
	padding: 0.2rem;
	box-sizing: border-box;
}
.swiper_sttx, .swiper_csj{
	width: 6.8rem;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 0.3rem;
	padding-bottom: 0.3rem;
}
.swiper_sttx .swiper-slide,
.swiper_csj .swiper-slide{
	width: 3.25rem;
	height: auto;
	overflow: hidden;
}
.matrix_updown_item_img,
.matrix_updown_item_img span{
	width: 100%;
	height: 2.07rem;
	display: block;
	position: relative;
}
.matrix_updown_item_img i{
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	right: 0.1rem;
	bottom: 0.1rem;
	background: url(../../images/wap2/play.png) no-repeat;
	background-size: cover;
}
.matrix_updown_item_text{
	width: 100%;
	height: 1.2rem;
	padding-top: 0.1rem;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.matrix_updown_item_text p{
	 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper_sttx .swiper-pagination, 
.swiper_csj .swiper-pagination{
	top: initial;
	bottom: 0;
	height: 2px;
}
.special{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	background: #fff;
	padding: 0.2rem 0;
	box-sizing: border-box;
}
.matrix_title{
	padding: 0 0.2rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.matrix_title_r {
    font-size: 0.28rem;
    color: #999;
    position: relative;
}
.swiper_spcial{
	width: 6.8rem;
	height: 3.18rem;
	margin: 0 auto;
	margin-top: 0.3rem;
}
.swiper_spcial .swiper-slide{
	width: 5rem;
	height: 100%;
	display: block;
	float: left;
	margin-right: 0.2rem;
	overflow: hidden;
}
.swiper_spcial .swiper-slide:last-of-type{
	margin-right: 0;
}


.chinafun{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
}
.title_chinafun .title_l{
	width: 2.64rem;
	height: 0.4rem;
	margin-top: 0.2rem;
}
.chinafun_lang{
	float: left;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color: #666;
}
.chinafun_lang_en{
	margin-left: 1rem;
}
.chinafun_lang_ch{
	margin-left: 0.2rem;
}
.title_chinafun_active{
	color: var(--color2);
}
.chinafun_index_nav{
	width: 100%;
	height: 0.6rem;
	background: #f6f6f6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.chinafun_index_nav a{
	margin: 0 0.2rem;
}
.chinafun_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.3rem;
	display: none;
}
.chinafun_main_en{
	display: block;
}
.chinafun_t{
	width: 100%;
	height: 4.33rem;
	position: relative;
	display: block;
}
.chainafun_img{
	width: 100%;
	height: 100%;
	display: block;
}
.chinafun_text{
	width: 100%;
	height: 2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.chinafun_text p{
	position: absolute;
	left: 0;
	bottom: 0.1rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 0 0.1rem;
	box-sizing: border-box;
	color: #fff;
}
.chinafun_main_en .chinafun_text p{
	font-family: 'Georgia';
}
.chinafun_icon{
	display: block;
	width: 1.33rem;
	height: 0.36rem;
	position: absolute;
	right: 0;
	bottom: 0;
}
.chinafun_icon_first{
	right: 0.1rem;
	top: 0.1rem;
	bottom: inherit;
}
.chinafun_play{
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    display: block;
    background: url(../../images/wap2/icon_play_202302.png) no-repeat;
    background-size: contain;
}

/* 面孔 */
.personage{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
}
.swiper_personage{
	width: 100%;
	height: 5.4rem;
	margin-top: 0.3rem;
}
.swiper_personage .swiper-slide{
	width: 3.3rem;
	height: 4.98rem;
	display: block;
	margin-right: 0.2rem;
}
.swiper_personage .swiper-slide:last-of-type{
	margin-right: 0;
}
.personage_img{
	display: block;
	width: 100%;
	height: 100%;
}
.personage_img img{
	width: 100%;
	height: auto;
}
.personage_text{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	color: #fff;
	padding: 0.1rem;
	padding-top: 0.6rem;
	box-sizing: border-box;
}
.personage_text_position{
	font-size: 0.28rem;
	margin-top: 0.1rem;
}
.swiper .pagination{
	width: 100%;
	height: 6px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 0;
}
.bulletClass{
	width: 6px;
	height: 6px;
	display: inline-block;
	background: var(--color2);
	border-radius: 50%;
	margin: 0 0.1rem;
	opacity: 0.5;
}
.bulletActiveClass{
	background: var(--color2);
	opacity: 1;
}

/* 视野 */
.shiye{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
}
.shiye_lsits_img,
.shiye_newslists{
	margin-top: 0.3rem;
}
.shiye_lsits_img .lists_img_item:last-of-type{
	border-bottom: 2px solid #f6f6f6;
}

/* 特刊展示 */
.tekan{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
}
.swiper_tekan{
	width: 100%;
	height: 4.75rem;
	margin-top: 0.3rem;
}
.swiper_tekan .swiper-slide{
	width: 3.3rem;
	height: 4.33rem;
	margin-right: 0.2rem;
}
.swiper_tekan .swiper-slide:last-of-type{
	margin-right: 0;
}

/* 社内活动 */
.inner{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
}
.inner_newslists{
	margin-top: 0.3rem;
}

/* 《环球人物》杂志 */
.magazine{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
}
.swiper_magazine{
	width: 100%;
	height: 5.15rem;
	margin-top: 0.3rem;
}
.swiper_magazine .swiper-slide{
	width: 3.3rem;
	height: 4.73rem;
	margin-right: 0.2rem;
}
.swiper_magazine .swiper-slide:last-of-type{
	margin-right: 0;
}
.magazine_img{
	display: block;
	width: 100%;
	height: 4.33rem;
}
.magazine_text{
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
}

/* 三大品牌 */
.three{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	box-sizing: border-box;
}
.title_three{
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.three_item{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.3rem;
	background: #fff;
	padding: 0.2rem;
	box-sizing: border-box;
}
.three_lsits_img{
	margin-top: 0.3rem;
}
.title_wc .title_l{
	width: 1.96rem;
	height: 0.5rem;
	margin-top: 0.1rem;
}
.title_xx .title_l{
	width: 1.7rem;
	height: 0.48rem;
	margin-top: 0.1rem;
}
.title_wy .title_l{
	width: 1.39rem;
	height: 0.5rem;
	margin-top: 0.1rem;
}

/* 返回顶部 */
.totop{
	width: 0.8rem;
	height: 0.8rem;
	background: url(../../images/wap2/to_top.png) no-repeat;
	background-size: 100% auto;
	position: fixed;
	right: 0.2rem;
	bottom: 2rem;
	z-index: 10;
	display: none;
}


/* 底部 */
.foot{
	width: 100%;
	height: auto;
	padding: 0.2rem;
	box-sizing: border-box;
	background: var(--color1);
	color: #fff;
	text-align: center;
	font-size: 0.26rem;
	margin-top: 1rem;
	line-height: 0.39rem;
}
.foot p{
	margin: 0;
}
.foot a{
	color: #fff;
	display: block;
}