body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,form,p {margin:0;}
body,html{height: 100%;}
body,td,th,h1,h2,h3,h4,h5,h6 {font-family:'Microsoft YaHei';color:#000;font-size:12px;}
table,tr,td{border:none;}
table{border-collapse:collapse;border-spacing:0;}
ul,ol {padding:0;list-style-type:none;}
input,textarea,a,button {outline:none;}
input::-moz-focus-inner {border:0;}
em,var {font-style:normal;}
a img {border:none;}
a {text-decoration:none; color:#0088CC;}
a:hover {text-decoration:none; color:#0088CC;}


#container{
	min-width: 1280px;
	height: 100%;
	/*background-image: url(../images/icon_loginlogo.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;

	-ms-behavior: url(css/backgroundsize.min.htc);
    behavior:url(css/backgroundsize.min.htc);*/

	position: relative;
	overflow: hidden;
}

.con_left{
	width: 54%;
	height: 100%;
}
.con_left img{
	max-width: 100%;
	height: 100%;
}


#login_form{
	width: 430px;
	height: 400px;
	position: absolute;
	top: 45%;
	/*left: 76%;*/
	right: 11%;


	margin-top: -200px !important;
	margin-left: -215px !important;
	text-align: center;
}
#login_form .top_title{
	font-size: 30px;
	color: #1f928d;
	letter-spacing: 1px;
}
#login_form .sub_title{
	font-size: 18px;
	color: #b6b6b6;
	margin: 1px 0 5px 0;
}
#login_form input[type=text],#login_form input[type=password]{
	width: 430px;
	height: 38px;
	line-height: 38px;
	margin-top: 38px;
	/*color: #c1c1c1;*/
	color: #39b5aa;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 5px;
	border: none;
	border-bottom: 2px solid #e3e3e3;
	background: none;
}
#login_form input[type=text].focus,#login_form input[type=password].focus{
	border-bottom: 2px solid #39b5aa;
}
#login_form input[type=text]::-webkit-input-placeholder,
#login_form input[type=password]::-webkit-input-placeholder{
	color: #c1c1c1;
}
#login_form input[type=text]:-moz-placeholder,
#login_form input[type=password]:-moz-placeholder{
	color: #c1c1c1;
}
#login_form input[type=text]::-moz-placeholder,
#login_form input[type=password]::-moz-placeholder{
	color: #c1c1c1;
}
#login_form input[type=text]:-ms-input-placeholder,
#login_form input[type=password]:-ms-input-placeholder{
	color: #c1c1c1;
}
#login_form .login_btn{
	width: 430px;
	height: 50px;
	font-size: 18px;
	color: #fefefe;
	background: #39b5aa;
	letter-spacing: 3px;
	border: none;
	margin: 60px 0 20px 0;
	cursor: pointer;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;

	behavior: url(css/PIE.htc);
}
#login_form .login_pwdbottom{
	font-size: 16px;
	text-align: left;
	padding-left: 3px;
	color: #858585;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}
#login_form .login_pwdbottom input[type=checkbox]{
	display: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#login_form .login_pwdbottom span.login_checkpwd{
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/icon_pwdcheckno.png) no-repeat;
	position: relative;
	top:4px;
}
#login_form .login_pwdbottom input[type=checkbox]:checked+span.login_checkpwd{
   background: url("../images/icon_pwdcheckyes.png") no-repeat;
}

#login_form .login_pwdbottom span.iebg{
	background: url("../images/icon_pwdcheckyes.png") no-repeat;
}

#login_form .login_pwdbottom > label{
	cursor: pointer;
}
#login_form .login_pwdbottom a.login_forgetpwd{
	color: #858585;
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: underline;
	letter-spacing: 1px;
}


