@charset "utf-8";

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input, select, textarea, button {
  -webkit-appearance: none;
  resize: none;
  outline: none;
}

body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article,
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear {
  display: none;
}

select::-ms-expand {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  -ms-interpolation-mode: bicubic;
}


body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article,
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  font: normal 14px "微软雅黑", Tahoma, "Lucida Grande", Verdana, STXihei, hei;
  background-color: #fff;
}

em, i {
  font-style: normal;
}

strong {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #666;
  font-family: "微软雅黑", '宋体', Tahoma, Arial, sans-serif;
}

a:hover {
  color: #d6000f;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-family: "微软雅黑";
}

img {
  border: none;
  vertical-align: middle;
}

input {
  font-family: "微软雅黑";
}


.clearfix_footer:after, .clearfix_footer:before {
  content: "";
  display: table;
}

.clearfix_footer:after {
  clear: both;
}

.clearfix_footer {
  *zoom: 1;
}

.fl_footer {
  float: left;
}

.fr_footer {
  float: right;
}

.wrap {
  padding: 0 4%;
}

.gf-header .black a {
  color: #000;
}

.black p {
  color: #000;
}


.zeng_msgbox_layer, .zeng_msgbox_layer .gtl_ico_succ, .zeng_msgbox_layer .gtl_ico_fail, .zeng_msgbox_layer .gtl_ico_hits, .zeng_msgbox_layer .gtl_ico_clear, .zeng_msgbox_layer .gtl_end {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  font-weight: bold;
  font-size: 14px;
  color: #606060;
  background-image: url("../image/gb_tip_layer.png");
  _background-image: url("../image/gb_tip_layer_ie6.png");
  background-repeat: no-repeat;
}

.zeng_msgbox_layer_wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  _position: absolute;
  top: 0 !important;
  left: 0;
  text-align: center;
  z-index: 65533;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zeng_msgbox_layer_wrap::after {
  content: "";
  width: 0;
  height: 100%;
}

.zeng_msgbox_layer {
  background-position: 0 -161px;
  background-repeat: repeat-x;
  background-image: none;
  background-color: #fff;
  padding: 0 20px 0 20px;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
}

.zeng_msgbox_layer .gtl_ico_succ {
  background-position: -6px 0;
  left: -45px;
  top: 0;
  width: 45px;
  position: absolute;
  display: none;
}

.zeng_msgbox_layer .gtl_end {
  background-position: 0 0;
  position: absolute;
  right: -6px;
  top: 0;
  width: 6px;
  display: none;
}

.zeng_msgbox_layer .gtl_ico_fail {
  background-position: -22px -118px;
  position: absolute;
  left: 20px;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: none;
}

.zeng_msgbox_layer .gtl_ico_hits {
  background-position: -6px -54px;
  position: absolute;
  left: -45px;
  top: 0;
  width: 45px;
}

.zeng_msgbox_layer .gtl_ico_clear {
  background-position: -6px 0;
  left: -5px;
  width: 5px;
  position: absolute;
  top: 0;
}

.zeng_msgbox_layer .gtl_ico_loading {
  width: 16px;
  height: 16px;
  border: 0;
  background-image: url(../image/loading_min.gif);
  float: left;
  margin: 19px 10px 0 5px;
}

pre {
  color: #007033;
  margin: 15px auto;
  padding: 20px 15px;
  border-left: 8px solid #737F99;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoAQMAAAAFeAI0AAAABlBMVEX8/Pz19fWRUNa+AAAADUlEQVQI12NoIBISCQBYbgoBke+E6AAAAABJRU5ErkJggg==) repeat;
  white-space: pre-wrap;
  word-wrap: break-word;
  font: 14px/25px Consolas, "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
  line-height: 22px;
  background-size: 100% 44px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}