*{margin: 0 auto;}
html,body{height: 100%;}
body{
	min-height: 720px;
}
a{text-decoration:none;}
.background{
	width: 100%;
	height: 100%;
	background: url(../images/background1.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.box{
	width: 572px;
	height: 680px;
	background: #fff;
	border-radius: 16px;
	margin: 0 auto;
	margin-top: 7%;
}
.box_top{
	width: 100%;
	height: 188px;
	background: url(../images/head_bg.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 60px;
	text-align: center;
	position: relative;
	top: -13px;
}
.box_top img{
	height: 81px;
	padding-bottom: 25px;
	display: table-cell;
	vertical-align: middle;
    text-align: center;
	display: block;
	margin: 0 auto;
}
.box_top_title{
	color: #fff;
	font-size: 30px;
	text-align: center;
}
.box_bottom{
	width: 100%;
	height: 386px;
}
.box_bottom_text{
	margin: 0 auto;
	width: 482px;
	height: 180px;
	border: 1px solid #eee;
	margin-top: 50px;
	margin-bottom: 15px;
}
.text_num{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 5px 0;
}
.num_bag1{
	position: absolute;
	top: 18px;
	left: 20px;
}
#eye{
    position: absolute;
    right: 40px;
    bottom: 20px;
}
.text_num input{
	display: block;
	width: 85%;
	height: 50px;
	line-height: 50px;
	padding-left: 46px;
	border: 0;
	outline:none;
}
input::-webkit-text-cancel-button{
	display: none;
}
input::-ms-clear{
	display: none;
}
#checkbox img{
	width: 20px;
	height: 20px;
	margin: 5px 5px 0 65px;
	float: left;
}
.rem_text{
	color: #377af2;
	line-height: 28px;
	float: left;
}
.forget{
	text-decoration:none;
	float: right;
	margin-right: 60px;
	color: #377af2;
}
.entry{
	width: 410px;
	height: 50px;
	background: #377af2;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	border-radius: 30px;
	margin-top: 55px;
	display: inline;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
}
.pass_box{
	overflow: hidden;
}
.login_form{
	text-align: center;
}
.ahref {
  width: 300px;
  height: 40px;
  background: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 25px;
  margin-top: 20px;
  border: 1px solid #377af2;
  outline: none;
  display: inline-block;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #000;
}
.disappear {
  display: none;
}

.yitihualogin {
 font-size: 14px;
}

.imgfigure {
  margin-right: 5px;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert {
  border-radius: 5px;
  padding: 15px;
  border: solid 1px #ddd;
}

.text-red,
.alert-red,
.check-error {
  color: #e33;
  background-color: #fee;
}

.close {
  font-size: 24px;
  cursor: pointer;
}
.close:before {
  content: "\00d7";
}

.alert .close {
  float: right;
  line-height: 18px;
}

.rotate-hover:hover {
  -webkit-animation: 2s infinite linear;
  animation: 2s infinite linear;
  display: inline-block;
  animation-name: a-rotate;
}
@keyframes a-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.rotate,
.rotate-hover {
  -webkit-animation: 2s infinite linear;
  -moz-animation: 2s infinite linear;
  -ms-animation: 2s infinite linear;
  animation: 2s infinite linear;
  display: inline-block;
}

.noshow {
    display: none;
}