@charset "UTF-8";
@import url(common.css);
@import url(reset_min.css);
/*主体*/
.container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 320px;
  max-width: 414px;
  margin: 0 auto;
  background: #f4f4f4; }

/*头部*/
.header {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  position: relative;
  background: linear-gradient(to left, #1e90ff, #4fe4fa);
  text-align: center;
  font-size: 1.5rem;
  color: #fff; }

.back {
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/ic_leftW.png) no-repeat center center;
  background-size: 20%; }

/*内容*/
.content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  overflow: auto;
  padding: 1rem 0; }

.list{
	width:100%;
	background:#fff;
	height:4rem;
	line-height:4rem;
	border-radius:3px;
	text-indent:1rem;
	overflow:hidden;
}
.list:nth-child(1){
	border-bottom:1px solid #ccc;
	}
.list:nth-child(2){
	margin-bottom:.2rem;
	}
.list input{
	border:none;
	text-indent:1rem;
	outline:none;
}
.bz{
	margin-left:1rem;
	margin-top:.7rem;
	display:inline-block;
	color:#d0d1d2;
}
.sure{
	width:100%;
	height:4rem;
	line-height:4rem;
	text-align:center;
	border-radius:4px;
	background:#d0d1d2;
	color:#fff;
	margin-top:3rem;
	font-size:1.3rem;
}
.ydwt{
	line-height:3rem;
}
.ydwt a{
	color:#1e90ff;
}
.activ{
	background:#fff;
}
/* 找回密码 */
.call, .call-yzm {
  position:relative;
  height: 4rem;
  line-height:4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -o-box-orient: horizontal;
  box-orient: horizontal;
  background: #fff;
  overflow:hidden;
  border-bottom:1px solid #ccc; }

.call span , .call-yzm span{
  width: 6rem;
  line-height: 4rem;
  display: block;
  text-align: left;
  font-size: 1.3rem;
  margin:0 .5rem;
  text-indent:.5rem;
  color: #999; }

.call input {
  border: none;
  text-indent: 1rem;
  border-radius: 5px;
  outline: none; }

.call-yzm .yzm,.list .yzm {
  position:absolute;
  right:1rem;
  top:.5rem;
  width: 12rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border:none;
  background:#1e90ff;
  outline:none;
  color:#fff;
  display: block;
  border: 1px solid #eee;
  border-radius:5px;
  font-size: 1.4rem; }

.call-yzm input{
  border: none;
  text-indent: 1rem;
  outline: none; }
 .call em{
 color:#999;
  margin-left: 1rem;
 }
.next {
  width: 100%;
  height: 4rem;
  margin-top:5rem;
  line-height: 4rem;
  text-align: center;
  text-align: center;
  background: #d0d1d2;
  color: #999;
  font-size: 1.5rem; }

.activ {
  background:#fff;
  color: #1e90ff; }
  
  
.p-phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -o-box-orient: horizontal;
  box-orient: horizontal;
  position: relative;
  margin-top: 1rem;
  border-bottom: 1px solid #1e90ff; }
  .p-phone input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    display: block;
    border: none;
    height: 1.875rem;
    line-height: 1.25rem;
    outline: none;
    font-size: 0.9375rem;
    background: none; }
  .p-phone span {
    width: 1.9375rem;
    height: 1.9375rem;
    line-height: 1.9375rem;
    text-align: left;
    display: block;
    font-size: 1.25rem;
    color: #1e90ff; }
  .p-phone .zh_yzm {
    position: absolute;
    top: -10px;
    right: 0;
    color: #fff;
    font-size: 0.6875rem;
    border-radius: 5px;
    background: #1e90ff;
    padding: 0.71875rem 0.9375rem; }

.pwd-show {
  margin: 0.75rem 0;
  color: #848484;
  font-size: 0.75rem; }

.a-sure {
  width: 100%;
  height: 2.3125rem;
  line-height: 2.3125rem;
  text-align: center;
  background: #1e90ff;
  color: #fff;
  border: 1px solid #1e90ff;
  border-radius: 25px;
  margin-top: 3.4375rem;
  font-size: 1.0625rem; }
