.tcs-notice{
	width: auto;
	height: auto;
	border-radius: 5px;
	padding: 15px 20px 20px;
	background: #fff;
	display: none;
}

.tcs-notice .main-title{
	width: 100%;
	line-height: 24px;
	height: 24px;
	font-size: 18px;
	color: #333333;
}

.tcs-notice .main-title span {
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	color: #333333;
	float: left;
	font-weight: bold;
}

.tcs-notice .main-title i.close {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../../image/listenAdmin/tc-close-icon.png) -10px -10px no-repeat;
	cursor: pointer;
}

.tcs-notice .open-main{
	width: 440px;
	box-sizing: border-box;
	margin-top: 30px
}

.tcs-notice .open-main.search-type{
	/*display: none;*/
}
.tcs-notice .open-main.opened-type{
	display: none;
}
.tcs-notice .open-main.not-opened-type{
	display: none;
}

.tcs-notice .open-main .img-box{
	text-align: center;
}

.tcs-notice .open-main .img-box .img{
	width: 48px;
	height: 48px;
	margin: 0 auto;
}

.tcs-notice .opened-type .img-box .img{
	background: url(../../image/common/step_success.png) no-repeat;
}

.tcs-notice .not-opened-type .img-box .img{
	background: url(../../image/common/list_close.png) no-repeat;
}

.tcs-notice .open-main .open-school{
	font-size: 14px;
	color: #333333;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
}

.tcs-notice .open-main .open-status{
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 42px;
}

.tcs-notice .opened-type .open-status span{
	color: #67C23A;
}

.tcs-notice .not-opened-type .open-status span{
	color: #F59827;
}

.tcs-notice .open-main .open-tips{
	font-size: 14px;
	color: #666666;
}

.tcs-notice .open-main .open-box{
	margin-top: 40px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 64px;
	position: relative;
}

.tcs-notice .open-main .open-box .select-school-name{
	border: 1px solid #e4e7ed;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 80px;
	top: 36px;
	min-width: 340px;
	max-height: 150px;
	overflow-y: auto;
	display: none;
}

