body,html{
    font-family: "Microsoft Yahei";
    height: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body{
  min-width: 1024px;

}
.left{ float: left; }
.right{ float: right; }

.pt40{padding-top:40px;}
.pb40{padding-bottom:40px;}

.container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1024px;
  height: 400px;
  margin-left: -512px;
  margin-top:-150px;
}

/* #header{height:60px; width: 100%; background: #fff; position: fixed; z-index: 9999; opacity: 1; background: url("../images/logo-top.png") no-repeat #fff 30px 14px; background-size: 110px; } */
#header{height:60px; width: 100%; background: #fff; position: fixed; z-index: 9999; opacity: 1; background-size: 110px; }
#header h2{ display: inline-block;}

.text h1,.text h2,.description p{color:#fff; text-align: center;}
.text h1,.text h2{font-size:28px;line-height: 60px;}
.description p{font-size:16px;}

.form-box{background: #fff;width:400px;float: right; border-radius: 5px;}
.form-box .form-top-left,.form-bottom{padding:20px;}
.form-top .form-top-left h3,.form-top .form-top-left p{ font-size: 22px; margin-top: 0; font-weight: 100;}
.form-top .form-top-left p{font-size: 14px;}
.form-bottom{background: #eee;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px; }


.form-control {
  display: block;
  width: 340px;
  height: 28px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

  margin-bottom: 20px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.btn {
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
} 


button.btn {
  height: 42px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
