@charset "utf-8";
/***********通用基本类1************/

/*格式化样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0} 
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal} 
ol,ul {list-style:none} 
caption,th {text-align:left} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal} 

body{
background-color: #eff3f5;	
font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
}
img {
border: none;
}
ul, li {
list-style:none;
}
a{
color:#4260c3;	
}
a:hover,a:visited,a:active,a:link{
text-decoration: none;
}

.cl:after, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cl, .clearfix {
	zoom: 1;
}
.clear {
	line-height: 0px;
	clear: both;
	height: 0px;
	font-size: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}



/* radius for ie6-8  */
.box {
    width: 36px;
    height: 36px;
    line-height: 36px;
    position: relative;
    overflow: hidden;
}
.radius {
    position: absolute;
    width: 100%; height: 100%;
    border-radius: 50%;
    border: 35px dotted;
    margin: 0 0 1px 1px;
    border-width: 0vw;
    margin: 0vw;
    color: #fff;
    background-color: currentColor;
}
.text {
    position: relative;
    text-align: center;
}


.box-user {
    width: 36px;
    height: 36px;
    line-height: 36px;
    position: relative;
    overflow: hidden;
}
.radius-user {
    position: absolute;
    width: 100%; height: 100%;
    border-radius: 50%;
    border: 35px dotted;
    margin: 0 0 1px 1px;
    border-width: 0vw;
    margin: 0vw;
    color: #000;
    background-color: currentColor;
}
.text-user {
    position: relative;
    text-align: center;
    color:#fff;
}

.box-personal {
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: relative;
    overflow: hidden;
}
.radius-personal {
    position: absolute;
    width: 100%; height: 100%;
    border-radius: 50%;
    border: 35px dotted;
    margin: 0 0 1px 1px;
    border-width: 0vw;
    margin: 0vw;
    color: #fff;
    background-color: currentColor;
}
.text-personal {
    position: relative;
    text-align: center;
}

/* navbar
  -------------------------------------------------- */
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
.navbar-wrapper .navbar {

}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
    border: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
    padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
    padding: 15px 20px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
    margin-top: 10px;
}

/* sveBanner base class */
.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-control {
	width:35px;
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
	border: 3px solid #ffffff;
	-webkit-border-radius:0px;
	-moz-border-radius: 0px;
	border-radius:0px;
    border: 0;
	opacity:1;
    z-index: 10;
}
.carousel-control img{
	height: 100%!important;
}

.carousel .item {
    height: 350px;
}
.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}
.carousel-opt{
	position: relative;
	font-size: 18px;
	top: 245px;
	left: 117px;
	padding: 16px 42px;
	background-color: #426CC3;
	color: #fff;
	cursor: pointer;
}

/* model-box */
.model-box{
    width:130px;
    height:135px;
    border: 1px solid #E1E1E1;
    margin-bottom: 20px;
}

/* mymodel */
.mymodel-box{
    width:70px;
    height:90px;
    border: 1px solid #E1E1E1;
    margin-bottom: 20px;
}

.mymodel-text{
    text-align: center;
}

.m-icon{
    margin:0 4px;
}

