input,
input:focus,
input:active,
textarea,
textarea:focus,
textarea:active {
	user-select: text;
	border: 0;
	outline: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
div,ul,li,p,input {
	padding: 0;
	margin: 0;
}
input::-webkit-input-placeholder{
	color: #C1C1CB;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color: #C1C1CB;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color: #C1C1CB;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color: #C1C1CB;
}

html,body {
	font-family: PingFang SC, "微软雅黑", Arial, Helvetia, serif;
}

/*隐藏商桥链接*/
#newBridge {
	display: none!important;
}

/*错误提示*/
.tip {
	display: block;
	color: #FF4B50;
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: -5px;
}

.header {
	padding: 28px 13% 0;
	box-sizing: border-box;
	max-width: 100%;
	position: relative;
	z-index: 999;
}
.tencent-ngs .logo-wrap {
	background-image: url(../../images/icons/tencent-ngs-logo-white-double.png);
}
.logo-wrap {
	width: 227px;
	height: 40px;
	background-image: url(../../images/icons/ngs-logo-white-double.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.banner-bg {
	height: 350px;
	position: relative;
	background: #3776FF;
	background-image: -webkit-linear-gradient(left, #3776FF, #548AFF);
	background-image: -o-linear-gradient(left, #3776FF , #548AFF);
	background-image: -moz-linear-gradient(left, #3776FF , #548AFF);
	background-image: linear-gradient(left, #3776FF, #548AFF);
}
.banner-bg .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../../images/icons/header-bg-line.png);
	background-repeat: no-repeat;
	background-size: auto 600px;
	background-position: top center;
}
.main-content {
	position: relative;
	z-index: 999;
}
.main-content .title {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
	font-weight: 900;
	margin-top: 42px;
	margin-bottom: 50px;
}

.card {
	box-sizing: border-box;
	padding: 50px 65px;
	background: #FFFFFF;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.10);
	border-radius: 4px;
	width: 700px;
	min-height: 486px;
	margin: 0 auto;
	position: relative;
}
.cards {
	box-sizing: border-box;
	padding: 80px 30px;
	background: #FFFFFF;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.10);
	border-radius: 4px;
	width: 430px;
	min-height: 475px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
}
.cards .succ-icon {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3776FF;
	border-radius: 50%;
	margin: 0 auto;
}
.cards .succ-icon .icon-m_prompt_correct1 {
	font-size: 44px;
	color: #FFFFFF;
}
.cards .succ-hint {
	font-size: 20px;
	font-weight: bold;
	color: #3A3E51;
	text-align: center;
	margin: 30px 0 20px;
}
.cards .succ-text {
	width: 200px;
	margin: 0 auto;
}
.cards .succ-text div {
	font-size: 14px;
	color: #6D717C;
	margin-bottom: 10px;
}
.cards .succ-text .special-text {
	font-size: 14px;
	color: #3776FF;
}
.cards .login-account {
	width: 90%;
    max-width: 300px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background: #3776FF;
	border-radius: 2px;
	padding: 10px 0;
	margin: 30px auto 0;
}
/* tab切换 */
.card .tab {
	width: 100%;
	text-align: center;
	font-size: 0;
}
.tab-item {
	font-size: 18px;
	color: #C1C1CB;
	line-height: 27px;
	display: inline-block;
	cursor: pointer;
}
.tab-item:first-child {
	margin-right: 50px;
}
.tab-item.active {
	color: #3B426B;
}
.dark-border {
	display: block;
	width: 40px;
	height: 3px;
	background: #3B426B;
	margin: 0 auto;
}
.tab-item .dark-border {
	display: none;
}
.tab-item.active .dark-border {
	display: block;
}

.company-page {
	margin-top: 40px;
}
.examinee-page {
	display: none;
	font-size: 14px;
	color:  #656577;
	text-align: center;
	margin-top: 100px;
}

/* 输入框 */
.form-item {
	position: relative;
}
.form-item + .form-item{
	margin-top: 15px;
}
.form-item input {
	padding-left: 15px;
	background: #F1F3F8;
	border-radius: 2px;
	width: 100%;
	height: 44px;
	line-height: 44px;
}
.form-item.verify input,
.form-item.captcha input {
	padding-right: 95px;
}
.form-item.invitation {
	display: none;
}

/************** 按钮 ***************/

/* 展开推荐人 */
#showInvitation {
	/* position: absolute;
	right: 0;
	top: 54px; */
	font-size: 12px;
	color:  #656577;
	line-height: 18px;
	cursor: pointer;
	text-align: right;
}
#showInvitation i {
	font-size: 12px;
	margin-left: 3px;
}

/* 图形验证码 */
.captcha .captcha-img {
	position: absolute;
	right: 0;
	top: 22px;
	transform: translateY(-50%);
	width: 100px;
}

/*  获取验证码 */
.btn-verify-code {
	font-size: 14px;
	color: #3776FF;
	cursor: pointer;
}

.form-item.verify .tip{
	position: absolute;
	left: 0;
	top: 54px;
	margin: 0;
}

.verify div.btn-verify-code {
	padding-right: 15px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.re-verify-box{
	margin-top: 10px;
	margin-bottom: 10px;
	color:  #656577;
	text-align: right;
	font-size: 12px;
}
.re-verify-box .btn-verify-code {
	text-decoration: underline;
	font-size: 12px;
}
.re-verify-box>div{
	color:  #656577;
}
.re-verify-box>.active {
	display: block;
}

.private-terms {
	font-size: 12px;
	line-height: 17px;
	color: #656577;
	margin-top: 15px;
}

.private-terms label {
	font-weight: normal;
}

.private-terms label input[type=checkbox] {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0;
	vertical-align: -1px;
}

.private-terms a {
	color: #3776FF;
}

.btn-register {
	background: #3776FF;
	border: 0;
	outline: 0;
	border-radius: 2px;
	cursor: pointer;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.btn-register:disabled {
	opacity: .6;
}

.btn-register .loading {
	left: 50%;
	margin-left: -12.5px;
	display: none;
}
.btn-register.loading .loading {
	display: block;
}
.btn-register.loading span {
	display: none;
}
.btn-login {
	font-size: 12px;
	color:  #656577;
	line-height: 18px;
	text-decoration: underline!important;
}

.btn-box {
	text-align: center;
	position: relative;
	margin: 5px 0 35px 0;
}




.slogan {
	font-size: 14px;
	color: #C1C1CB;
	line-height: 20px;
	margin-top: 30px;
	text-align: center;
}
.gray-line {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 2px;
	background: #C1C1CB;
	margin: 0 15px;
}

/*底部提示*/
.card-footer{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px 25px 15px 53px;
	background: rgba(241,243,248,0.5);
	font-size: 12px;
	color: #C1C1CB;
	width: 100%;
	border-radius: 0 0 4px 4px;
}
.card-footer .icon{
	position: absolute;
	top: 17px;
	left: 29px;
	margin-right: 10px;
	font-size: 14px;
	color: #EFC934;
}

/*********************** 提示 **************************/
.tip-box{
	position: absolute;
	top: -28px;
	left: 0;
	width: 100%;
	text-align: left;
}

.msg-code-tip {
	font-size: 12px;
	color:  #656577;
	line-height: 20px;
}
.voice-code-tip {
	font-size: 12px;
	color: #FFFFFF;
	background: #FE8545;
	line-height: 20px;
}


/**************** 状态提示弹窗 ****************/
.status-tip-modal .modal-dialog {
	margin-top: 150px;
	width: 400px;
}
.status-tip-modal .modal-header {
	border: 0;
	text-align: center;
	font-size: 30px;
	padding-top: 50px;
}
.status-tip-modal .modal-tip {
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
}
.status-tip-modal .modal-footer {
	border: 0;
	text-align: center;
	padding-bottom: 38px;
}
.status-tip-modal .modal-footer .btn {
	background-color: #178dff;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	height: 36px;
	padding: 0 40px;
	text-align: center;
	line-height: 35px;
}

/* 移动端 */
@media (max-width: 768px){
	.header {
		display: none;
	}
	.banner-bg {
		height: 200px;
	}
	.banner-bg .mask {
		background-image: url(../../images/icons/m-header-bg-line.png);
		background-size: cover;
		background-position: center;
	}
	.main-content .title {
		font-size: 26px;
		line-height: 38px;
		margin-top: 0;
		margin-bottom: 40px;
		padding-top: 60px;
	}
	.card ,.cards{
		padding: 40px 35px 64px;
		width: calc(100% - 40px);
		max-width: 537px;
	}
	.re-verify-box {
		color:  #656577;
		margin-top: 10px;
	}
	.btn-register {
		border-radius: 4px;
	}
	.slogan {
		margin-top: 20px;
		padding-bottom: 45px;
	}
}
@media (max-width: 350px){
	.main-content .title {
		font-size: 24px;
	}
}
