@charset "utf-8";
/*--默认--*/
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend {
    margin: 0;
    padding: 0;
}

body {
    font-family: '微软雅黑,黑体';
    min-width: 320px;
    margin: auto;
}

ol,ul,li {
    list-style: none outside none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

tr,td,th {
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    line-height: 1.3;
}

i,em,b,strong {
    font-style: normal;
    font-weight: normal;
}

input,textarea,select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
    font-size: inherit;
    color: inherit;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

select::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

@font-face {
    font-family: impact;
    src: url('fonts/impact.eot');
    src: url("fonts/impact.eot?#iefix") format("embedded-opentype"), url("fonts/impact.woff") format("woff"), url("fonts/impact.ttf") format("truetype"), url("fonts/impact.svg#impact") format("svg");
}

@font-face {
    font-family: icon;
    src: url('fonts/iconfont.eot');
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('fonts/iconfont.woff') format('woff'),url('fonts/iconfont.ttf') format('truetype'),url('fonts/iconfont.svg#iconfont') format('svg');
}

.block {
  width: 1500px;
  margin: 0 auto;
}
.clear-both {
  clear: both;
}
/* @media screen and (max-width: 1600px) {
  .header .block {
    margin: 0 40px;
    padding: 0;
    position: relative;
    height: 100%;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
} */

.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 1;
  left: auto;
  right: 20px;
  top: 20px;
  bottom: auto;
  background: url("../image/img31.png") center no-repeat;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}