/******************************************
大赛报名--报名*****************************/
html,body{
	position: relative;
	height: 100%;
}
.sign .container{
	padding-left: 11.1%;
    padding-right: 11.1%;
    padding-top: 40px;
}
.sign .bg-info img{
	width: 100%;
}
.sign .login-input{
	margin-bottom: 14px;
}
.sign .login-input input{
	height: 40px;
	padding-left: 8px;
	font-size: 14px;
	color: rgba(0,0,0,0.87);
	border-radius: 2px;
}
.sign .login-btn{
	margin-top: 32px;
	margin-bottom: 16px;
}
.sign .login-btn input{
	width: 37.8%;
	height: 40px;
	background-color: #FBD713;
	border: 0;
    border-radius: 2px;
    color: rgba(0,0,0,0.87);
    font-size: 1.4rem;
}
.sign .login-btn span{
	display: inline-block;
    right: 0;
    float: right;
    line-height: 40px;
	color: rgba(0,0,0,0.87);
	font-size: 1.4rem;
}
.sign .login-btn span a{
	color: #FF5A3E;
	font-size: 1.4rem;
}
.sign .am-container >.am-g {
    margin-left: 0rem;
    margin-right: 0rem;
}
.sign .scan-info{
	display: block;
	margin-top: 3px;
    font-size: 1.2rem;
    color: rgba(0,0,0,0.87);
}
.sign .competitionName{
	display: block;
    font-size: 1.2rem;
    color: rgba(0,0,0,0.87);
}
.sign .public{
	display: block;
    margin-bottom: 3px;
    font-size: 1rem;
    color: rgba(0,0,0,0.87);
}
.sign .am-divider{
	margin: auto;
}
.sign .am-divider-default {
    display: block;
    border-top: 1px solid #FBD713;
    width: 95%;
}
/*.sign table{
	width: 100%;
	display: block;
    padding-left: 11.1%;
    padding-right: 11.1%;
    bottom: 16px;
    position: fixed;
}*/
.sign table hr{
	margin-bottom: 0px;
	margin-left: 0;
}
.sign .container .login-input{
	position: relative;
}
.sign .container .login-input .icon{
	display: inline;
	position: absolute;
	background: url('/Public/images/icon/showPassword.png') no-repeat;
	background-position: 0;
    background-size: contain;
    width: 23px;
    height: 40px;
    right: 8px;
    top: 0;
}
.sign .container .login-input .iconChange{
	display: inline;
	position: absolute;
	background: url('/Public/images/icon/hidePassword.png') no-repeat;
	background-position: 0;
    background-size: contain;
    width: 23px;
    height: 40px;
    right: 8px;
    top: 0;
}
.sign .footer_demo{
	text-align: center;
	position: relative;
	margin-top: 16px;
	margin-bottom: 16px;
}
@media screen and (min-width: 768px){
	.sign .login-btn span{
	    line-height: 60px;
	}
	.sign .login-btn input{
		height: 60px;
	}
	.sign .login-input input{
		height: 60px;
	}
	.sign .login-input{
		margin-bottom: 16px;
	}
	.sign .scan-info{
		margin-top: 8px;
	}
	.sign .public{
	    margin-bottom: 8px;
	}
	.sign .container .login-input .icon{
	    height: 60px;
	    width: 32px;
	}
	.sign .container .login-input .iconChange{
	    height: 60px;
	    width: 32px;
	}
	.sign .footer_demo{
		margin-top: 90px;
	}
}
@media screen and (max-width: 320px){
	.sign .login-btn span{
	    line-height: 30px;
	}
	.sign .login-btn input{
		height: 30px;
	}
	.sign .login-input input{
		height: 30px;
	}
	.sign table {
	    margin-top: 30px;
	}
	.sign .container{
	    padding-top: 48px;
	}
	.sign .container .login-input .icon{
	    height: 30px;
	    width: 18px;
	}
	.sign .container .login-input .iconChange{
	    height: 30px;
	    width: 18px;
	}
	.sign .footer_demo{
		margin-top: 24px;
		margin-bottom: 16px;
	}
}
/******************************************
大赛报名--登录*****************************/
html,body{
	position: relative;
	height: 100%;
}
.login .container{
	padding-left: 11.1%;
    padding-right: 11.1%;
    padding-top: 40px;
}
.login .bg-info img{
	width: 100%;
}
.login .login-input{
	margin-bottom: 14px;
}
.login .login-input input{
	height: 40px;
	padding-left: 8px;
	font-size: 14px;
	color: rgba(0,0,0,0.87);
	border-radius: 2px;
}
.login .login-btn{
	margin-top: 32px;
}
.login .login-btn input{
	width: 37.8%;
	height: 40px;
	background-color: #FBD713;
	border: 0;
    border-radius: 2px;
    color: rgba(0,0,0,0.87);
    font-size: 1.4rem;
}
.login .login-btn span{
	display: inline-block;
    right: 0;
    float: right;
    line-height: 40px;
	color: rgba(0,0,0,0.87);
	font-size: 1.4rem;
}
.login .login-btn span a{
	color: #FF5A3E;
	font-size: 1.4rem;
}
.login .am-container >.am-g {
    margin-left: 0rem;
    margin-right: 0rem;
}
.login .scan-info{
	display: block;
	margin-top: 3px;
    font-size: 1.2rem;
    color: rgba(0,0,0,0.87);
}
.login .competitionName{
	display: block;
    font-size: 1.2rem;
    color: rgba(0,0,0,0.87);
}
.login .public{
	display: block;
    margin-bottom: 3px;
    font-size: 1rem;
    color: rgba(0,0,0,0.87);
}
.login .am-divider{
	margin: auto;
}
.login .am-divider-default {
    display: block;
    border-top: 1px solid #FBD713;
    width: 95%;
}
.login table{
	width: 100%;
    margin-top: 40px;
    margin-bottom: 6px;
}
.login table hr{
	margin-bottom: 0px;
	margin-left: 0;
}
.login .container .login-input{
	position: relative;
}
.login .container .login-input .icon{
	display: inline;
	position: absolute;
	background: url('/Public/images/icon/showPassword.png') no-repeat;
	background-position: 0;
    background-size: contain;
    width: 23px;
    height: 40px;
    right: 8px;
    top: 0;
}
.login .container .login-input .iconChange{
	display: inline;
	position: absolute;
	background: url('/Public/images/icon/hidePassword.png') no-repeat;
	background-position: 0;
    background-size: contain;
    width: 23px;
    height: 40px;
    right: 8px;
    top: 0;
}
@media screen and (min-width: 768px){
	.login .login-btn span{
	    line-height: 60px;
	}
	.login .login-btn input{
		height: 60px;
	}
	.login .login-input input{
		height: 60px;
	}
	.login .login-input{
		margin-bottom: 16px;
	}
	.login .scan-info{
		margin-top: 8px;
	}
	.login .public{
	    margin-bottom: 8px;
	}
	.login .container .login-input .icon{
	    height: 60px;
	    width: 32px;
	}
	.login .container .login-input .iconChange{
	    height: 60px;
	    width: 32px;
	}
}
@media screen and (max-width: 320px){
	.login .login-btn span{
	    line-height: 30px;
	}
	.login .login-btn input{
		height: 30px;
	}
	.login .login-input input{
		height: 30px;
	}
	.login table {
	    margin-top: 30px;
	}
	.login .container{
	    padding-top: 48px;
	}
	.login .container .login-input .icon{
	    height: 30px;
	    width: 18px;
	}
	.login .container .login-input .iconChange{
	    height: 30px;
	    width: 18px;
	}
}
/******************************************
大赛报名--注册*****************************/
.registered .container{
	padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}
