@charset "utf-8";

/* css document */

/*筛选条件*/

.query {
	width: 1198px;
	height: auto;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
}
.query .query-main {
	width: 1157px;
	height: auto;
	margin: 0 auto;
}
.query .query-main ul li {
	width: 1157px;
	border-bottom: 1px dashed #ccc;
	color: #666;
	line-height: 35px;
	float: left;
}

.query .query-main ul li.bottom-li{
	border-bottom: 0px dashed #ccc;
	color: #666;
}

.query .query-main ul li.subject-li{
	border-bottom: 0px dashed #ccc;
}

.query .query-main ul li a {
	color: #000;
	line-height: 20px;
	font-size: 12px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 8px;
	margin-top: 3px;
}
.query .query-main ul li samp {
	width: 1090px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.query .query-main ul li a:hover {
	color: #1DA16E;
}
.query .query-main ul li a.active {
	display: block;
	height: 20px;
	line-height: 19px;
	background: #1DA16E;
	color: #fff;
	border-radius: 25px;
	margin-top: 3px;
}
.query .query-main ul li span {
	float: left;
	font-size: 12px;
	padding-right: 5px;
}
.query .query-main ul li>a{
	float: left;
	color: #5492ff;
	font-size: 12px;
	padding:0;
	margin:0;
	height: 31px;
	line-height: 31px;
}
.query .query-main ul li>a:hover{
	text-decoration: underline;
	color: #5492ff;
}
.query .query-main ul li>a.active{
	text-decoration: underline;
	color: #5492ff;
	background: transparent;
	line-height: 31px;
	height: 31px;
	margin-top:0;
}


/*列表-统计-动态*/
.studio-main{
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0 50px;
}
.studio-main .dt-list{
	float: left;
	width:953px;
	height:auto;
	margin-right: 10px;
	border:1px solid #ccc;
	background: #fff;
}
.studio-main .dt-list .tab-search {
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #ccc;
	background: #fff;
	float: left;
}
.tab-search .small-tab {
	float: left;
}
.tab-search .small-tab ul.tab1 {
	float: left;
	height: 48px;
	background: #f5f5f5;
}
.tab-search .small-tab ul.tab1 li {
	width: 103px;
	height: 48px;
	line-height: 48px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.tab-search .small-tab ul.tab1 li.line{
	float: left;
	width: 1px;
	height: 48px;
	background: #ccc;
}
.tab-search .small-tab ul.tab1 li.active {
	background: #fff;
	color: #1AA26E;
}
.tab-search .small-tab ul.tab1 li:hover {
	cursor: pointer;
	color: #1AA26E;
}
.tab-search .small-search {
	width: 320px;
	height: 30px;
	float: right;
	background: #036fdc;
	margin: 10px 10px 0 0;
}
.tab-search .small-search input {
	width: 263px;
	height: 28px;
	background: #effbff;
	text-indent: 10px;
    font-size: 14px;
	line-height: 26px;
	color: #666;
	float: left;
	margin: 1px;
}
.tab-search .small-search button {
	width: 55px;
	height: 28px;
	line-height: 28px;
	float: right;
	background: #036fdc;
	font-size: 14px;
	color: #fff;
	float: left;
}
.tab-search .small-search button:hover {
	background: #0268cf;
}
.studio-main .dt-list .dt-list-main{
	float: left;
	width: 100%;
	min-height: 340px;
}
/*作品列表*/
.studio-main .dt-list .dt-list-main ul.works-ul{
	float: left;
	width:953px;
	padding:20px 0;
}
.studio-main .dt-list .dt-list-main ul.works-ul li{
	width: 448px;
	height: 147px;
	background: #F3F3F3;
	border-radius: 2px;
	float: left;
	margin-left: 18px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
	border: 1px solid transparent;
}

.studio-main .dt-list .dt-list-main ul.works-ul li:hover {
	background: #FFFFFF;
	border: 1px solid #1DA16E;

	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 7px 0 rgba(29,161,110,0.32);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.studio-main .dt-list .dt-list-main ul.works-ul li .data-div{
	width: 418px;
	height: 95px;
	border-bottom: 1px dashed #ccc;
	float: left;
	margin: 15px 15px 0 15px;
}

.studio-main .dt-list .dt-list-main ul.works-ul li .address-div{
	float: left;
	width: 418px;
	height: 35px;
    margin: 0 15px;
    line-height: 34px;
}

.studio-main .dt-list .dt-list-main ul.works-ul li .data-div .data-title-div{
	float: left;
	width: 100%;
}

.studio-main .dt-list .dt-list-main ul.works-ul li .data-div .data-small-type{
	float: left;
	width: 100%;
	min-height: 42px;
}

.studio-main .dt-list .dt-list-main ul.works-ul li .data-div .data-man{
	float: left;
	width: 100%;
}

.studio-main .dt-list .dt-list-main ul.works-ul li .data-div .data-title-div .data-title{
	float: left;
	width: 305px;
    max-width: 305px;
	height: 24px;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.studio-main .dt-list .dt-list-main ul.works-ul li:hover .data-div .data-title-div .data-title{
	color: #1DA16E;
}

.studio-main .dt-list .dt-list-main ul.works-ul li .data-div .data-title-div .data-sc{
	float: right;
	width: auto;
	height: 20px;
	line-height: 20px;
	max-width: 88px;
	background: #1DA16E;
	border-radius: 3px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    margin: 2px 0 0 9px;
}

.studio-main .dt-list .dt-list-main ul.works-ul li .data-div .data-small-type dl{
	float: left;
	margin: 10px 0 10px 0;
}

.studio-main .dt-list .dt-list-main ul.works-ul li .data-div .data-small-type dl dd {
	float: left;
	height: 18px;
	background: #FFFFFF;
	border-radius: 20px;
	font-size: 12px;
	border: 1px solid #1DA16E;
	color: #1DA16E;
	line-height: 18px;
	padding: 0 9px;
	margin-right: 10px;
}

.studio-main .dt-list .dt-list-main ul.works-ul li .data-div .data-man dl dd samp{
	float: left;
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	margin-top: 3px;
}

.studio-main .dt-list .dt-list-main ul.works-ul li .data-div .data-man dl dd img{
	float: left;
	width: 22px;
	height: 22px;
	border: 1px solid #FFFFFF;
	border-radius: 12px;
}

.studio-main .dt-list .dt-list-main ul.works-ul li .data-div .data-man dl dd p{
	float: left;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0;
	margin: 3px 0 0 5px;
}

.studio-main .dt-list .dt-list-main ul.works-ul li .data-div .data-man dl i{
	float: left;
	width: 1px;
	height: 15px;
	background: #CCCCCC;
	margin: 3px 10px 0 10px;
}

.studio-main .dt-list .dt-list-main ul.works-ul li .address-div span.address-info{
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*团队列表*/
.studio-main .dt-list .dt-list-main ul.team-ul{
	float: left;
	width:953px;
	padding:15px 0;
}
.studio-main .dt-list .dt-list-main ul.team-ul li{
	float: left;
	width:223px;
	height: auto;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin: 0 -1px 20px 15px;
	border-radius: 5px;
}
.studio-main .dt-list .dt-list-main ul.team-ul li .img-cover{
	float: left;
	width: 223px;
	height:125px;
	position: relative;
}
.studio-main .dt-list .dt-list-main ul.team-ul li .img-cover>img{
	float: left;
	width: 223px;
	height:125px;
	border-radius: 5px 5px 0 0;
}
.studio-main .dt-list .dt-list-main ul.team-ul li .list-main{
	float: left;
	width: 203px;
	height:136px;
	border:1px solid #ECECEC;
	border-top: 0;
	padding:0 10px;
	position: relative;
	border-radius: 0 0 5px 5px;
}
.studio-main .dt-list .dt-list-main ul.team-ul li .list-main h3{
	float: left;
	width: 100%;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:6px 0 3px;
}

.studio-main .dt-list .dt-list-main ul.team-ul li .list-main .dtr{
	float: left;
	width: 100%;
	margin: 5px 0 5px;
}
/*.studio-main .dt-list .dt-list-main ul.team-ul li .list-main .dtr div{*/
	/*float: left;*/
	/*width: 47%;*/
	/*color: #666;*/
	/*font-size: 12px;*/
/*}*/
.studio-main .dt-list .dt-list-main ul.team-ul li .list-main .dtr i{
	float: left;
	width: 1px;
	height: 13px;
	background: #ECECEC;
	margin: 2px 6px 0;
}
.studio-main .dt-list .dt-list-main ul.team-ul li .list-main .dtr p{
	float: left;
	width: auto;
    max-width: 95px;
	color: #999999;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.studio-main .dt-list .dt-list-main ul.team-ul li .list-main .dtr p font{
	line-height: 16px;
	color: #666666;
}
.studio-main .dt-list .dt-list-main ul.team-ul li .list-main .team-member{
	float: left;
	width: 100%;
	margin: 5px 0 10px;
}

.studio-main .dt-list .dt-list-main ul.team-ul li .list-main .team-member span{
	float: left;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	margin-top: 5px;
}

.studio-main .dt-list .dt-list-main ul.team-ul li .list-main .team-member .menber-img{
	float: left;
	margin-left: 12px;
}

.studio-main .dt-list .dt-list-main ul.team-ul li .list-main .team-member .menber-img img{
	float: right;
	width: 22px;
	height: 22px;
	border: 1px solid #FFFFFF;
	margin-right: -6px;
	border-radius: 12px;
}

.studio-main .dt-list .dt-list-main ul.team-ul li .list-main .lower-div{
	float: left;
	width: 100%;
	border-top: 1px dashed  #ECECEC;
	padding: 10px 0 5px;
}

.studio-main .dt-list .dt-list-main ul.team-ul li .list-main .lower-div .lower-left{
	float: left;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0;
	max-width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.studio-main .dt-list .dt-list-main ul.team-ul li .list-main .lower-div .lower-right{
	float: right;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0;
	text-align: right;
}
.studio-main .dt-list .dt-list-main ul.team-ul li .list-main .lower-div .lower-right i{
	float: left;
	width: 14px;
	height: 14px;
	background: url(../../image/dt/collected-courses.png) no-repeat;
	margin: 1px 2px 0 0;
}

.studio-main .dt-list .dt-list-main ul.team-ul li:hover{
	-webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.studio-main .dt-list .dt-list-main #page ul.page{
	float: none;
	width: auto;
	margin:10px 0 60px;
}
.studio-main .dt-list .dt-list-main #page ul.page li {
	margin:0 5px 0 0;
	-webkit-transition:none;
	-o-transition:none;
	-moz-transition:none;
	transition:none;
}
.studio-main .dt-list .dt-list-main #page ul.page li:hover{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transform:none;
	-moz-transform:none;
	transform:none;
}

/*备课统计*/
.studio-main .studio-count{
	float: left;
	width:212px;
	height:auto;
	padding:0 10.5px;
	border:1px solid #d2d2d2;
	background: #fff;
}
.studio-main .studio-count .count-btn{
	float: left;
	width: 212px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
    background: #FE6B49;
    border-radius: 3px;
	margin:9px 0 16px;
}
.studio-main .studio-count .count-btn:hover{
    background: #FF4E00;
}
.studio-main .studio-count dl{
	float: left;
	width: 100%;
}
.studio-main .studio-count dl dt{
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 23px;
}
.studio-main .studio-count dl dd{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	line-height: 21px;
	margin-bottom: 11px;
	padding-bottom: 13px;
}
.studio-main .studio-count dl dd.no-border{
	border-bottom: 0;
}
.studio-main .studio-count dl dd span{
	float: left;
	color: #666;
	font-size: 14px;
}
.studio-main .studio-count dl dd b {
	float: right;
	color: #3477ff;
	font-size: 22px;
	font-family: arial;
}

/*分布情况*/
.studio-main .team-dis{
	float: left;
	width: 212px;
	height: 400px;
	padding:0 10.5px;
	border:1px solid #d2d2d2;
	background: #fff;
	margin-top: 10px;
}
.studio-main .team-dis dl{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.studio-main .team-dis dl dt{
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.studio-main .team-dis .echarts-div{
	float: left;
	width: 100%;
	height: 90%;
}

/*动态*/
.studio-main .studio-dyn{
	float: left;
	width:212px;
	height:auto;
	padding:0 10.5px;
	border:1px solid #d2d2d2;
	background: #fff;
	margin-top: 10px;
}
.studio-main .studio-dyn h6{
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}
.studio-main .studio-dyn .gallery-main {
	width:212px;
	height:550px;
	float: left;
	padding-bottom:40px;
	overflow: hidden;
	position: relative;
}
.studio-main .studio-dyn ul{
	float: left;
	width: 100%;
	height:550px;
	position: absolute;
	left: 0;
	top: 0;
}
.studio-main .studio-dyn ul li{
	float: left;
	width: 100%;
	height:550px;
}
.studio-main .studio-dyn dl{
	float: left;
	width: 100%;
	margin-top:23px;
}
.studio-main .studio-dyn dl dd{
	float: left;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 14px;
	cursor: pointer;
}
.studio-main .studio-dyn dl dd.no-border{
	border-bottom: 0;
}
.studio-main .studio-dyn dl dd img{
	float: left;
	width: 52px;
	height:52px;
	border-radius: 100%;
	margin:0 5px 25px 0;
}
.studio-main .studio-dyn dl dd .dyn-text{
	float: left;
	width: 155px;
}
.studio-main .studio-dyn dl dd .dyn-text b{
	float: left;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 16px;
	margin-bottom: 2px;
}
.studio-main .studio-dyn dl dd .dyn-text p{
	float: left;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	font-size: 12px;
	margin-bottom: 7px;
}
.studio-main .studio-dyn dl dd .dyn-text .xz-area{
	float: left;
	width: 100%;
	max-width: 100%;
}
.studio-main .studio-dyn dl dd .dyn-text .xz-area samp{
	float: left;
	width: 50%;
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	font-size: 12px;
}
.studio-main .studio-dyn dl dd .dyn-text .xz-area span{
	float:right;
	width: 50%;
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	font-size: 12px;
	text-align: right;
}
.studio-main .studio-dyn dl dd .dyn-text .xz-area span.num{
	font-family: arial;
}
.studio-main .studio-dyn .default{
	margin: 50px 0;
	display: none;
}

/*创建 弹窗*/
.tc-creat {
    width:927px;
    border-radius: 5px;
    background: #fff;
    display: none;
}
.tc-creat .main-title {
    width: 100%;
    height: 45px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tc-creat .main-title h3 {
    line-height: 45px;
    font-size: 18px;
    color: #333;
    float: left;
    text-indent: 20px;
}
.tc-creat .main-title i.close {
    width: 14px;
    height: 14px;
    float: right;
    background: url(../../image/studio/tc-close-icon.png) -10px -10px no-repeat;
    margin-top: 15px;
    margin-right: 20px;
}
.tc-creat .main-title i.close:hover {
    width: 14px;
    height: 14px;
    float: right;
    background: url(../../image/studio/tc-close-icon.png) -10px -60px no-repeat;
    margin-top: 15px;
    margin-right: 20px;
    cursor: pointer;
}
.tc-creat .main {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.tc-creat .main .main-upload {
    width: 224px;
    float: left;
    margin-left: 20px;
}
.tc-creat .main .main-upload .upload {
    width: 224px;
    float: left;
}

.tc-creat .main .main-upload .upload .again {
    width: 218px;
    height: 162px;
    background: #6b7677;
    float: left;
    margin-bottom: 5px;
}
.tc-creat .main .main-upload .upload .no-pic {
    width: 218px;
    height: 162px;
    background: #fff;
    border: 2px dashed #000000;
    float: left;
    margin-bottom: 5px;
}

.tc-creat .main .main-upload .upload .no-pic i {
    width: 21px;
    height: 21px;
    margin: 0 auto;
    display: block;
    background: url(../../image/match/upload-add.png) no-repeat;
    margin-top: 53px;
}

.tc-creat .main .main-upload .upload .no-pic p {
    text-align: center;
    font-size: 18px;
    color: #717076;
    padding-top: 67px;
    cursor: default;
}
.tc-creat .main .main-upload .upload .no-pic:hover {
    cursor: default;
}

.tc-creat .main .main-upload .upload samp {
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 14px;
}

.tc-creat .main .main-upload .upload .again img {
    margin: 0 auto;
    display: block;
}

.tc-creat .main .main-upload .upload .again .mask {
    width: 218px;
    height: 162px;
    background: url(../../image/match/mask.png) no-repeat;
    position: relative;
}

.tc-creat .main .main-upload .upload .again:hover {
    cursor: pointer;
}

.tc-creat .main .main-upload .upload .uploadImg {
    background: rgba(0,0,0,0.64);
    color: #fff;
    width: 100px;
    height: 28px;
    font-size: 14px;
    border-radius: 2px;
    margin: 14px 62px;
}
.tc-creat .main .main-upload .upload samp {
    float: left;
    line-height: 22px;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
}
.tc-creat .main .team-intro {
    width: 663px;
    float: left;
}
.tc-creat .main .team-intro ul {
    width: 100%;
    float: left;
}
.tc-creat .main .team-intro ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.tc-creat .main .team-intro ul li b {
    font-weight: normal;
    color: #ff4200;
}
.tc-creat .main .team-intro ul li em {
    width:95px;
    float: left;
    font-size: 14px;
    color: #717076;
    font-style: normal;
    line-height: 35px;
    margin-right: 5px;
    text-align: right;
}
.tc-creat .main .team-intro ul li input.team-name-input{
    float: left;
    width: 555px;
    height: 33px;
    border:1px solid #ccc;
    border-radius: 2px;
    text-indent: 10px;
    line-height: 33px;
}

.tc-creat .main .team-intro ul li input#cityInput{
    float: left;
    width: 114px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-indent: 10px;
    margin-right: 9px;
    line-height: 33px;
    color: #C8C8C8;
}
.tc-creat .main .team-intro ul li input#districtInput{
    float: left;
    width: 110px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-indent: 10px;
    line-height: 33px;
    color: #C8C8C8;
}

.tc-creat .main .team-intro ul li input::-webkit-input-placeholder{
    color: #C8C8C8;
}
.tc-creat .main .team-intro ul li input:-moz-placeholder{
    color: #C8C8C8;
}
.tc-creat .main .team-intro ul li input::-moz-placeholder{
    color: #C8C8C8;
}
.tc-creat .main .team-intro ul li input:-ms-input-placeholder{
    color: #C8C8C8;
}
.tc-creat .main .team-intro ul li select{
    float: left;
    width: 168px;
    height: 36px;
    border:1px solid #ccc;
    border-radius: 2px;
    text-indent: 10px;
    margin-right: 9px;
    line-height: 33px;
}

.tc-creat .main .team-intro ul li select.region{
    width: 114px;
}

.tc-creat .main .team-intro ul li select.sec{
    width: 114px;
}

.tc-creat .main .team-intro ul li select.no-mar{
    margin-right: 0;
}

.tc-creat .main .team-intro ul li textarea{
    float: left;
    width: 535px;
    height:150px;
    padding:10px;
    border:1px solid #ccc;
    border-radius:2px;
    resize: none;
}

.tc-creat .main .team-intro ul li textarea::-webkit-input-placeholder{
    color: #C8C8C8;
}
.tc-creat .main .team-intro ul li textarea:-moz-placeholder{
    color: #C8C8C8;
}
.tc-creat .main .team-intro ul li textarea::-moz-placeholder{
    color: #C8C8C8;
}
.tc-creat .main .team-intro ul li textarea:-ms-input-placeholder{
    color: #C8C8C8;
}

.tc-creat .main .team-intro ul li samp{
    float: left;
    color: #F46060;
    font-size: 14px;
    margin: 3px 25px 0 100px;
}
.tc-creat .main .team-intro ul li input:hover{
    border-color:#75c4ff;
}
.tc-creat .main .team-intro ul li select:hover{
    border-color:#75c4ff;
}
.tc-creat .main .team-intro ul li textarea:hover{
    border-color:#75c4ff;
}
.tc-creat .main .tc-btn{
    width: 100%;
    text-align: right;
    float: left;
    margin: 25px 0 20px 0;
}
.tc-creat .main .tc-btn button{
    width: 128px;
    height: 35px;
    color: #fff;
    border: 1px solid #00c177;
    border-radius: 3px;
    background: #00c177;
    font-size: 14px;
    line-height: 29px;
}
.tc-creat .main .tc-btn button.qd {
    margin-left:15px;
    margin-right:30px;
}
.tc-creat .main .tc-btn button.qx {
    color: #00c177;
    background: #fff;
}
.tc-creat .main .tc-btn button:hover {
    background: #01B26E;
    color: #fff;
}

/*列表 弹窗*/
.tc-choice {
	width:753px;
	border-radius: 5px;
	background: #fff;
	display: none;
}
.tc-choice .main-title {
	width: 100%;
	height: 45px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tc-choice .main-title h3 {
	line-height: 45px;
	font-size: 18px;
	color: #333333;
	float: left;
	text-indent: 24px;
}
.tc-choice .main-title i.close {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../../image/studio/tc-close-icon.png) -10px -10px no-repeat;
	margin-top: 15px;
	margin-right: 20px;
}
.tc-choice .main-title i.close:hover {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../../image/studio/tc-close-icon.png) -10px -60px no-repeat;
	margin-top: 15px;
	margin-right: 20px;
	cursor: pointer;
}
.tc-choice .main {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.tc-choice .main .team-list{
	width: 100%;
	float: left;
	margin: 0 20px;
}
.tc-choice .main .team-list ul{
	float: left;
	width: 96%;
	max-height: 210px;
	overflow-y: auto;
}
.tc-choice .main .team-list li{
	float: left;
	width: 340px;
	height: 67px;
	border: 1px solid #ECECEC;
	cursor: pointer;
	margin: 5px;
	border-radius: 5px;
}
.tc-choice .main .team-list li.active{
	border: 1px solid #1DA16E;
}
.tc-choice .main .team-list li:hover {
	-webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.tc-choice .main .team-list li img{
	float: left;
	width: 120px;
	height: 67px;
	border-radius: 5px 0 0 5px;
}
.tc-choice .main .team-list li span{
	float: left;
	width: 210px;
	line-height: 19px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 10px 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tc-choice .main .team-list li.active span{
	color: #1DA16E;
}
.tc-choice .main .team-list  li samp{
	float: left;
	width: 210px;
	font-size: 12px;
	color: #666666;
	margin: 10px 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tc-choice .main .tc-btn{
	width: 100%;
	text-align: right;
	float: left;
	margin: 45px 0 20px 0;
}
.tc-choice .main .tc-btn button{
	width: 78px;
	height: 32px;
	color: #fff;
	border: 1px solid #00c177;
	border-radius: 3px;
	background: #00c177;
	font-size: 14px;
	line-height: 29px;
}
.tc-choice .main .tc-btn button.qd {
	margin-left:15px;
	margin-right:30px;
}
.tc-choice .main .tc-btn button.qx {
	color: #666666;
	background: #fff;
	border: 1px solid #DCDCDC;
}
.tc-choice .main .tc-btn button:hover {
	background: #01B26E;
	color: #fff;
}
.tc-choice .main .tc-btn button.qx:hover {
	background: #DCDCDC;
	color: #666666;
}

.upload .uploadImg {
	background: #00C177;
	color: #fff;
	width: 100px;
	height: 28px;
	font-size: 14px;
	border-radius: 2px;
	margin: 14px 62px;
}

.edit-team-sl-custom-file {
	position: relative;
	display: inline-block;
	zoom: 1;
	text-align: center;
}

.edit-team-sl-custom-file .edit-team-ui-input-file {
	width: 100px;
	height: 28px;
	position: absolute;
	right: 0px;
	top: 0;
	_zoom: 30;
	font-size: 0px;
	font-size: 300px \9;
	_height: auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	cursor: pointer;
	margin: 14px 62px;
}

/*暂无*/
.no-list{
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	margin:60px 0 80px;
	display: none;
}
.no-list .no-icon{
	margin: 0 0 15px 0;
	width: 130px;
	height:112px;
	display: inline-block;
	background: url(../../image/studio/no-office.png) no-repeat;
}
.no-list p{
	color: #999;
	font-size: 18px;
	width: 100%;
}
.no-list button{
	width: 175px;
	height:44px;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	background: #ff6e4a;
	margin-top: 30px;
}
.no-list button:hover{
	background: #ed5d39;
}