.givePage{
	width: 600px;
	height: 485px;
	background: url(../img/bg.png);
}

#pop_giveUsdt{
	display: none;
	z-index: 11110;
}

.giveCloseTop{
	height: 18px;
	padding: 20px 23px 226px 0;
}

.giveClose{
	float: right;	
}

.give_item{
	display: flex;
	justify-content: center;
}
.give_item:nth-child(1){
	height: 32px;
	align-items: center;
}

.give_item:nth-child(2){
	padding-top: 16px;
	padding-bottom: 24px;
}

.giveUidInput{
	width:208px;
	height:29px;
	background: #fff;
	border: none;
	border-radius: 30px;
	text-align: center;
}

.giveUidInput:focus{
	outline: none;
}

.give_content button{
	width: 80px;
	height: 26px;
	font-size: 14px;
	background: #FFD700;
	color: #606;
	border-radius: 30px;
	border: none;
	line-height: 25px;
}

.giveRule{
	padding-left: 73px;
	padding-bottom: 20px;
	color: #fff;
}

.giveRule_title{
	line-height: 100%;
	font-size: 14px;
	padding-bottom: 10px;
}

.giveRule_word{
	font-size: 12px;
	line-height: 18px;
}

.giveCopyRight{
	text-align: center;
	line-height: 100%;
	font-size: 12px;
	color: #999;
	transform: scale(0.9,0.9);
}

/*input字体大小*/
.giveUidInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
}

.giveUidInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
   font-size: 16px;
}

.giveUidInput:-ms-input-placeholder {
   font-size: 16px;
}
.giveUidInput::-webkit-input-placeholder {
   font-size: 16px;
}
