﻿/*通用类*/
*{
	margin:0;		
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*设备的rem-vw标准*/
html{	
	overflow-x:hidden;
	font-size:5.20833333vw;	/*一便rem.js失效，这里起作用*/
}
option{
	font-size:12px;
}

body{		
	width:100%;		
	min-height: 100vh;
	margin:0 auto;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#f5f6f7;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.14rem;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	color:#666a71;
}

.msscr::-webkit-scrollbar {
				width: 3px;
				height:0px;
			}
			/* 滚动条的滑轨背景颜色 */
			.msscr::-webkit-scrollbar-track {
				
				border-radius:3px;
			}
			/* 滑块颜色 */
			.msscr::-webkit-scrollbar-thumb {
				background-color: #ccc;
				border-radius:3px;
			}
			/*内层轨道的颜色*/
			.msscr::-webkit-scrollbar-track-piece{
				
				border-radius:3px;
			}
			/* 滑轨两头的监听按钮颜色 */
			.msscr::-webkit-scrollbar-button {
				
				width:0;
				height:0;
			}
			/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
			.msscr::-webkit-scrollbar-corner {
				
			}

.s95{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#666a71;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
	-webkit-appearance: none;  
}
input::-webkit-input-placeholder {
	color: #666a71 !important;
}
textarea::-webkit-input-placeholder {
	color: #666a71 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;
	-webkit-appearance: none;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}

/*loginpage登录页*/

.login_page{
	width: 100%;
	height: 100vh;
	background:url(../images/loginbg.jpg) no-repeat left center;
	background-size:auto 100%;
}

.lp_right{
	width: 11rem;
	height: 100vh;
	float: right;
	background:#fafafa;
	border-radius:0.15rem 0 0 0.15rem;
	box-sizing:border-box;
	padding:1.9rem 0 0 1.8rem;
}
.lp_right .logo{
	display: block;
	height: 0.45rem;
}
.lp_right .title{
	font-weight: bold;
	padding:0.7rem 0 0.3rem 0;
	font-size:0.38rem;
	line-height: 1.5;
	color:#000;
}
.lp_right .fm{
	width: 4rem;
	box-sizing:border-box;
	padding:0 0.2rem 0.4rem 0.2rem;
	border-radius:0.1rem;
	box-shadow: 0px 2px 4px 0px #0257FB1F;
}
.lp_right .t1{
	font-size:0.18rem;
	color:#1476FF;
	line-height: 1rem;
}
.lp_right .text{
	height: 0.5rem;
	box-sizing:border-box;
	border:1px solid #ececec;
	border-radius:0.08rem;
	padding:0 0.2rem;
	width: 100%;
	color:#000;
	margin-bottom:0.1rem;
}
.lp_right .text2{
	width: 1.8rem;
	float: left;
}
.lp_right .get_code{	
	float: right;
	height: 0.5rem;
	line-height: 0.5rem;
	box-sizing:border-box;
	border:1px solid #ececec;
	border-radius:0.08rem;
	padding:0 0.2rem;
	width: 1.7rem;
	color:#000;
	margin-bottom:0.1rem;
	color:#666A71;
	text-align: center;
}
.lp_right .send{
	margin-top:0.2rem;
	display: block;
	border-radius:0.1rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	background:#1476ff;
	color:#fff;
}
.lp_right .er{
	color:#f00;
	padding-bottom:0.1rem;
}
.lp_right .sup{
	line-height: 0.9rem;
	padding:0 0.1rem;
	color:#666A71;
}

/*loginpage登录页*/

/*activities*/

.header{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	height: 0.75rem;
	background:#fff;
	border-bottom:1px solid #eaeaea;
}
.header .logo{
	display: block;
	height: 0.45rem;
	float: left;
	margin:0.15rem 0 0 0.2rem;
}
.header_zw{
	height: 0.75rem;
	clear: both;
	padding-bottom:1px;
}
.head_rt{
	float: right;
	padding-right:0.2rem;
	color:#000;
}
.head_rt .set{
	float: left;
	width: 0.6rem;
	height: 0.75rem;
	background:url(../images/head_set.png) no-repeat center center;
	background-size:auto 0.22rem;
}
.head_rt .fg{
	float: left;
	height: 0.25rem;
	border-left:1px solid #c2c3c6;
	margin-top:0.25rem;
}
.head_rt .name{
	float: left;
	padding:0 0.2rem;
	line-height: 0.75rem;
}
.head_rt .out{
	float: right;
	width: 0.4rem;
	height: 0.4rem;
	border:1px solid #eaeaea;
	border-radius:100%;
	margin:0.17rem 0 0 0;
	background:url(../images/head_out.png) no-repeat center center;
	background-size:auto 0.12rem;
}

/*activities*/


.aside{
	width: 2.8rem;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background:#fff;
	border-right:1px solid #eaeaea;
	z-index: 90;
	box-sizing:border-box;
	padding-top:1rem;
}
.as_nav{
	line-height: 0.5rem;
	font-size:0.16rem;
}
.as_nav .handle{
	padding-left:0.3rem;
	background:url(../images/as_handle.png) no-repeat 92% center;
	background-size:auto 0.18rem;
	cursor: pointer;
}
.as_nav.down .handle{
	color:#3454DF;
	background-image:url(../images/as_handleh.png);
}
.as_nav .handle.hover{
	color:#3454DF;
	background-image:url(../images/as_handleh2.png);
}
.as_nav.down .bn,.as_nav .handle.hover .bn{
	color:#3454DF;
}
.as_nav .bn{
	padding-left:0.4rem;
	background-repeat:no-repeat;
	background-position:0.04rem center;
	background-size:auto 0.36rem;
	color:#000;
}
.as_nav .bn1{
	background-image:url(../images/as_nav1.png);
}
.as_nav.down .handle .bn1,.as_nav .handle.hover .bn1{
	background-image:url(../images/as_nav1h.png);
}
.as_nav .bn2{
	background-image:url(../images/as_nav2.png);
}
.as_nav.down .handle .bn2,.as_nav .handle.hover .bn2{
	background-image:url(../images/as_nav2h.png);
}
.as_nav .bn3{
	background-image:url(../images/as_nav3.png);
}
.as_nav.down .handle .bn3,.as_nav .handle.hover .bn3{
	background-image:url(../images/as_nav3h.png);
}
.as_nav .bn4{
	background-image:url(../images/as_nav4.png);
}
.as_nav.down .handle .bn4,.as_nav .handle.hover .bn4{
	background-image:url(../images/as_nav4h.png);
}
.as_nav ul{
	display: none;
}
.as_nav.down ul{
	display: block;
}
.as_nav li a{
	color:#000;
}
.as_nav li{
	padding:0 0 0 0.7rem;
}
.as_nav li .hover{
	color:#3454DF;
}

.mcontent{
	padding:0.3rem 0.3rem 0.3rem 3.1rem;
}
.act_header{
	padding-bottom:0.3rem;
}
.acth_search{
	float: left;
	width: 4.3rem;
	height: 0.5rem;
	border:1px solid #eaeaea;
	border-radius:0.1rem;
	background:#fff;
	position: relative;
}
.acth_search .text{
	padding:0 0.2rem;
	width:100%;
	box-sizing:border-box;
	height: 0.5rem;
	border:0;
	background:none;
}
.acth_search .send{
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background:url(../images/acth_search.png) no-repeat center center;
	background-size:auto 0.16rem;
}

.acth_sel{
	float: left;
	margin-left:0.3rem;
	position: relative;
	z-index: 20;
	background:#fff;
	width: 1.1rem;
	height: 0.5rem;
	border:1px solid #eaeaea;
	border-radius:0.1rem;
	cursor: pointer;
	color:#666a71;
}
.acth_sel .handle{
	line-height: 0.5rem;
	padding-left:0.15rem;
	background:url(../images/acth_sel.png) no-repeat right center;
	background-size:auto 0.4rem;
}
.acth_sel.down{
	border-bottom:0;
	border-radius:0.1rem 0.1rem 0 0;
}
.acth_sel ul{
	position: absolute;
	left: -1px;
	z-index: 20;
	background:#fff;
	width: 1.1rem;
	top: 0.5rem;
	border:1px solid #eaeaea;
	border-top:0;
	border-radius:0 0 0.1rem 0.1rem;
	display: none;
}
.acth_sel.down ul{
	display: block;
}
.acth_sel li{
	height: 0.32rem;
	line-height: 0.32rem;
	padding:0 0.15rem;
}
.acth_sel .hover{
	color:#3454DF;
}
.acth_add{
	float: right;
	height: 0.5rem;
	line-height: 0.5rem;
	border:1px solid #3454df;
	background:#3454df url(../images/acth_add.png) no-repeat 0.2rem center;
	background-size:auto 0.16rem;
	color:#fff;
	padding:0 0.2rem 0 0.45rem;
	border-radius:0.1rem;
}

.alert_flog{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	background:rgba(0,0,0,0.6);
	display: none;
}
.actw_add{
	position: fixed;
	z-index: 220;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding:0 0.25rem 0.25rem 0.25rem;
	background:#fff;
	width: 7.5rem;
	border-radius:0.1rem;
	display: none;
}
.actw_title{
	height: 0.95rem;
	line-height: 0.95rem;
	font-size:0.26rem;
	font-weight: bold;
	position: relative;
	color:#000;
}
.actw_title .close{
	width: 0.95rem;
	height: 0.95rem;
	position: absolute;
	right: -0.25rem;
	top: 0;
	background:url(../images/actw_close.png) no-repeat center center;
	background-size:auto 0.5rem;
	cursor: pointer;
}
.actw_add .t1{
	height: 0.4rem;
	line-height: 0.4rem;
	font-size:0.16rem;
	clear: both;
}
.actw_add .text{
	height: 0.5rem;
	border:1px solid #eaeaea;
	box-sizing:border-box;
	width: 100%;
	font-size:0.16rem;
	color:#000;
	padding:0 0.2rem;
	border-radius:0.08rem;
	margin-bottom:0.2rem;
}
.actw_add .text::-webkit-input-placeholder {
	color: #000 !important;
}
.actw_add .half{
	width: 48%;
}
.actw_add .datem{
	background:url(../images/datem.png) no-repeat right center;
	background-size:auto 0.5rem;
}
.actw_add .er{
	color:#f00;
	margin-top:-0.1rem;
	font-size:0.16rem;
	padding-bottom:0.1rem;
}
.actw_add .ctrls{
	text-align:right;
}
.actw_add .bn{
	width: 0.9rem;
	height: 0.5rem;
	line-height: 0.5rem;
	left: 0.5rem;
	text-align: center;
	display: inline-block;
	font-size:0.16rem;
	border-radius:0.1rem;
	color:#666a71;
	cursor: pointer;
}
.actw_add .create{
	color:#fff;
	background:#3454df;
}

.actw_add .xz{
	padding:0.15rem 0.2rem;
	background:#f7f7f7;
	border-radius:0.1rem;
	line-height: 1.5;
	word-break:break-all;
}
.actw_add .xz .t1{
	font-size:0.16rem;
	padding-bottom:0.12rem;
}
.actw_add .sm{	
	height: 0.6rem;
	line-height: 0.6rem;
	padding-left:0.26rem;
	background:url(../images/inf_sm.png) no-repeat left center;
	background-size:auto 0.2rem;
	cursor: pointer;
}
.actw_add .choosebn{
	border:1px solid #3454DF;
	color:#3454DF;
	margin-bottom:0.2rem;
	font-size:0.14rem;
}
.actw_add .sm.hover{
	background-image:url(../images/inf_smh.png);
}
.actw_add .file{
	color:#1476FF;
}
.actw_add .up{
	width: 1rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background:#3454DF;
	color:#fff;
	border-radius:0.1rem;
	display: inline-block;
	text-align: center;
}
.actw_add .down{
	width: 1rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	color:#3454DF;
	display: inline-block;
}

.act_tab{
	width: 100%;
	text-align:left;
	border:1px solid #eaeaea;
	border-radius:0.1rem;	
	color:#666a71;
	background:#fff;
}
.act_tab table{
	width: 100%;
	border-radius:0.1rem;
}
.act_tab th{
	height: 0.55rem;
	background:#f9f9f9;
}
.act_tab .th1{
	width: 9.6rem;
	padding-left:0.4rem;
	border-radius:0.1rem 0 0 0;
}
.act_tab .th2{
	width: 2.5rem;	
}
.act_tab .th3{
	text-align: center;
	border-radius:0 0.1rem 0 0;
}
.act_tab td{
	height: 0.85rem;	
	border-top:1px solid #eaeaea;
}
.act_tab .inf{
	padding-left:0.4rem;
}
.act_tab .inf dt{
	color:#3454DF;
	font-size:0.16rem;
	line-height: 0.28rem;
}
.act_tab .inf dd{
	line-height: 0.28rem;
}
.act_tab .date{
	padding-right:0.16rem;
}
.act_tab .bn{
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border:1px solid #fff;
	border-radius:0.1rem;	
}
.act_tab .td3{
	text-align: center;
}
.act_tab .sin{
	display: inline-block;	
}
.act_tab .edit{
	background:url(../images/act_edit.png) no-repeat center center;
	background-size:auto 0.5rem;
}
.act_tab .mof{
	background:url(../images/act_mof.png) no-repeat center center;
	background-size:auto 0.5rem;
}
.act_tab .del{
	background:url(../images/act_del.png) no-repeat center center;
	background-size:auto 0.5rem;
}
.act_tab .del:hover{
	background-image:url(../images/act_delh.png);
}
.act_tab .more{
	position: relative;
	z-index: 20;
	display: inline-block;
}
.act_tab .set{
	background:url(../images/act_more.png) no-repeat center center;
	background-size:auto 0.5rem;
	cursor: pointer;
}
.acm_edit{
	background:#fff;
	border:1px solid #eaeaea;
	border-radius:0.1rem;
	width: 3.8rem;
	box-shadow:0 0 0.1rem #eaeaea;
	position: absolute;
	top: 0.6rem;
	right: -0.5rem;
	z-index: 30;
	padding:0 0.25rem 0.25rem 0.25rem;
	display: none;
}
.act_tab .down{
	z-index: 30;
}
.act_tab .down .acm_edit{
	display: block;
}
.acm_edit .title{
	text-align:left;
	height: 0.9rem;
	line-height: 0.9rem;
	font-size:0.24rem;
	color:#000;
	font-weight: bold;
}
.acm_edit .if{
	text-align:left;
}
.acm_edit .if dt{
	color:#3454DF;
	line-height: 0.26rem;
}
.acm_edit .if dd{
	line-height: 0.24rem;
	padding-left:0.25rem;
	background:url(../images/asm_date.png) no-repeat left center;
	background-size:auto 0.14rem;
}
.acm_edit .type{
	position: absolute;
	right: 0.25rem;
	top: 0.9rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background:#f5f5f5;
	padding:0 0.15rem;
	border-radius:0.1rem;
}
.acm_edit .links{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.acm_edit .zw{
	width: 1.8rem;
	height: 0;
}
.acm_edit .link{
	display: block;
	width: 1.8rem;
	height: 1rem;
	background:#f4f4f4;
	border-radius:0.1rem;
	margin-top:0.2rem;
	box-sizing:border-box;
	padding-top:0.2rem;
	text-align: center;
}
.acm_edit .ico{
	display: block;
	width: 0.34rem;
	height: 0.34rem;
	margin:0 auto;
}
.acm_edit .name{
	line-height: 0.36rem;
	font-size:0.14rem;
	color:#666a71;
}
.acm_edit .del2{
	clear: both;
	margin-top:0.2rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background:#f4f4f4;
	border-radius:0.1rem;
	cursor: pointer;
}
.acm_edit .s{
	color:#EB564F;
	display: inline-block;
	padding-left:0.24rem;
	background:url(../images/acm_del.png) no-repeat left center;
	background-size:auto 0.18rem;
}

.actw_del{
	position: fixed;
	z-index: 220;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding:0 0.25rem 0.25rem 0.25rem;
	background:#fff;
	width: 7.5rem;
	border-radius:0.1rem;
	display: none;
}
.actw_del .ctrls{
	text-align:right;
}
.actw_del .bn{
	width: 0.9rem;
	height: 0.5rem;
	line-height: 0.5rem;
	left: 0.5rem;
	text-align: center;
	display: inline-block;
	font-size:0.16rem;
	border-radius:0.1rem;
	color:#666a71;
	cursor: pointer;
}
.actw_del .create{
	color:#fff;
	background:#EB564F;
}
.actw_del .tip{
	color:#666A71;
}
.actw_del .qx{
	padding:0.2rem 0 0.2rem 0.3rem;
	color:#EB564F;
	background:url(../images/acw_del.png) no-repeat left center;
	background-size:auto 0.22rem;
	cursor: pointer;
}
.actw_del .qx.hover{
	background-image:url(../images/acw_delh.png);
}

.actw_hx{
	position: fixed;
	z-index: 220;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding:0 0.25rem 0.25rem 0.25rem;
	background:#fff;
	width: 7.5rem;
	border-radius:0.1rem;
	display: none;
}
.actw_hx .cleft{
	width: 2.7rem;
	height: 1.4rem;
	border-right:1px solid #eff5ff;
	float: left;
}
.actw_hx .code{
	float: left;
	width: 1rem;
	height: 1rem;
	border:1px solid #d9d9d9;
	border-radius:0.1rem;
	padding:0.1rem;
	margin-top:0.1rem;
}
.actw_hx .codein{
	width: 1rem;
	height: 1rem;
}
.actw_hx .codeim{
	width: 1rem;
	height: 1rem;
}
.actw_hx .name{
	float: left;
	line-height: 1.4rem;
	font-weight: bold;
	padding-left:0.2rem;
}
.actw_hx .cright{
	float: right;
	width: 4.14rem;
}
.actw_hx .t1{
	line-height: 0.4rem;
	padding-top:0.2rem;
	color:#000;
}
.actw_hx .out{
	position: relative;
	height: 0.5rem;
	border:1px solid #eaeaea;
	border-radius:0.1rem;
}
.actw_hx .text{
	width:100%;
	height:0.5rem;
	border:0;
	background:none;
	box-sizing:border-box;
	padding:0 0.2rem;
}
.actw_hx .text::-webkit-input-placeholder {
	color: #000 !important;
}
.actw_hx .copy{
	position: absolute;
	right: 0;
	top: 0;
	width: 0.5rem;
	height: 0.5rem;
	z-index: 20;
	background:url(../images/actw_copy.png) no-repeat center center;
	background-size:auto 0.16rem;
	cursor: pointer;
}

/*activities*/


/*material*/

.mat_navs{
	height: 0.6rem;
	background:#fff;
	border:1px solid #eaeaea;
	border-radius:0.1rem;
	line-height: 0.6rem;
	padding:0 0.3rem;
	font-size:0.18rem;
	margin-bottom:0.3rem;
}
.mat_navs .bn{
	float: left;
	margin-right:0.15rem;
	padding:0 0.1rem;
}
.mat_navs .hover{
	color:#1476FF;
	border-bottom:1px solid #1476FF;
}
.mat_up{
	float: left;
	height: 0.5rem;
	line-height: 0.5rem;
	color:#fff;
	padding:0 0.2rem 0 0.45rem;
	background:#3454DF url(../images/mat_up.png) no-repeat 0.2rem center;
	background-size:auto 0.18rem;
	border-radius:0.1rem;
	cursor: pointer;
}
.matw_up{
	box-sizing:border-box;
	z-index: 220;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:#fff;
	width: 8rem;
	padding:0 0.3rem 0.3rem 0.3rem;
	border-radius:0.1rem;
	display: none;
}
.matw_up .close{
	width: 0.9rem;
	height: 0.9rem;
	position: absolute;
	right: 0;
	top: 0;
	background:url(../images/actw_close.png) no-repeat center center;
	background-size:auto 0.5rem;
}
.matw_up .title{
	font-size:0.26rem;
	font-weight: bold;
	color:#000;
	height: 0.9rem;
	line-height: 0.9rem;
}
.matw_up .area{
	border-radius:0.1rem;
	padding:0.4rem 0;
	text-align: center;
	background:#f7f7f7;
	border:1px dashed #eaeaea;
}
.matw_up .ico{
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	margin:0 auto;
}
.matw_up .t1{
	line-height: 0.4rem;
	color:#000;
	font-size:0.16rem;
}
.matw_up .choose{
	color:#3454df;
}
.matw_up p{
	line-height: 1.5;
}
.matw_up .tip{
	text-align:right;
	line-height: 0.6rem;
}
.matw_up .item{
	width: 0.9rem;
	height: 0.9rem;
	border:1px solid #eaeaea;
	border-radius:0.05rem;
	float: left;
	overflow: hidden;
	position: relative;
	margin:0 0.2rem 0.2rem 0;
}
.matw_up .item img{
	display: block;
	width: 0.9rem;
	height: 0.9rem;
}
.matw_up .add{
	width: 0.9rem;
	height: 0.9rem;
	background:#eaeaea;
	border:1px solid #eaeaea;
	border-radius:0.05rem;
	float: left;
	overflow: hidden;
	position: relative;
	margin:0 0.2rem 0.2rem 0;
}
.matw_up .per{
	width:100%;
	text-align: center;
	line-height: 0.3rem;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.matw_up .line{
	width: 0.6rem;
	height: 0.04rem;
	margin:0 auto;
}
.matw_up .linein{
	height: 0.04rem;
	float: left;
	background:#1476ff;
}
.matw_up .tip2{
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	border:1px solid #eaeaea;
	font-size:0.12rem;
}
.matw_up .sin{
	display: inline-block;
	padding-left:0.3rem;
	background:url(../images/mat_sin.png) no-repeat left center;
	background-size:auto 0.2rem;
}
.matw_up .ctrls{
	padding-top:0.2rem;
	text-align:right;
}
.matw_up .bn{
	width: 0.9rem;
	height: 0.5rem;
	line-height: 0.5rem;
	display: inline-block;
	border-radius:0.1rem;
	text-align: center;
}
.matw_up .ok{
	color:#fff;
	background:#3454df;
}
.matm_rt{
	float: right;
	line-height: 0.5rem;
}
.matm_rt .tit{
	float: left;
}
.matm_rt .frt{
	background:#fff url(../images/datem.png) no-repeat 0.05rem center;
	background-size:auto 0.42rem;
	float: left;
	margin:0 0.3rem 0 0.1rem;
	border:1px solid #eaeaea;
	border-radius:0.1rem;
	padding:0 0.16rem 0 0.42rem;
}
.matm_rt .datem{
	width: 0.8rem;
	text-align: center;
	line-height: 0.5rem;
	border:0;
}
.mat_search{
	float: left;
	width: 4.3rem;
	height: 0.5rem;
	border:1px solid #eaeaea;
	background:#fff;
	border-radius:0.1rem;
	position: relative;
}
.mat_search .text{
	height: 0.5rem;
	line-height: 0.5rem;
	padding:0 0.2rem;
	width: 100%;
	box-sizing:border-box;
	border:0;
	background:none;
}
.mat_search .send{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 0.5rem;
	height: 0.5rem;
	background:url(../images/acth_search.png) no-repeat center center;
	background-size:auto 0.16rem;
	cursor: pointer;
}
.mat_count{
	clear: both;
	height: 1rem;
	line-height: 1rem;
}
.mat_count .tit{
	float: left;
}
.mat_sort{
	float: right;
	position: relative;
	z-index: 20;
	height: 0.4rem;
	line-height: 0.4rem;
	margin-top:0.3rem;
	border:1px solid #eaeaea;
	width: 1.8rem;	
	border-radius:0.05rem;
	cursor: pointer;
	margin-left:0.3rem;	
}
.mat_sort .handle{
	background:url(../images/acth_sel.png) no-repeat right center;
	background-size:auto 0.4rem;
	padding-right:0.3rem;
	padding-left:0.15rem;
}
.mat_sort ul{
	position: absolute;	
	left: -1px;	
	top: 0.4rem;
	width: 100%;	
	border:1px solid #eaeaea;
	z-index: 20;	
	background:#f5f6f7;
	display: none;	
}
.mat_sort.down ul{
	display: block;	
}
.mat_sort li{
	padding-left:0.15rem;
}

.mat_out{
	width: 100%;
	border-radius:0.1rem;
	border:1px solid #eaeaea;
	background:#fff;
}
.mat_out table{
	width: 100%;
	text-align:left;
}
.mat_out th{
	height: 0.6rem;
	background:#f9f9f9;
}
.mat_out .th1{
	width: 7.5rem;
	padding-left:0.3rem;
}
.mat_out .th2{
	width: 3.2rem;	
}
.mat_out .th3{
	width: 3.2rem;	
}
.mat_out td{
	padding:0.15rem 0 0.15rem 0;
	border-top:1px solid #eaeaea;
	text-align:left;
}
.mat_out .photo{
	display: block;
	width: 1.2rem;
	height: 0.9rem;
	float: left;
	margin-left:0.3rem;
}
.mat_out .photo img{
	display: block;
	width: 1.2rem;
	height: 0.9rem;
}
.mat_out dl{
	float: left;
	padding:0.2rem 0 0 0.2rem;
}
.mat_out dt{
	line-height: 0.3rem;
	font-size:0.16rem;
	font-weight: bold;
}
.mat_out dd{
	line-height: 0.2rem;
	font-size:0.14rem;
}
.mat_out .down{
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	background:url(../images/mat_down.png) no-repeat center center;
	background-size:100% 100%;
}
.mat_out .del{
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	background:url(../images/mat_del.png) no-repeat center center;
	background-size:100% 100%;
}

.matw_del{
	box-sizing:border-box;
	z-index: 220;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:#fff;
	width: 8rem;
	padding:0 0.3rem 0.3rem 0.3rem;
	border-radius:0.1rem;
	display: none;
}
.matw_del .close{
	width: 0.9rem;
	height: 0.9rem;
	position: absolute;
	right: 0;
	top: 0;
	background:url(../images/actw_close.png) no-repeat center center;
	background-size:auto 0.5rem;
}
.matw_del .title{
	font-size:0.26rem;
	font-weight: bold;
	color:#000;
	height: 0.9rem;
	line-height: 0.9rem;
}
.matw_del .ctrls{
	text-align: center;
}
.matw_del .bn{
	display: inline-block;
	width: 0.9rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius:0.1rem;
	font-size:0.16rem;
}
.matw_del .ok{
	color:#fff;
	background:#EB564F;
}
.matw_del .tip{
	text-align: center;
	padding:0.1rem 0 0.2rem 0;
	line-height: 1.5;
}
.matw_del .warn{
	width: 0.8rem;
	height: 0.8rem;
	display: block;
	margin:0 auto;
}

.page{
	padding:0.4rem 0;
}
.pagein{
	float: right;
}
.page li{
	float: left;
	font-size:0.16rem;
}
.page li a{
	display: inline-block;
	height: 0.4rem;
	line-height: 0.4rem;
	float: left;
	padding:0 0.1rem;
}


/*material*/


/*information*/

.inf_count .title{
	height: 0.8rem;
	line-height: 0.8rem;
	font-size:0.26rem;
	font-weight: bold;
	color:#000;
	padding:0 0.25rem;
}
.infc_items{
	display:flex;
	justify-content: space-around;
	padding:0 0.25rem;
}
.infc_items .fg{
	height: 110px;
	border-left:1px solid #ebecec;
	margin-top:0.5rem;
}
.infc_items .ths{
	margin-top:0.5rem;
	line-height: 0.4rem;
}
.infc_items .item{
	text-align:center;
	width: 50%;
}
.infc_items .t1{
	line-height: 0.5rem;
	font-size:0.16rem;
	color:#6F7182;
}
.infc_items .num{
	line-height: 0.4rem;
}
.infc_items .bd{
	font-size:0.18rem;
	font-weight: bold;
	color:#000;
}
.inf_tab{
	border:1px solid #eaeaea;
	border-radius:0.1rem;
	overflow: hidden;
	background:#fff;
}
.inf_tab table{
	text-align:left;
	width: 100%;
}
.inf_tab th{
	height: 0.5rem;
	line-height: 0.5rem;
	background:#f9f9f9;
	padding-left:0.4rem;
}
.inf_tab td{
	height: 0.8rem;
	border-top:1px solid #eaeaea;
	padding-left:0.4rem;
}
.inf_tab .edit{
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	background:url(../images/act_edit.png) no-repeat center center;
	background-size:100% 100%;
}
.inf_tab .del{
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	background:url(../images/mat_del.png) no-repeat center center;
	background-size:100% 100%;
}

.inf_navs{
	padding-bottom:0.3rem;
}
.inf_navs .bn{
	display: inline-block;
	height: 0.4rem;
	line-height: 0.4rem;
	border:1px solid rgba(255,255,255,0);
	padding:0 0.2rem;
	border-radius:0.05rem;
}
.inf_navs .hover{
	color:#1476FF;
	background:#fff;
	border:1px solid #eaeaea;
}

.inf_sea{
	float: left;
	width: 4.3rem;
	height: 0.5rem;
	border:1px solid #eaeaea;
	border-radius:0.1rem;
	background:#fff;
	position: relative;
}
.inf_sea .text{
	width: 100%;
	height:0.5rem;
	border:0;
	line-height: 0.5rem;
	background:none;
	padding:0 0.2rem;
}
.inf_sea .send{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	width: 0.6rem;
	height: 0.5rem;
	background:url(../images/acth_search.png) no-repeat center center;
	background-size:auto 0.16rem;
}
.inf_out{
	float: left;
	height: 0.5rem;
	line-height: 0.5rem;
	border:1px solid #3454df;
	border-radius:0.1rem;
	padding:0 0.2rem;
	background:#3454df;
	color:#fff;
	margin-left:0.3rem;
}
.inf_tab .sin{
	display: inline-block;
	position: relative;
	padding-right:0.3rem;
}
.inf_tab .copy{
	cursor: pointer;
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	right: 0;
	top: -0.04rem;
	background:url(../images/inf_copy.png) no-repeat center center;
	background-size:auto 0.16rem;
}

.inf_dr{
	background:#fff;
	margin-bottom:0.3rem;
	border:1px solid #eaeaea;
	border-radius:0.1rem;
}
.inf_dr .handle{
	height: 0.6rem;
	line-height: 0.6rem;
	border-bottom:1px solid #eaeaea;
	padding:0 0.3rem;
	clear: both;
	font-size:0.16rem;
}
.inf_dr .handle .btn{
	float: left;
	display: inline-block;
	padding:0 0.1rem;
	margin-right:0.1rem;
	cursor: pointer;
}
.inf_dr .handle .hover{
	color:#1476FF;
	border-bottom:1px solid #1476FF;
}
.inf_dr .con{
	display: none;
	padding:0.2rem 0.3rem 0.3rem 0.3rem;
}
.inf_dr .show{
	display: block;
}
.ifd_in{
	float: left;
	position: relative;
	height: 0.5rem;
	line-height: 0.5rem;
	padding-bottom:0.3rem;
	margin-right:0.2rem;
	font-size:0.16rem;
}
.ifd_in .tit{
	float: left;
	min-width: 5em;
	padding-right:0.5em;
}
.ifd_in .out{
	position: relative;
	float: left;
}
.ifd_in .er{
	line-height: 0.3rem;
	position: absolute;
	top: 0.5rem;
	color:#f00;
	font-size:0.14rem;
}
.ifd_in .chk{
	float: left;
	padding-left:0.26rem;
	padding-right:0.1rem;
	background:url(../images/chk.png) no-repeat left center;
	background-size:auto 0.18rem;
	cursor: pointer;
}
.ifd_in .chk.hover{
	background-image:url(../images/chkh.png);
}
.ifd_in .text{
	height: 0.5rem;
	width: 3rem;
	border:1px solid #eaeaea;
	padding:0 0.2rem;
	border-radius:0.1rem;
}
.ifd_in .sels{
	width: 3.4rem;
	border:1px solid #eaeaea;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius:0.1rem;
	position: relative;
	z-index: 20;
	cursor: pointer;
}
.ifd_in .sels .handle{
	height: 0.5rem;
	line-height: 0.5rem;
	padding:0 0.2rem;
	background:url(../images/acth_sel.png) no-repeat 98% center;
	background-size:auto 0.4rem;
}
.ifd_in .sels.down{
	border-radius:0.1rem 0.1rem 0 0;
}
.ifd_in .sels ul{
	display: none;
	width: 100%;
	position: absolute;
	left: -1px;
	top: 0.5rem;
	border:1px solid #eaeaea;
	border-top:0;
	border-radius:0 0 0.1rem 0.1rem;
	background:#fff;
	z-index: 20;
}
.ifd_in .sels.down ul{
	display: block;
}
.ifd_in .sels li{
	padding:0 0.2rem;
	height: 0.4rem;
	line-height: 0.4rem;
}
.ifd_send{
	height: 0.5rem;
	line-height: 0.5rem;
	background:#3454df;
	display: inline-block;
	padding:0 0.2rem;
	border-radius:0.1rem;
	color:#fff;
	font-size:0.16rem;
}

.inf_dr .xz{
	padding:0.15rem 0.2rem;
	background:#f7f7f7;
	border-radius:0.1rem;
	line-height: 1.5;
}
.inf_dr .xz .t1{
	font-size:0.16rem;
	padding-bottom:0.12rem;
}
.inf_dr .sm{	
	height: 0.6rem;
	line-height: 0.6rem;
	padding-left:0.26rem;
	background:url(../images/inf_sm.png) no-repeat left center;
	background-size:auto 0.2rem;
	cursor: pointer;
}
.inf_dr .sm.hover{
	background-image:url(../images/inf_smh.png);
}
.inf_dr .file{
	color:#1476FF;
}
.inf_dr .up{
	width: 1rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background:#3454DF;
	color:#fff;
	border-radius:0.1rem;
	display: inline-block;
	text-align: center;
}
.inf_dr .down{
	width: 1rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	color:#3454DF;
	display: inline-block;
}

.inf_win{
	width: 80%;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:#fff;
	z-index: 220;
	display: none;
}
.inf_win .inf_dr{
	border:0;
	padding-top:0.3rem;
}
.inf_win .top_close{
	cursor: pointer;
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background:url(../images/actw_close.png) no-repeat center center;
	background-size:auto 0.6rem;
}

/*information*/

/*edit*/


.ed_tbar{
	position: fixed;
	top: 0.75rem;
	right: 0;
	margin-top:1px;
	height: 0.9rem;
	background:#fff;
	width:calc(100% - 2.8rem);
	border-bottom:1px solid #eaeaea;
	z-index: 100;
}
.edtb_left{
	float: left;
	padding-left:0.3rem;
}
.edtb_left .my{
	height: 0.5rem;
	border:1px solid #eaeaea;
	line-height: 0.5rem;
	display: block;
	float: left;
	border-radius:0.1rem;
	padding:0 0.18rem;
	color:#1476FF;
	margin-top:0.2rem;
	position: relative;
	top:-1px;
}
.edtb_right{
	float: right;
	padding:0.2rem 0.3rem 0 0;
}
.edtb_right .bn{
	float: left;
	display: inline-block;
	height: 0.5rem;
	line-height: 0.5rem;
	padding:0 0.2rem;
	border:1px solid #ebebeb;
	border-radius:0.1rem;
	margin-left:0.15rem;
}
.edtb_right .ed_publish{
	background:#1476FF;
	border-color:#1476FF;
	color:#fff;
}
.edtb_right .s1{
	display: inline-block;
	padding-left:0.3rem;
	background:url(../images/edtb_s1.png) no-repeat left center;
	background-size:auto 0.18rem;
}
.edtb_right .s2{
	display: inline-block;
	padding-left:0.3rem;
	background:url(../images/edtb_s2.png) no-repeat left center;
	background-size:auto 0.18rem;
}
.edtb_right .s3{
	display: inline-block;
	padding-left:0.3rem;
	background:url(../images/edtb_s3.png) no-repeat left center;
	background-size:auto 0.18rem;
}
.edtb_right .pre_code{
	width: 1.2rem;
	height: 1.2rem;
	padding:0.2rem;
	border:1px solid #ebebeb;
	background:#fff;
	position: absolute;
	right: 1.6rem;
	top: 0.8rem;
	z-index: 30;
	display: none;
}
.edtb_right .code{
	width: 1.2rem;
	height: 1.2rem;
}
.edtb_right .im{
	display: block;
	width: 1.2rem;
	height: 1.2rem;
}

.ed_left{
	width: 4rem;
	background:#fff;
	position: fixed;
	left: 2.8rem;
	top:0;
	height:100%;
	box-sizing:border-box;
	overflow: hidden;
	padding-top:1.65rem;
	border-right:1px solid #eaeaea;
	z-index: 10;
}
.mtemplate .ed_left{
	display: none;
}
.ed_left .title{
	background:#fff;
	line-height: 0.6rem;
	color:#000;
	font-size:0.18rem;
	font-weight: bold;
	padding:0 0.2rem;
	border-bottom:1px solid #eaeaea;
	margin-top:2px;
}
.edl_left{
	width: 0.8rem;
	border-right:1px solid #eaeaea;
	height:calc(100% - 0.6rem);
	box-sizing:border-box;
	float: left;
	padding:0.2rem 0 0 0;
	text-align: center;
	overflow-x:hidden;
	overflow-y:auto;
}
.edl_left .bn{
	width: 0.44rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	display: inline-block;
	margin-bottom:0.1rem;
	cursor: pointer;
	color:#000;
	border-radius:0.08rem;
}
.edl_left .hover{
	background:#d9def3;
	color:#3454DF;	
}
.edl_con{
	display: none;
	float: right;
	width: 2.9rem;
	height:calc(100% - 0.6rem);
	box-sizing:border-box;
	float: right;
	overflow-x:hidden;
	overflow-y:auto;
}
.edl_con.show{
	display: block;
}
.edl_con .head{
	line-height: 0.6rem;
	font-weight: bold;
	color:#000;
}
.edl_con .item{
	text-align: center;
	cursor: pointer;
	width: 2.5rem;
	line-height: 0.4rem;
}
.edl_con .photo{
	display: block;
	width:100%;
	border-radius:0.12rem;
}

.ed_right{
	width: 4rem;
	top:0;
	position: fixed;
	right: 0;
	background:#fff;
	height:100%;
	box-sizing:border-box;
	overflow: hidden;	
	border-left:1px solid #eaeaea;
	overflow-x:hidden;
	overflow-y:auto;
	padding:1.65rem 0.2rem 0 0.2rem;
	z-index: 10;
}
.ed_right .handle{
	height: 0.6rem;
	line-height: 0.6rem;
	border-bottom:1px solid #eaeaea;
	clear: both;
}
.ed_right .handle .btn{
	float: left;
	margin-right:0.1rem;
	padding:0 0.1rem;
	color:#6F7182;
	font-size:0.16rem;
	cursor: pointer;
}
.ed_right .handle .hover{
	border-bottom:1px solid #1476FF;
	color:#1476FF;
}
.ed_right .edr_con{
	display: none;
}
.ed_right .edr_con.show{
	display: block;
}
.ed_right .edrs_con{
	display: none;
}
.ed_right .edrs_con.show{
	display: block;
}
.ed_right .jsonarea{
	border:1px solid #eaeaea;
	width:100%;
	box-sizing:border-box;
	margin:20px 0;
	height:500px;
	resize:none;
	padding:10px;
}

.edr_set{
	padding:0.1rem 0 0.5rem 0.1rem;
}
.edr_set .title{
	line-height: 2.6;
}
.edr_set .text{
	border:1px solid #eaeaea;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius:0.1rem;
	width: 100%;
	box-sizing:border-box;
	padding:0 0.2rem;
}
.edr_set .sel{
	border:1px solid #eaeaea;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius:0.1rem;
	width: 100%;
	box-sizing:border-box;
	padding:0 0.2rem;
	background:url(../images/acth_sel.png) no-repeat right center;
	background-size:auto 0.4rem;
	cursor: pointer;
}
.edr_set .btn1{
	width: 50%;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	border-radius:0.1rem;
	background:#1476FF;
	color:#fff;
	cursor: pointer;
}
.edr_set .del{
	width: 30%;
	margin-top:0.15rem;
}
.edr_set .addone{
	width: 100%;
	margin-top:0.15rem;
}
.edr_set .dbl{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.edr_set .dbl .zw{
	width: 48%;
	height: 0;
}
.edr_set .half{
	width: 48%;
}
.edr_set .tarea{
	border:1px solid #eaeaea;
	height: 2rem;
	line-height: 1.5;
	border-radius:0.1rem;
	width: 100%;
	box-sizing:border-box;
	padding:0 0.2rem;
}
.edrs_handle{
	border:1px solid #1476FF;
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	box-sizing:border-box;
	overflow: hidden;
	border-radius:0.2rem;
	cursor: pointer;
	margin-bottom:0.1rem;
}
.edrs_handle .btn{
	width: 50%;
	float: left;
	text-align: center;
	height: 0.4rem;
}
.edrs_handle .hover{
	color:#fff;
	background:#1476FF;
}

.ed_phone{
	width: 750px;
	height: 1334px;
	border:10px solid #eaeaea;
	border-radius:50px;
	overflow: hidden;
	position: absolute;
	transform-origin: top left;	
	top: 2.5rem;
	left: 9rem;
	z-index: 20;
}
.mtemplate .ed_phone{
	left: 7.2rem;
}

.cs_sbar{
	width: 4.6rem;
	height: 0.5rem;
	border:1px solid #ccc;
	border-radius:0.1rem;
	position: absolute;
	left: 0.3rem;
	bottom: 0.3rem;
}
.cs_sbar .text{
	width: 100%;
	height: 0.5rem;
	border:0;
	background:none;
	box-sizing:border-box;
	padding:0 0.16rem;
	font-size:0.18rem;
}
.cs_sbar .send{
	width: 0.6rem;
	height: 0.5rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background:url(../images/acth_search.png) no-repeat center center;
	background-size:auto 0.18rem;
}

.csimg_win{
	width: 8rem;
	z-index: 220;
	left: 50%;
	top: 50%;
	position: fixed;
	border-radius:0.1rem;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:#fff;
	box-sizing:border-box;
	padding:0 0.3rem 0.3rem 0.3rem;
	display: none;
}
.csimg_win .title{
	height: 0.9rem;
	line-height: 0.9rem;
	border-bottom:1px solid #eaeaea;
	font-size:0.28rem;
	color:#000;
	font-weight: bold;
	margin-bottom:0.3rem;
}
.csimg_win .top_close{
	width: 0.9rem;
	height: 0.9rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background:url(../images/actw_close.png) no-repeat center center;
	background-size:auto 0.6rem;
	cursor: pointer;
}
.csimg_win .scr{
	height: 3.2rem;
	overflow-y:auto;
	overflow-x:hidden;	
}
.csimg_win .s_list{
	width: 7.8rem;
}
.csimg_win .item{
	width: 1.3rem;
	height: 1.7rem;
	position: relative;
	cursor: pointer;
	float: left;
	margin-right:0.2rem;
}
.csimg_win .chk{
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background:url(../images/cs_sel.png) no-repeat center center;
	background-size:0.24rem 0.24rem;
	display: none;
}
.csimg_win .hover .chk{
	display: block;
}
.csimg_win .photo{
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	border:2px solid #f2f2f2;
	background:#f2f2f2;
	border-radius:0.1rem;
	overflow: hidden;
	position: relative;
}
.csimg_win .im{
	max-width:100%;
	max-height:100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.csimg_win .hover .photo{
	border-color:#1476FF;
}
.csimg_win .name{
	line-height: 0.4rem;
	text-align: center;
}
.csimg_win .zw{
	width: 1.3rem;
	height: 0;
}
.csimg_win .ctrls{
	text-align:right;
	padding-top:0.2rem;
}
.csimg_win .bn{
	width: 1rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius:0.1rem;
	display: inline-block;
	text-align: center;
	font-size:0.16rem;
	cursor: pointer;
}
.csimg_win .ok{
	color:#fff;
	background:#3454df;
}



.csvideo_win{
	width: 8rem;
	z-index: 220;
	left: 50%;
	top: 50%;
	position: fixed;
	border-radius:0.1rem;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:#fff;
	box-sizing:border-box;
	padding:0 0.3rem 0.3rem 0.3rem;
	display: none;
}
.csvideo_win .title{
	height: 0.9rem;
	line-height: 0.9rem;
	border-bottom:1px solid #eaeaea;
	font-size:0.28rem;
	color:#000;
	font-weight: bold;
	margin-bottom:0.3rem;
}
.csvideo_win .top_close{
	width: 0.9rem;
	height: 0.9rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background:url(../images/actw_close.png) no-repeat center center;
	background-size:auto 0.6rem;
	cursor: pointer;
}
.csvideo_win .scr{
	height: 3.2rem;
	overflow-y:auto;
	overflow-x:hidden;	
}
.csvideo_win .s_list{
	width: 7.8rem;
}
.csvideo_win .item{
	width: 1.8rem;
	height: 1.5rem;
	position: relative;
	cursor: pointer;
	float: left;
	margin-right:0.1rem;
}
.csvideo_win .chk{
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background:url(../images/cs_sel.png) no-repeat center center;
	background-size:0.24rem 0.24rem;
	display: none;
}
.csvideo_win .hover .chk{
	display: block;
}
.csvideo_win .photo{
	display: block;
	width: 1.8rem;
	height: 1rem;
	border:2px solid #f2f2f2;
	background:#f2f2f2;
	border-radius:0.1rem;
	overflow: hidden;
	position: relative;
}
.csvideo_win .im{
	max-width:100%;
	max-height:100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.csvideo_win .hover .photo{
	border-color:#1476FF;
}
.csvideo_win .name{
	line-height: 0.4rem;
	text-align: center;
}
.csvideo_win .zw{
	width: 1.3rem;
	height: 0;
}
.csvideo_win .ctrls{
	text-align:right;
	padding-top:0.2rem;
}
.csvideo_win .bn{
	width: 1rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius:0.1rem;
	display: inline-block;
	text-align: center;
	font-size:0.16rem;
	cursor: pointer;
}
.csvideo_win .ok{
	color:#fff;
	background:#3454df;
}

/*edit*/

/*templates*/

.tem_side{
	width: 1.2rem;
	height: 100vh;
	position: fixed;
	left: 2.8rem;
	top: 0;
	background:#fff;
	border-right:1px solid #eaeaea;
	z-index: 90;
	box-sizing:border-box;
	padding-top:0.75rem;
	text-align: center;
}
.tem_side .title{
	height: 0.6rem;
	line-height: 0.6rem;
	font-size:0.18rem;
	font-weight: bold;
	color:#000;
	border-bottom:1px solid #eaeaea;
}
.tem_navs .bn{
	display: inline-block;
	width: 0.8rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius:0.08rem;
	margin-top:0.1rem;
	font-size:0.16rem;
}
.tem_navs .hover{
	color:#3454DF;
	background:#d9def3;
}

.tem_con{
	float: right;
	width: 14.4rem;
	padding:1.1rem 0.3rem 0 0;
	display: none;
	justify-content: center;
}
.tem_con.show{
	display: flex;
}
.tem_item{
	width: 3.6rem;
	margin:0 0.05rem;
	cursor: pointer;
}
.tem_item .photo{
	display: block;
	box-sizing:border-box;
	width: 3.6rem;
	border:0.05rem solid #eaeaea;
	border-radius:0.25rem;
	overflow: hidden;
	position: relative;
}
.tem_item .photo img{
	display: block;
	width: 100%;
}
.tem_item .choose{
	display: block;
	width: 1.1rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius:0.25rem;
	background:#1476ff;
	color:#fff;
	text-align: center;
	margin:0.15rem auto;
	display: none;
}
.tem_item:hover .photo{
	border-color:#1476ff;
}
.tem_item:hover .choose{
	display: block;
}
.ed_flog{	
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/*templates*/


/*mypages*/

.myheader{
	height: 0.9rem;
	border-bottom:1px solid #eaeaea;
	background:#fff;	
	padding-right:0.5rem;
	position: relative;
	width: 100%;
	clear: both;
}
.myheader .title{
	text-align: center;
	position: absolute;
	text-align: center;
	width: calc(100% - 2.8rem);
	line-height: 0.9rem;
	font-size:0.2rem;
	font-weight: bold;
	right: 0;
	top: 0;
	text-indent:0;
	color:#000;
}
.myheader .backa{
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	float: left;
	background:url(../images/bai_back.png) no-repeat center center;
	background-size:auto 0.24rem;
	position: relative;
	z-index: 20;
	margin-left:2.8rem;
}
.myheader .mat_sort{
	position: relative;
	z-index: 20;
}
.myheader .mat_sort ul{
	background:#fff;
}

.mypages{
	padding:0 0 0.4rem 0.8rem;
}
.mypages .add{
	display: block;
	width: 2rem;
	height: 3.67rem;
	float: left;
	border-radius:0.15rem;
	overflow: hidden;
	position: relative;
	margin:0.2rem 0 0 0.4rem;
}
.mypages .add img{
	display: block;
	width: 2rem;
	height: 3.67rem;
}
.mypages .item{
	display: block;
	width: 2rem;	
	float: left;
	border-radius:0.15rem;	
	position: relative;
	margin:0.2rem 0 0 0.4rem;
}
.mypages .name{
	line-height: 2.4;
	text-align: center;
	font-size:0.16rem;
	color:#282828;
}
.mypages .item img{
	display: block;
	width: 2rem;
	height: 3.67rem;
}
.mypages .flog{
	border-radius:0.15rem;	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3.67rem;
	z-index: 20;
	background:rgba(0,0,0,0.1);
	display: none;
}
.mypages .item:hover .flog{
	display: block;
}
.mypages .edit{
	display: block;
	width: 0.94rem;
	height: 0.32rem;
	background:#1476ff;
	border-radius:0.1rem;
	color:#fff;
	line-height: 0.32rem;
	text-align: center;
	position: absolute;
	bottom: 0.15rem;
	left: 50%;
	margin-left:-0.47rem;
}

/*mypages*/