@charset "UTF-8";
html, body, div, p, a, ul, li {
  margin: 0 auto;
  padding: 0;
}

body {
  font-size: 12px;
  text-align: center;
  font-family: '微软雅黑';
  background: #fff;
}

.main {
  margin-top: 100px;
  position: relative;
  width: 824px;
  height: 475px;
  background: url(../images/unsupport_bg-4e68600ae7.png) no-repeat center center;
}

.main-hd {
  text-align: center;
  font-size: 24px;
  color: #555;
  padding-top: 44px;
}
.main-hd .logo {
  width: 80px;
  height: 80px;
  margin: 20px auto;
  background: url(../images/logo-9136d06297.png) no-repeat center center;
}

.main-bd {
  padding-left: 108px;
  font-size: 16px;
  margin: 30px 0;
  text-align: left;
  color: #8c9cb1;
}
.main-bd p {
  line-height: 40px;
}
.main-bd p a {
  color: #398dee;
  text-decoration: none;
}

.links {
  margin: 0 auto 20px auto;
  text-align: center;
  color: #6080b0;
}
.links li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0px 8px;
}
.links li a {
  color: #6080b0;
  text-decoration: none;
  font-size: 14px;
}

.copyright {
  margin: auto;
  text-align: center;
  color: #6080b0;
  font-size: 14px;
}