.tcs-notice .open-main .open-box .select-school-name>p{
	padding: 5px 10px;
	font-size: 12px;
	cursor: pointer;
	max-width: 600px;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

.tcs-notice .open-main .open-box .select-school-name>p:hover{
	background-color: #f5f7fa;
}

.tcs-notice .open-main .open-box .open-label{
	font-size: 14px;
	color: #666666;
	float: left;
}

.tcs-notice .open-main .open-box .open-label span{
	font-size: 14px;
	color: rgb(245,104,104);
	margin-right: 4px;
}

.tcs-notice .open-main .open-box .open-input{
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	width: 340px;
	height: 36px;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}

.tcs-notice .open-main .open-box .open-input input{
	font-size: 14px;
	width: 288px;
}


.tcs-notice .btn{
	text-align: center;
}

.tcs-notice .btn button{
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	background: #346AFE;
	border-radius: 3px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

.tcs-notice .btn button.result-type{
	width: 114px;
	padding: 0;
	text-align: center;
}

.tcs-notice .btn button:hover{
	background: #5d88fe;
}

.tcs-notice .btn button:active{
	background: #2f5fe5;
}


.tcs-notice .btn button.research-type{
	background: #fff;
	box-sizing: border-box;
	border: 1px solid  #DCDCDC;
	color: #666666;
	margin-right: 5px;
}

.tcs-notice .btn button.research-type:hover{
	background: #fff;
	border: 1px solid  #346AFE;
	color: #346AFE;
}


.tcs-notice .btn button.research-type:active{
	background: #fff;
	border: 1px solid  #2f5fe5;
	color: #2f5fe5;
}

.tcs-notice .apply-main{
	margin-top: 10px;
}

.tcs-notice .apply-main .step-box{
	background: #F5F5F5;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	width: 710px;
}

.tcs-notice .apply-main .step-box>p{
	font-size: 14px;
	color: #333333;
	float: left;
	height: 50px;
	line-height: 50px;
}

.tcs-notice .apply-main .step-box>p span{
	font-size: 14px;
	color: #6FAAE5;
	font-weight: bold;
	margin-right: 5px;
}

.tcs-notice .apply-main .step-box .line{
	float: left;
	border-top: 1px dashed #D9D9D9;
	height: 0;
	width: 28px;
	margin: 25px 10px 0;
}

.tcs-notice .apply-main .apply-tips{
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	text-align: center;
}

.tcs-notice .apply-main .apply-box{
	margin-bottom: 16px;
	height: 36px;
	line-height: 36px;
	position: relative;
}

.tcs-notice .apply-main .apply-box.apply-box-error .apply-error{
	display: block;
}

.tcs-notice .apply-main .apply-box .apply-error{
	position: absolute;
	left: 215px;
	bottom: -25px;
	color: rgb(245,104,104);
	font-size: 12px;
	display: none;
}

.tcs-notice .apply-main .apply-box .apply-label{
	font-size: 14px;
	color: #666666;
	float: left;
	width: 215px;
	text-align: right;
}

.tcs-notice .apply-main .apply-box .apply-label span{
	font-size: 14px;
	color: rgb(245,104,104);
	margin-right: 4px;
}

.tcs-notice .apply-main .apply-box .apply-input{
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	width: 320px;
	height: 36px;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}

.tcs-notice .apply-main .apply-box.apply-box-error .apply-input{
	border: 1px solid rgb(245,104,104);
}

.tcs-notice .apply-main .apply-box .apply-input input{
	font-size: 14px;
	width: 288px;
}

.tcs-notice .btn button.apply-submit{
	padding: 0;
	width: 114px;
	text-align: center;
}

.tcs-notice .apply-main .apply-box .apply-select{
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	width: 100px;
	height: 36px;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	margin-right: 10px;
}

.tcs-notice .apply-main .apply-box.apply-box-error .apply-select.apply-box-error{
	border: 1px solid rgb(245,104,104);
}

.tcs-notice .apply-result{
	margin-top: 40px;
}
#tcsApplyWindowSuccess .apply-result{
	margin-top: 10px;
}

.tcs-notice .apply-sure{
	display: block;
}

.tcs-notice .apply-result .img-box{
	text-align: center;
}

.tcs-notice .apply-result .img-box .img{
	width: 48px;
	height: 48px;
	margin: 0 auto;
	background: url(../../image/common/step_success.png) no-repeat;
}
.tcs-notice#tcsApplyWindow{
	padding-bottom: 0;
}
.tcs-notice .apply-result .apply-msg{
	box-sizing: border-box;
	margin-top: 20px;
	padding: 0 20px;
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	text-align: center;
	margin-bottom: 42px;
}
#tcsApplyWindowSuccess .apply-result .apply-msg{
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}

.tcs-notice .apply-result .apply-contact .contact-msg{
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.tcs-notice .apply-result .apply-contact .contact-img {
	display: flex;
	justify-content: space-around;
	margin-bottom: 15px;
}
.tcs-notice .apply-result .apply-contact .contact-img div img {
	border-radius: 10px;
	padding: 2px;
	width: 100px;
	height: 100px;
}
.tcs-notice .apply-result .apply-contact .contact-img div.wechat-img img {
	border: 3px solid #0cc177;
}
.tcs-notice .apply-result .apply-contact .contact-img div.qq-img img{
	border: 3px solid #0FB1FF;
}
.tcs-notice .apply-result .apply-contact .contact-img div p {
	width: 100px;
	text-align: center;
	font-size: 12px;
	color: #767a7e;
	padding-top: 5px;
}

#tcsApplyWindow .image-input{
	height: 120px;
}
#tcsApplyWindow .upload-button{
	width: 102px;
	height: 32px;
	background: rgba(0,0,0,0.65);
	border-radius: 18px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 50%;
	margin-left: -51px;
	z-index: 8;
	cursor: pointer;
}
#tcsApplyWindow .upload-button >i {
	width:16px;
	height: 16px;
	float: left;
	margin-left: 12px;
	margin-top: 8px;
	background: url("../../image/research/tcsSpecialTopic/btn_upload.png");
}
#tcsApplyWindow .upload-button >p{
	font-size: 14px;
	color: #FFFFFF;
	height: 32px;
	line-height: 32px;
	float: left;
	margin-left: 5px;
}

