html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	font-family: -apple-system, "Helvetica Neue", Arial, "PingFang SC","Microsoft YaHei", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	height: 100%;
	background: #ebebeb;
	position: relative;
}
a{
	display: block;
}
a:hover,a:active,a:focus{
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width: 100%;
	width:auto\9; /* ie8 */
	-ms-interpolation-mode:bicubic;
}
.wrapper{
	width: 1190px;
	margin: 0 auto;
	/*height: 100%;*/
	background: #fff;
	/*position: relative;*/
}
.header{
	height: 54px;
	padding: 10px 0;
	background: #ebebeb;
}
.footer{
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #ebebeb;
}
.view{
	width: 1190px;
	margin: 0 auto;
	height: 100%;
}
.website{
	display: inline-block;
	width: 140px;
	padding-left: 44px;
	height: 100%;
	line-height: 34px;
	margin-left: 18px;
	font-size: 20px;
	color: #222;
	cursor: pointer;
}
.aso{
	border-right: 1px solid #e9e9e9;
	background:url('../images/asoIcon.png') no-repeat;
	background-size:34px 34px;
}
.auto{
	background:url('../images/auto.png') no-repeat;
	background-size:34px 34px;
}
.link{
	display: inline-block;
}
.headView{
	height: 54px;
    padding: 10px 0;
    background: #ebebeb;
}
.footerView{
	bottom: 0;
    width: 100%;
	position: fixed;
    text-align: center;
    height: 100px;
    color: #aaaaaa;
    background: #ebebeb;
	padding-top: 20px;
	line-height: 1.6;
}
.footerView p{
	margin: 0;
}
.okmemoBoxLink{
	display: inline-block;
	color: #aaaaaa;
	width: 8em;
	text-align: center;
}
.okmemo{
}
.viewport{
	background: #fff;
	height: 100%;
}
.goLogin{
	line-height: 38px;
	color: #555555;
	font-size: 16px;
	text-align: right;
	padding-right: 107px;
}
.goLogin a{
	display: inline-block;
	color: #3287FF;
}
.formTitle{
	padding-left: 50px;
	color: #333;
}
.joinForm{
	width: 580px;
	margin: 0 auto;
	margin-top: 30px;
}
.txAlignRight {
    text-align: right;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
}
.form-control {
    height: 46px;
    font-size: 16px;
}
.form-group {
    overflow: hidden;
}
.code{
	background: #dda5a2;
	border-radius: 4px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}