.edit-project{
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.opt-icon{
    text-align: center;
}

/* personal page */
.p-left{
    width:120px;
    height:200px;
    margin-left:0;
    border: 1px solid #000;
}

.p-right{

}
.p-container{
    margin-top: 70px;
}

.p-mywork{
    width: 100%;
    text-align: center
}






.nav_wap{
	height:60px;
	line-height: 60px;
	background-color: #4260c3;
}
.nav_wap .logo{
	height:60px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
.nav_wap .logo a{
	height:60px;
	display: block;
	color: #FFFFFF;
}
.nav_wap .sve_menu{
	float: left;
	padding: 0px 30px;
}  
.nav_wap .sve_menu ul li{
	height:60px;
	width:80px;
	float: left;
}
.nav_wap .sve_menu ul li a{
	height:60px;
	width:80px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	display: block;
}
.nav_wap .sve_menu ul li a:hover{
	color: #FFFFFF;
	background-color: #264b97;
	
}
.nav_wap .sve_menu ul li .active{
	color: #FFFFFF;
	background-color: #264b97;
	
}
.nav_wap .search_box{
	height: 60px;
	line-height: 60px;
	padding: 0px 20px;
	font-size: 16px;
	float: right;
	color: #FFFFFF;
	cursor: pointer;
}
.nav_wap .search_box img{
	margin: 0px 10px;
	width: 17px;
	height: 16px;
}

.nav_wap .none_login{
	width: 120px;
	height: 60px;
	line-height: 60px;
	float: right;
	color: #FFFFFF;
	position: relative;
	display:block;
	font-size:16px;
}
.nav_wap .none_login a{
	color: #FFFFFF;
	margin:0 5px;
}
.nav_wap .none_login a:hover{
	color: #F36;
}
.nav_wap .ucenter_box{
	width: 130px;
	height: 60px;
	line-height: 60px;
	float: right;
	color: #FFFFFF;
	position: relative;
}
.nav_wap .ucenter_box:hover{
	background-color: #FFFFFF;
	color: #264b97;
}
.nav_wap .ucenter_box span{
	margin: 0px 10px;
	font-size: 16px;
	float: left;
}
.nav_wap .ucenter_box .ucenter_link a{
	width: 130px;
	height: 60px;
	display: block;
	color: #FFFFFF;
}
.nav_wap .ucenter_box .ucenter_link a:hover{
	color: #264b97;
}
.nav_wap .ucenter_box .u_header{
	width:30px;
	height: 30px;
	float: left;
}
.nav_wap .ucenter_box .u_header img{
	width:30px;
	height: 30px;
	border-radius: 15px;
}
.nav_wap .ucenter_box .ucenter_menu_box{
	width: 170px;
	
	position:absolute;
	top: 60px;
	left: -40px;
	z-index: 1000;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 1px 3px #aaa;
	-moz-box-shadow: 0px 1px 3px #aaa;
	box-shadow: 0px 1px 3px #aaa;
}
.nav_wap .ucenter_box .ucenter_menu_box .user_info{
	height: 55px;
	padding: 0px 20px;
	border-bottom: 1px solid #eeeeee;
	font-size: 16px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}	
.nav_wap .ucenter_box .ucenter_menu_box .item_menu ul li{
	height: 48px;
	border-bottom: 1px solid #eeeeee;
}
.nav_wap .ucenter_box .ucenter_menu_box .item_menu ul li a{
	padding: 0px 20px;
	height: 48px;
	line-height: 48px;
	color: #333333;
	display: block;
}
.nav_wap .ucenter_box .ucenter_menu_box .item_menu ul li a:hover{
	color: #FFFFFF;
	background-color: #3e62ad;
}




.ucenter-main-nav{
	margin-top:60px;
	height:100px;
	background-color: #FFFFFF;
	text-align: center;
}
.ucenter-main-nav ul {
	display: inline-block;
}

.ucenter-main-nav ul li{
	margin-top:48px;
	margin-right:45px;
	float: left;
}
.ucenter-main-nav ul li a{
	height:50px;
	text-align: center;
	line-height: 50px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-size: 18px;
}
.ucenter-main-nav ul li .active{
	border-bottom: 2px solid #4260c3;
}

.tab-option-box{
	height: 80px;
	
}

.tab-option-box .upload_mod_link a{
	margin-top: 30px;
	height: 35px;
	float: right;
	line-height: 35px;
	font-size: 14px;
	color: #4260c3;
	text-align: center;
	border: 1px solid #4260c3;
	display: block;
	position: relative;
	right:3px;
	padding: 0 5px;
}

.mod-list-box ul li{
	width: 380px;
	height: 125px;
	float: left;
	margin-right: 18px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom:20px ;
}

.mod-list-box ul li.mod:hover{
	transform: scale(1.005,1.005);
	-webkit-box-shadow: 0 4px 15px 0 #aaaaaa;
	-ms-box-shadow: 0 4px 15px 0 #aaaaaa;
	box-shadow: 0 4px 15px 0 #aaaaaa;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.mod-list-box ul li .mod-img{
	width: 125px;
	height: 125px;
	float: left;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.mod-list-box ul li .mod-info{
	width: 255px;
	height: 125px;
	float: left;
	position: relative;
}
.mod-list-box ul li .mod-info .mod-name{
	width: auto;
	margin: 15px 0px 0px 20px;
}
.mod-list-box ul li .mod-info .mod-name .vo-name{
	display:inline-block;
	width:65%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.mod-list-box ul li .mod-info .mod-name .status{
	float: right;
	margin-right: 20px;
	color: #bbbbbb;
}
.mod-list-box ul li .mod-info .item{
	margin-top: 5px;
	margin-left: 20px;
	font-size: 12px;
	color: #bbbbbb;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.mod-list-box ul li .mod-info .item-num,.mod-list-box ul li .mod-info .item-name{
	padding-right:20px;
}
.mod-list-box ul li .mod-info .item span{
	width: 20px;
	height: 20px;
	float: right;
	margin-right: 20px;
	cursor:pointer;
}
.mod-list-box .mod-info .edit-box{
	position: absolute;
	z-index: 999;
	width: 120px;
	height: 101px;
	padding:3px 0px;
	top: -10px;
	right: 0px;
	display:none;
	box-shadow: 0px 2px 3px #aca8a8;
	background-color: #fff;
}
.mod-list-box .mod-info .edit-box ul li{
	width: 120px;
	height: 34px;
	line-height: 34px;
	margin: 0;
}
.mod-list-box .mod-info .edit-box ul li a{
	padding-left:10px;
	color: #666666;
	font-size: 12px;
	display: block;
}
.mod-list-box .mod-info .edit-box ul li a:hover{
	background-color: #eeeeee;
	text-decoration: none;
}

.mod_upload_box{
	margin-top: 30px;
	background-color: #FFFFFF;
	
}
.mod_upload_box .tab_name_box{
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #F2F2F2;
	font-size: 18px;
}
.mod_upload_box .tab_name_box .name{
	padding-left: 100px;
	float: left;
}

.mod_upload_box .tab_name_box .black i{
	position: relative;
	right: 15px;
	top: 3px;
	font-size: 28px;
}

.mod_upload_box .tab_name_box .black a{
	display: block;
	margin-right: 100px;
	float: right;
	color: #bbbbbb;
}
.mod_upload_box .input_box_item{
	margin-top: 10px;
}
.mod_upload_box .input_box_item .lable_name{
	width: 240px;
	height: 40px;
	line-height: 40px;
	padding-right: 40px;
	text-align: right;
	float: left;
}
.mod_upload_box .input_box_item .data_input{
	float: left;
}
.mod_upload_box .input_box_item .data_input textarea{
	border:1px solid #cccccc;
}
.mod_upload_box .input_box_item .data_input span{
	color: red;
	margin: 10px;
}
.mod_upload_box .input_box_item .img_icon{
	width:80px;
	height: 50px;
	border: 1px solid #F2F2F2;
	float: left;
}
.mod_upload_box .input_box_item .data_input input{
	margin-top: 5px;
}

.mod_upload_box .input_box_item a{
	font-size: 14px;
	margin: 10px;
}
.mod_upload_box .input_box_item .data_input label{
	float: left;
	margin-right: 20px;
	line-height: 40px;
}
.mod_upload_box .input_box_item .data_input label span{
	margin: 10px;
	color: #000000;
}
.mod_upload_box .buttom_op_box{
	margin-top: 80px;
	height: 55px;
	line-height: 55px;
	border-top: 1px solid #F2F2F2;
	font-size: 18px;
}
.mod_upload_box .buttom_op_box button{
	height: 35px;
	width: 90px;
    margin: auto;
	line-height: 35px;
	background-color: #4260c3;
	border: 0px;
	border-radius: 4px;
	color: #FFFFFF;
}

.personal_wap{
	margin-top: 20px;
	
}
.personal_wap .personal_left_box{
	width: 245px;
	height: auto;
	float: left;
    background-color: #FFFFFF;	
    padding-bottom: 30px;
}
.personal_wap .personal_right_box{
	margin-left: 20px;
	padding: 20px 40px 60px 40px;
	width: 835px;
	min-height: 450px;
	float: left;
    background-color: #FFFFFF;	
}
.personal_wap .personal_left_box .user_header {
	width: 120px;
	height: 120px;
    margin: auto;
    margin-top: 35px;
}
.personal_wap .personal_left_box .user_header img {
	width: 120px;
	height: 120px;
    border-radius: 60px;
}
.personal_wap .personal_left_box .user_info{
	margin: 10px;
}
.personal_wap .personal_left_box .user_info p{
	text-align: center;
    line-height: 22px;
    font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.personal_wap .personal_left_box .line{
	border-bottom: 1px solid #d7d7d7;
	margin: auto;
	width: 200px;
}
.personal_wap .personal_left_box .user_menu_list{
	margin: 15px;
}
.personal_wap .personal_left_box .user_menu_list ul li{
	padding-left: 50px;
	height: 35px;
}
.personal_wap .personal_left_box .user_menu_list ul li a{
	color: #000000;
	line-height: 35px;
	
}    	
.personal_wap .personal_right_box .menu_box{
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #d7d7d7;	
}

.personal_wap .personal_right_box .menu_box ul li{
	height: 45px;
	margin: 0px 10px;
	float: left;
}
.personal_wap .personal_right_box .menu_box ul li a{
	height: 45px;
	text-align: left;
	line-height: 45px;
	display: block;
	color: #333;
	font-size: 16px;
}
.personal_wap .personal_right_box .menu_box ul li .active{
	border-bottom: 2px solid #4260c3;
}
.personal_wap .personal_right_box .user_info_box{
	
}

.personal_wap .personal_right_box .user_info_box{
	font-size: 16px;
}
.personal_wap .personal_right_box .user_info_box .user_item{
	margin: 20px 0px;
}
.personal_wap .personal_right_box .user_info_box .user_item .lable_name{
	width: 140px;
	padding-left: 20px;
	float: left;
}
.personal_wap .personal_right_box .user_info_box .user_item .lable_name_last{
	width: 400px;padding-left: 20px;text-align: left;
}
.personal_wap .personal_right_box .user_info_box .user_item .user_info{
	width: 620px;
	float: left;
}
.personal_wap .personal_right_box .user_info_box .user_item .user_info img{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	float: left;
}
.personal_wap .personal_right_box .user_info_box .user_item .user_info span{
	float: left;
}

.personal_wap .personal_right_box .user_info_box .user_item .user_info .incontent{
	margin-right:20px;
	max-width: 80%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.personal_wap .personal_right_box .user_info_box  .item-fixed{
	height: 20px;
}

.personal_wap .personal_right_box .user_info_box .user_item .user_info .incontent input{
	padding:0px 5px;
	margin-bottom: 0px!important;
}


.personal_wap .personal_right_box .user_info_box .user_item .user_info a{
	display: block;
	float: left;
	font-size: 14px;
	color: #4260c3;
}
.personal_wap .personal_right_box .user_info_box .user_item .user_info label{
	margin-right: 10px;
	float: left;
}
.personal_wap .personal_right_box .user_info_box .user_item .user_info label span{
	margin: 0px 10px;
	color: #000000;
}
.personal_wap .personal_right_box .user_info_box .user_item .user_info input{
	padding-left: 0px;
	padding-right: 0px;
}
.personal_wap .personal_right_box .user_info_box .buttom_op_box {
	margin-left: 130px;
	margin-top: 40px;
}
.personal_wap .personal_right_box .user_info_box .buttom_op_box button{
	height: 35px;
	width: 170px;
    margin: auto;
	line-height: 35px;
	background-color: #FFFFFF;
	border: 1px solid #4260c3;
	border-radius: 5px;
	color: #4260c3;
}





.project-list-box{
	
}
.project-list-box ul li{
	width: 280px;
	height: 305px;
	float: left;
	margin-right: 20px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom:20px ;
}
.project-list-box ul li:hover {
	transform: scale(1.005,1.005);
	-webkit-box-shadow: 0 4px 15px 0 #aaaaaa;
	-ms-box-shadow: 0 4px 15px 0 #aaaaaa;
	box-shadow: 0 4px 15px 0 #aaaaaa;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.project-list-box ul li .pro-info-box{
	width: 280px;
	height: 305px;
	position:absolute;
	z-index: 1;
	border-radius: 4px;
}
.project-list-box ul li .pro-info-box .pro-img{
	width: 280px;
	height: 210px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.project-list-box ul li .pro-info-box .pro-name{
    padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	border-bottom: 0.5px solid #eee;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}

.project-list-box ul li .pro-info-box .name-time{
	display: inline-block;
	width: 40%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.project-list-box ul li .pro-info-box .pro-info{
    padding: 0px 20px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #bbbbbb;
}
.project-list-box ul li .pro-info-box .pro-info img{
	display: inline-block;
    margin: 2px 5px 5px 5px;
}
.project-list-box ul li .pro-op-box{
	position: absolute;
	width: 280px;
	height: 305px;
	background-color:#FFFFFF;
	z-index: -1;
	border-radius: 4px;
}
.project-list-box ul li .pro-op-box .edit-pro-btn{
	
 }
.project-list-box ul li .pro-op-box .edit-pro-btn a{
	width: 200px;
	height: 55px;
	border: 1px solid #426cc3;
	line-height: 55px;
	font-size: 20px;
	color: #426cc3;
	margin: auto;
	display: block;
}
.project-list-box ul li .pro-op-box .edit-pro-btn a:hover{
	background-color:#426cc3;
	color:#fff;
}
.project-list-box ul li .pro-op-box .edit-pro-btn a img{
	width: 27px;
	height: 27px;
	margin-right: 18px;
	display: inline-block;
}
.project-list-box ul li .pro-op-box .item-box {
	width: 208px;
	height: 30px;
	margin: auto;
	padding-left: 10px;
}

.project-list-box ul li .pro-op-box .item-edit{
	width:27px;
	height: 27px;
	float: left;
	margin-left: 31px;
	margin-bottom: 15px;
	cursor:pointer;
	background-image: url(../images/edit_icon.png);
}
.project-list-box ul li .pro-op-box .item-edit:hover{
	width:27px;
	height: 27px;
	background-image: url(../images/edit_icon_hover.png);
}
.project-list-box ul li .pro-op-box .item-copy {
	width: 27px;
	height: 27px;
	float: left;
	margin-left: 31px;
	margin-bottom: 15px;
	cursor: pointer;
	background-image: url(../images/copy_icon.png);
}

.project-list-box ul li .pro-op-box .item-copy:hover {
	width: 27px;
	height: 27px;
	background-image: url(../images/copy_icon_hover.png);
}

.project-list-box ul li .pro-op-box .item-share {
	width: 27px;
	height: 27px;
	float: left;
	margin-left: 31px;
	margin-bottom: 15px;
	cursor: pointer;
	background-image: url(../images/share_icon.png);
}

.project-list-box ul li .pro-op-box .item-share:hover {
	width: 27px;
	height: 27px;
	background-image: url(../images/share_icon_hover.png);
}
.project-list-box ul li .pro-op-box .item-upload{
	width:27px;
	height: 27px;
	float: left;
	margin-left: 31px;
	margin-bottom: 15px;
	cursor:pointer;
	background-image: url(../images/upload_icon.png);
}
.project-list-box ul li .pro-op-box .item-upload:hover{
	width:27px;
	height: 27px;
	background-image: url(../images/upload_icon_hover.png);
}
.project-list-box ul li .pro-op-box .item-export{
	width:27px;
	height: 27px;
	float: left;
	margin-left: 31px;
	margin-bottom: 15px;
	cursor:pointer;
	background-image: url(../images/export_icon.png);
}
.project-list-box ul li .pro-op-box .item-export:hover{
	width:27px;
	height: 27px;
	background-image: url(../images/export_icon_hover.png);
}
.project-list-box ul li .pro-op-box .item-del{
	width:27px;
	height: 27px;
	float: left;
	margin-left: 31px;
	/* margin-top: 15px; */
	cursor:pointer;
	background-image: url(../images/del_icon.png);
}
.project-list-box ul li .pro-op-box .item-del:hover{
	width:27px;
	height: 27px;
	background-image: url(../images/del_icon_hover.png);
}

.pro_edit_box{
	margin: 20px;
	width: 410px;
}
.pro_edit_box .pro_info_box{
	font-size: 16px;
}
.pro_edit_box .pro_info_box .pro_item{
	
}
.pro_edit_box .pro_info_box  input[type="radio"]:checked + label:before {
	content: '';
	background: #fff url(../images/select.png) no-repeat center;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
	float: left;
}
.pro_edit_box .pro_info_box  input[type="radio"]:not(:checked) + label:before {
	content: '';
	background: #fff url(../images/un-select.png) no-repeat center;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
	float: left;
}

.pro_edit_box .pro_info_box .pro_item .lable_name{
	width: 110px;
	height: 30px;
	line-height: 30px;
	float: left;
}
.pro_edit_box .pro_info_box .pro_item .pro_info{
	width: auto;
	float: left;
}
.pro_edit_box .pro_info_box .pro_item .pro_info select{
	border: 1px solid #cccccc;
}
.pro_edit_box .pro_info_box .pro_item .pro_info span{
	color: red;
    margin: 10px;
}
.pro_edit_box .upload_face_box{
	width: 410px;
	height: 220px;
	margin: auto;
	margin-top: 40px;
	border: 1px solid #e1e1e1;
}
.pro_edit_box .upload_face_box .face{
	width: 165px;
	height: 125px;
	margin: auto;
	margin-top: 20px;
}
.pro_edit_box .upload_face_box .face img{
	width: 165px;
	height: 125px;
}
.pro_edit_box .upload_face_box .upload_btn{
	margin-top:40px;
}
.pro_edit_box .upload_face_box a{
	font-size: 14px;
	color: #4260c3;
}
.pro_edit_bottom_op_box{
	padding: 20px;
	margin-top: 60px;
	height:20px;
	line-height: 20px;
	border-top:1px solid #e1e1e1;
}
.pro_edit_bottom_op_box a{
    font-size: 16px;	
    float: right;
}
.pro_edit_bottom_op_box span{
    font-size: 14px;	
    color: red;
}

.tab-option-box .upload_mod_link a:hover{
	color:#fff;
	background-color: #426CC3;
}

.tab-option-box .sort{
	width:50%;
	float: left;
	margin-top:36px;
}
.p-sort,.t-sort,.s-sort{
	float: left;
	margin-right:40px;
}
.p-sort .dropdown-menu,.s-sort .dropdown-menu {
	height: 160px;
	overflow-y: auto;
}
.dropdown-toggle{
	color: #333;
}
.liu-dropdown-menu{
	margin-top: -5px;
	min-width: 80px;
	background: #eff3f5;
	position: absolute;
	border:none;
	padding: 10px 5px;
	margin-left: -10px;
	text-align: center;
	z-index:999;
	display: none;
}
.liu-dropdown-menu.active{display: block;}
.liu-dropdown-menu li{
	margin-bottom:5px ;
}
.liu-dropdown-menu li:hover{
	background: #FEFEFE;
}
.dropdown-menu {
	min-width: 80px;
	top:25px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu > li > a {
	padding: 3px 8px;
	color: #333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #333;
	text-decoration: none;
	background-color: #eee;
	background-image: -moz-linear-gradient(top, #eee, #eee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#eee));
	background-image: -webkit-linear-gradient(top, #eee, #eee);
	background-image: -o-linear-gradient(top, #eee, #eee);
	background-image: linear-gradient(to bottom, #eee, #eee);
	background-repeat: repeat-x;
	filter: none!important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #333;
	text-decoration: none;
	background-color: #eee;
	background-image: -moz-linear-gradient(top, #eee, #eee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#eee));
	background-image: -webkit-linear-gradient(top, #eee, #eee);
	background-image: -o-linear-gradient(top, #eee, #eee);
	background-image: linear-gradient(to bottom, #eee, #eee);
	background-repeat: repeat-x;
	outline: 0;
	filter: none;
}
.icon-down{
	margin-left: 2px;
	margin-top: 1px;
	font-size: 18px;
}
.tab-option-box .search input{
	color:#000;
	background: none!important;
	outline: none!important;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #CDCFCF;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow: none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition: none;
	transition:none;
}
.ico-search{
	position: relative;
	margin-left:150px;
	font-size: 18px;
	padding: 0px 8px 0px 0px;
	bottom: 5px;
	color: #494949;
	cursor: pointer;
}
.ico-search:hover{
	color:#446DC2;
}
.right-box{
	width:50%;
	float: left;
}
.tab-option-box .search{
	width: 45%;
	float: left;
	margin-top: 35px;
	margin-left: 195px;
}

.tab-option-box .add{
	padding-right: 5px;
	font-size: 16px;
}
.tab-option-box .search span img{display: inline-block;}
/*首页*/
.carousel {
	height: 350px;
	margin-top: 48px;
	margin-bottom: 0;
}

.carousel img{
	height: 350px;
}

.carousel-indicators {
	display: table;
	position: relative;
	top: 334px;
	right:auto;
	z-index: 5;
	margin: 0 auto;
	list-style: none;
}

.carousel-indicators li {
	display: block;
	float: left;
	width: 12px;
	height:12px;
	border-radius: 12px;
	margin-left: 10px;
	text-indent: -999px;
	background-color: rgba(157,157,157,0.5);
	cursor: pointer;
}
.carousel-indicators .active{
	background-color:#426cc3; ;
}
.carousel-control.right{
	right:0px;
}
.carousel-control.left{
	left:0px;
}

.index_scene {
	padding: 64px 0 40px 0;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}
.index_scene .container .index_scene_name {
	height: 26px;
	line-height: 26px;
	font-size: 22px;
	color: #333333;
	border-left: 4px solid #426cc3;
}
.index_scene .container .index_scene_name span{
	margin-left: 20px;
}
.index_scene .container .index_scene_box {
	margin-top: 10px;
}
/*首页*/

/*作品*/
.list_box {
	height: 140px;
	background-color: #ffffff;
	text-align: center;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
	padding-top: 60px;
}
.list_box .first_list {
	height: 20px;
	line-height: 20px;
	float: left;
	margin:48px 0 33px 0;
}
.list_box li:first-child{
	margin-left: 0;
}
.list_box  li{
	display: inline;
	margin-left: 30px;
}
.list_box .first_list ul li a {
	color: #333333;
	font-size: 14px;
}
.list_box .container ul li a:hover {
	color: #426cc3;
}
.list_box .container ul li .active {
	color: #426cc3;
}
.list_box .second_list {
	height: 37px;
	float: left;
	font-size: 18px;
}
.list_box .second_list ul li a {
	color: #999999;
}

.works_scene {
	padding: 0 0 40px 0;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}

/*作品*/

/*首页 作品公共*/
.scene_box li {
	width: 280px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 4px;
}

.scene_box li .scene_txt_box .scene_name {
	display: inline-block;
	width: 100%;
	color: #333333;
	font-size: 16px;
	margin-top: 18px;
	text-align: left;
	text-indent: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.scene_box li .scene_v_txt{
	color: #bbbbbb;
	font-size: 14px;
	margin-top: 5px;
}
.scene_box li .scene_v_txt .scene_v_name {
	display: inline-block;
	width: 50%;
	text-align: left;
	text-indent: 20px;
	height: 20px;
	line-height: 20px;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.scene_box li .scene_v_txt .scene_clicks {
	display: inline-block;
	text-align: right;
	height: 20px;
	line-height: 20px;
	float: right;
	font-size: 12px;
	margin-right:20px;
}

.scene_box li .scene_v_txt .scene_clicks img {
	display: inline-block;
	margin: 2px 5px 5px 5px;
}

.scene_box li .scene_v_txt .box_user {
	height: 49px;
	line-height: 49px;
	margin-top: 12px;
	border-top: 1px solid #eeeeee;
}
.scene_box li .scene_v_txt .box_user a {
	float: left;
	margin-left: 20px;
}
.scene_box .scene_v_txt .box_user a img {
	display: inline-block;
	position: relative;
	top:-3px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}
.scene_box .box_user a .user_name {
	display: inline-block;
	width: 120px;
	text-align: left;
	float: right;
	color: #333333;
	margin-left: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.scene_box .scene_v_txt .box_user .box_user_date {
	float: right;
	margin-right: 20px;
}


.scene_box li:hover {
	transform:scale(1.005,1.005);
	-webkit-box-shadow: 0 4px 15px 0 #aaaaaa;
	-ms-box-shadow: 0 4px 15px 0 #aaaaaa;
	box-shadow: 0 4px 15px 0 #aaaaaa;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.scene_box li:hover .user_name {
	color: #426cc3;
}



/*
.pagination {
	margin: 0 0 80px 0;
	text-align:center;
	vertical-align: middle;
}
.pagination ul {
	box-shadow:none;
	display: inline-flex;
}
.pagination ul li a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
	padding: 0px 0px;
	line-height: 40px;
	text-decoration: none;
	color: #bbbbbb;
	background-color: #eff3f5;
	border: 2px solid #bbbbbb;
	font-size: 18px;
	margin-left: 20px;
}

.pagination ul li .ac {
	color: #3e62ad;
	border-color: #3e62ad;
}


.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span  {
	border-left-width: 2px!important;
	-webkit-border-bottom-left-radius: 50%!important;
	border-bottom-left-radius: 50%!important;
	-webkit-border-top-left-radius: 50%!important;
	border-top-left-radius: 50%!important;
	-moz-border-radius-bottomleft: 50%!important;
	-moz-border-radius-topleft: 50%!important;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 50%!important;
	border-top-right-radius: 50%!important;
	-webkit-border-bottom-right-radius: 50%!important;
	border-bottom-right-radius: 50%!important;
	-moz-border-radius-topright: 50%!important;
	-moz-border-radius-bottomright: 50%!important;
}*/




/*首页 作品公共*/

/* 个人中心 */
.personal_right_box .user_item input[type="radio"]{
	visibility: hidden;
}
.personal_right_box .user_item input[type="radio"]:checked + label:before {
	content: '';
	background: #fff url(../images/select.png) no-repeat center;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
	float: left;
}
.personal_right_box .user_item input[type="radio"]:not(:checked) + label:before {
	content: '';
	background: #fff url(../images/un-select.png) no-repeat center;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
	float: left;
}
.personal_right_box .signature{
	text-indent: 1em;
	margin-top: -5px!important;
	width: 620px;
	height: 25px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition:none;
	-o-transition: none;
	transition:none;
}
.personal_right_box .description{
	margin-top: -14px!important;
	width: 600px;
	height: 70px;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition:none;
	-o-transition: none;
	transition:none;
	resize: none;
}
.personal_right_box .signature:focus,.personal_right_box .description:focus{
	border-color:#d7d7d7;
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.personal_right_box .label_des{
	margin-top: -10px;
}
.personal_wap .personal_right_box .user_info_box .buttom_op_box{
	margin-top: 30px;
}
.personal_wap .personal_left_box .vline a:before{
	display: inline-block;
	content: '';
	height: 16px;
	width: 5px;
	margin-left: -5px;
	margin-right: 5px;
	background-color: #426CC3;
	top: 3px;
	position: relative;
}
/* 个人中心 */

.mod_upload_box  input[type="radio"]:checked + label:before {
	content: '';
	background: #fff url(../images/select.png) no-repeat center;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
	float: left;
	margin-right: 10px;
	bottom: 2px;
}
.mod_upload_box   input[type="radio"]:not(:checked) + label:before {
	content: '';
	background: #fff url(../images/un-select.png) no-repeat center;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
	float: left;
	margin-right: 10px;
	bottom: 2px;
}
.mod_upload_box .input_box_item .data_input label{
	line-height: normal!important;
	padding-top: 10px;
	margin-right:30px;
}

.search-title{
	margin-left: 5px;
	font-size: 16px;
	top: 2px;
	position: relative;
}

/* footer */

.wrap{
	width: 968px;
	height:230px;
	margin: 0 auto;
	color: #fff;
}
.title{
	position: relative;
	top: 40px;
}
.title span{
	font-size: 16px;
	padding: 7px 0px;
}
.t1{
	position: relative;
}
.t2{
	position: relative;
	left: 355px;
}
.t3{
	position: relative;
	left:620px;
}
.content{
	position: relative;
	top: 65px;
}
.content ul{
	position: relative;
	float: left;
}
.content li{
	font-size: 14px;
	margin-bottom: 16px;
}
.content .logo, .content .wechat{
	float: left;
}
.content .logo{
	width: 141px;
	height: 50px;
	position: relative;
	left: 205px;
}
.content .wechat{
	width: 88px;
	height: 88px;
	position: relative;
	left: 390px;
	top: -15px;
}
/* footer */





/*console.html start*/
#dcim_iframe{
  width: 100%;
}
/*left-nav start*/
.left-nav{
  width: 60px;
  height: 100%;
  left: -60px;
  top: 0;
  background-color: #353c4a;
  position: absolute;
  z-index: 999;
}
.left-nav li{
  width: 100%;
  height: 60px;
  position: relative;
}
.left-nav li:hover {
	background-color: #545a68;
}
.left-nav .active{
  background-color: rgba(237,140,1,1);
}
.left-nav li:hover{
  background-color: #545a68;
}
.left-nav li div{
  width: 70px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  opacity: 0.9;
  color: #fefefe;
  background-color: #545a68;
  position: absolute;
  left: 62px;
  top:15px;
  text-align: center;
  border-radius: 5px;
  display: none;
  z-index: 999;
}
/*left-nav end*/

/*tree-box start*/
.EquipmentIndex-box,.EquipmentSearch-box,.SearchSpace-box,.CustomerManagement-box,.DemonitorDevice-box{
  top:0;
  left: -240px;
  min-width: 220px;
  height: 100%;
  color: #000;
  background-color: #fff;
  position: absolute;
  z-index: 998;
  display:flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction:column;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  box-sizing: border-box;
} 
.nav-title{
  width: 100%;
  height: 30px;
  padding-left: 10px;
  line-height: 30px;
  border-bottom: 1px solid #333b48;
  overflow: hidden;
}
.nav-title>div{
  margin-top: 1px;
  float: right;
  width: 30px;
  height: 28px;
  color: #000;
  font-size: 26px;
  text-align: center;
  line-height: 24px;
}
.nav-title>div:hover{
  cursor: pointer;
  background-color: #eee;
}
#EquipmentIndex-tree{
  width: 100%;
  height: 100%;
  padding-top: 10px;
  margin-right: 10px;
  font-size: 12px;
  position: relative;
  flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
}
.form{
  width: 100%;
  max-height: 300px;
  padding: 0 10px;
  margin-top:5px;
  font-size: 12px; 
}
.form .search-result{
  width: 60px;
  height: 22px;
  line-height: 22px;
  margin-top: 20px;
  border: 0;
  text-align: center;
  background-color: #45ba9a;
}
/*EquipmentSearch form.css start*/
.form .Equipment-search {
  width: 100%;
  height: 26px;
  /*margin-top: 10px;*/
  color: #000;
  box-sizing:border-box;
}
.form .area,.form .EquipmentCondition,.form .search-box{
  width: 100%;
  height: 26px;
  margin-top: 10px;
}
.form .area label,.form .area .area-EquipmentCondition{
  float: left;
}
.form .EquipmentCondition label,.form .EquipmentCondition .EquipmentCondition-left,.EquipmentCondition-right,.form .EquipmentCondition .Equipmentadd, .form .EquipmentCondition .Equipmentsub{
  float: left;
}
.form .area label,.form .EquipmentCondition label{
  width: 34px;
  height: 26px;
  line-height: 26px;
}
.form .area .area-EquipmentCondition{
  width: 136px;
  height: 26px;
  color: #000;
}

.form .EquipmentCondition .Equipmentadd,.form .EquipmentCondition .Equipmentsub{

  width: 20px;
  height: 20px;
  border:1px solid #ccc;
  text-align: center;
  /*font-size: 18px;*/
  box-sizing:border-box;
  margin: 3px 0 3px 10px;
}
.form .EquipmentCondition .Equipmentadd,.form .EquipmentCondition .Equipmentsub:hover{
  cursor: pointer;
}
.form .EquipmentCondition .EquipmentCondition-left,.EquipmentCondition-right{
  width: 65px;
  height: 26px;
  color: #000;
}
.form .EquipmentCondition select.EquipmentCondition-right{
  margin-left: 6px;
}
.form .search-box input{
  outline-style: none;
  width: 60px;
  height: 24px;
  float: left;
  background-color: #696f7e;
  border: 0;
}
.form .search-box .submit{
  margin-left: 34px;
}
.form .search-box .reset{
  margin-left: 10px;
}
.form .search-box .submit:hover,.form .search-box .reset:hover{
  background-color: rgba(237,140,1,1);
}
#EquipmentSearch-tree{
  height: 100%;
  padding-top: 10px;
  border-top: 1px solid #45ba9a;
  flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  margin-right: 10px;
}
/*EquipmentSearch form.css end*/

/*SearchSpace form.css start*/
.SearchSpace-box .form .SpaceCondition{
  margin-top: 10px;
  width: 200px;
  height: 26px;
}
.SearchSpace-box .form div>label{
  width: 34px;
  height: 26px;
  line-height: 26px;
  float: left;
}
.SearchSpace-box .form .area select,.SearchSpace-box .form>.SpaceCondition>input{
  width: 166px;
  height: 26px;
  float: left;
}
#SearchSpace-tree{
  height: 100%;
  padding-top: 10px;
  border-top: 1px solid #45ba9a;
  flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  margin-right: 10px;
}
.addCss:hover{
	color:#36c1a3;
}
/*SearchSpace-box end*/


/*   新增子账号    */
.accountNum {
	color: #6487EC;
}

.accountAdd {
	margin-left: 50px;
	color: #6487EC;
}

.adds {
	background: #6487EC;
	border-radius: 14px;
	padding: 0px 6px 1px 5px;
	color: #fff;
	cursor: pointer;
}

.blongBox {
	background-color: #EFF3F5;
	padding: 5px 0px 5px 22px;
}

.blongInput {
	margin-left: 20px;
}

.remove span {
	background: #6487EC;
	border-radius: 14px;
	padding: 0px 8px 1px 8px;
	color: #fff;
	cursor: pointer;
	margin-left: 10px;
}

.blongTit {
	margin-bottom: 10px;
}

.blongR {
	width: 320px;
	float: left;
	display: inline-block;
}

/* .blongInput {
    margin-bottom: 0px;
} */
.blongTit input[type="text"] {
	margin-bottom: 0px;
}

.remove {
	margin-top: 21px;
	display: inline-block;
	color: #6487EC;
}




.goback{
	float: right;
	margin-right: 15px;
	cursor: pointer;
}
/*------level 页面-------*/
.column {
	/* border: 1px solid; */
	width: 197px;
	display: inline-block;
	text-align: center;
}

.column ul li {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(93, 93, 93, 1);
	margin-top: 20px;
	margin-bottom: 20px
}

.column ul li:first-child {
	color: #6487EC;
}

.column_one ul li {
	text-align: left;
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold !important;
	font-weight: bold !important;
	color: rgba(93, 93, 93, 1);
}

/*  我的收藏   */
.collect-list-box ul li {
	width:380px;
	height:125px;
    float: left;
    margin-right: 20px;
    background-color: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 20px;
}


/*------分享工程-------*/
.share_edit_box {
	margin: 20px;
	width: 410px;
}

.share_edit_box .pro_info_box {
	font-size: 16px;
}

.childrenBox {
    /* min-height: 20px; */
    padding-left: 20px;
    background: #6487EC;
    width: 75px;
    height: 28px;
    margin-bottom: 17px;
    /* line-height: 41px; */
    padding-top: 8px;
    display: inline-block;
	padding-left: 40px;
    margin-right: 15px;
    color: #fff;
}
.share_edit_bottom_op_box{
	text-align: center;
    margin: auto;
    width: 115px;
    height: 35px;
    line-height: 33px;
	border: 1px solid #6487EC;
	color:#6487EC;
}
.shareBox {
    width: 410px;
    height: 220px;
    margin: auto;
    margin-top: 24px;
	border: 0px solid #e1e1e1;
	overflow-y: scroll;
}
.share_edit_bottom_op_box{
	cursor: pointer;
}

/*-----底图list--------*/
.img-wrapper {
	border: 0px solid #CCCCCC;
}

.img-wrapper ul {
    height:  290px;
	padding-bottom: 2px;
	position: relative;
	margin: 0;
}

.img-wrapper li {
	display: inline;
	float: left;
	height: 100px;
	margin: 10px;
	width: 100px;
	position: relative;
	border: 1px solid #FFF;
	cursor: pointer;
}

.img-wrapper li.selected {
	border: 1px solid #fe781e;
}

.img-wrapper li .upload-percent {
	width: 100%;
	height: 100%;
	line-height: 100px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.img-wrapper li .selected-icon-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	color: #fe781e;
	display: none;
}

.img-wrapper li.selected .selected-icon-wrapper {
	display: block;
}

.img-wrapper li img {
	width: 60%;
	height: 100%;
	vertical-align: top;
}

