.logintitle{
	text-align: center;
	font-size: 33px;
	padding-top: 1%;
}
.logintitlebottom{
	text-align: center;
	font-size: 33px;
	margin-top: 20px;
	color: #027DB4;
}

body{
	background-color: rgb(253,253,253);
}
.sinfo{
	width: 66%;
	margin:2% auto;
	min-width: 970px;
}

.infotable{
	border-spacing: 0;
	border-collapse: collapse;
}

/*.infotable td{
	border: 1px solid #606266;
	text-align: center;
	padding:0rem;
}*/
.infotable tr td {
	border: 1px solid #606266;
	font-family: SimSun;
	font-size: 12px;
	font-weight: normal;
	empty-cells: show;
	padding: 7px 3px;
	color: #2b2828a1;
	text-align: center;
}
.teamtop{
	display: flex;
}

.steam{
	height: 35px;
	width: 200px;
	border: 1px #CCCCCC solid;
	outline: none;
}
.selectteams{
	/*display: flex;*/
	margin-top: 10px;
}
.selectteams>p{
	display: flex;
	margin-left: 10px;
}
.selectteams>p>span:nth-child(2){
	height: 16px;
	display: block;
	line-height: 16px;
	padding-left: 3px;
}
.cancelteam{
	background: url(../imgs/7xinxitijiao/u88.svg) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.fctj{
	text-align: left;
	padding-top: 5px;
	font-size: 13px;
}

.fctj>span{
	color: rgb(245,154,35);
	float: right;
}

.uploadfile>span{
	font-size: 13px;
	margin-left: 2px;
}

.zs{
	margin-left: 9%;
}

.zs>p{
	margin-left: 100px;
	margin-left: 20px;
}

#filemsg1{
	color: rgb(245,154,35);
}

#filemsg2{
	float: right;
}
.uploadfile>input{
	border-bottom: 1px solid rgb(2,167,240);
}

.infomsg{
	margin-top: 8%;
	text-align: right;
}

.tosubmit{
	margin: 20px auto;
	text-align: center;
	padding-bottom: 20px;
	width: 344px;
	height: 67px;
	line-height: 60px;
	font-size: 25px;
	color: white;
	background: url(../imgs/7xinxitijiao/u78.svg) no-repeat;
	cursor: pointer;
}

.photoview{
	width: 95%;
	height: 88%;
	/*margin-top: -14%;*/
	margin-left: 4%;
	background-color: white;
	border: 1px solid black;
}

.labelforimg{
	/*display: block;*/
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
	z-index: 10;
}

.hximg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}

.photomsg{
	width: 100%;
	height: 100%;
	padding-top: 35%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 7;
}

.upimgbtn{
	width: 130px;
	height: 46px;
	background: url(../imgs/7xinxitijiao/上传照片按钮_u70.svg) no-repeat;
	text-align: center;
	margin: 30px auto;
	color: white;
	font-size: 13px;
	line-height: 38px;
}

.photoview>img{
	width: 100%;
	height: 100%;
}

.applybg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 88;
	display: block;
}

.bmxzcontainer{
	width: 85%;
	height: 590px;
	margin:5% auto;
	overflow-y: hidden;
}




.bmxz{
	width: 90%;
	height: 90%;
	margin: 50px auto;
	background-color: rgb(242,242,242);
	border-radius: 20px;
	box-shadow: gray 0px 0px 60px;
	animation: mdzz 1s linear 1;
}

@keyframes mdzz{
	from{
		transform: translateY(-1500px);
	}
	to{
		transform: translateY(0);
	}
}

.bmxztitle{
	font-size: 30px;
	text-align: center;
	padding-top: 15px;
}

.bmxzmsg{
	width: 90%;
	height: 68%;
	margin: 1% auto;
	font-size: 18px;
}

.bmxzbottom{
	width: 185px;
	height: 56px;
	background: url(../imgs/7xinxitijiao/提交申请_u130.svg) no-repeat;
	text-align: center;
	line-height: 50px;
	margin: auto;
	pointer-events: none;
	color: white;
}

.submitdialog,.submitdialog2{
	width: 529px;
	height: 324px;
	background-color: rgb(242,242,242);
	position: fixed;
	top: 30%;
	left: 32%;
	border-radius: 20px;
	z-index: 10;
	display: none;
}

.submitdialog2>p{
	margin-top: 10%;
}

.img2{
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	background: url(../imgs/7xinxitijiao/u132.svg) no-repeat;
	margin-top:-10px;
	margin-left: 28%;

}

.successapply{
	font-size: 20px;
	margin-left: 20px;
}

.bg{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.submitdialogclose,.submitdialogclose2{
	width: 50px;
	height: 50px;
	background: url(../imgs/7xinxitijiao/关闭弹窗按钮_u135.svg) no-repeat;
	outline: none;
	border: none;
	margin:-10px 92%;
	cursor: pointer;
}

.submitdialog p:nth-child(2){
	font-size: 18px;
	text-align: center;
	margin-top: 8%;
}

.submitdialog p:nth-child(3){
	font-size: 17px;
	text-align: center;
	margin-top: 6%;
}

.sqxm{
	border: none;
	outline: none;
	border-bottom: 1px solid black;
	background-color: rgb(242,242,242);
	font-size: 16px;
}

.submit,.known{
	width: 185px;
	height: 56px;
	background: url(../imgs/7xinxitijiao/提交申请_u130.svg) no-repeat;
	margin: 10% auto;
	color: white;
	font-size: 15px;
	display: block;
	border: none;
	outline: none;
	cursor: pointer;
}