.content{
  padding:20px 30px;
  margin:0 auto;
  width:640px;height:465px;
  background:#fff;
  border:1px solid #ebebeb;
  border-radius:10px;
  box-sizing:border-box;
}

.content .hd{
  margin-bottom:25px;
  width:100%;height:55px;
  line-height:55px;
  background:#0aaff1;
  border-radius:10px;
  font-size:24px;
  color:#fff;
  font-weight:700;
  text-align:center;
}

.content .chooseArea a{
  display:block;
  position:relative;
  padding:7px 0;
  margin-bottom:25px;
  width:100%;height:92px;
  border:1px solid #ebebeb;
  border-radius:10px;
  box-sizing:border-box;
  text-align:center;
}
.content .chooseArea a p{
  line-height:25px;
  font-size:16px;
  color:#4c4c4c;
}
.content .chooseArea a span{
  line-height:41px;
  font-size:24px;
  color:#1f1f1f;
}
.content .chooseArea a .icon{
  position:absolute;
  top:50%;right:10px;
  margin-top:-11px;
  width:22px;height:22px;
  background:url('../img/getpasswdhome/arrow1.png') no-repeat;
}

.content .chooseArea a:hover{
  border:1px solid #0aaff1;
}
.content .chooseArea a:hover span{
  color:#0aaff1;
}
.content .chooseArea a:hover .icon{
  background:url('../img/getpasswdhome/arrow2.png') no-repeat;
}

.contactUs-area{
  position:fixed;
  top:60%;right:140px;
  width:160px;height:46px;
  line-height:44px;
  background:#f7f7f7;
  border:1px solid #e7160d;
  border-radius:50px;
  font-size:14px;
  color:#4c4c4c;
  text-align:center;
  box-sizing:border-box;
  cursor:pointer;
  z-index:3;
}
.contactUs-area .icon{
  display:inline-block;
  margin-right:10px;
  width:16px;height:18px;
  background:url('../img/getpasswdhome/kf-icon.png') no-repeat;
  vertical-align:-3px;
}