* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none
}

html,
body {
	height: 100%;
	width: 100%;
}

body {
	background: #2c2c2c url(../img/bg.jpg) center center no-repeat !important;
	background-size: cover !important;
}

.header {
	background: #000;
	height: 80px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.header .w1200 {
	height: 80px;
}

.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-en {
	display: flex;
	align-items: flex-end;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-end {
	display: flex;
	justify-content: flex-end;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}

.text-overflow1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

a {
	color: #0055ff;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1000px;
	height: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	z-index: 10000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.header .logo img {
	height: 44px;
}

.headerRbtn a {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: solid 1px #fff;
	color: #fff;
	margin-left: 25px;
}

.footer {
	padding-top: 20px;
}

.footer-enter-link {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #303746;
}

.footer-enter-link a {
	margin: 0 18px;
	color: #999;
	font-size: 16px;
}
.footer-enter-link a:hover{
	color: #fff;
}
.copy {
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
	color: #999;
}
.copy a{
	color: #999;
}

.registerBox {
	padding-top: 50px;
	width: 540px;
	margin: 0 auto;
}

.registerBox h2 {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.registerFrom {
	background: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}
.registerFrom .item{
	margin-bottom: 20px;
}
.registerFrom .item label {
	width: 80px;
}

.registerFrom .item .inputTxt {
	outline: none;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border: 1px solid #ddd !important;
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgb(0 0 0 / 10%);
	box-shadow: inset 0px 0px 4px 0px rgb(0 0 0 / 10%);
	flex: 1;
}

.registerFrom .item input.send-captcha{
	margin-left: 20px;
	width: 120px;
	    height: 50px;
	    border: solid 1px #0055ff !important;
	    background-color: #fff;
	    border-radius: 0;
	    color: #0055ff;
	    margin-top: -2px;
}
#agreementCheckbox{
	margin-right: 6px;
}
.registerFrom .item a{
	color: #0055ff;
}
.reg-submit {
	cursor: pointer;
	color: #fff;
	border: none;
	border-radius: 6px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #0055ff;
    font-size: 14px;
}
.loginBox{
	padding-top: 60px;
	padding-bottom: 60px;
}
.go-reg {
    border-top: 1px solid #ddd;
    margin-top: 50px;
    padding-top: 40px;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.main_auth{
	padding: 150px 10px 30px;
}
.main_auth .panel{
	border-radius: 0px;
	max-width: 540px;
}
#content{
	min-height: auto;
}
.main_auth .a{
	color: #0055ff;
}
.main_auth .btn{
	border-radius: 0px;
	padding: 12px 15px;
}
.main_auth .btn-info{
	background-color:#0055ff;
}
.text-info{
	color: #0055ff;
}
.input-group-addon{
	background: none;
	border: none;
}
.main_auth .nav-tabs > li.active > a{
	color: #0055ff;
}
.main_auth .nav-tabs  a{
	color: #000;
}
.form-control{
	background: none;
	border: none;
}
.input-group{
	border: 1px solid #ddd !important;
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgb(0 0 0 / 10%);
	box-shadow: inset 0px 0px 4px 0px rgb(0 0 0 / 10%);
	border-radius: 0px;
}
.nav-tabs > li > a{
	border-radius: 0px;
}
.country-box{
	display: flex;
}
.country-select{
	max-width: 80px;
	height: 39px;
	padding: 0px;
	font-size: 12px;
	border-left: 0px;
	border-right: 0px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.oauth_item{
	width: 36px;
}