.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: 90px;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    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-icon {
    background-color: #f50057;
    width: 40px;
    height: 40px;
    display: flex;
    overflow: hidden;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.login-icon img {
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
}

.login, .register, .agreement {
    width: 330px;
    /* 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('../image/close_p.png') no-repeat;
    position: absolute;
    top: -22px;
    right: -64px;
}

.popup-title {
    font-size: 24px;
    margin: 8px 0 10px 0;
    text-align: center;
}

.popup-input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    font-size: 14px;
}

.popup-input input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
    border: none;
}

.forget-btn {
    float: right;
    color: #3f51b5;
    text-decoration: none;
}

.popup-btns {
    font-size: 16px;
}

.popup-btns input {
    vertical-align: middle;
    margin-right: 4px;
}

.login-data {
    width: 100%;
    height: 38px;
    display: block;
    background: #3f51b5;
    /* margin: 50px 0; */
    margin-bottom: 24px;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    border-radius: 4px;
}

.pay-desc {
    font-size: 18px;
    color: #333;
    padding: 30px 90px;
}

.pay-desc a {
    color: #3f51b5;
    text-decoration: none;
    margin-left: 10px;
}