#tcsApplyWindow .upload-button.reset-button{
	z-index: 10;
}
#tcsApplyWindow .upload-button.reset-button >i {
	background: url("../../image/research/tcsSpecialTopic/btn_reset.png");
}

#resetButton{
	display: none;
	opacity: 0;
	transition: all .3s ease;
}

.upload-image-box:hover #resetButton{
	opacity: 1;
}

#tcsApplyWindow .image-input{
	height: 120px;
}

#tcsApplyWindow #uploadBox{
	width: 120px;
	height: 120px;
	position: relative;
	float: left;
}

#tcsApplyWindow #uploadImage{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	cursor: pointer;
}

#tcsApplyWindow #uploadShow{
	width: 120px;
	height: 120px;
	z-index: 3;
}

#tcsApplyWindow .upload-image-show-box{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 7;
}

#tcsApplyWindow .upload-image-box{
	float: left;
	position: relative;
}

#tcsApplyWindow .upload-image-tips{
	float: left;
	margin-left: 15px;
}

#tcsApplyWindow .upload-image-tips .image-top{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

#tcsApplyWindow .upload-image-tips .image-bottom{
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
	line-height: 24px;
}

#tcsApplyWindow .bottom-line{
	height: 54px;
	line-height: 54px;
	border-top: 1px dashed #E6E6E6;
	font-size: 14px;
	color: #666666;
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	text-align: center;
	margin-top: 20px;
}

.sure-background{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}

.sure-background .tcs-notice{
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
}

#tcsSureWindow .tcs-notice{
	width: 480px;
	margin-left: -240px;
	margin-top: -89px;
}

.tcs-toast{
	display: none;
	top: 50%;
	left: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -50px;
	color: #fff;
	position: fixed;
	z-index: 10000;
	margin-left: auto;
	margin-right: auto;
	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	border-radius: 3px;
	transform: translateX(-50%);
}

.tcs-top-banner{
    display: none;
}

.tcs-special-topic-body .top{
    float: none;
}

.tcs-main{
	min-width: 1280px;
	position: relative;
}

.tcs-main .box0{
	width: 100%;
	height: 552px;
    background-color: rgb(52, 107, 255);
	overflow: hidden;
    position: relative;
}