.registered .container .phoneNumber input{
	font-size: 1.4rem;
	color: rgba(0,0,0,0.87);
	display: block;
	height: 40px;
	margin-bottom: 12px;
}
.registered .container .verifycode input{
	font-size: 1.4rem;
	color: rgba(0,0,0,0.87);
	width: 57%;
	height: 40px;
	display: block;
	float: left;
	display: block;
	margin-bottom: 12px;
	border-radius: 2px;
}
.registered .container .verifycode #get_verification_code{
	font-size: 1.4rem;
	color: rgba(0,0,0,0.87);
	width: 37.8%;
	height: 40px;
	display: block;
	float: right;
	margin-bottom: 12px;
	background-color: #fbd713;
	border-radius: 2px;
	border:none;
}
.registered .container .password input{
	font-size: 1.4rem;
	color: rgba(0,0,0,0.87);
	clear: both;
	display: block;
	height: 40px;
	margin-bottom: -4px;
	border-radius: 2px;
}
.registered .container .registered-btn input{
	display: block;
	width: 100%;
	height: 40px;
	background-color: #60b4b4;
	border: none;
	border-radius: 2px;
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 20px;
	border-radius: 2px;
}
.registered .container .notice{
	margin-bottom: 32px;
}
.registered .container .notice label{
	font-size: 1.2rem;
	color: rgba(0,0,0,0.87);
}
.registered .container a{
	color: rgba(0,0,0,0.87);
    text-decoration: underline;
}
.registered .container .password {
	clear: both;
	position: relative;
}
.registered .container .password .icon{
	display: inline;
	position: absolute;
	background: url('/web/htdocNew/css/home/images/showPassword.png') no-repeat;
	background-position: 0;
    background-size: contain;
    width: 23px;
    height: 40px;
    right: 8px;
    top: 0;
}
.registered .container .password .iconChange{
	display: inline;
	position: absolute;
	background: url('/Public/images/icon/hidePassword.png') no-repeat;
	background-position: 0;
    background-size: contain;
    width: 23px;
    height: 40px;
    right: 8px;
    top: 0;
}
@media screen and (min-width: 768px){
	.registered .container .phoneNumber input,
	.registered .container .verifycode input,
	.registered .container .verifycode #get_verification_code,
	.registered .container .password input,
	.registered .container .registered-btn input{
		height: 60px;
	}
	.registered .container .password .icon{
	    height: 60px;
	    width: 32px;
	}
	.registered .container .password .iconChange{
	    height: 60px;
	    width: 32px;
	}
}
@media screen and (max-width: 320px){
	.registered .container .phoneNumber input,
	.registered .container .verifycode input,
	.registered .container .verifycode #get_verification_code,
	.registered .container .password input,
	.registered .container .registered-btn input{
		height: 30px;
	}
	.registered .container .verifycode input{
		width: 50%;
	}
	.registered .container .verifycode button{
		width: 47.8%;
	}
	.registered .container .password .icon{
	    height: 30px;
	    width: 18px;
	}
	.registered .container .password .iconChange{
	    height: 30px;
	    width: 18px;
	}
}
/*.registered  .am-checkbox, .am-checkbox-inline, .am-radio, .am-radio-inline {
    line-height: 1.2;
}*/
/***********************************************
大赛报名--队员报名*****************************/
.header_wrapper{
	height: 60px;
}
.header{
	height: 60px;
	background-color: #60b4b4;
}
.logo_wrapper{
	height: 60px;
	position: relative;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #fff;
	overflow: hidden;
}
.logo{
	top: 50%;
    left: 50%;
    position: absolute;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.logo img{
	min-width:90px;
}
.header_wrapper .am-u-sm-8{
	height: 60px;
	border-bottom: 1px solid #ccc;
}
.header_wrapper .am-u-sm-8 span{
	line-height: 60px;
	/*color: rgba(0,0,0,0.54);*/
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}
@media screen and (max-width: 320px){
	.logo img{
		min-width:80px;
	}
}
@media screen and (min-width: 768px){
	.logo img{
		min-width:120px;
	}
	.header_wrapper{
		height: 80px;
	}
	.header{
		height: 80px;
	}
	.logo_wrapper{
		height: 80px;
	}
	.header_wrapper .am-u-sm-8{
		height: 80px;
	}
	.header_wrapper .am-u-sm-8 span{
		line-height: 80px;
	}
}

.container{
	padding-left: 11.1%;
    padding-right: 11.1%;
    padding-top: 11.1%;
}

.teammemberapplicant .teamInfo{
	background-color: #f5f5f5;
	display: block;
    overflow: hidden;
    font-size: 1.4rem;
    color: rgba(0,0,0,0.87);
}
.teammemberapplicant #realName,.teammemberapplicant #QQ{
	border-radius: 2px;
}
.teammemberapplicant .itemValue{
	padding-left: 12px;
}
.teammemberapplicant .am-form label,.compregisterteam .am-form label{
	font-size: 1.4rem;
    font-weight: normal;
    color: rgba(0,0,0,0.87);
}
.teammemberapplicant #realName,.teammemberapplicant #QQ,
.compregisterteam #teamName,.compregisterteam #realName,
.compregisterteam #linkQQ,.compregisterteam #directorName,
.compregisterteam #directorLink,.compregisterteam #recommendLink{
	font-size: 1.4rem;
	color: rgba(0,0,0,0.87);
	height:40px;
}
.teammemberapplicant .am-form .btn,.compregisterteam .am-form .btn{
	width: 100%;
    height: 40px;
    background-color: #60b4b4;
    border: none;
    border-radius: 2px;
    display: block;
    margin-top: 32px;
    margin-bottom: 20px;
    color: #fff;
}
.teammemberapplicant .am-panel-bd {
    padding: 1rem 1.35rem;
}
.teammemberapplicant .team{
	width: 100%;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 768px){
	.teammemberapplicant #realName,.teammemberapplicant #QQ,
	.compregisterteam #teamName,.compregisterteam #realName,
	.compregisterteam #linkQQ,.compregisterteam #directorName,
	.compregisterteam #directorLink,.compregisterteam #recommendLink{
		height:60px;
	}
	.teammemberapplicant .am-form .btn,.compregisterteam .am-form .btn{
	    height: 60px;
	}
}
@media screen and (max-width: 320px){
	.teammemberapplicant #realName,.teammemberapplicant #QQ,
	.compregisterteam #teamName,.compregisterteam #realName,
	.compregisterteam #linkQQ,.compregisterteam #directorName,
	.compregisterteam #directorLink,.compregisterteam #recommendLink{
		height: 30px;
	}
	.teammemberapplicant .am-form .btn,.compregisterteam .am-form .btn{
	    height: 30px;
	}
}
@media screen and (min-width: 321px){
	.teammemberapplicant .item{
		display: block;
		float: left;
		width: 25%;
	}
	.teammemberapplicant .itemValue{
		display: block;
		float: left;
		padding-left: 12px;
		width: 75%;
	}
	.teammemberapplicant .team{
		clear: both;
	}
}
@media screen and (min-width: 768px){
	.teammemberapplicant .item{
		display: block;
		float: left;
		width: 20%;
	}
	.teammemberapplicant .itemValue{
		display: block;
		float: left;
		padding-left: 12px;
		width: 80%;
	}
	.teammemberapplicant .team{
		clear: both;
	}
}
/***********************************************
大赛报名--团队信息*****************************/
.compregisterteam .am-form-group {
    margin-bottom: 1rem;
}
.compregisterteam .am-form-group input{
	border-radius: 2px;
}
.compregisterteam .errorTip{
	position: absolute;
    margin: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.54);
    display: none; 
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    text-align: center;
    border-radius: 3px;
    line-height: 4rem;
    font-size: 1.4rem;
    z-index: 3000;
}
/***********************************************
大赛报名--队长报名*****************************/
.applicant .am-form .am-form-group .group{
	display: block;
    height: 40px;
    border: 1px solid #ccc;
    line-height: 40px;
    margin-bottom: 0px;
    padding-left: 8px;
    font-weight: normal;
    color: rgba(0,0,0,0.54);
    font-size: 1.4rem;

}
.applicant .am-form .am-form-group label input{
	display: block;
    float: right;
    height: 40px;
    line-height: 40px;
}
.applicant .am-form .am-form-group .group{
	border-top: none;
}
.applicant .am-form .am-form-group .middle:first-child{
	border-top: 1px solid #ccc;
}

