@charset "UTF-8";
/* CSS Document */
.pop-box b,
.pop-box i {
  font-style: normal;
  font-weight: normal;
  display: block;
}
.pop-box body {
  color: #333;
  font-family: Microsoft Yahei;
  font-size: 14px;
  background-color: #fff;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.pop-box a {
  color: #333;
  text-decoration: none;
}
.pop-box a:hover {
  color: #458ae5;
  text-decoration: none;
}
.pop-box i {
  font-style: normal;
}
/* .pop-box p {
  text-align: justify;
} */
.pop-box img {
  max-width: 100%;
}
.pop-box .cl {
  clear: both;
}
.pop-box .fl {
  float: left;
}
.pop-box .fr {
  float: right;
}
.pop-box .download-frame {
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}
.pop-box .download-left {
  width: 35%;
}
.pop-box .download-right {
  width: 60%;
  border-left: 1px solid #dcdcdc;
  padding: 20px 20px;
  min-height: 167px;
}
.pop-box .or-code {
  padding: 55px 0px 55px 40px;
}
.pop-box .explain {
  line-height: 20px;
  width: 60%;
  margin-top: 12%;
  margin-bottom: 5%;
}
.pop-box .explain h3 {
  font-size: 18px;
  color: #2d2d2d;
}
.pop-box .f1 {
  font-size: 12px;
  color: #999999;
  font-weight: 100;
}
.pop-box .explain a.guide {
  width: 95px;
  height: 32px;
  border-radius: 4px;
  color: #2e6bb1;
  margin-top: 3px;
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.pop-box .explain a.btn {
  background: #2e6bb1;
  width: 95px;
  height: 32px;
  border-radius: 4px;
  color: #fff;
  margin-top: 5px;
  display: block;
  text-align: center;
  line-height: 32px;
  font-weight: 200;
  cursor: pointer;
}