@media screen and (min-width: 1500px) and (max-width: 1700px){
	#login_form{
		/*border: 1px solid red;*/
		width: 390px;
		height: 357px;
		top: 48%;
		/*left: 77.5%;*/
	}
	#login_form input[type=text],#login_form input[type=password]{
		width: 390px;
		margin-top: 30px;
	}
	#login_form .login_btn{
		width: 390px;
		height: 46px;
	}
	#login_form .login_btn{
		margin: 45px 0 20px 0;
	}
}
@media screen and (min-width: 1300px) and (max-width: 1500px){
	#login_form{
		width: 355px;
		height: 340px;
		top: 48%;
		/*left: 79%;*/
	}
	#login_form input[type=text],#login_form input[type=password]{
		width: 355px;
		margin-top: 30px;
	}
	#login_form .login_btn{
		width: 355px;
		height: 46px;
	}
	#login_form .login_btn{
		margin: 45px 0 20px 0;
	}
	#login_form .top_title{
		font-size: 26px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1300px){
	#login_form{
		width: 345px;
		height: 340px;
		top: 48%;
		/*left: 78%;*/
	}
	#login_form input[type=text],#login_form input[type=password]{
		width: 345px;
		margin-top: 30px;
	}
	#login_form .login_btn{
		width: 345px;
	}
	#login_form .login_btn{
		margin: 45px 0 20px 0;
		height: 44px;
	}
	#login_form .top_title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1200px){
	#login_form{
		width: 340px;
		height: 340px;
		top: 48%;
		/*left: 78%;*/
	}
	#login_form input[type=text],#login_form input[type=password]{
		width: 340px;
		margin-top: 30px;
	}
	#login_form .login_btn{
		width: 340px;
	}
	#login_form .login_btn{
		margin: 45px 0 20px 0;
		height: 40px;
	}
	#login_form .top_title{
		font-size: 22px;
	}
}




.move{
	position: absolute;
}
.move1{
	top: 75%;
	left: 51%;
}
.move1.startmove1{
	-webkit-animation: move1 0.5s linear both;
	-moz-animation: move1 0.5s linear both;
	-ms-animation: move1 0.5s linear both;
	-o-animation: move1 0.5s linear both;
	animation: move1 0.5s linear both;
}
@-webkit-keyframes move1{
    from{
        top: 75%;
    }
    to{
        top: 0%;
    }
}
@-moz-keyframes move1{
    from{
        top: 75%;
    }
    to{
        top: 0%;
    }
}
@-o-keyframes move1{
    from{
        top: 75%;
    }
    to{
        top: 0%;
    }
}
@keyframes move1{
    from{
        top: 75%;
    }
    to{
        top: 0%;
    }
}


.move2{
	top: 82%;
	left: 57.5%;	
}
.move2.startmove2{
	-webkit-animation: move2 0.6s linear .05s both;
	-moz-animation: move2 0.6s linear .05s both;
	-ms-animation: move2 0.6s linear .05s both;
	-o-animation: move2 0.6s linear .05s both;
	animation: move2 0.6s linear .05s both;
}
@-webkit-keyframes move2{
    from{
        top: 82%;
    }
    to{
        top: 6%;
    }
}
@-moz-keyframes move2{
    from{
        top: 82%;
    }
    to{
        top: 6%;
    }
}
@-o-keyframes move2{
    from{
        top: 82%;
    }
    to{
        top: 6%;
    }
}
@keyframes move2{
    from{
        top: 82%;
    }
    to{
        top: 6%;
    }
}


.move3{
	top: 87.3%;
	left: 61%;
}
.move3.startmove3{
	-webkit-animation: move3 0.8s linear .1s both;
	-moz-animation: move3 0.8s linear .1s both;
	-ms-animation: move3 0.8s linear .1s both;
	-o-animation: move3 0.8s linear .1s both;
	animation: move3 0.8s linear .1s both;	
}
@-webkit-keyframes move3{
    from{
        top: 87%;
    }
    to{
        top: 10%;
    }
}
@-moz-keyframes move3{
    from{
        top: 87%;
    }
    to{
        top: 10%;
    }
}
@-o-keyframes move3{
    from{
        top: 87%;
    }
    to{
        top: 10%;
    }
}
@keyframes move3{
    from{
        top: 87%;
    }
    to{
        top: 10%;
    }
}


.move4{
	top: -9%;
	left: 84%;
}
.move4.startmove4{
	-webkit-animation: move4 0.5s linear both;
	-moz-animation: move4 0.5s linear both;
	-ms-animation: move4 0.5s linear both;
	-o-animation: move4 0.5s linear both;
	animation: move4 0.5s linear both;
}
@-webkit-keyframes move4{
    from{
        top: -9%;
    }
    to{
        top: 93%;
    }
}
@-moz-keyframes move4{
    from{
        top: -9%;
    }
    to{
        top: 93%;
    }
}
@-o-keyframes move4{
    from{
        top: -9%;
    }
    to{
        top: 93%;
    }
}
@keyframes move4{
    from{
        top: -9%;
    }
    to{
        top: 93%;
    }
}


