.container {
  width: 100%;
  position: relative;
    background: #ededed;
}
.topCir {
  margin: 15px auto 0;
  width: 110px;	
  height: 110px;
  background: url("../img/cirBor.png") left no-repeat;
  background-size: 51% 100%;
  line-height: 110px;
  text-align: center;
  display: table;
}
.upBox {
    background: #fff;
    margin-bottom: 15px;
    padding: 0 15px;
    display: table;
    width: 100%;
    box-sizing: border-box;
     border-bottom: 1px solid #ccc;
}
.topCir .userLogo {
  height: 70%;
  width: 70%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-size: 100% 100%;
  margin: 15% auto;
  border: 2px solid #f05b49;
}
.line {
  width: 10px;
  height: 70px;
  margin: 0 auto;
  background: url("../img/line.png") center no-repeat;
  background-size: 2px 100%;
}
.cardInput {
    width: 100%;
    background: #fff;
    padding: 0 10px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.cardInput input {
  border: none;
      height: 50px;
  line-height: 50px;
 font-size: 15px;
    border-bottom: 1px solid #ccc;
    width: 100%;
        border-radius: 0px;
            box-sizing: border-box;
}
.prompt {
     font-size: 15px;
    color: #ff7467;
    line-height: 30px;
        margin-top: 5px;
    width: 100%;
}
.makeOk {
      margin: 0 auto;
    margin-top: 20%;
    background: #f05b49;
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: 94%;
    line-height:50px;
    border-radius: 10px;
        height: 50px;
}
.makeCount {
    margin: 0 auto;
    margin-top: 2%;
    background: #fff;
    color: #f05b49;
    text-align: center;
    font-size: 20px;
    width: 94%;
    line-height:50px;
    border-radius: 10px;
    height: 50px;
}
.bottomLine {
  height: 2px;
  width: 100%;
  background: url("/images/wxServeimggroup/line/lineUp/bottom.png") bottom no-repeat;
  position: absolute;
  bottom: 0;
}
.fixedR {
  position: absolute;
  right: 10px;
  top: 2px;
  text-align: center;
}
.fixedR img {
  width: 28px;
  height: 28px;
}
.fixedR p {
  color: #f05b49;
  font-size: 12px;
  margin:0;
}
.VerfiyC {
  position: absolute;
  right: 10px;
  top: 55px;
  text-align: center;
}
.VerfiyC,.btnVerfiyCode{
	width:100px;
	line-height:35px;
	float:right;
	background:#15C09B;
	color:#fff;
	text-align: center;
    font-size: 15px;
    border-radius: 10px;
}
.btnVerfiyCode{
    /*background-color: #d8d8d8;
    color: #323232;*/

}