.groupMemberloginBox{
	height: 10rem;
	padding: 0.5rem 0.2rem;
	position: fixed;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	background: #fff;
	border-radius: 5px;
	width: 7rem;
	box-sizing: border-box;
	display: none;
	z-index: 10001;
	animation: frameUpdown ease 0.5s 1 normal;
    -webkit-animation: frameUpdown ease 0.5s 1 normal;
}
@keyframes frameUpdown {
	from {
		top: 30%;
	}
	to {
		top: 50%;
	}
}

@-webkit-keyframes frameUpdown {
	from {
		top: 30%;
	}
	to {
		top: 50%;
	}
}
.main_tuanhuiyuan .member {
	width: 100%;
	text-align: center;
	padding: 1.2rem 0 0;
	margin: 0.2rem 0;
}
.ShortMessageVerification{
	padding: 0.5rem 0.4rem 0.3rem;
}
.ShortMessageVerificationBox{
	padding: 0.5rem 0.4rem 0.3rem;
}

.member img {
	width: 20%;
}

.zhanghu {
	height: 0.8rem;
	border-bottom: 1px solid #f9b5d2;
	margin: 0.2rem 0;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
}

.input1 {
	background: transparent;
	margin-left: 8%;
}

.tuanzhang {
	background: transparent;
	width: 66%;
	height: 100%;
	border: none;
	font-size: 0.3rem;
	outline: none;
}

.yincang {
	width: 5%;
	display: inline-block;
	margin: 0 0% 0 2%;
}

.yincang img {
	width: 100%;
}


.yincang:hover {
	cursor: pointer;
}

.Agreement {
	display: none;
}

.xieyi {
	display: none;
	float: left;
	width: calc(100% - 0.4rem);
	padding: 0 0.2rem;
	font-size: 0.3rem;
	margin-top: 0.2rem;
}

.dengru,
.Agreement {
	font-size: 0.3rem;
	font-weight: 500;
	margin: 0.8rem 0rem 0.2rem;
	color: #fff;
	text-align: center;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 1rem;
	background: -webkit-linear-gradient(to right, #fab4cd, #e6b9f0);
	background: -moz-linear-gradient(to right, #fab4cd, #e6b9f0);
	background: -ms-linear-gradient(to right, #fab4cd, #e6b9f0);
	background: -o-linear-gradient(to right, #fab4cd, #e6b9f0);
	background: linear-gradient(to right, #fab4cd, #e6b9f0);
	-webkit-tap-highlight-color: transparent;
}

.dengru:hover {
	cursor: pointer;
}

.Agreement:hover {
	cursor: pointer;
}

.ShortMessageVerificationBox {
	display: none;
}
.AccountPasswordlogin, .register, .approve, .duanxin:hover{
	cursor: pointer;
}
.yanzhengma {
	margin: 1.2rem 0 0;
	padding: 0 0.4rem;
	-webkit-tap-highlight-color: transparent;
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	width: 100%;
}

.yanzhengma span:hover {
	cursor: pointer;
}

.AccountPasswordlogin{
	display: none;
}

.clos {
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
	z-index: 99;
	width: 6% !important;
}

.Registrationbox {
	display: none;
}
.newUser{
	color: #ec427c;
	text-align: center;
}
.codeBox{
	margin-top: 0.4rem;
	padding:0 0.4rem;
}
.identifyingCode{
	color: #fbc5e2;
}
.treaty{
	text-align: center;
	padding-top: 0.2rem;
	color: gray;
}
.approve{
	font-size: 0.3rem;
	font-weight: 500;
	margin: 0.65rem 0rem 0.2rem;
	color: #fff;
	text-align: center;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 1rem;
    background: #cdcdcd;
}
.EditText{
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	position: relative;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
	position: absolute;
	top: 0.08rem;
	left: 0;
	right: 0;
}

.groupMemberloginBox input::-webkit-input-placeholder {
	color: gray;
}

.groupMemberloginBox input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: gray;
}

.groupMemberloginBox input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: gray;
}

.groupMemberloginBox input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: gray;
}