.move5{
	top: 7%;
	left: 93%;
}
.move5.startmove5{
	-webkit-animation: move5 0.6s linear .05s both;
	-moz-animation: move5 0.6s linear .05s both;
	-ms-animation: move5 0.6s linear .05s both;
	-o-animation: move5 0.6s linear .05s both;
	animation: move5 0.6s linear .05s both;	
}
@-webkit-keyframes move5{
    from{
        top: 7%;
    }
    to{
        top: 90%;
    }
}
@-moz-keyframes move5{
    from{
        top: 7%;
    }
    to{
        top: 90%;
    }
}
@-o-keyframes move5{
    from{
        top: 7%;
    }
    to{
        top: 90%;
    }
}
@keyframes move5{
    from{
        top: 7%;
    }
    to{
        top: 90%;
    }
}


.move6{
	position: absolute;
	top: 1.5%;
	right: -.5%;
}
.move6.startmove6{
	-webkit-animation: move6 0.8s linear .1s both;
	-moz-animation: move6 0.8s linear .1s both;
	-ms-animation: move6 0.8s linear .1s both;
	-o-animation: move6 0.8s linear .1s both;
	animation: move6 0.8s linear .1s both;
}
@-webkit-keyframes move6{
    from{
        top: 1.5%;
    }
    to{
        top: 88%;
    }
}
@-moz-keyframes move6{
    from{
        top: 1.5%;
    }
    to{
        top: 88%;
    }
}
@-o-keyframes move6{
    from{
        top: 1.5%;
    }
    to{
        top: 88%;
    }
}
@keyframes move6{
    from{
        top: 1.5%;
    }
    to{
        top: 88%;
    }
}


#content{
	width: 100%;
	height: 100%;
	background: url(../images/icon_indexbg.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;

	-ms-behavior: url(css/backgroundsize.min.htc);
    behavior:url(css/backgroundsize.min.htc);
}
#content .content_list{
	position: relative;
}
#content .content_list li{
	width: 90px;
	height: 110px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: inline-block;

	position: absolute;
}
#content .content_list li img{
	width: 48px;
	height: 48px;
	display: block;
	margin: 10px auto 5px;
}

#content .content_list li[linkindex="0"]{
	top: 0;
	left: 0;
}
#content .content_list li[linkindex="1"]{
	top: 110px;
	left: 0;
}
#content .content_list li[linkindex="2"]{
	top: 220px;
	left: 0;
}
#content .content_list li[linkindex="3"]{
	top: 330px;
	left: 0;
}
#content .content_list li[linkindex="4"]{
	top: 440px;
	left: 0;
}
#content .content_list li[linkindex="5"]{
	top: 0;
	left: 90px;
}
#content .content_list li[linkindex="6"]{
	top: 110px;
	left: 90px;
}


/*主题资源弹窗*/
.item_content{
	width: 88%;
	height: 80%;
	background: #ffffff;
	position: absolute;
	top: 10%;
	left: 6%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	behavior: url(css/PIE.htc);

	overflow: hidden;

	display: none;
}
.item_header{
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #dadada;
	padding: 0 18px;
	position: relative;
}
.item_header h3{
	color: #1f9b90;
	font-size: 16px;
}
.item_header img{
	position: absolute;
	top: 17.5px;
	right: 18px;
	cursor: pointer;
}

.item_content .item_contentmain{
	overflow: auto;
	width: 100%;
	height: 87%;
}
.item_nav{
	position: relative;
	height: 38px;
	padding: 16px 18px 10px;
}
.item_nav .item_bread{
	float: left;
	margin-top: 8px;
	padding-left: 5px;
}
.item_nav .item_search{
	float: right;
}
.item_nav .item_bread a{	
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: -4px;
}
.item_nav .item_bread .item_bigbread{
	color: #8e8e8e;
	margin: 0 5px;
}
.item_nav .item_bread .item_smallbread{
	color: #1f9b90;
	margin-left: 5px;
}
.item_nav .item_bread .item_smallbreadimg{
	position: relative;
	top: -4px;
}

.item_search a{
	font-size: 14px;
	color: #292929;
	font-weight: bold;
	padding-left: 28px;
}
.item_search .item_upfile{
	margin-right: 40px;
	background: url(../images/icon_upfile.png) no-repeat;
}
.item_search .item_newfile{
	margin-right: 16px;
	background: url(../images/icon_newfile.png) no-repeat;
}
.item_search input.item_input{
	width: 256px;
	height: 36px;
	line-height: 36px;
	border: none;
	background: #f2f2f2;
	padding-left: 6px;
	color: #666666;
}
.item_search .item_searchgo{
	position: absolute;
	top: 25px;
	right: 30px;
	padding-left: 0;
}
.item_search .item_input::-webkit-input-placeholder{
	color: #666666;
}
.item_search .item_input:-moz-placeholder{
	color: #666666;
}
.item_search .item_input::-moz-placeholder{
	color: #666666;
}
.item_search .item_input:-ms-input-placeholder{
	color: #666666;
}

