html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
figure,
menu,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
select,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  outline: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
strong {
  font-weight: normal;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 14px;
}
ul,
ol {
  list-style: none;
}
button,
input,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"] {
  font-family: inherit;
  font-size: 100%;
  border: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus {
  outline: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
textarea {
  overflow: hidden;
  vertical-align: top;
}
input,
textarea {
  -webkit-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}
img {
  border: none;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.content {
  content: "";
  display: block;
}
html {
  height: 100%;
}
body {
  background-color: #ffffff;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 100%;
  color: #000000;
  position: relative;
}
.bodyContent {
  position: absolute;
  width: 1920px;
  height: 1080px;
  top: 0;
  left: 0;
  z-index: 999;
}
a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:visited,
a:active {
  color: #ffffff;
  text-decoration: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide,
.dn {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.po-fixed {
  position: fixed;
}
.po-relative {
  position: relative;
}
.po-absolute {
  position: absolute;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-rb,
.c-rt,
.c-lb,
.c-lt {
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.c-rb {
  right: 0;
  bottom: 0;
}
.c-rt {
  right: 0;
  top: 0;
}
.c-lb {
  left: 0;
  bottom: 0;
}
.c-lt {
  left: 0;
  top: 0;
}
.tit {
  padding-top: 53px;
}
.blur {
  position: absolute;
  top: 0;
  left: 0;
  filter: url("blur.svg#blur");
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.content {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.content .padding-150 {
  padding: 0 150px;
  box-sizing: border-box;
}
.content .topNav {
  width: 100%;
  height: 80px;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  top: 0;
  z-index: 2;
}
.content .topNav .toplogo {
  float: left;
  width: 150px;
  height: 29px;
  margin-top: 25px;
}
.content .topNav .toplogo a {
  display: block;
  width: 150px;
  height: 29px;
  background: url(http://www.qiyipic.com/common/fix/alice-4/logo.png) 0 0 no-repeat;
  cursor: pointer;
}
.content .topNav .toplogo a:hover {
  display: block;
  width: 150px;
  height: 29px;
  background: url(http://www.qiyipic.com/common/fix/alice-4/logo-hover.png) 0 0 no-repeat;
}
.content .topNav .about-list {
  float: right;
}
.content .topNav .about-list .about-item {
  display: inline-block;
  text-align: center;
  line-height: 80px;
  padding-left: 23px;
  padding-right: 23px;
}
.content .topNav .about-list .about-item:nth-last-child(1) {
  padding-right: 3px;
}
.content .topNav .about-list .about-item a {
  color: #9b9b9b;
  font-size: 20px;
}
.content .topNav .about-list .about-item a:hover {
  color: #ffffff;
}
.content .topNav .about-list .about-item.selected a {
  color: #ffffff;
}
.content .botNav {
  width: 100%;
  height: 60px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 80px;
  left: 0;
}
.content .botNav .topTxt {
  float: left;
  font-size: 18px;
  color: #ededed;
  line-height: 60px;
}
.content .botNav .btn-list {
  float: right;
}
.content .botNav .btn-list .btn-item {
  display: inline-block;
  height: 60px;
  width: 80px;
  font-size: 16px;
}
.content .botNav .btn-list .btn-item a {
  color: #999;
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  margin-top: 16px;
  text-align: center;
  font-size: 18px;
}
.content .botNav .btn-list .btn-item a:hover {
  color: #ffffff;
}
.content .botNav .btn-list .btn-item a.selected {
  color: #ffffff;
  background-color: #7cbf00;
  border-radius: 3px;
}
.content .botNav .btn-list .btn-item.selected a {
  color: #ffffff;
}
.content .botNav .btn-list li:nth-child(3) {
  width: 120px;
}
.parameter-wrapper {
  background-color: #ffffff;
  width: 100%;
  padding: 0 150px;
  box-sizing: border-box;
  padding-top: 140px;
}
.img-show {
  padding-top: 50px;
  width: 100%;
  font-size: 0;
}
.img-show img {
  width: 42%;
  margin-right: 5%;
}
.img-show .img-info {
  display: inline-block;
  width: 53%;
  margin-top: 145px;
  font-size: 0;
}
.img-show .img-info li {
  display: inline-block;
  font-size: 0;
  width: 25%;
}
.img-show .img-info li .c-info {
  float: right;
  width: 70%;
  height: 40px;
  border: 1px solid #999999;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.img-show .img-info li span {
  display: inline-block;
  width: 60%;
  margin-right: 5%;
  height: 30px;
  line-height: 30px;
  float: right;
  font-size: 12px;
  text-align: center;
  color: #666666;
}
.gdp-M {
  margin-top: 30px;
}
.words-instructions {
  width: 100%;
  border-top: 1px solid #e6E6e6;
  font-size: 0;
  padding-top: 10px ;
}
.words-instructions .words-first {
  display: inline-block;
  width: 15%;
  text-align: left;
  vertical-align: top;
}
.words-instructions .words-second {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  text-align: left;
}
.words-instructions .second-info {
  margin-bottom: 20px;
  height: 120px;
}
.words-instructions .second-info .p1 {
  font-size: 20px;
  font-weight: bold;
}
.words-instructions .second-info .p2 {
  font-size: 14px;
  color: #999;
  line-height: 28px;
}
.words-instructions .p1 {
  font-size: 24px;
  font-weight: bold;
}
.img-instructions {
  width: 100%;
  border-top: 1px solid #e6E6e6;
  font-size: 0;
  margin-top: 30px;
  padding: 40px 0 35px;
}
.img-instructions .words-third {
  display: inline-block;
  width: 15%;
  text-align: left;
  vertical-align: top;
}
.img-instructions .p1 {
  font-size: 24px;
  font-weight: bold;
}
.img-instructions .words-four {
  display: inline-block;
  width: 48%;
  text-align: left;
  vertical-align: top;
}
.img-instructions .words-four .p1 {
  font-size: 20px;
  font-weight: bold;
}
.img-instructions .words-four img {
  width: 75%;
  margin-top: 100px;
  margin-bottom: 60px;
}
.img-instructions .words-five {
  display: inline-block;
  width: 37%;
  text-align: left;
  vertical-align: top;
}
.img-instructions .words-five .p1 {
  font-size: 20px;
  font-weight: bold;
}
.img-instructions .words-five img {
  margin-top: 180px;
  width: 75%;
  margin-bottom: 60px;
}
.footer {
  width: 100%;
  height: 60px;
  background: #4a4a4a;
  line-height: 60px;
  text-align: center;
  font-size: 12px;
  color: #8d8d8d;
}
.footmenu {
  width: 100%;
  height: 80px;
  background: #ebebeb;
  font-size: 14px;
  color: #494949;
}
.footmenu .contact {
  height: 80px;
  float: left;
}
.footmenu .contact li {
  display: inline-block;
  line-height: 80px;
}
.footmenu .contact li a {
  color: #494949;
}
.footmenu .contact li .cutline {
  margin: 0 18px;
}
.footmenu .link {
  float: right;
  height: 80px;
}
.footmenu .link li {
  display: inline-block;
  width: 25px;
  padding-top: 28px;
  padding-right: 29px;
  position: relative;
}
.footmenu .link li:nth-last-child(1) {
  padding-right: 0px;
}
.footmenu .link li .wechat-img {
  position: absolute;
  width: 263px;
  height: 349px;
  background: url(http://www.qiyipic.com/common/fix/alice-4/wechat-qr.png) 0 0 no-repeat;
  bottom: 25px;
  left: -119px;
  display: none;
}
.footmenu .link li .qq-img {
  position: absolute;
  width: 263px;
  height: 349px;
  background: url(http://www.qiyipic.com/common/fix/alice-4/qq-qr.png) 0 0 no-repeat;
  bottom: 25px;
  left: -119px;
  display: none;
}
.footmenu .link li a {
  display: block;
  width: 25px;
  height: 25px;
}
.footmenu .link li a.wechat {
  background: url(http://www.qiyipic.com/common/fix/alice-4/wechat.png) 0 0 no-repeat;
}
.footmenu .link li a.wechat:hover + .wechat-img {
  display: block;
}
.footmenu .link li a.qq {
  background: url(http://www.qiyipic.com/common/fix/alice-4/qq.png) 0 0 no-repeat;
}
.footmenu .link li a.qq:hover + .qq-img {
  display: block;
}
.footmenu .link li a.sina {
  background: url(http://www.qiyipic.com/common/fix/alice-4/weibo.png) 0 0 no-repeat;
}