.tcs-main .box0 .box-image{
	width: 1920px;
	height: 552px;
	background-image: url(../../image/research/tcsSpecialTopic/00.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	z-index: 0;
}

.tcs-main .box0 .button-box{
	top: 382px;
	left: 50%;
	margin-left: -600px;
	position:absolute;
}

.tcs-main .box0 button{
    width: 166px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 5px;
    color: #346BFF;
    font-size: 18px;
    transition: all .3s ease;
}

.tcs-main .box0 button.login-tcs-button{
	width: 220px;
	box-sizing: border-box;
	margin-left: 20px;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}

.tcs-main .box0 button:hover{
    background: #ececec;
}

.tcs-main .box0 button.login-tcs-button:hover{
	background: #fff;
	color: #346BFF;
}

.tcs-main .box0 button:active{
    background: #d8d8d8;
}

.tcs-main .box0 button.login-tcs-button:active{
	background: #d8d8d8;
	border: 1px solid #d8d8d8;
}

.tcs-main .box0 p{
    position:absolute;
    top: 453px;
    left: 50%;
    margin-left: -600px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.tcs-main .box1{
    width: 100%;
    height: 648px;
    background-color: #FFFFFF;
    background-image: url(../../image/research/tcsSpecialTopic/01.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.tcs-main .box2{
    width: 100%;
    height: 549px;
    background-color: #FAFAFA;
    background-image: url(../../image/research/tcsSpecialTopic/02.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.tcs-main .box3{
    width: 100%;
    height: 549px;
    background-color: #FFFFFF;
    background-image: url(../../image/research/tcsSpecialTopic/03.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.tcs-main .box4{
    width: 100%;
    height: 548px;
    background-color: #FAFAFA;
    background-image: url(../../image/research/tcsSpecialTopic/04.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.tcs-main .box5{
    width: 100%;
    height: 1725px;
    background-color: #FFFFFF;
    background-image: url(../../image/research/tcsSpecialTopic/05.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.tcs-main .box6{
    width: 100%;
    height: 591px;
    background-color: #FAFAFA;
    background-image: url(../../image/research/tcsSpecialTopic/06.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.tcs-main .tcs-bottom{
    position:fixed;
    bottom: -102px;
    height: 100px;
    left: 0;
    right: 0;
    background-image: url(../../image/research/tcsSpecialTopic/07.png);
    background-position: center;
    background-repeat: no-repeat;
	transition: all .3s ease;
}

.tcs-main .tcs-bottom.active{
	bottom: 0;
}

.tcs-main .tcs-bottom.absolute{
	position: absolute;
}

.tcs-special-topic-body #overFlowRight{
    z-index: 2;
    top: 50%;
}

.tcs-main .tcs-bottom .bottom-button{
	width: 450px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #346BFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -225px;
	background: #FFFFFF;
	border-radius: 6px;
	cursor: pointer;
}

.tcs-main .bottom-block{
	height: 100px;
}

#tcsChooseLoginWindow{
	width: 540px;
}
#tcsChooseLoginWindow .choose-main{
	margin: 17px 80px 55px;
}
#tcsChooseLoginWindow .choose-main .choose-tips{
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 24px;
}
#tcsChooseLoginWindow .choose-main .choose-login{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 40px;
}
#tcsChooseLoginWindow .choose-main .choose-login .login-type{
	text-align: center;
}
#tcsChooseLoginWindow .choose-main .choose-login .login-type .login-type-teacher{
	width: 100px;
	height: 100px;
	background-image: url(../../image/research/tcsSpecialTopic/icon_teacher.png);
	background-position: center;
	background-repeat: no-repeat;
}
#tcsChooseLoginWindow .choose-main .choose-login .login-type .login-type-admin{
	width: 100px;
	height: 100px;
	background-image: url(../../image/research/tcsSpecialTopic/icon_admin.png);
	background-position: center;
	background-repeat: no-repeat;
}
#tcsChooseLoginWindow .choose-main .choose-login .login-type p{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 16px 0 22px;
}
#tcsChooseLoginWindow .choose-main .choose-login .login-type .btn{
	width: 100px;
	height: 36px;
	line-height: 36px;
	background: #346AFE;
	border-radius: 20px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}

#tcsTipWindow{
	width: 680px;
	height: 420px;
	display: none;
}
#tcsTipWindow .tip-bg{
	width: 100%;
	height: 100%;
	background-image: url(../../image/research/tcsSpecialTopic/tip_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
#tcsTipWindow .tip-bg .close {
	width: 16px;
	height: 16px;
	background-image: url(../../image/research/tcsSpecialTopic/icon_popup_close.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	right: 23px;
	cursor: pointer;
}
#tcsTipWindow .tip-bg .btn {
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #B82929;
	border-radius: 20px;
	position: absolute;
	bottom: 26px;
	right: 280px;
	cursor: pointer;
}
#tcsTipWindow .tip-bg .btn span{
	font-size: 14px;
	color: #FFFFFF;
}