.applicant .am-form .am-form-group .middle{
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}
.applicant .am-form .am-form-group .high{
	border-bottom: none;
}
.applicant .am-form .am-form-group .colloge{
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.applicant .am-form .next-btn{
	display: block;
	width: 100%;
	height: 40px;
	border:none;
	background-color: #60b4b4;
	margin: 32px 0 16px 0;
	color: #fff;
}
.applicant .am-form input,.applicant .am-form select{
	border-radius: 2px;
    color: rgba(0,0,0,0.54);
	font-size: 1.4rem;
	height: 40px;
}
.applicant .notice{
	font-size: 1rem;
	color: rgba(0,0,0,0.38);
	display: inline-block;
    line-height: 1.1rem;
}
.applicant .label{
	font-size: 1.4rem;
	color: rgba(0,0,0,0.87);
	font-weight: normal;
}

@media screen and (max-width: 320px){
	.applicant .am-form .next-btn{
		height: 30px;
	}
	.applicant .am-form .am-form-group .group{
	    height: 30px;
	    line-height: 30px;
	}
	.applicant .am-form .am-form-group label input{
	    height: 30px;
	    line-height: 30px;
	}
	.applicant .am-form input,.applicant .am-form select{
		height: 30px;
	}
}
@media screen and (min-width: 768px){
	.applicant .am-form .next-btn{
		height: 60px;
	}
	.applicant .am-form .am-form-group .group{
	    height: 60px;
	    line-height: 60px;
	}
	.applicant .am-form .am-form-group label input{
	    height: 60px;
	    line-height: 60px;
	}
	.applicant .am-form input,.applicant .am-form select{
		height: 60px;
	}

}
.radio{
	display: block;
    float: right;
    background: url('/Public/images/icon/no-check.png') no-repeat;
    background-position: 0;
    background-size: contain;
    margin-right: 8px;
    clear: both;
}
.addRadio{
	background: url('/Public/images/icon/check.png') no-repeat;
	display: block;
    float: right;
    background-position: 0;
    background-size: contain;
    margin-right: 8px;
    clear: both;
}
/**************************************************
大赛报名--我的团队信息*****************************/
.meTeam{
	background-color: #f5f5f5;
}
.meTeam .title{
	margin-bottom: 12px;
	font-size: 1.4rem;
	color: #000;
}
.meTeam .am-container {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 11.1%;
}
.meTeam .am-g{
	font-size: 1.2rem;
	text-align: center;
}
.meTeam [class*=am-u-] {
    padding-left: 0rem; 
    padding-right: 0rem;
}
.meTeam .thead{
	height: 32px;
	background-color: #f5f5f5;
	line-height: 32px;
	color: rgba(0,0,0,0.54);
	border-bottom: 1px solid rgb(220,220,220);
}
.meTeam .tbody{
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	color: rgba(0,0,0,0.87);
}
.meTeam #team [class*=am-u-] {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meTeam .footerBar,.promotionOfSelection .footerBar{
	height: 60px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #343434;
	overflow: hidden;
}
.meTeam .herfLink a,.promotionOfSelection .herfLink a{
	display: inline-block;
	float: left;
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 8px;
	color: #fcd811;
	font-size: 1.4rem;
}
.meTeam .footerBar .copy,.promotionOfSelection .footerBar .copy{
	display: block;
	float: right;
	height: 60px;
	line-height: 60px;
	margin-right: 7.5%;
}
.meTeam .footerBar .copy a,.promotionOfSelection .footerBar .copy a{
	display: inline-block;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.4rem;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #60b4b4;
	border-radius: 2px;
}
/**************************************************
大赛报名--更换新队长*****************************/
.changeLeader .am-form .am-form-group .group{
	display: block;
    height: 40px;
    border: 1px solid #ccc;
    line-height: 40px;
    margin-bottom: 0px;
    padding-left: 8px;
    font-weight: normal;
    color: rgba(0,0,0,0.54);
    font-size: 1.4rem;
    border-bottom: none;

}
.changeLeader .am-form .am-form-group label input{
	display: block;
    float: right;
    height: 40px;
    line-height: 40px;
}
.changeLeader .am-form .next-btn{
	display: block;
	width: 100%;
	height: 40px;
	border:none;
	background-color: #60b4b4;
	margin: 32px 0 16px 0;
	color: #fff;
	border-radius: 2px;
}
.changeLeader .label{
	font-size: 1.4rem;
	color: rgba(0,0,0,0.87);
	font-weight: normal;
}
@media screen and (max-width: 320px){
	.changeLeader .am-form .next-btn{
		height: 30px;
	}
	.changeLeader .am-form .am-form-group .group{
	    height: 30px;
	    line-height: 30px;
	}
	.changeLeader .am-form .am-form-group label input{
	    height: 30px;
	    line-height: 30px;
	}
	.changeLeader .am-form input{
		height: 30px;
	}
}
@media screen and (min-width: 768px){
	.changeLeader .am-form .next-btn{
		height: 60px;
	}
	.changeLeader .am-form .am-form-group .group{
	    height: 60px;
	    line-height: 60px;
	}
	.changeLeader .am-form .am-form-group label input{
	    height: 60px;
	    line-height: 60px;
	}
	.changeLeader .am-form input{
		height: 60px;
	}
}
/**********************************************
大赛报名--更换团队*****************************/
.changeTeam .am-form .am-form-group input{
	height: 40px;
	border-radius: 2px;
}
.changeTeam .am-form .confirm-btn{
	display: block;
	width: 100%;
	height: 40px;
	border:none;
	background-color: #60b4b4;
	margin: 32px 0 16px 0;
	color: #fff;
	border-radius: 2px;
}
@media screen and (min-width: 768px){
	.changeTeam .am-form .am-form-group input{
		height: 60px;
	}
	.changeTeam .am-form .confirm-btn{
		height: 60px;
	}
}
@media screen and (max-width: 320px){
	.changeTeam .am-form .am-form-group input{
		height: 30px;
	}
	.changeTeam .am-form .confirm-btn{
		height: 30px;
	}
}
/**********************************************
大赛报名--关注成功*****************************/