.showPwd {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
}
.btn-primary{
	background:rgba(50,135,255,1);
	border-radius:4px;
	height: 46px;
	font-size: 16px;
	color:rgba(255,255,255,1);
}
#popup-getCode-mobile{
	color:#3287FF;
	background:#fff;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
	background:rgba(30,115,235,1);
	color:rgba(255,255,255,1);
}
.glyphicon {
    margin-right: 8px;
}
.form-control-feedback {
    line-height: 46px;
    right: -28px;
}
.has-feedback .form-control{
	padding-right: 0px;
}
#code+.glyphicon{
	right: -174px;
}
.niaogebijiLink{
	display: inline-block;
}
.phoneTx{
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	font-weight: 700;
}
.phoneIcon{
	width: 20px;
    display: inline-block;
    position: absolute;
    left: -16px;
}
.dropdown{
	float: right;
	margin-right: 20px;
}
.userDropdown{
	background: #ebebeb;
	border:1px solid #ebebeb;
}
.dropdown-menu{
	right: 0;
	min-width: 70px;
}
.emailCode{
	display: none;
}
.slideBarOuter .slideBar{
	width: 180px;
	float: left;
	background: #f6f6f6;
	height: 100%;
}
.slideBarOuter .formBoxOuter{
	padding-left: 180px;
	float: left;
}
.formBox{
	/*padding-bottom: 110px;*/
	background: #fff;
	/*padding-top: 40px;*/
}
.cf{
	clear: both
}
li{
	list-style: none;
}
ul{
	padding:0;
	margin:0;
}
.hasAccount{
	text-align: right;
}
.requireMark{
	color: #BC4B45;
	position: absolute;
	right: 0;
	top: 14px;
	font-size: 18px;
}
#mask {
	display: none;
	position: fixed;
	text-align: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: auto;
}
.col5Pc{
	padding-right: 0;
}
@media (max-width: 767px){
	body{
		background: #fff;
	}
	.wrapper,.view,.joinForm{
		width: initial;
	}
	.form-control-feedback{
		right: 11px;
	}
	.col5Pc{
		padding-right: 15px;
	}
	.mobile-hide{
		display:none;
	}
	.errorTx{
		line-height: 30px;
		color: #9c3d38;
		text-align: center;
	}
	.successTx{
		line-height: 30px;
		color: green;
		text-align: center;
	}
	.st2PhoneTx{
		margin-left: 30px;
	}
	.headView {
		padding: 0;
		background: #313B4A ;
		text-align: center;
	}
	.back{
		width: 0.4rem;
		position: absolute;
		top: 0.35rem;
		left: 0.3rem;
	}
	.headView>a.back>img {
		width: 18px;
		height: 30px;
		margin-top: 12px;
		margin-left: 10px;
	}
	.birderLog>img, .asoLog>img{
		width:100%;
		height:100%;
	}
	.txAlignRight{
		display: none;
	}
	.formTitle{
		color: #333;
		position: relative;
		padding-left: 26px;
	}
	.formTitle span{
		display: block;
		position: absolute;
		width: 35px;
		left: 30px;
		height: 2px;
		background: #fec905;
		bottom: -6px;
	}
	.form-control{
		border: none;
		border-bottom: 1px solid #eee;
		border-radius: 0;
		box-shadow: none;
	}
	.has-error .form-control{
		box-shadow: none;
	}
	.codeMobile{
		position: relative;
	}
	.codeMobile .col-sm-3{
		position: absolute;
		top:0;
		right: 0;
	}
	.code{
		color: #fff;
		border-radius: 0;
		height: 44px;
		line-height: 44px;
		margin-top: 1px;
	}
	.btn-primary{
		background: -webkit-linear-gradient(90deg,#ffde00, #ffca00);
		background: -o-linear-gradient(90deg,#ffde00, #ffca00);
		background: -moz-linear-gradient(90deg,#ffde00, #ffca00);
		background: linear-gradient(90deg, #ffde00, #ffca00);
		border: none;
	}
	.goLogin a{
		color: #3287FF;
	}
	.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
		background: #fec905;
		border:1px solid #fec905;
	}
	.hasAccount{
		text-align:center;
	}
	.goLogin {
		line-height: 38px;
		color: #555555;
		font-size: 16px;
		text-align: center;
		padding-right: 0px;
	}
	.col-xs-0.control-label{
		padding:0;
	}
}
.errorTx{
	color: #9c3d38;
}
@media (min-width: 768px){
	.pc-hide{
		display: none;
	}
	.errorTx{
		margin-left: 110px;
		line-height: 50px;
		color: #9c3d38;
	}
	.successTx{
		margin-left: 110px;
		line-height: 50px;
		color: green;
	}
}
#newwrapper{
	 height:92%;
	 overflow: auto;
	 width:820px;
	 box-shadow:0px 10px 20px 0px rgba(125,125,125,0.1);
	 position: absolute;
	 left:0;
	 top:0;
	 right:0;
	 bottom:0;
	 margin:auto;

 }
#newwrapper .joinForm{
	padding-bottom:20px;
}
#newwrapper .toptitle{
	padding-top:36px;
	width:258px;
	margin:0 auto 40px;
}
#newwrapper .toptitle img{
	float:left;
	width:128px;
	height:30px;
	margin-right:20px;
	margin-top:3px;
}
#newwrapper .toptitle h3{
	height:37px;
	font-size:26px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:37px;
	margin:0;
	padding:0;
}
#newwrapper .selul{
	width:308px;
	margin:0 auto;
	height:38px;
}
#newwrapper .selul li{
	float:left;
	height:38px;
	font-size:20px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(119,119,119,1);
	position: relative;
	margin:0 22px;
}
#newwrapper .selul li.active,#newwrapper .selul li:hover{
	color:rgba(36,141,255,1);
}
#newwrapper .selul li.active::after{
	content:"";
	width:50px;
	height:4px;
	background:rgba(50,135,255,1);
	border-radius:2px;
	position: absolute;
	left:35px;
	top:34px;
}
#newwrapper .help-block{
	margin-bottom: 0;
	margin-top:3px;
}
.goLogin{
	padding-right:170px;
}