body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
dl,
dt {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
  margin: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol,
li {
  list-style: none;
}
.clear_both {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body {
  -webkit-text-size-adjust: none;
}
a,
a:active,
a:link,
a:visited,
a:hover {
  text-decoration: none;
}
img,
canvas {
  display: block;
}
input {
  outline: medium none;
  border-style: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
option {
  border: 0;
}
input,
select {
  border: none;
  padding: 0;
}
.parent {
  text-align: center;
}
.parent:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.parent .child {
  display: inline-block;
  vertical-align: middle;
}
.justify-container {
  text-align: justify;
  font-size: 0;
}
.justify-container:after {
  width: 100%;
  display: inline-block;
  content: "";
}
.justify-container .justify-item {
  display: inline-block;
  vertical-align: bottom;
}
a {
  color: #999;
}
:focus {
  outline: none;
}
.w1200 {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
body {
  font-family: "PingFang SC", "Microsoft YaHei", arial, Tahoma, Helvetica, '新宋体', '宋体', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-width: 1200px;
}
input[type="button"],
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 450px) {
  body {
    min-width: 300px;
  }
}
.custom-select {
  padding: 0;
  margin: 10px 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
  cursor: pointer;
  background: #efedee url(/images/arrow_down.png) no-repeat 90% 50%;
}
.custom-select select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  height: auto;
  color: #9d9ba0;
  font-size: 14px;
}
.custom-select select:focus {
  outline: none;
}
.img-container {
  text-align: center;
  font-size: 0;
}
.img-container:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.img-container img {
  display: inline-block;
  vertical-align: middle;
}
.parent {
  text-align: center;
  font-size: 0;
}
.parent:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.parent .child {
  display: inline-block;
  vertical-align: middle;
}
.btn {
  cursor: pointer;
}
[v-cloak] {
  display: none!important;
}
html,
body {
  height: 100%;
  background: #f5f5f5;
  position: relative;
}
.parent {
  height: 100%;
}
.stand_alone_wrapper {
  width: 570px;
  text-align: center;
  background: #fff;
  padding-top: 45px;
  margin-top: -80px;
}
.stand_alone_wrapper > a img {
  width: 160px;
}
.dialog-container.login-container .panel-body {
  height: 355px;
}
.dialog-container .panel-heading {
  display: none;
}
.dialog-container .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dialog-container .panel-body {
  padding-bottom: 5px;
}
.bottom a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bottom a:hover {
  color: #529df5;
}
.copyright {
  text-align: center;
  font-size: 14px;
  color: #666;
  left: 0;
  right: 0;
  bottom: 15px;
}
html.mobile {
  position: inherit;
  min-width: 320px;
  height: 100%;
  width: 100%;
  min-height: 100%;
}
.mobile body {
  position: inherit;
  min-width: 320px;
  height: 100%;
  width: 100%;
  background: #fff;
}
.mobile .stand_alone_wrapper {
  width: 94%;
  min-width: 310px;
  padding-top: 100px;
}
.mobile #captcha-box {
  width: 100%;
  max-width: 414px;
  height: 100%;
  position: fixed;
  left: -500px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  top: 0px;
}
.mobile #captcha-box .gt_mobile_holder {
  margin-left: 5%;
  margin-top: 40%;
}
.mobile .dialog-container {
  width: 100%;
}
.mobile .dialog-container .panel-body {
  width: 94%;
}
.mobile .dialog-container.register-container .form-control,
.mobile .dialog-container.register-container .input-group {
  width: 100%;
}
.mobile .dialog-container.register-container .control-label {
  display: none;
}
.mobile .dialog-container.register-container .bottom {
  margin-left: 0;
}
.mobile .dialog-container.register-container .register-from label.error {
  width: 100%;
}
.mobile .dialog-container .rule-group {
  padding-left: 0px;
}
#newBridge .nb-icon-wrap {
  display: none!important;
}
@media screen and (max-height: 400px) {
  .copyright {
    display: none;
  }
}