.item_con{
	padding: 0 18px;
}
.item_con .item_contable{
	width: 100%;
	border-collapse: collapse;
}
.item_con .item_contable thead tr th,
.item_con .item_contable tbody tr td{
	font-size: 14px;
	color: #292929;
}
.item_con .item_contable tbody tr:nth-child(even) td{
	background: #f5f5f5;
}
.item_con .item_contable tbody tr:hover td{
	background: #e8f6fe;
}
.item_con .item_contable thead tr th{
	height: 50px;
	line-height: 50px;
	text-align: left;
	background: #eeeeee;
	padding-left: 4px;
}
.item_con .item_contable thead tr th:first-child{
	padding-left: 16px;
}
.item_con .item_contable tbody tr td{
	height: 52px;
	padding: 4px;

	border: 1px solid #cccccc;
}
.item_con .item_contable tbody tr td.item_confile div{
	/*height: 60px;
	line-height: 60px;*/
}
.item_con .item_contable tbody tr td.item_confile div span{
	display: inline-block;
	height: auto;
}
.item_con .item_contable tbody tr td > div{
	position: relative;
	display: inline-block;
	cursor: pointer;

	-moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}
.item_con .item_contable .item_movepic{
	position: absolute;
	z-index: 10;
	width: 240px;
	height: 240px;
	top: 0;

	-webkit-box-shadow: 2px 2px 18px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 2px 2px 18px 3px rgba(0,0,0,.25);
	-ms-box-shadow: 2px 2px 18px 3px rgba(0,0,0,.25);
	-o-box-shadow: 2px 2px 18px 3px rgba(0,0,0,.25);
	box-shadow: 2px 2px 18px 3px rgba(0,0,0,.25);	
	behavior: url(css/PIE.htc);

	display: none;

}
.item_con .item_contable tbody tr td a{
	width: 15%;
	text-align: center;
	display: inline-block;
	*display:inline; /*IE7 hack*/
    *zoom:1; /*触发hasLayout*/
}
.item_con .item_contable tbody tr td:first-child{
	padding-left: 16px;
	border-right: hidden;
}
.item_con .item_contable tbody tr td:first-child > img{
	width: 36px;
	height: 32px;
}

/*分页*/
.item_pager{
	padding: 15px 18px 20px 34px;
	height: 34px;
	line-height: 34px;
}
.item_pager .pager_left,
.item_pager .pager_right,
.item_pager .pager_center{
	float: left;
	margin-right: 10px;
}
.item_pager a.pager_left,
.item_pager a.pager_right{
	/*width: 25px;
	height: 25px;*/

	padding: 0 16px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #292929;
	font-size: 20px;
}
.item_pager .pager_left{
	/*background: url(../images/icon_pageleft.png) no-repeat;*/
	background: #dddddd;
}
.item_pager .pager_right{
	/*background: url(../images/icon_pageright.png) no-repeat;*/
	background: #dddddd;
}
.item_pager .pager_left:hover,
.item_pager .pager_right:hover{
	background: #337fa9;
	color: #ffffff;
}
.item_pager .pager_center a{
	float: left;
	padding: 0 13px;
	height: 34px;
	font-size: 16px;
	color: #292929;
	text-align: center;
	margin-left: 10px;
}
.item_pager .pager_center a:first-child{
	margin-left: 0;
}
.item_pager .pager_center a.active,
.item_pager .pager_center a:hover{
	color: #ffffff;
	/*background: #33bcb2;*/
	background: #337fa9;
}


/*主题资源弹窗点击放大查看图片*/
.magnify-modal {
    position: fixed;
    z-index: 9999;
    width: 800px;
    height: 600px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    cursor: default;
}

.magnify-header {
    position: relative;
    height: 40px;
    z-index:9;
}

.magnify-footer {
    height: 50px;
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index:9;
}

