.mainTitle{
	background: #f9c301;color: #fff;font-size: 18px;padding: 0 0 0 22px;line-height: 44px;
	border-radius:15px;	
}
#login-main{
	padding: 20px;
}

#left-main{
	float: left; padding:20px; padding-right:40px; border-right: 1px dashed #e5e5e5;
}

#tabBox ul {
	width: 310px;
	display: flex;
	justify-content: space-between;
}

#tabBox ul li {
	font-size: 12px;
	color: #b5b5b5;
	background: url(../../member/img/check.png) 5px center no-repeat;
	text-indent: 25px;
	cursor: pointer;
}

#tabBox ul li.current {
	background: url(../../member/img/checked.png) 5px center no-repeat;
	color: #1db6f6;
}

#left-main .box {
	display: none
}

#left-main .telBox {
	width: 350px;
	height: 50px;
	background: #f0f4f5;
	border: 1px;
	outline: none;
	text-indent: 12px;
	border-radius: 6px;
	font-size: 18px;
}

#left-main .loginBtn {
	width: 350px;
	height: 50px;
	background: #f9c301;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	border-radius: 6px;
	border: none;
	outline: none;
	margin-top: 10px;
}

#left-main .loginBtn:hover {
	cursor: pointer;
}

#left-main .codeBox {
    width: 165px;
    height: 50px;
    text-indent: 12px;
    border-radius: 6px;
    border: none;
    outline: none;
    background: #f0f4f5;
    font-size: 12px;
}

#left-main .sendCode {
	width: 112px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f9c301;
	border: none;
	outline: none;
	margin-left: 9px;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
}

#dialog-Agreement p{
	/*text-indent:2em;*/
	padding-left: 2em;
}

#dialog-error{
  color: red;	
}

#right-main{
	float: right; width: 200px;height: 100%;    padding-top: 50px;
}

#right-main p{
	text-align: center;
}