
/*banner*/

.banner_box {
	width: 100%;
	height: 700px;
	position: relative;
	/* margin-bottom: 10px; */
}

.banner {
	height: 800px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	display: block;
	/* animation: suofang 40s linear infinite alternate; */
	position: relative;
}
.banner_name{
	position: absolute;
	bottom: 0;
	left: 0;
	/* font-size: 24px; */
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	/* padding:10px 26px 60px; */
	padding:10px 20px 50px;
	width: 100%;
	/* background: rgba(0, 0, 0, .5); */
	background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.85) 78%);
}
.s_banner .swiper-slide{
	overflow: hidden;
}

.swiper-pagination{
	text-align: center;
	padding-right: 24px;
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(149,128,89,0.38);
	opacity: 0.66;
	border-radius: 50%;
	margin: 0 12px;
}
.swiper-pagination-bullet-active{
	/* width: 18px;
	height: 18px;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(149,128,89,0.38);
	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)
    }
}

/* 首页 start */
.banner_msg{
	padding-top: 150px;
}
.banner_msg_t1{
	font-size: 54px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FF6900;
	line-height: 58px;
}
.banner_msg_t2{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 78px;
}
.banner_msg_t3{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-bottom: 42px;
}
.banner_msg_btn,.banner_msg_btn:hover{
	width: 170px;
	height: 48px;
	background: #FF6900;
	border-radius: 24px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
}
.box_box{
	width: 100%;
	background: #fff;
	padding-bottom: 80px;
}
.box_box128{
	background: #F1F2F8;
}
.box_tit{
	text-align: center;
	padding-top: 70px;
	padding-bottom: 40px;
}
.box_tit div{
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
}
.box_tit p{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 34px;
}
.pourpar_box{
	width: 100%;
	height: 356px;
}
.baozhang_li{
	width: 280px;
	height: 232px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-top: 2px solid #FF6A00;
	padding-top: 30px;
}
.bz_icon{
	width: 56px;
	height: 64px;
	margin: 0 auto 25px;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FF6900;
	line-height: 30px;
}
.bz_icon>div{
	background-image: url(../ibz.png);
}
.bz_tit{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 22px;
	margin: 0 auto 22px;
}
.bz_text{
	margin: 0 auto;
	width: 240px;
	line-height: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.jjfa_list{
	width: 100%;
}
.jjfa_li{
	width: 280px;
	height: 200px;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 26px;
	position: relative;
	cursor: pointer;
}
.jjfa_li:nth-child(4n){
	margin-right: 0;
}
.jjfa_li:nth-child(n+5){
	margin-top: 27px;
}
.jjfa_li_bg{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.jjfa_li_box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .521);
	z-index: 100;
	padding-top: 53px;
}
.jjfa_li_img{
	width: 54px;
	height: 54px;
	margin-bottom: 22px;
}
.jjfa_li_img img{
	max-width: 100%;
	max-height: 100%;
}
.jjfa_li_tit{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}
.jjfa_li_zc,.jjfa_li_zc:hover{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width: 120px;
	height: 40px;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	margin-top: 20px;
}
.tq_li{
	width: 280px;
	height: 338px;
	background: #FFFFFF;
	border-radius: 8px;
}
.tq_li_top{
	width: 280px;
	height: 68px;
	background: linear-gradient(180deg, #B6C3D2, #798FA6);
	border-radius: 8px 8px 0px 0px;
	position: relative;
}
.tq_li1 .tq_li_top{
	background: linear-gradient(180deg, #F1D29A, #BF8D50);
}
.tq_li2 .tq_li_top{
	background: linear-gradient(180deg, #EEC9AC, #B17F61);
}
.tq_li3 .tq_li_top{
	background: linear-gradient(180deg, #B6BED5, #707B97);
}
.tq_lit_tit{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	z-index: 10;
}
.tq_lit_sub{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
	z-index: 10;
}
.ystq_l{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: auto;
	height: 100%;
}
.ystq_r{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: 100%;
}
.tq_li_m{
	width: 100%;
	padding: 30px  20px 20px;
}
.tq_li_i{
	width: 55px;
	height: 55px;
	margin-bottom: 22px;
}
.tq_li_i img{
	max-width: 100%;
	max-height: 100%;
}
.tq_li_text{
	width: 100%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	height: 72px;
	margin-bottom: 29px;
}
.tq_li_btn_box{
	width: 100%;
	position: relative;
}
.tq_li_btn{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width: 100%;
	height: 44px;
	background: linear-gradient(180deg, #B6C3D2, #798FA6);
	border-radius: 4px;
	position: relative;
	z-index: 10;
}
.tq_li_btn:hover{
	color: #fff;
}
.tq_li_btn_box::after{
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -4px;
	border-radius: 0 0 4px 4px;
	background:#435D78;
	z-index: 1;
}
.tq_li1 .tq_li_btn{
	background: linear-gradient(180deg, #F1D29A, #BF8D50);
}

.tq_li1 .tq_li_btn_box::after{
	background:#80541D;
}
.tq_li2 .tq_li_btn{
	background: linear-gradient(180deg, #EEC9AC, #B17F61);
}
.tq_li2 .tq_li_btn_box::after{
	background:#7E4C2D;
}
.tq_li3 .tq_li_btn{
	background: linear-gradient(180deg, #B6BED5, #707B97);
}
.tq_li3 .tq_li_btn_box::after{
	background:#3E4A69;
}
.i_ms_box{
	width: 100%;
	margin-top: 46px;
	/* background: #6969FF; */
	/* background: url(../vipms.png) repeat fixed center; */
	/* background-image: url(../vipms.png); */
	background-image: url(../vipms1.png);
	background-repeat: no-repeat;
	background-position: center;
	/* height: 340px; */
	height: 256px;
	/* background-size: 100% 100%; */
}
.i_ms_c{
	width: 98px;
	height: 98px;
}
.i_ms_l{
	width: 616px;
	height: 100%;
	font-family: Microsoft YaHei;
	color: #FFFFFF;
	padding-left: 40px;
	padding-top: 35px;
}
.i_ms_r{
	width: 486px;
	height: 100%;
	font-family: Microsoft YaHei;
	color: #949EB7;
	text-align: right;
	padding-right: 40px;
	padding-top: 35px;
	/* background: #DFE8F5; */
}
.i_ms_tit{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 32px;
	line-height: 30px;
}
.i_ms_msg{
	font-size: 18px;
	font-weight: 400;
	line-height: 42px;
}
.i_ms_msg span{
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 50%;
	margin-right: 12px;
	position: relative;
	top: -2px;
}
.i_ms_r span{
	background: #949DB7;
}
.our_ser_list{
	width: 100%;
}
.our_ser_li{
	width: 224px;
	height: 314px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-top: 2px solid #FF6A00;
	padding-top: 45px;
	cursor: pointer;
}
.our_ser_li:nth-child(2){
	border-top: 2px solid #FF9600;
}
.our_ser_li:nth-child(3){
	border-top: 2px solid #63ADE1;
}
.our_ser_li:nth-child(4){
	border-top: 2px solid #8785C3;
}
.our_ser_li:nth-child(5){
	border-top: 2px solid #64B3BE;
}
.our_ser_i{
	width: 76px;
	height: 76px;
	margin-bottom: 25px;
}
.our_ser_i img{
	max-width: 100%;
	max-height: 100%;
}
.our_ser_tit{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 20px;
}
.our_ser_hx{
	width: 183px;
	/* height: 1px; */
	/* background: #eee; */
	border-top: 1px dashed #eee;
	margin: 20px auto 0;
	padding-top: 18px;
}
.our_ser_text{
	width: 100%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	height: 60px;
	margin-bottom: 7px;
}
.our_ser_go{
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
}
.our_ser_go img{
	width: 16px;
	height: auto;
	margin-left: 8px;
}
.our_ser_go span{
	font-size: 18px;
	color: #FF6900;
}
.i_num_box{
	width: 100%;
	height: 104px;
	position: relative;
}
.inum_box{
	position: absolute;
	left: 0;
	top: -106px;
	width: 100%;
	height: 210px;
	background: #FFFFFF;
	box-shadow: 0px 0px 37px 1px rgba(0,0,0,0.06);
	border-radius: 8px;
	padding: 0 40px;
}
.inum_l1{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.inum_l2{
	margin-top: 8px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FF6900;
}
.inum_l3{
	margin-top: 30px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
	
.inum_c{
	width: 1px;
	height: 66px;
	background: #EEEEEE;
	margin: 0 100px;
}


.inumr_hx{
	width: 43px;
	height: 2px;
	background: #FF6900;
	margin-top: 13px;
	margin-bottom: 20px;
}
.inumr_num{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.inumr_num span{
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
}
/* 首页 end */
/* 服务 start */
.banner_box1{
	height: 450px;
}
.fwi_box{
	width: 100%;
	background: #fff;
}
.fwi_tit{
	padding-top: 75px;
	text-align: center;
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
}
.fwi_li{
	padding: 45px;
	width: 100%;
	background: #fff;
}
.fwi_li1{
	background: #F1F2F8;
}
.fwi_li1 .w1200{
	flex-direction: row-reverse;
}
.fwili_img{
	width: 434px;
	height: 286px;
}
.fwi_msg{
	width: 556px;
}
.fwi_mt{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
	margin-bottom: 20px;
}
.fwi_mm{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.fwlc_box{
	padding: 50px 0;
}
/* 服务 end */

/* 任务大厅 start */
.task_box{
	width: 100%;
	background: #F1F2F8;
	background-image: url(../task_bg.png);
	background-repeat: no-repeat;
	background-size: 1920px 290px;
	background-position: top center;
	min-height: 300px;
	padding-bottom: 80px;
}
.task_tabs{
		height: 78px;
		padding: 10px 0;
}
.task_tab{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin: 0 25px;
	cursor: pointer;
}
.task_tab.active{
	font-weight: bold;
	position: relative;
}
.task_tab.active::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 4px;
	background: #FF6900;
	border-radius: 2px;
	margin-left: -15px;
}
.task_bc{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
	padding: 22px 0;
}
.task_bc a,.task_bc a:hover{
	color: #333333;
}
.task_zc{
	width: 680px;
	height: 362px;
}
.task_rbox{
	width: 496px;
	padding-top: 10px;
}
.task_rtbox{
	width: 100%;
	height: 84px;
	background: #FAF5F1;
	border-radius: 8px 8px 0px 0px;
}
.task_rbbox{
	width: 100%;
	height: 268px;
	background: #FFFFFF;
	border-radius: 0px 0px 8px 8px;
}
.task_rtli{
	position: relative;
	height: 84px;
	cursor: pointer;
}
.task_rtli.active::before{
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 94px;
	background: #fff;
	border-radius: 8px 8px 0px 0px;
}
.task_rtli_t{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
	position: relative;
	z-index: 10;
}
.task_rtli_b{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 34px;
	position: relative;
	z-index: 10;
}
.task_rb_sg{
	width: 1px;
	height: 140px;
	background: #EEEEEE;
}
.task_rb_img{
	width: 54px;
	height: 54px;
	margin-bottom: 16px;
}
.task_rb_img img{
	max-width: 100%;
	max-height: 100%;
}
.task_rb_btn,.task_rb_btn:hover{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	width: 146px;
	height: 40px;
	background: #FF6900;
	border-radius: 20px;
	margin-top: 25px;
	cursor: pointer;
}
.xqbj_box{
	height: 300px;
	background: #fff;
	border-radius: 8px;
}
.xqbj_box_l{
	width: 180px;
	height: 300px;
	background: linear-gradient(0deg, #FF9500, #FF6A00);
	border-radius: 8px 0px 0px 8px;
	padding: 20px;
	background-size: cover;
	background-position: center;
	background-image: url(../task/xqbg1.png);
	position: relative;
}
.xqbj_box_r{
	width: 1020px;
	height: 300px;
	background: #FFFFFF;
	border-radius: 0px 8px 8px 0px;
}
.xqbj_l_tit{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 34px;
}
.xqbj_l_hg{
	width: 32px;
	height: 2px;
	background: #FFFFFF;
	opacity: 0.66;
	border-radius: 1px;
	margin-bottom: 50px;
}
.xqbj_l_btn{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
	line-height: 34px;
	width: 140px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	cursor: pointer;
	position: absolute;
	bottom: 30px;
	left: 15px;
}
.bj_datas_list{
	width: 100%;
	padding:0 20px;
	position: relative;
	margin-top: 8px;
}
.bj_datas_list::after{
	content: '';
	position: absolute;
	background: #EEEEEE;
	width: 1px;
	top: 0;
	bottom: 0;
	left: 50%;
}
.bj_datas_li{
	width: 50%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	cursor: pointer;
}
.bj_datas_li:nth-child(2n){
	padding-left: 105px;
}
.bj_datas_li:nth-child(2n-1){
	padding-right: 105px;
}
.bj_datas_li:nth-child(n+3){
	margin-top: 20px;
}
.ibj_pri{
	color: #FF6900;
	margin-right: 10px;
}
.ibj_tit{
	color: #333;
	line-height: 20px;
	height: 20px;
}
.ibj_btn{
	margin-left: 10px;
	color: #999999;
}
.xqbj_box+.xqbj_box{
	margin-top: 24px;
}

.xqbj_box_l1{
	
	background-image: url(../task/xqbg2.png);
}
.xqbj_box_l1 .xqbj_l_btn{
	/* background: linear-gradient(0deg, #8CADDD, #8785C3); */
	color: #8785C3;
}
.wfy_lbox{
	width: 590px;
}
.wfy_rbox{
	width: 590px;
}
.wfy_cjbox{
	width: 100%;
	min-height: 792px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 0 20px;
}
.wfy_cj_tit{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #EEEEEE;
}
.wfy_cj_tit div{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.wfy_cj_tit a,.wfy_cj_tit a:hover{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.jswd_list{
	width: 100%;
}
.jswd_li{
	width: 100%;
}
.jswd_li_tit{
	width: 100%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding: 23px 0;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	cursor: pointer;
}
.jswd_li_tit::after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 44px;
	height: 1px;
	background: #fff;
}
.jswd_tit_img{
	width: 24px;
	height: 24px;
	margin-right: 24px;
}
.jswd_kg{
	width: 24px;
	height: 24px;
	margin-left: 10px;
}
.jswd_li_value{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666;
	padding: 23px 0;
	border-bottom: 1px solid #EEEEEE;
	line-height: 30px;
}
.wfy_sjsftbox{
	width: 590px;
	/* height: 424px; */
	background: #FFFFFF;
	border-radius: 8px;
	padding: 0 20px;
}
.sjsft_sjs{
	width: 100%;	
	padding: 24px 0;
	border-bottom: 1px solid #eee;
}
.sjsft_sjstx{
	/* width: 106px; */
	width: 165px;
	height: 130px;
	/* margin-right: 20px; */
	margin-right: 15px;
	border-radius: 8px;
	overflow: hidden;
}
.ft_tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	height: 20px;
	margin-bottom: 10px;
}
.ft_content{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	height: 48px;
	margin-bottom: 18px;
}
.ft_time{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}
.ift_list{
	width: 100%;
	padding: 10px 0;
}
.ift_li{
	width: 100%;
	padding: 9px 0;
}
.iftli_tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	height: 24px;
}
.iftli_time{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin-left: 10px;
}
.wfy_sjsftbox+.wfy_sjsftbox{
	margin-top: 24px;
}
.task_rt_ercode{
	width: 130px;
	height: 130px;
	margin-right: 24px;
}
.task_rt_ecmsg_d1{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
}
.task_rt_ecmsg_d2{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 34px;
	margin-bottom: 10px;
}
.task_rt_ecmsg_d3{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
	line-height: 34px;
}
/* 任务大厅 end */

/* 常见问题 start */
.cjwt_box{
	width: 100%;
	background: #fff;
	padding-bottom: 50px;
}
.jswd_li1{
	padding: 0 0 0 40px;
}
.jswd_li1:nth-child(2n-1){
	background: #F4F5F7;
}
.jswd_li1 .jswd_li_tit{
	border-bottom: 0;
	padding: 35px 40px 35px 0;
}
.jswd_li1 .jswd_li_value{
	border-top: 1px solid #eee;
	border-bottom: 0;
	padding: 35px 40px 35px 0;
}
.jswd_li1 .jswd_li_tit::after{
	width: 0;
}
/* 常见问题 end */

/* VIP介绍 start */
.vip_mbox{
	padding-top: 80px;
	background-image: url(../task_bg1.png);
}
.vip_mbox .task_bc{
	color: #FFFFFF;
}
.vip_mbox .task_bc a,.vip_mbox .task_bc a:hover{
	color: #fff;
}
.hyqy_form{
	width: 100%;
	border-top: 2px solid #FF612A;
	border-bottom: 2px solid #FF612A;
}
.hyqy_form table{
	width: 100%;
	text-align: center;
}
.hyqy_form thead {
	height: 78px;
	background: #fff;
}
.hyqy_form th{
	text-align: center;
}
.hyqy_form th+th{
	border-left: 1px solid #EEEEEE;
}
.hyqy_form td+td{
	border-left: 1px solid #EEEEEE;
}
.hyqy_form tbody tr{
	
	background: #fff;
	border-top: 1px solid #eee;
}
.hyqy_form tbody td{
	padding: 11px;
	/* text-align: left; */
}
.hyqy_form tbody tr:nth-child(2n-1) {
	
	background: #F8F8F8;
}
.hyqy_form tbody .qy_fl{
	/* width: 120px; */
	width: 280px;
	/* padding-left: 62px;
	padding-right: 42px; */
	background: #fff;
}
.hyqy_form tbody .qy_tit{
	width: 350px;
	text-align: left;
}
.qy_ok{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #FF612A;
	margin: 0 auto;
}
.qy_ok span{
	font-size: 12px;
	color: #FF612A;
	line-height: 14px;
}
.qy_no{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #0C369E;
	margin: 0 auto;
}
.qy_no span{
	font-size: 12px;
	color: #0C369E;
	line-height: 14px;
}
.vip_dialog{
	background: #F2F3F3;
	border-radius: 8px;
	padding: 32px;
}
.vip_dialog .el-dialog__header{
	padding: 0;
}
.viptk_l{
	width: 220px;
}
.viptkl_tit{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
	margin-bottom: 40px;
}
.viptkl_sub{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 34px;
	margin-bottom: 25px;
}
.viptkl_xtit{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-style: italic;
	color: #333333;
	line-height: 24px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 12px;
}
.viptkl_xtit span{
	position: relative;
	z-index: 2;
}
.viptkl_xtit::before{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	content: '';
	width: 104px;
	height: 6px;
	linear-gradient(180deg, rgba(70,205,148,0.502) 0%, #42CB9B 100%);
	background: linear-gradient(90deg, #FF6900 0%, rgba(255,255,255,.6) 100%);
}
.viptkl_xtip{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}
.viptk_r{
	width: 858px;
	height: 652px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 32px;
}
.viptkr_tit{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-bottom: 20px;
}
.vipxz_list{
	width: 100%;
}
.vipxz_li{
	width: 382px;
	height: 378px;
	background: #EEEEEE;
	border-radius: 8px;
	padding:0 6px;
}
.vipxz_tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
	text-align: center;
}
.vipxz_li.active{
	background: linear-gradient(180deg, #FF9500, #FF6A00);
}
.vipxz_li.active .vipxz_tit{
	color: #FFFFFF;
}
.vipxz_box{
	width: 100%;
	height: 334px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 10px 20px;
	color: #333333;
	text-align: left;
}
.vipxz_title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}
.vipxz_pri{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.vipxz_pri1{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FF6900;
	margin-right: 3px;
}
.vipxz_pri s{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-decoration: line-through;
	color: #999999;
	margin-left: 5px;
}
.vipxz_pri div{
	margin-left: 10px;
	min-width: 61px;
	height: 20px;
	/* background: linear-gradient(0deg, #FF9500, #FF6A00); */
	background: linear-gradient(180deg, #FF9500, #FF6A00);
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0 8px;
}
.vipqy_list{
	width: 100%;
	margin-top: 10px;
	/* border-top: 1px solid #eee; */
	border-top:1px dashed #eee;
	padding-top: 16px;
}
.vipqy_li{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	/* line-height: 18px; */
	line-height: 26px;
	padding: 5px 0;
}
.vipqy_li div{
	width: 20px;
	height: 20px;
	/* background: linear-gradient(0deg, #FF9500, #FF6A00); */
	background: linear-gradient(180deg, #FF9500, #FF6A00);
	border-radius: 50%;
	margin-right: 13px;
	position: relative;
	top: 5px;
}
.vipqy_li span{
	font-size: 12px;
	color: #fff;
}
.vipxz_paybox{
	margin-top: 24px;
	width: 100%;
	/* height: 145px; */
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 8px;
	padding: 26px;
}
.vipxz_payewm{
	width: 93px;
	height: 93px;
	margin-right: 16px;
}
.vipxz_paypri{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 14px;
}
.vipxz_paypri span{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FF6900;
	line-height: 32px;
	margin: 0 15px 0 2px;
}
.vipxz_paypri p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.vipxz_paytype{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.vipxz_paytype img{
	width: 22px;
	height: 22px;
	margin-right: 5px;
}
.zf_tip_text,.zf_tip_text a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-top: 10px;
}
/* VIP介绍 end */

/* 设计师访谈 start */
.sjsft_list{
	width: 100%;
}
.sjsft_li{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 22px 20px;
}
.sjsft_li+.sjsft_li{
	margin-top: 22px;
}
.sjsft_li:hover{
	border: 1px solid #FF6900;
}
.sjsftli_img{
	width: 198px;
	height: 156px;
	margin-right: 19px;
}
.sjsftli_tit{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
	height: 34px;
	margin-bottom: 15px;
}
.sjsftli_content{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	height: 60px;
	margin-bottom: 30px;
}
/* 设计师访谈 end */

/* 设计师访谈 start */
.xq_nav_box{
	background: #fff;
}
.newsxq_box{
	border-top: 2px solid #223A5D;
	width: 100%;
	background: #fff;
	padding: 18px 30px;
	margin-top: 20px;
}
.xq_tit{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	min-height: 72px;
	line-height: 36px;
}
.xq_time{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.newsxq_xq{
	border-top: 1px solid #eee;
	margin-top: 18px;
	padding-top: 15px;
}
/* 设计师访谈 end */

/* 意见反馈 start */
.feedback_tit{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding-top: 70px;
	margin-bottom: 16px;
}
.fdbk_box{
	width: 100%;
	height: 156px;
	background: #F8F8F8;
	border: 1px solid #EEEEEE;
	position: relative;
	margin-bottom: 20px;
}
.fdbk_box textarea{
	width: 100%;
	height: 100%;
	padding: 15px 20px 40px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	border: none;
	outline: none;
	resize: none;
	background: #F8F8F8;
}
.fdbk_num{
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #BBBBBB;
}
.fdbk_btn{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width: 140px;
	height: 40px;
	background: #FF6900;
	line-height: 20px;
	cursor: pointer;
}
.fdbk_main{
	padding-bottom: 80px;
}
/* 意见反馈 end */


/* 上传设计图 start */
.form_upimg_box{
	width: 100%;
	background: #fff;
	min-height: 300px;
}
.form_upimg_btit{
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 0 20px;
	height: 60px;
}
.form_btit_name{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
	height: 60px;
	position: relative;
}
.form_btit_name::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 2px;
	background: #FF6900;
	margin-left: -25px;
}
.form_upimgs_list{
	width: 100%;
	padding: 20px 20px 100px;
}
.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;
}
.el-tooltip__popper.is-dark{
	background: #FF6900;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow{
	border-top-color: #FF6900;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow::after {
    border-top-color: #FF6900;
}

.fb_upbtn{
	/* width: 102px;
	height: 102px; */
	width: 120px;
	height: 120px;
	position: relative;
}
.fb_upbtn img{
	width: 100%;
	height: 100%;
}
.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;
}
.fimg_box_li{
	margin-bottom: 20px;
}
.fimg_box{
	width: 120px;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.fimg_box_file{
	border: 1px solid #eee;
	padding: 5px;
	color: #666;
}
.fimg_box_file:hover{
	color: #666;
}
.fimg_box_file_tit{
	margin-top: 10px;
	 word-break: break-all;
	 white-space: pre-line;
	 font-size: 12px;
	 line-height: 16px;
	 height: 32px;
	 text-align: center;
}
.delimg_btn{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.45);
	opacity: 0;
}
.delimg_btn span{
	font-size: 22px;
	color: #fff;
}
.upimg_tip{
	margin-top: 10px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CCCCCC;
}
.fimg_box:hover .delimg_btn{
	opacity: 1;
}
.el-tag {
	margin-right: 10px;
}
.button-new-tag {
	margin-right: 10px;
	height: 32px;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}
.input-new-tag {
	width: 90px;
	margin-right: 10px;
	vertical-align: bottom;
}
.form_upimgs_li_int .el-textarea{
	margin-bottom: 10px;
}
.form_upimgs_li_int textarea{
	height: 218px;
	resize: none;
}
.fb_sub_btn{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width: 140px;
	height: 40px;
	background: #FF6900;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 10px;
}
.fb_sq_li+.fb_sq_li{
	margin-top: 14px;
}
.sq_list_cz{
	position: absolute;
	bottom: 0;
	left: 100%;
	padding-left: 14px;
}
.sq_list_add{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
	width: 78px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #FF6900;
	border-radius: 4px;
	cursor: pointer;
}
.jptime_box .el-date-editor .el-range-input{
	width: 42%;
}
/* 上传设计图 end */


/* about start */
.about_banner{
	width: 100%;
	height: 450px;
}
.about_box{
	width: 100%;
	background: #fff;
}
.about_tabs{
	width: 100%;
	border-bottom: 2px solid #EEEEEE;
	margin-bottom: 70px;
}
.about_tab{
	height: 60px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 60px;
}
.about_tab+.about_tab{
	margin-left: 85px;
}
.about_tab.active,
.about_tab:hover{
	color: #FF6900;
	position: relative;
}
.about_tab.active::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #FF6900;
}
.about_tit{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-bottom: 28px;
}
.about_datas{
	width: 100%;
	height: 234px;
	margin-top: 80px;
}
.about_datas_box{
	height: 234px;
}
.about_datas_box .inumr_num{
	color: #fff;
}
.about_datas_box .inumr_num span{
	font-size: 50px;
	color: #fff;
	margin-right: 8px;
}
.about_datas_box .inumr_tit{
	color: #fff;
}
.about_datas_box .inumr_hx{
	background: #fff;
}
.about_qywh{
	width: 100%;
	background: #F1F2F8;
	padding: 70px 0;
	position: relative;
}
.ab_box_tit{
	text-align: center;
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
	width: 100%;
	margin-bottom: 38px;
}
.abqywh_li{
	float: left;
	width: 384px;
	height: 260px;
	background: #FFFFFF;
	margin-left: 24px;
	margin-bottom: 24px;
	padding: 0 50px;
}
.abqywh_li:first-child{
	margin-left: 0;
	height: 544px;
}
.abqywh_li img{
	width: auto;
	height: 48px;
}
.abqywh_tit{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-top: 50px;
	margin-bottom: 24px;
}
.abqywh_tet{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	text-align: justify;
}
.about_fzlc{
	background: #fff;
}
.fzlc_img{
	width: 100%;
	display: block;
}
.about_map_map{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.about_map_t{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 34px;
}
.about_map_t span{
	font-weight: bold;
	color: #333333;
}
.xq_msg_img_s{
	height: 300px;
	/* height: 258px; */
}
.swiper-pagination{
	text-align: center;
	padding-right: 24px;
}
.swiper-pagination-bullet{
	opacity: 1;
	width: 26px;
	height: 6px;
	background: #DDDDDD;
	border-radius: 3px;
	box-shadow:none;
}
.swiper-pagination-bullet-active{
	width: 26px;
	height: 6px;
	background: #FF6900;
	border-radius: 3px;
	opacity: 1;
	box-shadow:none;
}
.xq_msg_img_d{
	width: 282px;
	height: 258px;
	background: #FFFFFF;
	padding: 20px;
}
.abzz_img{
	width: 242px;
	height: 172px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
}
.abzz_img img{
	max-width: 100%;
	max-height: 100%;
}
.abzz_tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-top: 24px;
}
/* about end */

/* my */
.my_box{
	width: 100%;
	background: #F1F2F8;
	min-height: 300px;
	padding-bottom: 80px;
}
.my_mbox{
	width: 100%;
	
}
.mym_l{
	width: 222px;
	background: #fff;
}
.mym_url_list{
	width: 100%;
}
.mym_r{
	width: 958px;
}
.mym_url_li{
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding: 0 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.mym_url_li.active{
	background: linear-gradient(0deg, #FF6A00, #FF9500);
	color: #FFFFFF;
}
.mym_url_li span{
	margin-right: 16px;
	font-size: 20px;
	color: #FF6900;
}
.mym_url_li.active span{
	color: #fff;
}
.mymr_top{
	width: 100%;
	height: 140px;
	background: #FFFFFF;
	padding: 20px;
	/* background: linear-gradient(90deg, rgba(124,175,255,0.12), rgba(255,248,114,0)); */
	background-image: url(../my/mymsg_bg1.png);
	background-position: right;
	background-repeat: no-repeat;
}
.mymr_mbox{
	width: 100%;
	background: #fff;
	min-height: 480px;
}
.mymr_top+.mymr_mbox{
	margin-top: 20px;
	background: #fff;
}
.mymr_tximg{
	width: 100px;
	height: 100px;
	margin-right: 20px;
}
.mymr_umsg{
	width: 224px;
	position: relative;
	margin-right: 20px;
}
.mymr_umsg::after{
	position: absolute;
	right: 0;
	top: 50%;
	content: '';
	width: 1px;
	height: 66px;
	background: #EEEEEE;
	margin-top: -33px;
}
.mymr_uname{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	margin-bottom: 14px;
}
.myuser_nickname{
	max-width: 120px;
	height: 20px;
}
.go_vip{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
	margin-left: 8px;
}
.go_vip:hover{
	color: #FF6900;
}
.go_vip img{
	width: 16px;
	height: 14px;
	margin-right: 8px;
}
.mymr_uid{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 14px;
	margin-bottom: 16px;
}
.mymr_utags span{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	height: 25px;
	background: #FF6900;
	border-radius: 4px;
	padding: 0 14px;
	line-height: 14px;
	margin-right: 8px;
	max-width: 120px;
}
.mymr_num{
	padding: 0 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	
}
.mymr_num div{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	margin-bottom: 15px;
}
.myrnum_dw{
	font-size: 12px;
}
.mymr_mtabs{
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	padding: 0 20px;
}
.mymr_mtab{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 60px;
	position: relative;
	margin-right: 55px;
	cursor: pointer;
	position: relative;
}
.xx_xhd{
	position: absolute;
	top: 20px;
	right: -2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff0000;
}
.mymr_mtab.active::after{
	position: absolute;
	bottom: 0;
	/* left: 0;
	right: 0; */
	height: 2px;
	background: #FF6900;
	content: '';
	width: 50px;
	height: 2px;
	background: #FF6900;
	left: 50%;
	margin-left: -25px;
}
.mymr_one_box{
	width: 100%;
	padding: 24px 20px;
	background: #fff;
	padding-right: 130px;
}
.login_yzm1{
	height: 40px;
}
.uptx_box{
	margin-bottom: 24px;
}
.uptx_img{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	margin-right: 20px;
}
.uptx_btn{
	width: 108px;
	height: 36px;
	background: #FF6900;
	border-radius: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
	cursor: pointer;
}
.uptx_btn input{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer;
}
.el-form--label-top .el-form-item__label{
	line-height: 14px;
	/* padding-bottom: 5px; */
	/* margin-bottom: 0; */
}
.el-radio__inner{
	width: 18px;
	height: 18px;
}
.el-radio__input.is-checked .el-radio__inner{
	border-color:#FF6900;
	background: #fff;
}
.el-radio__input.is-checked+.el-radio__label{
	color: #FF6900;
}
.el-radio__input.is-checked .el-radio__inner::after{
	background-color: #FF6900;
	width: 10px;
	height: 10px;
}
.my_textarea textarea{
	height: 131px;
	resize: none;
}
.mymr_savebtn{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width: 140px;
	height: 40px;
	background: #FF6900;
	border-radius: 4px;
	cursor: pointer;
}
.mymr_two_box .el-form{
	width: 360px;
}

.bjfw_list{
	min-width: 100%;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: -12px;
}
.bjfw_li{
	margin: 12px;
	width: 282px;
	height: 396px;
	background: #FFFFFF;
	padding: 20px;
}
.fwli_tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
	height: 18px;
	margin-bottom: 10px;
}
.fwli_tags{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 14px;
	height: 14px;
	margin-bottom: 12px;
}
.fwli_pri{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FF6900;
	margin-bottom: 15px;
}
.fwli_sub{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	height: 40px;
	margin-bottom: 12px;
}
.fwli_time{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	width: 100%;
	height: 32px;
	background: #F6F6F6;
	margin-bottom: 10px;
	padding: 0 10px;
}
.fwli_num{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #049F49;
	padding:5px 11px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #049F49;
	margin-bottom: 10px;
}
.fwli_num div{
	min-width: 50%;
	height: 24px;
	line-height: 24px;
}
.fwli_zbtime{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	background: #F6F6F6;
	margin-bottom: 10px;
	padding: 6px 10px;
	margin-bottom: 10px;
}
.fwli_btn{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width: 100%;
	height: 32px;
	background: #FF6900;
}
.fwli_btn1{
	background: #DDDDDD;
	color: #666666;
}
.zbfw_filter_box{
	width: 100%;
	background: #FFFFFF;
	padding: 5px 20px;
	margin-bottom: 24px;
}

.f_sort_box{
	width: 100%;
	padding: 14px 0;
}
.f_sort_btn{
	height: 26px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	padding: 0 12px;
	margin-right: 10px;
	cursor: pointer;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.f_sort_btn span{
	margin-left: 7px;
	font-size: 16px;
}
.active.f_sort_btn{
	border: 1px solid #FF6900;
	color: #FF6900;
}
.f_sort_li{
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #EEEEEE;
}
.fsortli_name{
	width: 89px;
	height: 26px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	margin: 4px 0;
}
.filter_more{
	height: 26px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
	line-height: 26px;
	margin: 4px 0;
	margin-left: -9px;
	cursor: pointer;
	padding-left: 5px;
}
.filter_more span{
	margin-left:2px;
}
.fsortli_box{
	height: 34px;
	overflow: hidden;
}
.fsortli_box.fsortli_box_show{
	height: auto;
	overflow: inherit;
}
.fsortli_box div{
	height: 26px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	border: 1px solid rgba(0,0,0,0);
	padding: 4px 12px;
	line-height: 16px;
	margin: 4px 9px;
	cursor: pointer;
	border-radius: 4px;
}
.fsortli_box .active{
	color: #FF6900;
	border: 1px solid #FF6900;
}
.el-checkbox{
	margin-bottom: 0;
}
.filter_arg2_all{
	margin: 4px 9px;
	height: 26px;
	line-height: 16px;
}
.filter_arg2_all .el-checkbox__inner{
	position: relative;
	top: 3px;
}
/* fwxq_bzbox */
.fwxq_bzbox{
	width: 100%;
	background: #FFF;
	padding-bottom: 80px;
}
.fwxq_mbox{
	width: 100%;
}
.fwxq_ml{
	width: 222px;
	/* height: 954px; */
	padding: 20px 0 30px 35px;
	background: #FFFFFF;
	position: relative;
	overflow: hidden;
}
.fwxq_ml::before{
	content: '';
	position: absolute;
	top: 0;
	left: 35px;
	bottom: 0;
	width: 1px;
	background: #EEEEEE;
}
.fwxq_mr{
	width: 958px;
	background: #FFFFFF;
	padding: 0 20px 40px;
}
.fwxqml_li{
	width: 100%;
	padding-left: 30px;
	position: relative;
}
.fwxqml_li+.fwxqml_li{
	margin-top: 55px;
}
.fwxqmlli_ibox{
	width: 30px;
	height: 30px;
	border: 1px solid #E5E5E5;
	border-radius: 50%;
	position: absolute;
	left: -16px;
	top: 0;
	background: #F5F8FC;
	z-index: 200;
}
.fwxqmlli_ibox span{
	font-size: 16px;
	color: #CCCCCC;
}
.fwxqmlli_tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 8px;
}
.fwxqmlli_time{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.fwxqmlli_time span{
	font-size: 12px;
	color: #999;
}
.fwxqlii_i{
	position: absolute;
	top: 0;
	right: -6px;
}
.active .fwxqmlli_ibox{
	border: 1px solid #FF6900;
	background: #FFF5EE;
}

.active .fwxqmlli_ibox span{
	font-size: 16px;
	color: #FF6900;
}
.fwxqmr_top{
	width: 100%;
	
	padding: 20px 0 30px;
}
.fwxqmr_l{
	width: 80px;
	margin-right: 20px;
}
.fwxqmr_tx{
	width: 100%;
	height: 80px;
	display: block;
	margin-bottom: 12px;
}
.fwxqmr_name{
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	height: 16px;
}
.fwxqmr_tit{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	margin-bottom: 12px;
}
.fwxqmr_tmsg{
	width: 100%;
}
.fwxqmr_tmsg>div{
	/* width: 30%; */
	/* min-width: 25%; */
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 34px;
}
.fwxqmr_tmsg>div span{
	color: #333333;
	/* margin-left: 10px; */
}
.fwxqmr_tmsg>div .fwxqmr_tpri{
	font-weight: bold;
	color: #FF6900;
}
.fwxqmr_tpri_im{
	font-weight: bold;
	color: #FF6900!important;
}
.fwxqmr_tmsg>div .xq_copy,.xq_copy{
	color: #FF6900;
	cursor: pointer;
	margin-left: 10px;
}
.fwxqmr_xbox{
	width: 100%;
	border-top: 1px solid #EEEEEE;
	padding: 30px 0;
}
.fwxqmr_xtit{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.fwxqmr_xtit::before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 22px;
	background: #FF6900;
	border-radius: 3px;
}
.fwxqmr_xms{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
}
.fwxqmr_xlist{
	width: 100%;
}
.fwxqmr_xli{
	min-width: 20%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 34px;
	padding-right: 40px;
}
.fwxqmr_xli>span{
	color: #333333;
}
.fwxqmr_xtimebox{
	width: 100%;
	/* padding-left: 74px; */
	padding-left: 105px;
	padding-bottom: 36px;
	margin-top: 5px;
}
.xtime_li{
	width: 28px;
	height: 40px;
	background: #E54450;
	border-radius: 4px;
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 2px;
	position: relative;
}
.xtime_li::before{
	position: absolute;
	content: '';
	width: 28px;
	height: 20px;
	background: #A40C18;
	opacity: 0.28;
	border-radius: 4px 4px 0px 0px;
	top: 0;
	z-index: 100;
}
.xtime_li span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E54450;
	position: absolute;
	top: 45px;
	left: 24px;
	line-height: 30px;
}
.xtime_jg{
	color: #E54450;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	top: -4px;
}
.fwxq_gz{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.fwxq_gz .el-switch{
	margin-right: 7px;
}
.fwxq_gz span{
	font-size: 18px;
	color: #FF6900;
	margin-left: 7px;
}
.el-tooltip__popper.is-dark{
	width: 192px;
}
.el-tooltip__popper[x-placement^=bottom] .popper__arrow{
	border-bottom-color: #FF6900;
}
.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{
	border-bottom-color: #FF6900;
}
.fwxq_bj_btn{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width: 120px;
	height: 32px;
	background: #FF6900;
	border-radius: 4px;
	margin-left: 18px;
	cursor: pointer;
}
.upload-sjt{
	width: 100%;
}
.upload-sjt .el-upload{
	width: 100%;
}
.upload-sjt .el-upload .el-upload-dragger{
	width: 100%;
}

.el-upload__input[type=file]{
	display: none;
}
.el-upload-dragger .el-upload__text{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
}
.el-upload__text p{
	color: #CCCCCC;
	margin-top: 5px;
}
.sjtupimg_icon{
	margin: 50px auto 10px;
}

.fwxqtk_footer{
	padding-left: 120px;
}
.fwxqtk_row textarea{
	resize: none;
	height: 162px;
}
.xqbm_box{
	width: 100%;
	min-height: 300px;
	padding: 30px 0;
}
.bm_okicon{
	width: 88px;
	height: auto;
	margin-bottom: 16px;
}
.bmtip_tit{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 26px;
	margin-bottom: 15px;
}
.bmtip_tip{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-bottom: 30px;
}

.upjd_box{
	width: 790px;
	background: #F9F9F9;
	margin: 30px auto;
	padding: 36px;
}
.upjd_tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.upjd_time{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.up_step{
	margin-top: 12px;
	margin-bottom: 12x;
}

.up_step .el-step{
	padding-top: 30px;
	
}
.up_step .el-step__title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.up_step .el-step__description{
	position: absolute;
	top: 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	padding-right: 0;
}
.up_step .el-step:last-child .el-step__main{
	margin-left: -148px;
	text-align: right;
}
.up_step .el-step:last-child .el-step__description{
	right: 0;
	white-space: nowrap;
	/* left: 0; */
}
.up_step .el-step:nth-child(2) .el-step__main{
	width: 200px;
	margin-left: -102px;
	text-align: center;
}
.up_step .el-step:nth-child(2) .el-step__main .el-step__description{
	width: 200px;
	text-align: center;
}
.up_step .el-step__icon-inner{
	font-size: 0;
}
.up_step .el-step__icon{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #DDDDDD;
	border-color: #DDDDDD;
	top: -4px;
}
.up_step .is-finish .el-step__icon{
	background: #FF6900;
	border-color: #FF6900;
}
.up_step .el-step__line{
	width: 95%;
	left: 15px!important;
}



.uptiptk_box{
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.uptiptk_text{
	width: 100%;
	line-height: 34px;
}
.uptiptk_btns{
	margin-top: 75px;
}
.mymr_search{
	width:400px;
	height: 40px;
}
.mymr_search_txlist{
	width: 260px;
	margin-left: 10px;
}
.mymr_search_times{
	width: 300px;
}
.mymr_search_times .el-range-editor.el-input__inner{
	width: 300px!important;
}
.mymr_search_times .el-range-editor .el-range-input{
		width: 35%!important;
}
.mymr_search_times .el-date-editor .el-range-separator{
	width: 12%!important;
}
.mymr_search1{
	width: 260px;
	margin-right: 20px;
}
.mymr_search_tit{
	width: 180px;
}
.mymr_search .el-input-group--append input{
	border-radius: 0;
}
.mymr_search_tit .el-input--suffix .el-input__inner{
	
	border-radius: 4px 0 0  4px;
	/* border-right: 0; */
}

.myimgs_list{
	width: 100%;
	padding: 0 20px 50px;
}
.myimgs_list_total{
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}
.myimgs_list thead tr th.el-table__cell{
	background-color: #ECECEC!important;
	height: 30px;
	padding: 5px 0;
}
.myimgs_list thead tr th.el-table__cell>.cell{
	
	font-size: 14px;
	font-family: Microsoft YaHei;
	/* font-weight: 400; */
	font-weight: bold;
	color: #333333;
}
.myimgs_list tbody td.el-table__cell>.cell{
	font-size: 12px;
	font-family: Microsoft YaHei;
	
	font-weight: bold;
	color: #999999;
}
.delbtn_c{
	color: #FF0000;
}

.mymr_mbox+.mymr_mbox{
	margin-top: 20px;
}
.imgsxq_tbox{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #EEEEEE;
	padding: 0 20px;
}
.imgsxq_tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.imgsxq_i_sq{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 14px;
	min-width: 20px;
	height: 20px;
	background: linear-gradient(0deg, #9CD4D5, #64B3BE);
	border-radius: 4px;
	margin-left: 14px;
	padding: 0 4px;
}
.imgsxq_i_f{
	background: linear-gradient(0deg, #8CADDD, #8785C3);
}
.imgsxq_i_j{
	background: linear-gradient(0deg, #A9B2D3, #7B87B7);
}
.imgsxq_i_d{
	background: linear-gradient(0deg, #FF9500, #FF6A00);
}
.imgsxq_i_vip{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 14px;
	width: 28px;
	height: 20px;
	background: linear-gradient(0deg, #FFBA00, #FF9600);
	border-radius: 4px;
	margin-left: 6px;
}
.show_more_btn{
	margin: 0 auto;
	width: 150px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
	cursor: pointer;
	padding: 10px 0;
}
.myimgsxq_list{
	width: 100%;
	padding:10px 20px;
}
.myimgsxq_list img{
	display: block;
	width: 100%;
}
.el-col{
	padding-top: 10px;
	padding-bottom: 10px;
}
.imgsxq_xtit{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
	position: relative;
	padding-left: 20px;
}
.imgsxq_xtit::before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 5px;
	height: 22px;
	background: #FF6900;
	border-radius: 3px;
}
.sjt_like_num{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
}
.sjt_like_num span{
	font-size: 16px;
	margin-right: 6px;
}
.imgsxq_mlist{
	width: 100%;
	padding:10px 20px;
}
.xq_edit_btn{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #049F49;
	margin: 0 16px;
	cursor: pointer;
}
.xq_edit_btn:hover{
	color: #049F49;
}
.xq_down_btn{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6DB2E3;
	cursor: pointer;
	margin: 0 16px;
	cursor: pointer;
}
.xq_down_btn:hover{
	color: #6DB2E3;
}
.xq_btn_sg{
	width: 1px;
	height: 20px;
	background: #EEEEEE;
}
.myimgsxq_li{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
}
.myimgsxq_li_fimg{
	width: 100%;
	height: 170px;
}
.myimgsxq_li_msg{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	padding: 5px 20px;
}
.imgsxq_mli{
	/* min-width: 16.666%; */
	/* min-width: 20%; */
	/* width: 20%; */
	width: 25%;
	padding: 8px 0 8px 0;
}
.imgsxq_mli_v{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
	letter-spacing: -1px;
	white-space: pre-line;
}
.imgsxq_mli_n{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}
.imgsxq_mli_n+.imgsxq_mli_v{
	margin-top: 5px;
	margin-bottom: 0;
}
.imgsxq_mli_v a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
}
.imgsxq_mli_v a:hover{
	color: #FF6900;
}
.imgsxq_mli1{
	width: 100%;
	border-top: 1px solid #EEEEEE;
	margin-top: 20px;
	padding-top: 20px;
}

.about_mddd{
	position: absolute;
	top: -140px;
}
.xq_status{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
	height: 25px;
	background: #FFFFFF;
	border: 1px solid #FF6900;
	border-radius: 4px;
	padding: 6px 13px;
}
.fwxqmr_xtime_tip{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	/* padding-left: 74px; */
	padding-left: 105px;
}
.rwxq_btns{
	margin-top: 24px;
	/* padding-left: 74px; */
	padding-left: 105px;
}
.fwxqml_li.active::before{
	content:'';
	position: absolute;
	left: 0px;
	bottom: 100%;
	height: 155px;
	width: 1px;
	background: #FF6900;
	z-index: 100;
}
.fwxqmr_xli span.fwxqmr_xli_l{
	margin-left: 0;
	width: 85px;
	text-align: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-right: 18px;
}
.fwxqmr_xli span.xq_copy{
	color: #FF6900;
	cursor: pointer;
}
.fwxqmr_xtimebox1{
	width: auto;
	padding-left: 0;
	padding-bottom: 36px;
}
.oxq_imgs{
	/* padding-top: 10px; */
}
.oxq_btn{
	margin-top: 30px;
}
.fwxqmr_xli_b{
	margin-top: 20px;
}

.jpxq_djs{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
}
.jpxq_bbox{
	margin-top: 20px;
}
.jpxq_bbox_l{
	width: 588px;
}

.mymr_mbox.jpxq_bbox_r{
	width: 350px;
	margin-top: 0;
	position: relative;
	padding-bottom: 80px;
}

.imgsxq_mlist1 .imgsxq_mli{
	min-width: 25%;
}
.jpxq_msg_cz{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
	background: #fff;
}
.jpxq_msg_btns{
	border-top: 1px solid #EEEEEE;
	width: 100%;
	height: 77px;
}
.jpxq_msg_btns .btns_sg{
	width: 1px;
	height: 18px;
	background: #EEEEEE;
}
.xq_status1{
	color: #999999;
	border: 1px solid #EEEEEE;
}
.jpxq_off_tip{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	padding: 10px 0;
}
.jpmsg_user{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
}
.jpmsg_user img{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 8px;
}
.jpmsg_user_img{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 8px;
	
}
.jp_ulist{
	width: 100%;
	background: #FCF2EA;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: center;
}
.jp_ulist th{
	padding: 10px;
	text-align: center;
}
.jp_ulist td{
	padding: 10px;
	text-align: center;
	color: #333;
}
.jp_ulist tbody tr:nth-child(2n-1) td{
	background: #FADEC7;
}
.jp_ulist tbody tr:first-child td{
	color: #FFFEFE;
	background: #FFB886;
}
.xqzs_box img{
	width: 271px;
	height: 381px;
	margin: 15px;
}
.xqzs_box .xqzs_li{
	width: 271px;
	height: 381px;
	margin: 15px;
}
.xqzs_box .xqzs_li img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.ojp_tbox{
	width: 100%;
}
.ojp_timg{
	width: 128px;
	height: 128px;
	margin-right: 20px;
}
.ojp_tmsg{
	position: relative;
	top: -8px;
}
.ojp_tmsg>div{
	min-width: 20%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	padding-right: 30px;
	line-height: 34px;
}
.ojp_tmsg .ojp_tmsg_v{
	color: #333333;
	margin-left: 12px;
}
.ojp_tmsg .ojp_tmsg_v1{
	color: #ff6900;
}
.ojp_st_tx{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 5px;
	margin-left: 15px;
}
.myzp_li{
	width: 100%;
	height: 204px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	display: block;
}
.myzp_li_img{
	width: 100%;
	height: 128px;
	display: block;
}
.myzpxq_li{
	border: 1px solid #EEEEEE;
	border-radius: 4px;
}
.myzp_li_img1{
	width: 100%;
	height: 170px;
	display: block;
	border-radius: 4px 4px 0px 0px;
}
.myzp_li_name{
	padding:10px 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.myzp_li_name .oh1{
	height: 24px;
}
.myzp_li_msg{
	padding:10px 20px;
}
.myzp_li_tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
.myzp_li_like{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
}
.myzp_li_num{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.myzp_li_like_i{
	font-size: 16px;
	margin-right: 6px;
}
.myzpxq_li{
	width: 100%;
	position: relative;
	display: block;
}
.myzpxq_i{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: #646464;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
}
.list_null{
	width: 100%;
	text-align: center;
	line-height: 300px;
}
.szimgs_li{
	width: 100%;
	height: 204px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	cursor: pointer;
}
.szimgs_li img{
	width: 100%;
	height: 128px;
}
.szimgs_list{
	width: 100%;
}
.szimgs_li_box{
	width: 20%;
	padding: 10px;
}
.szimgs_msg{
	padding: 5px 20px;
	margin-bottom: 14px;
}
.szimgs_tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
	height: 34px;
}
.szimgs_num{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.f_u_type_c{
	min-width: 0;
	padding-right: 0;
}
.f_u_type_c .f_u_type_i{
	margin-right: 0;
}
.pagination_my_box{
	width: 100%;
}
.pagination_my .oxq_btn{
	margin-top: 0;
}
.myimgs_list1{
	padding-top: 10px;
}
.mymr_mtabs1 .mymr_mtab{
	margin-right: 20px;
}
.mymr_mtabs1 .mymr_mtab span{
	color: #ff6900;
}
.all_read_btn{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #FF6900;
	border-radius: 4px;
	padding: 0 12px;
	cursor: pointer;
}
.all_read_btn1{
	margin-right: 16px;
	background: #ff6900;
	color: #fff;
}
.all_read_btn1:hover{
	color: #fff;
}
.fbdk_box{
	width: 100%;
	height: 750px;
}
.fbdk_boxl{
	width: 260px;
	height: 100%;
	overflow-y: scroll;
	border-right: 1px solid #eee;
}
.fbdk_li{
	width: 100%;
	padding: 20px;
	cursor: pointer;
	background: #fff;
}
.fbdk_li.active{
	background: #F8F8F8;
}
.fbdk_li_tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
	padding-left: 14px;
	position: relative;
}
.fbdk_li_tit.active::after{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: #FF0000;
	border-radius: 50%;
	top: 5px;
	left: 0;
}
.fbdk_li_time{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.fbdk_li_msg{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 22px;
}
.fbdk_boxr{
	padding: 20px;
}
.fdbk_ms{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	padding-bottom: 26px;
	line-height: 24px;
	
}
.fdbk_ms_tit{
	
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
	margin-right: 15px;
}
.fdbk_ms_tit span{
	width: 4em;
	text-align: justify;
	text-align-last: justify;
}
.fdbk_msd{
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.fdbk_del{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #ccc;
	margin-left: 10px;
	cursor: pointer;
}
.fdbk_del span{
	font-size: 12px;
	color: #ccc;
	line-height: 14px;
}

.myw_zbox{
	width: 100%;
	padding: 20px;
}
.myw_l{
	width: 596px;
}
.myw_box_t {
	width: 100%;
	/* padding: 20px; */
	margin-bottom: 30px;
}
.myw_xtbox{
	width: 288px;
	height: 126px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../my/myw1.png);
	color: #fff;
	padding: 0 20px;
	position: relative;
}
.myw_xtbox1{
	background-image: url(../my/myw2.png);
}
.mywxt_tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.mywxt_num{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.mywxt_num span{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}
.myw_stabs{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-bottom: 20px;
}
.myw_stabs div{
	cursor: pointer;
}
.myw_stabs div+div{
	margin-left: 20px;
}
.myw_stabs .active{
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.myw_list{
	width: 100%;
	padding: 0;
}
.myw_gomore,.myw_gomore:hover{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.myw_xtbox2{
	background-image: url(../my/myw3.png);
}
.myw_i_time{
	/* width: 100px; */
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.myw_i_time .el-date-editor--date{
	width: 140px;
}
.myw_i_time .el-date-editor--date .el-input__icon{
	
	line-height: 25px;
}
.myw_i_time .el-date-editor--date .el-input__inner{
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	
}
.myw_tx_list{
	width: 100%;
}
.myw_tx_li{
	padding: 1px 0 13px;
	border-bottom: 1px solid #eee;
}
.myw_tx_li+.myw_tx_li{
	padding-top: 13px;
}
.mywtx_t1{
	margin-bottom: 10px;
}
.mywtx_tit{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.mywtx_num{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
}
.mywtx_t2{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.myw_list .el-table .el-table__cell {
	padding: 8px 0;
}
.myw_gotx_btn{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1FA0B2;
	width: 70px;
	height: 28px;
	background: rgba(255, 255, 255, .661);
	border-radius: 14px 0px 0px 14px;
	position: absolute;
	right: 0;
	top: 65px;
}
.myw_gotx_btn:hover{
	color: #1FA0B2;
}
.myw_lssy_tit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
	line-height: 18px;
	border-left: 1px solid #eee;
	padding-left: 16px;
	margin-left: -40px;
}
.myw_tx_box{
	width: 100%;
	padding: 20px;
}
.myw_txye_box{
	width: 100%;
	padding-bottom: 14px;
	border-bottom: 1px solid #eee;
}
.myw_txye_tip{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-bottom: 18px;
}
.myw_txye_num{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
}
.myw_txye_num span{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FF6900;
}
.txf_list{
	margin-top: 20px;
}
.txf_li{
	margin-bottom: 20px;
}
.txf_li_name{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 14px;
}
.txf_li .el-input{
	width: 360px;
}
.txf_li_tip{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6900;
	margin-left: 8px;
}
.imgsxq_mlist1{
	padding: 0;
}
.imgsxq_mlist1 .imgsxq_mli{
	padding: 0;
	min-width: 20%;
	margin-bottom: 15px;
	width: auto;
}

.imgsxq_mlist1 .imgsxq_mli_v{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.imgsxq_mlist1 a{
	font-weight: bold;
	font-size: 14px;
}
.mymr_mbox_n{
	padding:0 20px;
}
.mymr_mbox_n .imgsxq_tbox{
	padding: 0;
	border-bottom: 0;
}
.mymr_mbox_n .ojp_tbox {
	padding: 10px 0;
}
.show_big_img{
	width: 100%;
	height: auto;
}
.big_im_xqimg{
	width: 100%;
	height: auto;
}
.big_im_xqtext{
	font-size: 14px;
	color: #333;
	margin-top: 20px;
}

.myf_show_k{
	position: relative;
}
.myf_show{
	position: absolute;
	right: 0;
	bottom: 42px;
}
.myf_show1{
	position: absolute;
	right: 0;
	bottom: 133px;
}
.xqfwb_tit{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.xhd_dd{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ff0000;
}
.fbr_tx{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
}
.fbr_name{
	color: #333;
}
.xqli_tit{
	/* width: 70px; */
	margin-right: 10px;
}
.imgtozp{
	display: block;
	line-height: 23px;
	height: 23px;
}
.sku_table tr{
	border-bottom: 1px solid #eee;
}
.sku_table td{
	width: 100px;
	height: 50px;
}
.zps_tag{
	margin-left: 0;
	margin-right: 5px;
}


.fimg_box_t{
	height: 160px;
	padding-bottom: 40px;
	position: relative;
}
.fimg_box_t>.fimg_box_tit{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	line-height: 40px;
}
@media screen and (min-width: 769px){
	/* .nav_box {
		display:block!important;
	}*/
}
@media screen and (max-width: 7.68px) {
	
	.swiper-pagination{
		/* text-align: right; */
		padding-right: 12px;
	}
	
	.swiper-pagination-bullet{
		
		width: 8px;
		height: 8px;
		border-radius: 8px;
	}
	.swiper-pagination-bullet-active{
		
	}
	.banner,
	.banner_box{
		/* height: 155px; */
		height: 175px;
		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;
		
	}
	

	/* 首页 */
	
	
	
	
	
}