.magnify-toolbar{
    display: inline-block;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.magnify-toolbar .magnify-btn{display:inline-block;width:50px;height:50px;margin:0;color:#999;line-height:50px;}
.magnify-btn-close{width:40px;height:40px;margin:0;color:#999;line-height:40px;position: absolute;right:0;top:0;font-size:15px;text-align:center;}
.magnify-toolbar .magnify-btn:hover,.magnify-btn-close:hover{color:#fff;}


.magnify-btn-close{
	background: url(../images/icon_closemodal1.png) left 20px no-repeat;
}
.magnify-btn-close:hover{
	background: url(../images/icon_closemodal2.png) left 20px no-repeat;
}
.magnify-btn-prev{
	background: url(../images/icon_trunleft1.png) 9px 9px no-repeat;
}
.magnify-btn-prev:hover{
	background: url(../images/icon_trunleft2.png) 9px 9px no-repeat;
}
.magnify-btn-next{
	background: url(../images/icon_trunright1.png) 9px 9px no-repeat;
}
.magnify-btn-next:hover{
	background: url(../images/icon_trunright2.png) 9px 9px no-repeat;
}
.magnify-btn-rotateLeft{
	background: url(../images/icon_leftxuan1.png) 9px 9px no-repeat;
}
.magnify-btn-rotateLeft:hover{
	background: url(../images/icon_leftxuan2.png) 9px 9px no-repeat;
}
.magnify-btn-rotateRight{
	background: url(../images/icon_rightxuan1.png) 9px 9px no-repeat;
}
.magnify-btn-rotateRight:hover{
	background: url(../images/icon_rightxuan2.png) 9px 9px no-repeat;
}
.magnify-btn-zoomIn{
	background: url(../images/icon_bigfang1.png) 9px 9px no-repeat;
}
.magnify-btn-zoomIn:hover{
	background: url(../images/icon_bigfang2.png) 9px 9px no-repeat;
}
.magnify-btn-zoomOut{
	background: url(../images/icon_smallfang1.png) 9px 9px no-repeat;
}
.magnify-btn-zoomOut:hover{
	background: url(../images/icon_smallfang2.png) 9px 9px no-repeat;
}
.magnify-btn-actualSize{
	background: url(../images/icon_shiji1.png) 9px 9px no-repeat;
}
.magnify-btn-actualSize:hover{
	background: url(../images/icon_shiji2.png) 9px 9px no-repeat;
}

.magnify-loader{
    -webkit-animation: icon-spin 1s infinite steps(8);
    -o-animation: icon-spin 1s infinite steps(8);
    animation: icon-spin 1s infinite steps(8);
    width:50px;
    height:50px;
    text-align:center;
    line-height:50px;
    color:#999;
    font-size:35px;
    position:absolute;
    left:50%;
    margin-left:-25px;
    top:40%;
}

.magnify-title{font-size:14px;white-space: nowrap;text-overflow: ellipsis;user-select: none;overflow:hidden;color:#fff;padding:0 40px 0 15px;line-height:40px;}

.magnify-image{display:none;position:relative;}
.magnify-stage{position:absolute;left:0;right:0;bottom:0;top:0;border:none;overflow:hidden;}

.is-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.is-grabbing {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/*文件分享弹窗*/
.item_fxcon{
	position: absolute;
	width: 710px;
	height: 460px;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -355px;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 2px 2px 22px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 22px 2px rgba(0,0,0,.2);
	-ms-box-shadow: 2px 2px 22px 2px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 22px 2px rgba(0,0,0,.2);
	box-shadow: 2px 2px 22px 2px rgba(0,0,0,.2);	
	behavior: url(css/PIE.htc);

	display: none;
}
.item_fxconheader{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #dadada;
	padding: 0 18px;
	position: relative;
}
.item_fxconheader h3{
	color: #1f9b90;
	font-size: 16px;
}
.item_fxconheader img{
	position: absolute;
	top: 17.5px;
	right: 18px;
	cursor: pointer;
}

.item_fxconmain{
	text-align: center;
}
.item_fxconmain .item_fxtop{
	text-align: center;
	margin-top: 80px;
}
.item_fxconmain .item_fxwaysl{
	font-weight: bold;
	vertical-align: top;
}
.item_fxconmain .item_fxtop .item_fxwaysl{
	width: 120px;
	text-align: right;
}

.item_fxconmain .item_fxwaysl,.item_fxconmain .item_fxwaysr{
	display: inline-block;
	color: #292929;
	font-size: 14px;
	text-align: left;
}
.item_fxconmain .item_fxwaysr .item_sharecode{
	width: 380px;
	margin-bottom: 35px;
}
.item_fxconmain .item_fxwaysr .item_sharecode,
.item_fxconmain .item_fxwaysr .item_sharecode label{
	margin-left: 6px;
}
.item_fxconmain .item_fxwaysr .item_sharecode input[type=radio]{
	display: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.item_fxconmain .item_fxwaysr .item_sharecode span{
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../images/icon_shareradiono.png) no-repeat;
}
.item_fxconmain .item_fxwaysr .item_sharecode input[type=radio]:checked+span{
   background: url("../images/icon_shareradioyes.png") no-repeat;
}

.item_fxconmain .item_fxwaysr .item_sharecode span.iebg{
	background: url("../images/icon_shareradioyes.png") no-repeat;
}


.item_fxconmain .item_fxbottom .item_fxwaysl{
	width: 120px;
	text-align: right;
}
.item_fxconmain .item_fxbottom .item_fxwaysr{
	width: 380px;
	margin-left: 6px;
}
.item_fxconmain .item_fxbottom .item_sharetime{
	float: left;
	width: 88px;
}
.item_fxconmain .item_fxbottom .item_sharetime label{
	margin-left: 6px;
}
.item_fxconmain .item_fxbottom .item_fxwaysr input[type=radio]{
	display: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.item_fxconmain .item_fxbottom .item_fxwaysr span{
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../images/icon_shareradiono.png) no-repeat;
}
.item_fxconmain .item_fxbottom .item_fxwaysr input[type=radio]:checked+span{
   background: url("../images/icon_shareradioyes.png") no-repeat;
}

.item_fxconmain .item_fxbottom .item_fxwaysr span.iebg{
	background: url("../images/icon_shareradioyes.png") no-repeat;
}

.item_fxconmain .item_fxbtn{
	position: absolute;
	bottom: 60px;
	right: 55px;
	height: 38px;
}
.item_fxconmain .item_fxbtn button{
	width: 115px;
	height: 38px;
	border: none;
	outline: none;
	font-size: 14px;
	cursor: pointer;
	letter-spacing: 1px;
	background: #e7e7e7;
	color: #292929;
	font-family: 'Microsoft YaHei';
}
.item_fxconmain .item_fxbtn button.item_setlian{
	color: #ffffff;
	background: #40b0b1;
	margin-right: 22px;
}



/*文件分享创建链接后弹窗*/
.item_liancon{
	position: absolute;
	width: 710px;
	height: 460px;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -355px;

	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 2px 2px 22px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 22px 2px rgba(0,0,0,.2);
	-ms-box-shadow: 2px 2px 22px 2px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 22px 2px rgba(0,0,0,.2);
	box-shadow: 2px 2px 22px 2px rgba(0,0,0,.2);	
	behavior: url(css/PIE.htc);

	display: none;
}
.item_lianconheader{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #dadada;
	padding: 0 18px;
	position: relative;
}
.item_lianconheader h3{
	color: #1f9b90;
	font-size: 16px;
}
.item_lianconheader img{
	position: absolute;
	top: 17.5px;
	right: 18px;
	cursor: pointer;
}

.item_lianconmain{
	text-align: center;
}
.item_lianconmain .item_liantop{
	text-align: center;
	margin: 80px 0 35px 0;

	height: 38px;
	line-height: 38px;
}
.item_lianconmain .item_lianl{
	font-weight: bold;
}
.item_lianconmain .item_liantop .item_lianl,
.item_lianconmain .item_lianbottom .item_lianl{
	width: 75px;
	text-align: right;
}

.item_lianconmain .item_lianl,.item_lianconmain .item_lianr{
	display: inline-block;
	color: #292929;
	font-size: 14px;
	text-align: left;
}
.item_lianconmain .item_lianr input{
	width: 360px;
	height: 36px;
	line-height: 36px;
	background: #f8f8f8;
	border: none;
	outline: none;
	padding-left: 8px;
	font-size: 14px;
	color: #292929;

}
.item_lianconmain .item_lianr{
	margin-left: 6px;
}
.item_lianconmain .item_lianbottom{
	height: 38px;
	line-height: 38px;
	margin-bottom: 35px;
}


.item_lianconmain .item_lianbtn{
	position: absolute;
	bottom: 60px;
	right: 55px;
	height: 38px;
}
.item_lianconmain .item_lianbtn button{
	width: 115px;
	height: 38px;
	border: none;
	outline: none;
	font-size: 14px;
	cursor: pointer;
	letter-spacing: 1px;
	background: #e7e7e7;
	color: #292929;
	font-family: 'Microsoft YaHei';
}
.item_lianconmain .item_lianbtn button.item_copylian{
	width: 155px;
	color: #ffffff;
	background: #40b0b1;
	margin-right: 22px;
}






