@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-bold {
  font-weight: bold;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.text-noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.center-wrap:after,
.center-wrap:before {
  content: '';
  height: 100%;
  width: 0;
}
.center-wrap > .center-body,
.center-wrap:after,
.center-wrap:before {
  display: inline-block;
  vertical-align: middle;
}

.clearfix:before,
.clearfix:after,
.content:before,
.content:after {
  content: "";
  display: table;
}
.clearfix:after,
.content:after {
  clear: both;
  overflow: hidden;
}
.clearfix,
.content {
  *zoom:1;
}
ul.clearfix > li,
ol.clearfix > li {
  float: left;
}

.triangle {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}
.triangle-top {
  border-top-width: 0;
  border-bottom-color: #000;
}
.triangle-right {
  border-right-width: 0;
  border-left-color: #000;
}
.triangle-bottom {
  border-bottom-width: 0;
  border-top-color: #000;
}
.triangle-left {
  border-left-width: 0;
  border-right-color: #000;
}

body {
  font: 14px/1.428571429 'Arial', '黑体', 'SimHei';
  font-family: "Microsoft Yahei";
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
.container {
  max-width: 100%;
  overflow: hidden;
}
.content {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*register.html*/
.f12{
  font-size: 12px;
}
input[type="text"],input[type="password"]{
  border: none;
}
.register_icon{
  float: left;
  width:28px;
  height: 28px;
  vertical-align: middle;
  margin-top: 5px;
}
.register_wrapper{
  background: #fff;
}
.register_wrapper {
  width: 387px;
  margin: 70px auto 0;
  border:1px #e6e6e6 solid;
  box-sizing: border-box;
  padding: 40px 47px;
}
.register_title{
  border: 1px solid #e6e6e6;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}
.register_title div{
  cursor: pointer;
  float: left;
  width: 50%;
  line-height: 38px;
  text-align: center;
  color: #3f3f3f;
  font-size:16px;
}
.register_login{
  border-left:1px solid #e6e6e6;
}
.register_bd{
  margin-bottom: 20px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  border-radius: 4px; 
  overflow: hidden;
}
.register_bd input{
  float: left;
  line-height: 38px;
  height: 38px;
  width:244px;
}

.register_text{
  font-size: 12px;
  display: inline-block;
  margin-bottom: 20px;
}

.register_accept_wrapper{
  margin-bottom: 20px;
}
.register_accept_wrapper span{
  color: #b0b0b0;
}
.register_accept_wrapper a{
  color: #f15959;
}
.register-btn{
  text-align: center;
  background: #f15959;
  line-height: 38px;
  border-radius: 4px;
  margin-top:38px;
}
.register-btn a{
  color: #fff;
  font-size:16px;
}

/*Icon*/
.userIcon{
  background-image: url('../image/username.png');
}
.userIconPwd{
  background-image: url('../image/pwd.png');
}
.userIconName{
  background-image: url('../image/name.png');
  background-size:26px 26px;
  background-position: center;
  margin-right:2px;
}
.userIconCard{
  background-image: url('../image/idCard.png');
  background-size:26px 26px;
  background-repeat: no-repeat;
  margin-left: 2px;
  margin-right:2px;
}
/*登录*/
.register{
  display: none;
}

/*agreements*/
.text-index {
  text-indent: 2em;
  margin: 0 0 10px;
}
.container-fluid {
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.panel {
  text-align: left;
  display: none;
  margin: 0 auto;
}
.panel.active {
  display: block;
  overflow-y: auto;
}
.panel-heading {
  position: relative;
  min-height: 54px;
  border-bottom: none;
}
.panel-heading .left a img{
  position: absolute;
  top: -7px;
}
.center {
  line-height: 34px;
  height: 34px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.left,
.right {
  position: absolute;
  z-index: 1;
  top: 10px;
}
.left {
  left: 0;
}
.right {
  right: 0;
}

