page {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  width: 375px;
  height: 812px;
  overflow: hidden;
}

.div1{
	position:relative;
}
.image_1 {
  width: 375px;
  height: 326px;
}

.selection {
  background-color: #201D22;
  border-radius: 41.67px  41.67px 0 0   ;
  position: absolute;
  width: 374px;
  height: 534px;
  top: 275px;
}

.enterphone{
	background: #FFF;
	width: 310px;
	height: 52px;
	border-radius: 24.3px;
	position: absolute;
	left: 10%;
	top: 46px;
}

.enterphone_span{
	color: #B59B5E;
	font-size: 14px;
	text-align: center;
	line-height: 52px;
	margin-left: 10px;
}

.enterphone_input{
	background: #FFFFFF;
	margin-left: 10px;
	border:0;
	outline:0;
}

.vercode{
	background: #FFF;
	width: 310px;
	height: 52px;
	border-radius: 24.3px;
	position: absolute;
	left: 10%;
	margin-top: 119px;
	padding-right: 15px;
	box-sizing: border-box;
}

.vercode_span{
	color: #B59B5E;
	font-size: 14px;
	text-align: center;
	line-height: 52px;
	margin-left: 10px;
}

.vercode_input{
	background: #FFFFFF;
	margin-left: 10px;
	border:0;
	outline:0;
	width: 100px;
}

.send_msg{
	float: right;
	border: 0;
	background: none;
	line-height: 52px;
    color: #B59B5E;
}

.but_ok{
	background: #B59B5E;
	width: 313px;
	height: 43px;
	border-radius: 21.5px;
	left: 20%;
	margin-top: 230px;
	text-align: center;
	vertical-align: middle;
}





.div_login {
  background-image: linear-gradient(
    180deg,
    rgba(181, 155, 94, 1) 0,
    rgba(203, 177, 126, 1) 100%
  );
  height: 52px;
  width: 312px;
  margin: 60px 0 254px 32px;
  border-radius: 21.5px;
  margin-top: 230px;
    overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  line-height: 52px;
  text-align: center;
}

.login {
  width: 40px;
  height: 29px;

  white-space: nowrap;
  line-height: 40px;
  margin: 12px 0 0 136px;
  
}