.concernSuccess .tip{
	border-color: transparent;
	box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.concernSuccess .tip [class*=am-u-] {
    padding-left: 0rem; 
    padding-right: 0rem; 
    font-size: 1.2rem;
    color: rgba(0,0,0,0.87);
    text-align: center;
}
.concernSuccess .tip .am-panel-bd {
     /*padding: 1.25rem 0; */
     padding: 0;
}
.concernSuccess .code span{
	font-size: 1.2rem;
	color: #fff;
	background-color: #ff5a3e;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 2px;
}
.concernSuccess .weixin{
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.concernSuccess .weixin img{
	max-height: 100px;
}
@media screen and (min-width: 768px){
	.concernSuccess .code span{
		height: 60px;
		line-height: 60px;
	}
	.concernSuccess .weixin img{
		max-height: 120px;
	}
}
@media screen and (max-width: 320px){
	.concernSuccess .code span{
		height: 30px;
		line-height: 30px;
	}
}
/**********************************************
大赛报名--申请换队*****************************/
.applyChangeTeam .tip{
	border-color: transparent;
	box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.applyChangeTeam .tip [class*=am-u-] {
    padding-left: 0rem; 
    padding-right: 0rem; 
    font-size: 1.4rem;
    color: rgba(0,0,0,0.87);
    text-align: center;
}
.applyChangeTeam .tip a{
	font-size: 1.4rem;
	width: 100%;
	color: #fff;
	background-color: #77c7c8;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 2px;
}
.applyChangeTeam .tip span{
	font-size: 1.2rem;
    color: rgba(0,0,0,0.38);
    display: block;
    text-align: left;
    line-height: 1.3;
    margin-top: 6px;
}
.applyChangeTeam .am-panel-bd {
     padding: 1.25rem 0; 
}
@media screen and (min-width: 768px){
	.applyChangeTeam .tip a{
		height: 60px;
		line-height: 60px;
	}
}
@media screen and (max-width: 320px){
	.applyChangeTeam .tip a{
		height: 30px;
		line-height: 30px;
	}
}
/**********************************************
大赛报名--我的赛事*****************************/
.myCompetition{
	background-color: #f5f5f5;
}
.myCompetition .info td span{
	display: block;
	/*padding-left: 10px;*/
	font-size: 1.2rem;
}

.myCompetition [class*=am-u-] {
   border-bottom:1px solid rgb(220,220,220);
   height:40px;
   line-height: 40px;
   background-color: #fff;
}
.myCompetition .about{
	margin: 16px 0;
}
.myCompetition [class*=am-u-]  a{
	color: rgba(0,0,0,0.87);
	font-size: 1.2rem;
}
.myCompetition .info td .edit_icon{
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('/Public/images/icon/edit.png') no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 4px;
	margin-left: 8px;
	cursor: pointer;
}
.myCompetition .edit_mask{
	position: fixed;
    top: 0;
    background-color: rgba(0,0,0,0.54);
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.myCompetition .edit_mask .edit_panel{
	width: 70%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.myCompetition .edit_mask .edit_content{
	border-bottom: 1px solid #eee;
    position: relative;
}
.myCompetition .edit_mask .edit_header{
	margin: 0;
    text-align: center;
    color: rgba(0,0,0,0.54);
    padding: 12px;
    font-size: 1.4rem;
}
.myCompetition .edit_mask .input_wrap{
	height: 50px;
    position: relative;
   	padding: 0 12px 0spx 12px;
}
.myCompetition .edit_mask .input_wrap input{
	border: 1px solid rgba(0,0,0,0.2);
    height: 35px;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    padding: 0 8px;
    display: inline-block;
    border-radius: 2px;
}
.myCompetition .edit_mask .edit_footer{
	height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    text-align: center;
    color: #ff5a3e;
    cursor: pointer;
}
.myCompetition .tip{
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.54);
    color: #fff;
    font-size: 1.4rem;
    padding: 12px 16px;
    z-index: 20000;
    display: none;
}
.myCompetition .tip p{
	margin: 0;
}
@media screen and (min-width: 768px){
	.myCompetition [class*=am-u-] {
	   height:60px;
	   line-height: 60px;
	}
}
/**********************************************
大赛报名--选拔赛推广*****************************/
.promotionOfSelection{
	background-color: #f5f5f5;
}
.promotionOfSelection .number{
	color: #ff5a3e;
}
.promotionOfSelection .fans{
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 12px;
}
.promotionOfSelection .fans [class*=am-u-] {
	font-size: 1.2rem;
	color: rgba(0,0,0,0.87);
	text-align: left;
}
.promotionOfSelection .am-g{
	font-size: 1.2rem;
	text-align: center;
}
.promotionOfSelection [class*=am-u-] {
    padding-left: 0rem; 
    padding-right: 0rem;
}
.promotionOfSelection .thead{
	height: 32px;
	background-color: #f5f5f5;
	line-height: 32px;
	color: rgba(0,0,0,0.54);
	border-bottom: 1px solid rgb(220,220,220);
}
.promotionOfSelection .tbody{
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	color: rgba(0,0,0,0.87);
}
.promotionOfSelection .tbody .am-u-sm-4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	padding: 0 5px;
}
.promotionOfSelection .tbody img{
	max-width:30px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.promotionOfSelection .tbody .imgWrapper{
	height: 40px;
	position: relative;
}
.promotionOfSelection .banner{
    display: block;
    height: 40px;
}
.promotionOfSelection .banner ul{
    padding-left: 0;
    list-style-type: none;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    width: 100%;
}
.promotionOfSelection .banner ul li{
	display: block;
    float: left;
    width: 50%;
    text-align: center;
    border: 1px solid #fcd811;
    font-size: 1.4rem;
    color: rgba(0,0,0,0.54);
}
.promotionOfSelection .banner ul .active{
	color: rgba(0,0,0,0.87);
	background-color: #fcd811;
}

@media screen and (min-width: 768px){
	.promotionOfSelection .thead{
		height: 42px;
		line-height: 42px;
	}
	.promotionOfSelection .tbody{
		height: 60px;
		line-height: 60px;
	}
	.promotionOfSelection .tbody img{
		max-width:40px;
	}
	.promotionOfSelection .tbody .imgWrapper{
		height: 60px;
	}
}
@media screen and (max-width: 320px){
	.promotionOfSelection .thead{
		height: 22px;
		line-height: 22px;
	}
	.promotionOfSelection .tbody{
		height: 30px;
		line-height: 30px;
	}
	.promotionOfSelection .tbody img{
		max-width:20px;
	}
	.promotionOfSelection .tbody .imgWrapper{
		height: 30px;
	}
}
.promotionOfSelection .play{
	position: fixed;
	top: 50%;
	width: 100%;
}
.promotionOfSelection .play .transpant{
	height: 60px;
	position: absolute;
	right: 0;
	display: none;
}
.promotionOfSelection .play .no_transpant{
	height: 60px;
	position: absolute;
	right: 0;
	display: block;
}
/**********************************************
大赛报名--选拔赛排名*****************************/
.competitionRank .container{
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
}
.competitionRank .am-g {
    text-align: center;
}
.competitionRank .am-g .team{
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
}
.competitionRank .am-g .school{
	font-size: 1.0rem;
	color: rgba(0,0,0,0.87);
}
.competitionRank .countyWrapper{
	display: block;
	float: left;
	background-color: #ff5a3e;
}
.competitionRank .proviceWrapper{
	display: block;
	float: right;
	background-color: #60b4b4;
}
.competitionRank .countyWrapper,.competitionRank .proviceWrapper{
	width: 45%;
    /*border: 1px solid #ccc;*/
    text-align: center;
    color: #fff;
}
.competitionRank #rankPanel [class*=am-u-] {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.competitionRank .rank{
	display: block;
	padding-top: 1rem;
	font-size: 1.4rem;
}
.competitionRank .rankNumber{
	display: block;
    padding: 0.5rem;
    font-size: 3.2rem;
}
.competitionRank .rankInfoPanel{
	display: block;
	overflow: hidden;
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	border-color: transparent;
	margin-top: 16px;
}
.competitionRank .rankInfo{
	display: block;
	overflow: hidden;
	padding:0;
}
.competitionRank .am-btn-group-stacked>.am-btn.active, .am-btn-group-stacked>.am-btn:active, .am-btn-group-stacked>.am-btn:focus, .am-btn-group-stacked>.am-btn:hover, .am-btn-group>.am-btn.active, .am-btn-group>.am-btn:active, .am-btn-group>.am-btn:focus, .am-btn-group>.am-btn:hover {
    z-index: 2;
    background-color: #fcd811;
} 
.competitionRank .am-btn-group .am-btn-default, .am-btn-group-stacked .am-btn-default {
    border-color: #fcd811;
}
.competitionRank .am-btn-default {
	color: rgba(0,0,0,0.54);
    background-color: #fff;
}
.competitionRank .am-btn-group-justify {
    height: 40px;
}
.competitionRank .thead{
	height: 32px;
	background-color: #f5f5f5;
	line-height: 32px;
	font-size: 1.2rem;
	border-bottom: 1px solid rgb(220,220,220);
	color: rgba(0,0,0,0.54);
}
.competitionRank .tbody{
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	font-size: 1.2rem;
	border-bottom: 1px solid rgb(220,220,220);
	color: rgba(0,0,0,0.87);
}
.competitionRank .am-btn{
	font-size: 1.4rem;
	color: rgba(0,0,0,0.54);
}
.competitionRank .rankSelect{
	list-style-type: none;
	
}
.competitionRank .am-dropdown a{
	height: 40px;
	line-height: 40px;
}
.competitionRank .am-dropdown-content{
    width: 100%;
    text-align: center;
    min-width: 120px;
    z-index: 1000000000;
}
.competitionRank .am-nav>li>a {
    padding: 0;
    font-size: 1.4rem;
    color: rgba(0,0,0,0.84);
}
.competitionRank .am-dropdown-content li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	font-size: 1.4rem;
	color: rgba(0,0,0,0.84);
}
.competitionRank .am-nav>li.am-active>a,.competitionRank .am-nav>li.am-active>a:focus,.competitionRank .am-nav>li.am-active>a:hover {
	background-color: #fcd811;
	color: rgb(0,0,0)
}
.competitionRank .am-nav-justify{
	border-radius: 2px;
	border:1px solid #fcd811;
}
.competitionRank .active{
	background-color: #fcd811;
}

@media screen and (min-width: 768px){
	.competitionRank .am-btn-group-justify {
    	height: 60px;
	}
	.competitionRank .thead{
		height: 42px;
		line-height: 42px;
	}
	.competitionRank .tbody{
		height: 60px;
		line-height: 60px;
	}
	.competitionRank .am-dropdown-content li{
		height: 60px;
		line-height: 60px;
	}
	.competitionRank .am-dropdown a{
		height: 60px;
		line-height: 60px;
	}
}
@media screen and (max-width: 320px){
	.competitionRank .am-btn-group-justify {
    	height: 30px;
	}
	.competitionRank .thead{
		height: 22px;
		line-height: 22px;
	}
	.competitionRank .tbody{
		height: 30px;
		line-height: 30px;
	}
	.competitionRank .am-dropdown-content li{
		height: 30px;
		line-height: 30px;
	}
	.competitionRank .am-dropdown a{
		height: 30px;
		line-height: 30px;
	}
}
/**********************************************
大赛报名--大赛分享*****************************/
.share .panel{
	/*background-color: #77c7c8;*/
}
.share .logoPanel{
	background-color: #77c7c8;
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	border-color: transparent;
	position: relative;    
	margin-top: 16px;
	margin-bottom: 16px;
}
.registrationSuccess .successful_copywriter p{
	margin: 0;
	// font-size: 1.2rem;
}
.registrationSuccess .successful_copywriter a{
	// font-size: 1.2rem;
	color: #1A8CFE;
	cursor: pointer;
}

.share .logo img{
	max-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.share .Infopanel{
	margin-left: 5%;
    margin-right: 5%;
    position: relative;
    margin-bottom: 5%;
    background-color: #ff5a3e;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
	border-color: transparent;
	border-radius: 2px;
	margin-top: 48px;
}
.share .Infopanel .am-panel-bd {
    padding: 5.5%;
}
.share .teamInfo{
	font-size: 1.4rem;
	color: #000;
	background-color: #fff;
	border-radius: 2px;
	background:url('/Public/images/bg/bg.png') no-repeat center;
	padding: 8px 0;
}
.share .team{
	display: inline-block;
	padding-left: 0.5rem;
}
.share [class*=am-u-] {
    padding-left: 2rem;
    padding-right: 2rem;
}
.share .notice{
	font-size: 1.2rem;
	color: rgba(255,255,255,0.87);
	padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-align: center;
    padding-top: 8px;
}
.share .fans{
	text-align: center;
	margin-top: 12px;
}
.share .fans a{
	background-color: #fbd713;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    color: #000;
    border-radius: 2px;
    font-size: 1.4rem;
}
.share .competitionIntroduce{
	margin-left: 5%;
    margin-right: 5%;
   	box-shadow: 0 0px 0px rgba(0,0,0,0);
	border-color: transparent;
}
.share .competitionIntroducePanel{
	padding: 0;
}
.share .competitionIntroducePanel [class*=am-u-] {
    padding-left: 0;
    padding-right: 0;
}
.share .competitionIntroducePanel .title{
	font-size: 1.4rem;
	display: inline-block;
    padding: 1rem 0;
}
.share .competitionIntroducePanel .content{
	font-size: 1.2rem;
}
.share .mask{
	position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.54);
    width: 100%;
    display: none;
}
.share .mask p{
	margin: 0;
    background-color: #fff;
    position: absolute;
    width: 70%;
    text-align: center;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1.4rem;
    padding: 50px 0;
    border-radius: 2px;
}
@media screen and (min-width: 768px){
	.share .logo img{
		max-height: 40px;
	}
	.share .fans a{
	    height: 60px;
	    line-height: 60px;
	}
	.share .logoPanel{
		margin-top: 32px;
		margin-bottom: 32px;
	}
}
@media screen and (max-width: 320px){
	.share .logo img{
		max-height: 30px;
	}
	.share .fans a{
	    height: 30px;
	    line-height: 30px;
	}
	.share .logoPanel{
		margin-top: 12px;
		margin-bottom: 12px;
	}	
}
/**********************************************
大赛报名--报名成功*****************************/
.registrationSuccess .container{
	padding-left: 7.5%;
	padding-right: 7.5%;
	padding-top: 0px;
}
.registrationSuccess .goMe{
	top: 70%;
    position: fixed;
    width: 200px;
    height: 66px;
    background: url(/Public/images/competition/competionIcon.png) no-repeat;
    z-index: 10000;
    background-size: contain;
    background-position: 100%;
    right: 0;        
}
.registrationSuccess .successItem{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.registrationSuccess .successItem img{
	max-height: 100px;
}
.registrationSuccess .container .icon{
   	box-shadow: 0 0px 0px rgba(0,0,0,0);
	border-color: transparent;
	margin-top: 40px;	
}
.registrationSuccess .info{
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	border-color: transparent;
	margin-bottom: 16px;
}
.registrationSuccess .ziliao{
	margin-bottom: 16px;
	background:url('/Public/images/bg/bg.png') no-repeat center;
}
.registrationSuccess .info .am-panel-bd,.registrationSuccess .ziliao .am-panel-bd{
    padding: 0rem; 
}
.registrationSuccess .info .am-panel-bd [class*=am-u-] ,.registrationSuccess .ziliao .am-panel-bd [class*=am-u-]{
    padding-left: 0rem; 
    padding-right: 0rem; 
}
.registrationSuccess .prepare{
	font-size: 1.3rem;
	color: #000;
}
.registrationSuccess .prepare .sort{
	display: inline-block;
    float: left;
    width: 7%;
}
.registrationSuccess .prepare .content{
	display: inline-block;
    float: left;
    width: 93%;
}
.registrationSuccess .copy a{
	background-color: #ff5a3e;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    color: rgba(255,255,255,0.87);
    border-radius: 2px;
    font-size: 1.4rem;
}
.registrationSuccess .copyBtn p{
    background-color: #ff5a3e;
    padding: 0.5rem;
    border-radius: 2px;
    color: #fff;
}
@media screen and (min-width: 768px){
	.registrationSuccess .container .icon{
		margin-top: 125px;	
	}
	.registrationSuccess .prepare{
		font-size: 1.4rem;
	}
	.registrationSuccess .prepare .sort{
		display: inline-block;
	    float: left;
	    width: 3%;
	}
	.registrationSuccess .prepare .content{
		display: inline-block;
	    float: left;
	    width: 97%;
	}
}
@media screen and (max-width: 320px){
	.registrationSuccess .prepare{
		font-size: 1.4rem;
	}
	.registrationSuccess .prepare .sort{
		display: inline-block;
	    float: left;
	    width: 9%;
	}
	.registrationSuccess .prepare .content{
		display: inline-block;
	    float: left;
	    width: 91%;
	}
}
/*******************************************************************
***********选拔赛排名**********************************************/
.rank .number{
	color: #ff5a3e;
}
.rank .am-g{
	font-size: 1.2rem;
	text-align: center;
}
.rank [class*=am-u-] {
    padding-left: 0rem; 
    padding-right: 0rem;
}
.rank .thead{
	height: 32px;
	background-color: #f5f5f5;
	line-height: 32px;
	color: rgba(0,0,0,0.54);
	border-bottom: 1px solid rgb(220,220,220);
}
.rank .tbody{
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	color: rgba(0,0,0,0.87);
}
.rank .tbody [class*=am-u-]{
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	padding: 0 5px;
}


.rank .banner{
    display: block;
    height: 40px;
}
.rank .banner ul{
    padding-left: 0;
    list-style-type: none;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    width: 100%;
}
.rank .banner ul li{
	display: block;
    float: left;
    width: 33.3%;
    text-align: center;
    border: 1px solid #fcd811;
    font-size: 1.4rem;
    color: rgba(0,0,0,0.54);
}
.rank .banner ul .active{
	color: rgba(0,0,0,0.87);
	background-color: #fcd811;
}
.rank .rank_tip{
	margin: 0;
	color: rgba(0,0,0,0.54);
    padding-top: 8px;
    font-size: 1.2rem;
}
.rank #loading{
	display: none;
}
.rank #more{
	display: none;
}

@media screen and (min-width: 768px){
	.rank .thead{
		height: 42px;
		line-height: 42px;
	}
	.rank .tbody{
		height: 60px;
		line-height: 60px;
	}
}
@media screen and (max-width: 320px){
	.rank .thead{
		height: 35px;
		line-height: 35px;
	}
	.rank .tbody{
		height: 35px;
		line-height: 35px;
	}
}



/*******************************************************************
***********电商比赛-提示信息**********************************************/
.pageFinish{
	height: 100%;
	background-color: #77C7C8;
	font-family: 'Microsoft YaHei';
	font-size: 10px;
}
.pageFinish .content{
	width: 100%;
    position: absolute;
    padding: 0 9%;
    top: 22%;
    z-index: 10000;
}
.pageFinish p{
	margin: 0;
}
.pageFinish .content img{
	width: 100%;
}
.pageFinish .tip_content{
	position: absolute;
    top: 32%;
    width: 82%;
    text-align: center;
    height: 68%;
}
.pageFinish .foot{
	width: 100%;
}
.pageFinish .head{
	width: 100%;
}
.pageFinish .foot img{
	width: 100%;
}
.pageFinish .head img{
	width: 100%;
}
.pageFinish .comp_info{
	position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.pageFinish .copm_name{
	font-size: 18px;
	color: rgba(0,0,0,0.87);
	line-height: 24px;
    padding: 0 24px 20px 24px;
}
.pageFinish .copm_tipMessage{
	font-weight: bold;
	font-size: 32px;
	color: rgba(0,0,0,0.87);
	line-height: 32px;
}
.pageFinish .foot{
	position: absolute;
	bottom: 0;
	z-index: 500;
}
@media screen and (min-width: 768px){
	.pageFinish .content{
		width: 100%;
	    position: absolute;
	    padding: 0 9%;
	    top: 24.5%;
	}
	.pageFinish .content{
		width: 100%;
	    position: absolute;
	    padding: 0 20%;
	    top: 27.5%;
	    z-index: 10000;
	}
	.pageFinish .tip_content{
		width: 60%;
	}

}
