.errorTip {
	width: 460px;
    height: 565px;
    background: transparent;
    border-radius: 16px;
    padding: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -322px 0 0 -270px;
    z-index: 9;
	display: none;
}

.errorC {
	width: 200px;
    /* height: 200px; */
    background: #fff;
    border-radius: 16px;
    padding: 40px 40px 0;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -105px 0 0 -145px;
    z-index: 9;
	font-size: 14px;
	box-shadow: 0 1px 5px #b3b1b1;
}

.errorBtn {
	margin: 20px 0;
    font-size: 18px;
    color: #2196f3;
	text-align: center;
	cursor: pointer;
}

.loginC {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 9;
    display: none;
}

.login, .register, .agreement {
    width: 460px;
    height: 565px;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -322px 0 0 -270px;
    z-index: 9;
    display: none;
}

.close-btn {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/close_p.png) no-repeat;
    position: absolute;
    top: -22px;
    right: -64px;
}

.popup-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.popup-input {
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px;
}

.popup-input input {
    width: 100%;
    height: 100%;
    font-size: 24px;
    padding: 0 20px;
    box-sizing: border-box;
}

.forget-btn {
    float: right;
    color: #d8393a;
    text-decoration: none;
}

.popup-btns {
    font-size: 16px;
}

.popup-btns input {
    vertical-align: middle;
    margin-right: 4px;
}

.login-data {
    width: 100%;
    height: 66px;
    display: block;
    background: #d8393a;
    margin: 50px 0;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 66px;
}