
@font-face
{
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;

	url('../fonts/ArialMT.ttf') format('truetype');
}
@font-face {
	  font-family:PingFang SC;
	  
	  src:url('../fonts/PingFangSC-Regular.otf');
	}
@font-face
{
    font-family: 'Source Han Sans CN';
    font-weight: normal;
    font-style: normal;

	url('../fonts/SOURCEHANSANSCN-REGULAR.OTF');
}
@font-face {
	  font-family:DIN;
	  
	  src:url('../fonts/DIN-MEDIUM.OTF');
	}
/*banner*/

.banner_box {
	width: 100%;
	/* height: 100%; */
	height: 100vh;
	position: relative;
}
.s_banner{
	height: 100%;
}
.banner {
	height: 100%;
	/* -webkit-background-size: cover;
	background-size: cover; */
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	/* animation: suofang 40s linear infinite alternate; */
	position: relative;
}
.s_banner .swiper-slide{
	overflow: hidden;
}

.swiper-pagination{
	text-align: center;
	bottom: 80px!important;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: .6;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.swiper-pagination-bullet-active{
	width:  12px;
	height: 12px;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 1;
}
.swiper-container.s_banner{
	--swiper-theme-color: #fff;
	--swiper-pagination-color: #fff;/* 两种都可以 */
}

@keyframes suofang {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}
.mySwiper {
	width: 100%;
	height: 100vh;
}
.ifw_box{
	width: 100%;
	min-height: 100vh;
	
}
.ifw_box>div{
	/* padding-top: 100px; */
}

.pro_nl{
	width: 300px;
	margin-right: 32px;
}
.filter_type{
	display: none;
}
.pro_nl_tit{
	width: 100%;
	height: 100px;
	background: linear-gradient(126deg, #65C0E2, #154995);
	position: relative;
}
.pro_nl_img{
	position: absolute;
	bottom: 0;
	right: 0;
}
.pro_nltit_c{
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}
.pro_nltit_e{
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
}
.pronl_li_tit{
	width: 300px;
	height: 82px;
	background: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	padding: 0 28px;
	cursor: pointer;
}
.off_type{
	width: 10px;
	height: 14px;
}
.pronl_li_tit.active{
	color: #182E70;
}
.pronl_li_tit.active .off_type{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


.zw_banner{
	width: 100%;
	height: 450px;
}
.base_mbx_box{
	width: 100%;
	background: #FAFAFA;
}
.base_mtbox{
	width: 100%;
}
.mbx_box{
	font-size: 16px;
	color: #333333;
}
.mbx_box a{
	color: inherit;
	
}
.home_icon{
	width: 14px;
	height: 16px;
}
.pro_class_list{
	max-width: 70%;
	overflow-x: auto;
	white-space: nowrap;
}
.pro_class_li{
	height: 70px;
	font-size: 16px;
	color: #333333;
	border-bottom: 2px solid rgba(0,0,0,0);
	cursor: pointer;
	user-select: none;
}
.pro_class_li+.pro_class_li{
	margin-left: 50px;
}
.pro_class_li.active,
.pro_class_li:hover{
	color: var(--base);
	border-bottom: 2px solid var(--base);
}
.zw_box{
	width: 100%;
	background: #fff;
	padding: 108px 0;
	min-height:300px;
}
.zw_list{
	--zml:-20px;
	--zpl:20px;
	margin: var(--zml);
}
.zw_li{
	width: 33.333%;
	padding:var(--zpl)
}
.zw_la{
	width: 100%;
	height: 100%;
	background: #F4F5FA;
	border-radius: 16px;
	display:block;
}
.zw_img{
	position: relative;
}
.zw_la .zw_img{
	border-radius: 16px 16px 0px 0px;
	overflow: hidden;
}
.zw_zw{
	width: 100%;
	display:block;
	opacity:0;
}
.zw_zt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zw_msg{
	width: 100%;
	padding: 28px;
}
.zw_tit{
	font-weight: bold;
	font-size: 18px;
	color: #1D2B3A;
}
.zw_aur{
	font-size: 14px;
	color: #1D2B3A;
	margin-top: 18px;
}
.zw_js{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	height: 60px;
	margin-top: 15px;
}

.zw_box_h{
	background: #F4F5FA;
}
.selfxq_tit{
	font-weight: bold;
	font-size: 30px;
	color: #1D2B3A;
	text-align: center;
	line-height: 1.5;
}
.selfxq_ss{
	margin-top: 30px;
	font-size: 16px;
	color: #1D2B3A;
	text-align: center;
}
.selfxq_ss span{
	margin: 0 20px;
}
.selfxq_msg{
	margin-top: 40px;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 50px 60px;
}

.zw_li1{
	width: 50%;
}
.zw_la1{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 50px 28px 30px;
	border-bottom:4px solid var(--base);
}


.zw_box1{
	background: #F4F5FA;
}
.zw_la2{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 16px;
	padding: 28px;
	display: block;
}
.zw2_name{
	font-weight: bold;
	font-size: 18px;
	color: #1D2B3A;
	text-align: center;
}
.zw2_xx{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.zw_goxq{
	margin: 0 auto;
	width: 56px;
	font-size: 14px;
	color: #FF7800;
	padding-bottom: 2px;
	border-bottom: 1px solid var(--base);
}
.js_share_go{
	margin-top: 20px;
	font-size: 14px;
	color: #1D2B3A;
	width: 56px;
	padding-bottom: 2px;
	border-bottom: 1px solid #1D2B3A;
}
.zw_box_bt{
	border-top: 1px solid #E5E5E5;
}
.lixqt_img{
	width: 440px;
	margin-right: 40px;
}
.zw_tit1{
	font-size: 24px;
}
.zw_aur1{
	color: #999999;
}
.zw_js1{
	height: auto;
}
.zw_img1{
	border-radius: 16px;
	overflow: hidden;
}
.lixq_tit{
	font-weight: bold;
	font-size: 18px;
	color: #1D2B3A;
	line-height: 34px;
	border-bottom: 1px solid #1D2B3A;
	padding: 10px 0;
	margin-top: 60px;
}
.lixq_li{
	width: 100%;
	height: 72px;
	border-bottom: 1px dashed #E5E5E5;
	font-size: 16px;
	color: #1D2B3A;
}
.lixq_li:hover{
	color: #FF7800;
}
.lixqli_icon{
	width: 9px;
	height: 12px;
	margin-right: 10px;
}
.lixqli_tit{
	height: 30px;
	line-height: 30px;
}
.share_video{
	width: 800px;
	height: 480px;
	background: #000;
	max-width: 100%;
}
.jywj_list{
	width: 100%;
}
.jywj_li{
	width: 100%;
	background: #FFFFFF;
	border-radius: 16px;
	padding: 28px;
}
.jywj_li+.jywj_li{
	margin-top: 28px;
}
.jywj_img{
	width: 320px;
	margin-right: 40px;
}
.jywj_msg{
	padding-top: 15px;
}
.zw_js1{
	font-size: 14px;
}
.jywj_num{
	font-size: 14px;
	color: #999999;
}
.jywj_num div+div{
	margin-left: 50px;
}
.jywj_num img{
	margin-right: 8px;
}

.pro_class_list1{
	max-width: 100%;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}
.pro_class_list1 .pro_class_li{
	height: 60px;
}
.pro_class_li1+.pro_class_li1{
	margin-left: 35px;
}
.jsjlh_list{
	margin-top: 40px;
}
.jsjlh_group{
	font-size: 14px;
	color: #555555;
}
.jsjlh_cy{
	color: #555555;
}
.jsjlh_join{
	width: 104px;
	height: 40px;
	background: var(--base);
	border-radius: 8px;
	font-size: 14px;
	color: #FFFFFF;
}
.xmfp_time{
	font-size: 14px;
	color: #999999;
}
.wdhz_li{
	width: 100%;
	padding: 0 28px;
	background: #fff;
}
.wdhz_li+.wdhz_li{
	margin-top: 24px;
}
.wdhzli_top{
	width: 100%;
	height: 70px;
	position: relative;
	padding: 20px 0;
	padding-left: 12px;
	line-height: 30px;
	font-weight: bold;
	font-size: 18px;
	color: #1D2B3A;
	user-select: none;
	
}
.wdhzli_top:before{
	content:'';
	position: absolute;
	top: 27px;
	left: 0;
	width: 4px;
	height: 18px;
	background: #FF7800;
	border-radius: 2px;
}

.wdhzli_btn{
	width: 40px;
	height: 40px;
	background: #F4F6F9;
	border-radius: 50%;
	position: relative;
	top: -5px;
	font-size: 16px;
	color: #5A6575;
	transition: all .5s;
	cursor: pointer;
}
.active .wdhzli_btn{
	background: #FF7800;
	transform: rotate(90deg);
	color: #fff;
}
.wdhzli_msg{
	width: 100%;
	border-top: 1px solid #EEEEEE;
	padding-top: 20px;
	padding-bottom: 50px;
	white-space: pre-line;
	display:none;
}
.active+.wdhzli_msg{
	display:block;
}
.jlq_la{
	background: #F9F9F9;
	border-radius: 16px;
	padding: 28px;
	border-bottom: 4px solid var(--base);
}
.jlqla_num{
	font-size: 12px;
	color: #FF7800;
}
.jlqla_t2{
	margin-top: 20px;
}
.jlqla_tx{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.jlqla_tx img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.jlqla_aur{
	font-size: 14px;
	color: #1D2B3A;
}
.jlqla_sf{
	font-size: 12px;
	color: #999999;
}
.jlqla_group{
	font-size: 12px;
	color: #555555;
}

.jlqla_t3{
	width: 100%;
	font-size: 16px;
	color: #555555;
	line-height: 26px;
	height: 52px;
	margin-top: 10px;
}
.jlqla_t4 {
	margin-top: 20px;
}
.jlqla_t4 img{
	width: 96px;
	height: 96px;
}
.jlqla_t5{
	text-align: center;
	font-size: 12px;
	color: #555555;
	line-height: 1.5;
	margin-top: 10px;
}
.lifestyle_img{
	border-radius: 16px;
	overflow: hidden;
}

.lifestyle_hr{
	width: 100%;
	background: #EEEEEE;
	height: 1px;
	margin: 20px 0;
}
.lifestyle_aur{
	margin-top: 40px;
}
.life_pl_box{
	width: 100%;
	background: #fff;
	padding: 35px;
	margin-top: 30px;
}
.lifestylexq_msg{
	padding-left: 35px;
	padding-right: 35px;
}
.lifepl_tit{
	font-size: 18px;
	color: #1D2B3A;
	line-height: 36px;
	margin-bottom: 20px;
}

.lifepl_li{
	width: 100%;
	padding: 20px 0;
}
.lifepl_tx{
	width: 36px;
	height: 36px;
	margin-right: 12px;
	flex: none;
}
.lifepl_tx img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.lifepl_area{
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.ly_data{
	width: 100%;
	height: 70px;
	padding: 15px;
	border: 0;
	resize: none;
	outline: none;
}
.ly_data_num{
	position: absolute;
	font-size: 12px;
	color: #BABABA;
	right: 15px;
	bottom: 15px;
}
.lifepl_btn{
	width: 80px;
	height: 32px;
	background: var(--base);
	border-radius: 6px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}
.lifepl_d1{
	font-size: 12px;
	color: #BABABA;
	line-height: 36px;
}
.lifepl_uname{
	font-size: 14px;
	color: #333333;
	margin-right: 10px;
}

.lifepl_d2{
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
}
.hdbm_status{
	font-size: 12px;
	color: #FF7800;
	min-width: 52px;
	height: 20px;
	background: #FFF5EC;
	border-radius: 4px;
	padding: 0 7px;
	text-align: center;
}
.interest_btn{
	width: 104px;
	height: 42px;
	background: #FF7800;
	border-radius: 8px;
	font-size: 14px;
	color: #FFFFFF;
}
.interest_btn1{
	width: 104px;
	height: 42px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #FF7800;
	font-size: 14px;
	color: #FF7800;
}
.tcyb_la{
	padding-top: 30px!important;
}
.tcyb_tit{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}
.tcyb_time{
	font-size: 16px;
	color: #555555;
	margin-top: 18px;
}
.jlqla_yq{
	font-size: 18px;
	color: #333333;
	line-height: 44px;
	white-space: pre-line;
	margin-top: 30px;
}
.travel_aur{
	color: #999999;
}
.ljjd_la{
	background: #fff;
}
.ljjd_js{
	height: 90px;
}
.healthy_js{
	font-size: 14px;
	color: #555555;
	line-height: 26px;
	height: 78px;
}
.healthy_times{
	width: 200px;
}
.healthy_year{
	font-family: Arial;
	font-weight: bold;
	font-size: 56px;
	color: #999999;
	line-height: 56px;
}
.healthy_md{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #999999;
	line-height: 26px;
}
.xmk_la{
	padding: 24px;
}
.xmk_img{
	border-radius:16px;
	overflow: hidden;
}
.xmk_msg{
	width: 100%;
	margin-top: 20px;
}
.xmk_aur{
	margin-top: 15px;
	font-size: 16px;
	color: #999999;
}
.xmk_go{
	font-size: 16px;
	color: #FF7800;
	margin-top: 20px;
}
.lixq_li_zc:first-child{
	border-top: 1px dashed #E5E5E5;
}

.form_upimgs_li{
	width: 100%;
}
.form_upimgs_liname{
	width: 110px;
	text-align: right;line-height: 40px;
}
.form_upimgs_li+.form_upimgs_li{
	margin-top: 20px;
}
.form_upimgs_li_int{
	width: 480px;
	position: relative;
}
.form_upimgs_li_int1{
	width: 724px;
}
.el-select{
	width: 100%;
}
.f_u_type{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	padding-right: 10px;
	min-width: 70px;
	cursor: pointer;
}
.f_u_type_i{
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 50%;
	margin-right: 6px;
}
.active .f_u_type_i{
	
	border: 1px solid #FF6900;
}
.f_u_type_i span{
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #fff;
	transition: all .5; 
}
.active .f_u_type_i span{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FF6900;
}
.f_u_type i{
	font-size: 14px;
	color: #FF6900;
	font-weight: bold;
	margin-left: 4px;
	position: relative;
	top: -7px;
}

.fb_upbtn{
	width: 102px;
	height: 102px;
	/* width: 120px;
	height: 120px; */
	position: relative;
}
.fb_upbtn img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.fb_upbtn input{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
}
.fimgs_box{
	width: 100%;
	padding: 10px 0;
}
 /* 自定义编辑器样式 */
#editor-wrapper {
	border: 1px solid #ccc;
	/* margin: 20px; */
}
#toolbar-container {
	border-bottom: 1px solid #ccc;
}
#editor-container {
	height: 300px;
}
#editor-container1 {
	height: 300px;
}
.tk_fb_btn{
	width: 108px;
	height: 40px;
	background: #FF7800;
	border-radius: 6px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}
.qzjs_box{
	width: 100%;
	height: 178px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	padding: 10px;
	resize:none;
	outline: none;
}
/* .v-modal {
	display:none!important;
} */
.jlq_xq_tabs{
	width: 100%;
	background: #fff;
}
.zw_box2{
	padding-top: 20px!important;
}
.jlq_mbox{
	width: 100%;
}
.jlqmbox_l{
	width: 73%;
}
.jlqmbox_r{
	width: 27%;
	padding-left: 24px;
}
.jlq_base_box{
	width: 100%;
	background: #FFFFFF;
	border-radius: 16px;
	padding: 24px;
}
.jlq_base_tit{
	font-size: 18px;
	color: #1D2B3A;
	line-height: 22px;
}
.fbinr_tab{
	width: 88px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	font-size: 14px;
	color: #999999;
	margin-right: 12px;
	cursor: pointer;
	margin-bottom: 12px;
}
.fbinr_tab.active{
	border: 1px solid #FF7800;
	color: #FF7800;
}


.fbfj_btn{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	cursor: pointer;
}
.fbfj_btn img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.jlq_base_box_z{
	position: relative;
	margin-top: 35px;
	margin-bottom: 20px;
}
.jlq_base_box_md{
	position: absolute;
	top: -150px;
	width: 0;
	height: 0;
}
.jlq_base_mtit{
	font-weight: bold;
	font-size: 18px;
	color: #1D2B3A;
}
.jlqpl_top{
	width: 100%;
}
.jlqpl_tx{
	width: 48px;
	height: 48px;
	margin-right: 13px;
}
.jlqpl_tx img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.jlqpl_name{
	font-weight: bold;
	font-size: 16px;
	color: #1D2B3A;
	line-height: 20px;
}
.jlqpl_sf{
	font-size: 12px;
	color: #FF7800;
	width: 36px;
	height: 20px;
	background: #FFF5EC;
	border-radius: 4px;
	margin-left: 10px;
}
.jlqpl_time{
	margin-top: 8px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
.jlqpl_msg{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.jlqpl_imgs{
	--zml:-10px;
	--zpl:10px;
	margin-left: var(--zml);
	margin-right: var(--zml);
}
.jlqpl_img{
	width: 33.333%;
	padding: var(--zpl);
}
.jlqpl_fj_box{
	font-size: 12px;
	color: #555555;
	/* max-width: 184px; */
	height: 24px;
	background: #F8F8F8;
	border-radius: 4px;
	padding: 0 8px;
}
.jlqpl_fj_box img{
	width: 12px;
	height: 12px;
	margin-right: 8px;
}
.jlqpl_cz_box{
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}
.jlqpl_czli{
	margin-right: 20px;
	cursor: pointer;
}
.jlqpl_czli.active, 
.jlqpl_czli.active span{
	color: var(--base);
}
.jlqpl_cz_box span{
	font-size: 16px;
	margin-right: 8px;
	color: #666666;
}
.jlqpl_zpl_list{
	width: 100%;
	border-top: 1px solid #E5E5E5;
	margin-top: 20px;
	padding-top: 20px;
}
.jlqpl_zpl_tx{
	width: 36px;
	height: 36px;
	margin-right: 10px;
}
.jlqpl_zpl_tx img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.jlqpl_zpl_int{
	width: 100%;
	height: 36px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	padding: 0 16px;
	outline: none;
}
.jlqpl_zpl_name{
	font-size: 14px;
	color: #333333;
	line-height: 36px;
}
.jlqpl_zpl_time{
	font-size: 12px;
	color: #BABABA;
	margin-left: 10px;
}
.jlqpl_top+.jlqpl_top{
	margin-top: 20px;
}
.jlqpl_zpl_msg{
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
}
.get_more_btn{
	font-size: 16px;
	color: #FF7800;
	cursor: pointer;
	margin-top: 20px;
}
.jlq_base_box+.jlq_base_box{
	margin-top: 24px;
}
.zlxz_list{
	width: 100%;
	padding: 0 24px;
	background: #FFFFFF;
	border-radius: 16px;
}
.zlxz_li{
	width: 100%;
	padding: 24px 0;
}
.zlxz_li+.zlxz_li{
	border-top: 1px solid #EEEEEE;
}
.zlxz_li img{
	width: 16px;
	height: 20px;
	margin-right: 12px;
}
.zlxz_tit{
	font-size: 16px;
	color: #1D2B3A;
}
.zlxz_aur{
	font-size: 14px;
	color: #999999;
	margin-top: 5px;
}
.zlxz_dbtn{
	font-size: 14px;
	color: #FF7800;
	width: 60px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #FF7800;
}
.jlq_rbox{
	width: 100%;
	background: #FFFFFF;
	border-radius: 16px;
	position: relative;
	padding: 24px;
}
.jlqr_hr{
	width: 100%;
	height: 1px;
	background: #E5E5E5;
	margin-top: 20px;
}
.jlq_data_li{
	font-size: 16px;
	color: #666666;
	margin-top: 18px;
}
.jlq_data_li b{
	color: #1D2B3A;
}
.lifepl_li_b0{
	padding-bottom: 0;
}
.jlq_rbox+.jlq_rbox{
	margin-top: 24px;
}
.hxzj_li{
	width: 100%;
	margin-top: 24px;
}
.hxzjli_tx{
	width: 40px;
	height: 40px;
	margin-right: 13px;
}
.hxzjli_tx img{
	width: 100%;
	height: 100%;
}
.hxzjli_tit{
	font-weight: bold;
	font-size: 14px;
	color: #1D2B3A;
}
.hxzjli_sf{
	font-size: 12px;
	color: #999999;
	margin-top: 5px;
}
.hxzjli_btn{
	font-size: 14px;
	color: #FFFFFF;
	width: 60px;
	height: 32px;
	background: #FF7800;
	border-radius: 4px;
	cursor: pointer;
}
.jlq_base_rtit{
	font-size: 16px;
	color: #FF7800;
	cursor: pointer;
}
.hxzjli_sc{
	font-size: 12px;
	color: #FF7800;
	margin-top: 5px;
}
.hxzjli_btn1{
	font-size: 14px;
	color: #FF7800;
	width: 60px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #FF7800;
	cursor: pointer;
}
.xq_zw_li{
	width: 100%;
	padding: 0;
	margin-top: 20px;
}
.xq_zw_li .jlq_la{
	border-radius: 12px;
	border-bottom: 0;
}
.xq_sq_btn{
	margin-top: 20px;
	font-size: 14px;
	color: #FFFFFF;
	width: 100%;
	height: 36px;
	background: #FF7800;
	border-radius: 8px;
	cursor: pointer;
}
.rqgz_box{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	white-space: pre-line;
}
.jlq_gzbtn {
	width: 60px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #FF7800;
	font-weight: 400;
	font-size: 14px;
	color: #FF7800;
	cursor: pointer;
}

.jlq_gzbtn.active {
	border-color: #E9E9E9;
	background: #E9E9E9;
	color: #888888;
}

.user_page_box {
	min-height: calc(100vh - 180px);
}

.user_left_box {}

.user_right_box {
	flex: 1;
	width: 0;
	display: flex;
	flex-direction: column;
}

.user_card {
	margin-right: 24px;
	position: relative;
	width: 220px;
	padding: 24px 6px 6px;
	background: #FFFFFF;
	border-radius: 12px;
}

.user_card .unfold {
	position: absolute;
	right: -36px;
	top: 100px;
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 0 40px 40px 0;
	cursor: pointer;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	padding: 3px 3px 3px 0;
	display: none;
	align-items: center;
	justify-content: center;
}

.user_card .avatar {
	margin: auto;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
}

.user_card .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user_card .nickname {
	padding: 18px 0 14px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.menu_box {}

.menu_box .menu_ul {
	margin-top: 6px;
}

.menu_box .menu_ul .menu_name {
	height: 48px;
	border-radius: 8px;
	padding: 0 18px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

.menu_box .menu_ul .menu_on {
	background: linear-gradient(90deg, #667EEA, #764BA2);
	color: #ffffff;
}

.menu_box .menu_ul .menu_name .icon {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

.menu_box .menu_ul .menu_name .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.menu_box .menu_ul .menu_name .icon img:last-child {
	display: none;
	opacity: 0;
}

.menu_box .menu_ul .menu_on .icon img:first-child {
	display: none;
	opacity: 0;
}

.menu_box .menu_ul .menu_on .icon img:last-child {
	display: inline-block;
	opacity: 1;
}

.menu_box .menu_ul .menu_name .name {
	flex: 1;
	width: 0;
}

.menu_box .menu_ul .icon-arrow-down {
	font-size: 12px;
	transform: rotate(-90deg);
	transition: all 0.4s ease-in-out;
}

.menu_box .show .icon-arrow-down {
	transform: rotate(0);
}

.menu_box .menu_ul .menu_child {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.menu_box .show .menu_child {
	max-height: 400px;
	overflow: hidden;
}


.menu_box .menu_ul .menu_child .menu_li {
	margin-top: 6px;
	height: 48px;
	border-radius: 8px;
	padding: 0 18px;
	padding-left: 48px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

.menu_box .menu_ul .menu_child .menu_li.on {
	background: #F5F7FA;
}

.menu_box .menu_ul .menu_child .menu_li.on div {
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.user_right_card {
	flex: 1;
	height: 0;
	background: #FFFFFF;
	border-radius: 12px;
}

.card_head {
	height: 60px;
	padding: 0 24px;
	border-bottom: 1px solid #E0E0E0;
}

.card_head .card_title {
	margin-right: 40px;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	transition: all 0.4s ease-in-out;
}

.pointer {
	cursor: pointer;
}

.card_head .card_title.on {
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.card_head .card_title::after {
	content: '';
	position: absolute;
	bottom: -1px;
	width: 32px;
	height: 3px;
	border-radius: 2px;
	transition: all 0.4s ease-in-out;
}

.card_head .card_title.on::after {
	background: linear-gradient(90deg, #667EEA, #764BA2);
}

.card_head .back {
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: pointer;
}

.card_body {
	padding: 12px 24px 24px;
}

.card_body .row {
	padding: 12px 0;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}

.card_body .row .label {
	min-width: 80px;
	text-align: right;
	white-space: nowrap;
}

.card_body .row .value {
	flex: 1;
	width: 0;
}

.card_body .row .value .avatar {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

.card_body .row .value .avatar .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card_body .row .value .avatar .upload {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .28);
}

.card_body .row .value .avatar .upload img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.card_body .row .value .input {
	position: relative;
	width: 400px;
	max-width: 100%;
}

.card_body .row .value .input input {
	outline: none;
	width: 100%;
	height: 40px;
	padding: 0 16px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.card_body .row .value .input input::placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #AAAAAA;
}

.card_body .row .value .input .iconfont {
	position: absolute;
	top: 50%;
	right: 15px;
	padding: 5px;
	font-size: 20px;
	color: #BBBBBB;
	transform: translateY(-50%);
	cursor: pointer;
}

.card_body .row .value .input .code_btn {
	margin-left: 12px;
	flex-shrink: 0;
	width: 120px;
	height: 40px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}

.card_body .btn_box {
	margin-top: 12px;
	padding-left: 80px;
}

.card_body .save_btn {
	width: 108px;
	height: 40px;
	/* background: linear-gradient(-90deg, #667EEA, #764BA2); */
	background: var(--base);
	border-radius: 6px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}
.lougout_btn{
	width: 100%;
	height: 48px;
	border-radius: 8px;
	padding: 0 18px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
	border: 1px solid #eee;
}
.card_body_rpx{
	min-height: 400px;
}
.qz_user_box .avatar img{
	width: 100%;
	height: 100%;
}
.gzbtn{
	margin-left: 10px;
}
.fbfj_btn {
	position: relative;
}
.fbfj_btn input{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.sb_imgs{
	width: 100%;
}
.sb_img{
	width: 150px;
	height: 150px;
	padding: 10px;
	position: relative;
}
.sb_img_img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: 1px solid #eee;
}
.sb_img_del{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--base);
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}


.lifepl_int{
	width: 100%;
	margin-bottom: 20px;
}
.jlqpl_zpl_btn{
	width: 80px;
	height: 36px;
	background: var(--base);
	color: #fff;
	margin-left: 10px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}


@media screen and (min-width: 1441px){
	
	
}

@media screen and (max-width: 1440px) {
	.zw_banner{
		height: 400px;
	}
	.zw_list{
		--zml:-15px;
		--zpl:15px;
	}
	.zw_box{
		padding: 80px 0;
	}
	.zw_msg{
		padding: 15px;
	}
	.selfxq_msg{
		padding: 40px 50px;
	}
	
	.jywj_img{
		width: 300px;
		margin-right: 30px;
	}
	.lifestylexq_msg{
		padding-left: 30px;
		padding-right: 30px;
	}
	.life_pl_box{
		padding: 30px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 1440px) and (min-width: 1150px){
	
	
}
@media screen and (max-width: 1300px) {
	
}

@media screen and (max-width: 1250px){    /*主要*/
	
}

@media screen and (max-width: 1200px) and (min-width: 1151px) {
	
}
@media screen and (max-width: 1200px) and (min-width: 993px) {

}
@media screen and (max-width: 1150px){
	
	
	
	.w1200{
		padding: 0 10px;
	}
	
	.top_box .w1200{
		padding: 0 0px;
	}
	
	
	.pro_nl {
		width: 300px;
		left: -310px;
		transition: left .5s;
		box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .15);
		z-index: 200;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.filter_type {
		display: block;
		position: absolute;
		width: 36px;
		height: 36px;
		text-align: center;
		right: -36px;
		top: 100px;
		background: #fff;
		border-radius: 0 30px 30px 0;
		cursor: pointer;
		z-index: 200;
		box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .15);
		padding: 3px 3px 3px 0;
	}
	.filter_type i {
			font-size: 24px;
			line-height: 30px;
			transition: all .5s;
			color: #005AAA;
	}
	.pro_nl.active{
		left: 0;
	}
	.zw_banner{
		height: 300px;
	}
	
	.zw_list{
		--zml:-10px;
		--zpl:10px;
	}
	.zw_box{
		padding: 60px 0;
	}
	.zw_msg{
		padding: 10px;
	}
	.zw_aur{
		margin-top: 10px;
	}
	.zw_js{
		margin-top: 10px;
	}
	.selfxq_msg{
		padding: 30px 40px;
	}
	.jywj_li{
		padding: 15px;
	}
	.jywj_li+.jywj_li {
	    margin-top: 10px;
	}
	.jywj_img{
		width: 270px;
		margin-right: 20px;
	}
	.lifestylexq_msg{
		padding-left: 20px;
		padding-right: 20px;
	}
	.life_pl_box{
		padding: 20px;
		margin-top: 15px;
	}
	
	.healthy_times{
		width: 100px;
	}
	
}
@media screen and (min-width: 992px){
	
}
/* @media screen and (max-width: 900px) and (min-width: 770px) */
@media screen and (max-width: 992px){
	.zw_box{
		padding: 40px 0;
	}
	.zw_list{
		--zml:-5px;
		--zpl:5px;
	}
}
/* 超小设备 (手机, 600px 以下屏幕设备) */
/* @media only screen and (max-width: 600px) {
  
} */

/* 小设备 (平板电脑和大型手机，600 像素及以上) */
/* @media only screen and (min-width: 600px) {
    
} */

/* 中型设备（平板电脑，768 像素及以上） */
/* @media only screen and (min-width: 768px) {
   
} */

/* 大型设备（笔记本电脑/台式机，992 像素及以上） */
/* @media only screen and (min-width: 992px) {
    
} */

/* 超大型设备（大型笔记本电脑和台式机，1200 像素及以上） */
/* @media only screen and (min-width: 1200px) {
   
} */
/**
 * 
 * @author wenxin <1171390035@qq.com>
 * 
 * @createTime: 2021-3-19 14:21:05
 * ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 * │Esc│   │ F1│ F2│ F3│ F4│ │ F5│ F6│ F7│ F8│ │ F9│F10│F11│F12│ │P/S│S L│P/B│  ┌┐    ┌┐    ┌┐
 * └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘  └┘    └┘    └┘
 * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ┌───┬───┬───┐ ┌───┬───┬───┬───┐
 * │~ `│! 1│@ 2│# 3│$ 4│% 5│^ 6│& 7│* 8│( 9│) 0│_ -│+ =│ BacSp │ │Ins│Hom│PUp│ │N L│ / │ * │ - │
 * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ├───┼───┼───┤ ├───┼───┼───┼───┤
 * │ Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │{ [│} ]│ │ | │ │Del│End│PDn│ │ 7 │ 8 │ 9 │   │
 * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ └───┴───┴───┘ ├───┼───┼───┤ + │
 * │ Caps │ A │ S │ D │ F │ G │ H │ J │ K │ L │: ;│  '│ Enter  │               │ 4 │ 5 │ 6 │   │
 * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤     ┌───┐     ├───┼───┼───┼───┤
 * │ Shift  │ Z │ X │ C │ V │ B │ N │ M │< ,│> .│? /│  Shift   │     │ ↑ │     │ 1 │ 2 │ 3 │   │
 * ├─────┬──┴─┬─┴──┬┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬────┬────┤ ┌───┼───┼───┐ ├───┴───┼───┤ E││
 * │ Ctrl│    │Alt │         Space         │ Alt│    │    │Ctrl│ │ ← │ ↓ │ → │ │   0   │ . │←─┘│
 * └─────┴────┴────┴───────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘ └───────┴───┴───┘
  */
@media screen and (max-width: 768px) {
	
	.top_user_box{
		/* height: auto; */
		height: 44px;
		padding-right: 40px;
	}
	
	

	
	.swiper-pagination{
		/* text-align: right; */
		/* padding-right: 12px; */
		bottom: 30px!important;
	}
	
	.swiper-pagination-bullet{
		
		width: 8px;
		height: 8px;
		border-radius: 2px;
	}
	.swiper-pagination-bullet-active{
		width: 8px;
		height: 8px;
		
		border-radius: 2px;
		
	}
	.banner,
	.banner_box{
		/* height: 155px; */
		height: 275px;
		width: 100%;
		margin-bottom: 0;
		/* border-radius: 8px; */
		overflow: hidden;
	}
	
	.banner_name{
		
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		padding:10px 16px 26px;
		
	}
	.info_banner,
	.info_banner_box {
		height: 182px;
		width: 100%;
	}

	/* 首页 */
	
	.swiper-button-prev1,
	.swiper-button-next1{
		width: 30px;
		height: 30px;
	}
	.swiper-button-prev1{
		left: 0px;
	}
	.swiper-button-next1{
		right: 0px;
	}
	
	
	.zw_banner{
		height: 200px;
	}
	.zw_box{
		padding: 30px 0;
	}
	
	.zw_li{
		width: 50%;
	}
	.base_mtbox{
		flex-wrap: wrap;
		padding:0 10px;
	}
	.mbx_box {
			width: 100%;
			height: 50px;
			line-height: 50px;
	}
	.pro_class_list {
			width: 100%;
			max-width: 100%;
			border-top: 1px solid #eee;
	}
	.pro_class_li {
			height: 50px;
	}
	.pro_class_li+.pro_class_li{
		margin-left: 20px;
	}
	
	
	.selfxq_msg{
		margin-top: 10px;
		padding: 20px 30px;
	}
	
	.selfxq_ss{
		margin-top: 10px;
		flex-wrap: wrap;
	}
	.selfxq_ss div{
		width: 100%;
		line-height: 30px;
	}
	.selfxq_ss span{
		/* display:none; */
	}
	
	.selfxq_ss span.cpointer{
		/* display:inline-block; */
	}
	
	
	.lixq_top{
		flex-wrap: wrap;
	}
	.lixqt_img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.lixqt_img+.flex_1{
		width: 100%;
	}
	
	.jywj_li{
		padding: 10px;
	}
	.lifestyle_aur{
		flex-direction: column;
	}
	.lifestyle_aur>div{
		width: 100%;
		margin-top: 5px;
	}
	.lifestylexq_msg{
		padding-left: 10px;
		padding-right: 10px;
	}
	.life_pl_box{
		padding: 10px;
		margin-top: 10px;
	}
	.tcyb_la{
		padding-top: 15px!important;
	}
	.tcyb_tit{
		font-size: 16px;
	}
	.tcyb_time{
		font-size: 14px;
		margin-top: 10px;
	}
	.jlqla_yq{
		font-size: 14px;
		line-height: 1.8;
		margin-top: 15px;
	}
	.xmk_la{
		padding: 10px;
	}
	
	.jlq_mbox{
		flex-direction: column;
	}
	.jlqmbox_l{
		width: 100%;
	}
	.jlq_base_box{
		padding:15px 10px;
		border-radius: 12px;
	}
	.fbinr_tab{
		width: 80px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.jlqmbox_r{
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.zlxz_list{
		padding: 0 10px;
	}
	.jlq_rbox+.jlq_rbox{
		margin-top: 20px;
	}
	.form_upimgs_liname{
		width: 80px;
	}
	.form_upimgs_li_int{
		width: calc(100% - 80px);
	}
}

@media screen and (max-width: 600px){
	.zw_banner{
		height: 150px;
	}
	.zw_box{
		padding: 15px 0;
	}
	.zw_li{
		width: 100%;
	}
	.selfxq_msg{
		padding: 10px 10px;
	}
	
	.selfxq_tit{
		font-size: 20px;
	}
	.selfxq_ss div{
		font-size: 14px;
		line-height: 24px;
	}
	.jywj_li {
		flex-direction: column;
		position: relative;
	}
	.jywj_img {
		width: 100%;
		margin-right: 0;
	}
	.jywj_msg {
		width: 100%;
	}
	.jywj_num div+div{
		margin-left: 30px;
	}
	.healthy_times {
		position: absolute;
		z-index: 100;
		top: 10px;
		right: 10px;
		padding: 10px;
		background: rgba(0,0,0,.45);
		border-radius: 8px;
	}
	.healthy_year{
		color: #fff;
		font-size: 30px;
		line-height: 40px;
	}
	.healthy_md{
		color: #fff;
		font-size: 14px;
		line-height: 20px;
	}
	.lifestyle_img{
		border-radius: 8px;
	}
}











.yzm_body {
	display: flex;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 801;
	justify-content: center;
	align-items: center;
}

.yzm_body .zhuti {
	position: relative;
	flex-direction: column;
	background: #FFF;
	width: 300px;
	padding: 10px 0 15px 0;
	border-radius: 8px;
}

.yzm_body .zhuti .msg {
	color: #999;
	font-size: 12px;
	padding: 0 12px;
}

.yzm_body .zhuti .msg.red {
	color: red;
}

.yzm_body .zhuti .msg.green {
	color: green;
}

.yzm_body .zhuti .close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #A6A6A6;
	font-size: 18px;
	padding: 5px;
}

.yzm_body .zhuti .title {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin: 0 0 4px 0;
	padding: 0 12px;
}

.yzm_body .zhuti .movable-area {
	position: relative;
	width: 100%;
	/* height: 415rpx; */
	height: 190px;
	flex-direction: column;
}

.yzm_body .zhuti .movable-area #msg {
	width: 100%;
	line-height: 150px;
	height: 150px;
	justify-content: center;
	font-size: 15px;
	color: #999;
	background: #F8F8F8;
}

.yzm_body .zhuti .movable-area #pic {
	width: 300px;
	height: 150px;
}

.yzm_body .zhuti .movable-area #line {
	background: #e4e4e4;
	height: 10px;
	margin: 20px 0 8px 0;
	border-radius: 25px;
}

.yzm_body .zhuti .movable-area .movable-view {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
}

.yzm_body .zhuti .movable-area .movable-view img {
	position: absolute;
	width: 50px;
	height: 50px;
}

.yzm_body .zhuti .movable-area .movable-view::after {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	box-shadow: rgba(26, 101, 255, 0.52) 0 0 5px 1px;
	width: 50px;
	height: 25px;
	border-radius: 25px;
	background: rgb(26, 101, 255) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcAgMAAABuexVFAAAACVBMVEUAAADCwsL9/f1P0DqbAAAAAXRSTlMAQObYZgAAAB1JREFUGNNjCGVgYGANABKhyMwoEHMBkIgaZWIwAdyJJQnaJRg5AAAAAElFTkSuQmCC) no-repeat 50% 50%/auto 20rpx;
	/* margin-left: -10rpx; */
}

@keyframes doudong {
	20% {
		transform: translateX(-15px);
	}

	40% {
		transform: translateX(15px);
	}

	60% {
		transform: translateX(-15px);
	}

	80% {
		transform: translateX(15px);
	}

	100% {
		transform: translateX(0);
	}
}


.yzm_body .zhuti .movable-area .movable-view.doudong {
	animation: doudong 500ms linear 1;
}




::v-deep .uni-slider-thumb {
	height: 18px !important;
	border-radius: 18px;
	margin-top: -9px !important;
}
