html,
body {
	height: 100%;
	width: 100%;
}

html {
	font-size: 100px;
}

.body {
	width: 100%;
	height: 100%;
	background-color: #eee;
	background: #FF7B00 url(../../images/reg-banner.png);
	background-size: 100% 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loginBlock {
	background-color: #fff;
	width: 9.54rem;
	height: 5.56rem;
	border-radius: 8px;
}

.login-left {
	float: left;
	width: 50%;
	text-align: center;
}

.login-left img {
	width: 2.88rem;
	margin-top: 0.42rem;
}

.login-win {
	float: left;
	width: 3.7rem;
	position: relative;
}

.tab-view {
	margin-top: 1rem;
	display: flex;
	font-size: 0.2rem;
	color: #666666;
}

.tab-title {
	width: 50%;
	height: 0.24rem;
	line-height: 0.24rem;
	text-align: center;
	color: #949494;
	cursor: pointer;
	margin-bottom: 0.5rem;
}

#pwLoginBox {
	display: none;
}

#verificationLogin {
	color: #FF5B01;
	border-right: 1px solid #D4D4D4
}

.phone {
	border: 1px solid #E1E1E1;
	line-height: 0.5rem;
	height: 0.5rem;
	display: flex;
	align-items: center;
}

.selectCode {
	line-height: 0.5rem;
	height: 0.5rem;
	width: 1rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #E1E1E1;
}

.countryCode {
	margin-right: 0.07rem;
	;
	font-size: 0.16rem;
	display: block;
}

.selectCode img {
	width: 0.13rem;
	height: 0.08rem;
}

/* 预输入颜色 */
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #949494;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #949494;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #949494;
	opacity: 1;
}

input::-webkit-input-placeholder {
	color: #949494;
	opacity: 1;
}




.glyphicon {
	padding-right: 20px;
	font-size: 5px;
}

.phoneNum {
	border: none;
	font-size: 0.16rem;
	color: #4F4F4F;
	height: 0.4rem;
	width: 50%;
	padding: 0;
	padding-left: 0.2rem;

}

.pwdOrCode {
	margin-top: 0.3rem;
	border: 1px solid #E1E1E1;
	height: 0.5rem;
	line-height: 0.5rem;
	display: flex;
	align-items: center;
	position: relative;
}

.pwdText {
	border: none;
	width: 60%;
	height: 0.4rem;
	font-size: 0.16rem;
	padding-left: 0.12rem;
	color: #4F4F4F;
}

.loginBox {
	width: 100%;
	margin-top: 0.5rem;
	display: flex;
}

.loginBtn {
	border: none;
	height: 0.5rem;
	background: #FF7B00;
	border-radius: 4px;
	width: 100%;
	font-size: 0.2rem;
	color: white;
}

.boxBottom {
	margin-top: 16px;
	margin-bottom: 27px;
}

#verificationLoginBox .boxBottom {
	margin-top: 12px;
}

.boxBottom p {
	margin: 0;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	color: #949494;
}

.boxBottom p img {
	width: 10px;
	margin-right: 5px;
}

.forgetPsw {
	height: 14px;
	font-size: 14px;
	float: right;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(148, 148, 148, 1);
	cursor: pointer;
}

.reg {
	height: 14px;
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	float: left;
	padding-right: 9px;
	cursor: pointer;
}

.codeText {
	border: none;
	width: 60%;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size:0.16rem;;
	color: #4F4F4F;
	padding: 0;
	padding-left: 0.12rem;
}

.getVerCode {
	border-left: 1px solid #E1E1E1;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #EF8C34;
	height: 0.5rem;
	font-size: 0.16rem;;
	line-height: 0.5rem;
	cursor: pointer;
	padding: 0 0.16rem;
}
/* 国家区号 */
.code_body{
    position: absolute;
    top:2.2rem;
    width: 183px;
    left: 25px;
	height: 251px;
	display: none;
}
#code_list{
    width: 100%;
    height: calc(100% - 20px);
    background: #FFF;
    overflow-y: scroll;
    border: #FF7B00 1px solid;
    font-size: 16px;
    color: #333333;

}
/*小三角*/
.triangle_small{
    border:solid transparent;
    border-bottom-color:#FFF;
    border-width:10px;
    content:" ";
    position:absolute;
    top:-19px;
    left:28px;    
    z-index: 2;
}
/*大三角*/
.triangle_big{
    border:solid transparent;
    border-bottom-color:#FF7B00;
    border-width:11px;   /*10px+2px*/
    content:" ";
    position:absolute;
    top:-22px;
    left:27px;    /*20px-2px*/
}
#code_list ul{
    padding: 0;
    margin: 0;
    margin: 10px 10px 10px 20px;
    width: calc(100% - 30px);
    text-align: left;
    cursor: pointer;
}
#code_list ul li{
    height: 36px;
    line-height: 36px;
}
#code_list ul li span:first-child{
    display:inline-block;
    width: 40%;
    overflow: hidden;
}
#code_list ul li span:nth-child(2){
    display:inline-block;
    width: calc(60% - 8px);
    overflow: hidden;
    text-overflow:ellipsis;
	white-space: nowrap;
}

/* 注册框 */
#regBox {
	padding: 0 30px;
	display: none;
}

.boxTitle {
	position: relative;
	margin: 0.3rem 0;
}

.boxTitle p {
	font-size: 0.2rem;
	height: 0.6rem;
	line-height:0.6rem;
	text-align: center;
	color: #666666;
	margin: 0px;

}

.boxTitle p span {
	position: absolute;
	right: 0px;
	top: 0rem;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size:0.2rem;
	color: #FF7B00;
}

.confirmBox {
	display: flex;
	width: 100%;
	margin-top: 0.5rem;
}

.confirmBtn {
	border: none;
	height:0.5rem;
	background: #FF5B01;
	border-radius: 4px;
	width: 100%;
	font-size: 0.2rem;
	color: white;
}

/* 找回密码 */
#forgotPswBox {
	padding: 0 30px;
	display: none;
}

.loginBoxBtn {
	cursor: pointer;
}