/**
*info:注册页面  register.html styles
*author:zhangting
*date:2015.09.22 09:56
*log:
**/
body,
html,
div {
  font-family: "Microsoft YaHei";
  padding: 0;
  margin: 0;
  height: 100%;
}
.z_container input[type='button'],
.z_container input[type='submit'],
.z_container input[type='reset'] {
  -webkit-appearance: none;
  border-radius: 0;
}
.button {
  border-radius: 0;
}
.z_container {
  /*position: absolute;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*overflow: auto;*/
}
.z_main {
  height: auto;
  padding: 5% 10%;
  color: #ffffff;
  position: relative;
}
.z_container .z_header {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0 none;
}
.z_container .z_header h1 {
  height: 100%;
  color: #BBB;
  padding: 0;
  font-size: 13px;
  font-weight: 100;
  margin: 0;
  text-align: center;
}
.z_header h1 a.fl {
  display: inline-block;
  width: auto;
  height: 100%;
  background: none;
  border: 0;
  text-shadow: 0 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  left: 5%;
  position: relative;
}
.z_header h1 a.fl img {
  position: relative;
  top: 5px;
}
.z_header h1 span {
  display: inline-block;
  height: 100%;
}
.user_form {
  position: relative;
}
.user_form #x_cancle {
  display: none;
  height: 16px;
  width: 16px;
  padding: 6px;
  position: absolute;
  right: 1px;
  top: 34px;
}
.user_form #x_cancle img {
  width: 16px;
}
.ui-loader {
  display: none;
}
.user_form input {
  display: block;
  width: 100%;
  font-family: "Microsoft YaHei";
}
.user_form input[type=text],
.user_form input[type=password] {
  height: 35px;
  border: 0;
  box-shadow:0 0 0 60px #fff inset;
  font-size: 16px;
  color: #666666!important;
  border-radius: 0;
}

.user_form input::-webkit-input-placeholder {
  color: #999999;
}

.user_form input[type=text]:focus,
.user_form input[type=password]:focus {
  color: #FFFFFF;
  border-color: #90ba35;
}
.user_form a.login_btn,.user_form a.login_btn2{
  display: block;
  width: 45%;
  height: 45px;
  line-height: 45px;
  font-family: "Microsoft YaHei";
  background-color: #29ba67;
  color: #ffffff;
  border: 0;
  border-radius: 2px;
  font-size: 24px;
  font-weight: 100;
  margin: 5% 0 5% 0;
  text-align: center;
  -webkit-box-shadow: 0 0 rgba(255, 0, 0, 0);
          box-shadow: 0 0 rgba(255, 0, 0, 0);
}
.user_form a:active {
  color: #000000;
}
.yzm {
  clear: both;
  width: 100%;
  overflow: hidden;
  display: box;
  display: -moz-box;
  display: -webkit-box;
}
.yzm .text {
  box-flex: 5;
  -moz-box-flex: 5;
  -webkit-box-flex: 5;
  margin-right: 4%;
}
.yzm .button_cont {
  width: 82px;
  height: 50px;
  position: relative;
}
.yzm .button_cont .ger_btn {
  position: absolute;
  height: 70%;
  width: 100%;
  bottom: 0;
  color: #FFFFFF;
  background-color: #15a98b;
  border: 0;
  border-radius: 3px;
}
.yzm .button_cont .gray_btn {
  background-color: gray;
  font-weight: bold;
}
.yzm .button_cont .ger_btn:active {
  background-color: #057d53;
}
.yzm .button_cont .yzm_img {
  position: absolute;
  height: 35px;
  width: 100%;
  bottom: 0;
  border: 0;
  border-radius: 3px;
  right: 0;
}
.right_cont {
  width: auto;
  height: 50px;
  position: relative;
}
.i_flash {
  display: inline-block;
  background: url("../images/register/icons_01.png") no-repeat top;
  width: 22px;
  height: 19px;
  background-size: 100% 100%;
  position: relative;
  top: 23px;
  left: 0;
  margin-left: 10px;
}
.i_flash2 {
  background: url("../images/register/icons_02.png") no-repeat top;
  background-size: 100% 100%;
}
.agree {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 5%;
  position: relative;
  text-indent: 25px;
}
.i_check {
  display: inline-block;
  background: url("../images/register/icons_04.png") no-repeat top;
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
.selected {
  background: url("../images/register/icons_03.png") no-repeat top;
  background-size: 100% 100%;
}
.tips {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #d15f5f;
  font-size: 14px;
  visibility: hidden;
}
.bottom_btns {
  display: -moz-box;
  display: -webkit-box;
  display: box;
  height: 36px;
  line-height: 36px;
  width: 100%;
  font-size: 12px;
  padding: 30px 0 10px;
}
.box1 {
  -moz-box-flex: 2;
  -webkit-box-flex: 2;
  text-align: center;
  color: #BBBBBB;
  position: relative;
}
.box1 label {
  float: right;
  margin-right: 10px;
}
.box2,
.box3 {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
}
.box2 .btn_green2 {
  display: block;
  border: 1px solid #29ba67;
  color: #29ba67;
  height: 27px;
  line-height: 27px;
  text-align: center;
  margin-right: 10px;
  border-radius: 2px;
}
.box3 {
  margin-right: 10%;
}
.box3 a {
  display: block;
  color: #BBBBBB;
  text-align: right;
}
.bottom_btns a:hover,
.bottom_btns label:hover {
  color: #29ba67;
}
