@charset "UTF-8";
body,
th,
td,
p,
ol,
ul,
li,
dl,
dt,
dd,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
legend,
select,
textarea {
  font-family: "Microsoft Yahei", "华文细黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

input,
img,
fieldset {
  border: none;
}

input,
select,
fieldset {
  vertical-align: middle;
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.none {
  display: none;
}

.dib {
  display: inline-block;
}

.di-vm {
  display: inline-block;
  vertical-align: middle;
}

img {
  max-width: 100%;
  vertical-align: top;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

input,
textarea {
  outline: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.elli {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.boxsizing {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.breakword, .dialog .dialogMain .title, .dialog .dialogMain .text, .dialog .dialogMain .text1 {
  word-wrap: break-word;
  word-break: break-all;
}

img {
  width: 100%;
}

.red {
  color: #fbee0c;
}

.site_info {
  padding: 0 50px;
  text-align: left;
}

.detailMain {
  font-size: 14px;
  color: #666;
  text-align: left;
  text-indent: 2em;
}

.detailMain p {
  padding-bottom: 10px;
}

.detailMain img {
  display: block;
  margin: 6px auto 12px;
  max-width: 100%;
}

.dialog {
  position: fixed;
  left: 0rem;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.dialog .dialogMain {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13.425rem;
  height: 5.05rem;
  margin: -2.525rem 0 0 -6.7125rem;
  background: url(../images/dialog.png) center center no-repeat;
  background-size: 100% 100%;
}

.dialog .dialogMain .close {
  position: absolute;
  right: -0.75rem;
  top: -0.9rem;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../images/close.png) center center no-repeat;
  background-size: 100% 100%;
}

.dialog .dialogMain .title {
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
  line-height: 1rem;
  padding: 0.75rem 0.25rem 0.25rem;
}

.dialog .dialogMain .text {
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
  line-height: 1rem;
  padding: 2.1rem 0.25rem;
}

.dialog .dialogMain .text1 {
  font-size: 0.5rem;
  color: #b2edfc;
  text-align: center;
  line-height: 0.8rem;
  padding: 0.25rem 1rem;
}

.dialog.dialogrule .dialogMain {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13.45rem;
  height: auto;
  margin: -4.875rem 0 0 -6.725rem;
  background: url(../images/dialogrule.png) center center no-repeat;
  background-size: 100% 100%;
  padding-bottom: 1rem;
}

.dialog.dialogrule .dialogMain .text1 {
  text-align: left;
}
