.license-warp {
  width: 960px;
  margin: 36px auto;
}
.license-warp .pe_info {
  width: 820px;
  font-size: 24px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin: 0 auto;
}
.license-warp .pe_info h3 {
  font-size: 36px;
  line-height: 36px;
}
.license-warp .pe_info div {
  font-size: 16px;
  margin-top: 30px;
  line-height: 26px;
}
.license-warp .license-table {
  margin-top: 36px;
}
.license-warp .license-table tr td {
  width: 20%;
  font-size: 14px;
  text-align: center;
  padding: 18px 20px;
  border: 1px solid #f9f9f9;
}
.license-warp .license-table tr td .has-icon {
  width: 20px;
  height: 20px;
}
.license-warp .license-table tr td:first-child {
  background: #f9f9f9;
}
.license-warp .license-table tr.row-header {
  font-weight: bold;
}
.license-warp .license-table tr.row-price p {
  color: #ff5a00;
  font-size: 22px;
  line-height: 32px;
}
.license-warp .license-table tr.row-buy a {
  background: #09a1f0;
  width: 110px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}
.license-warp .license-table tr.row-title td {
  background: #fff;
  color: #000;
  font-weight: bold;
}
.license-warp .footer-bug-warp .title {
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.license-warp .footer-bug-warp .text {
  background: #f9f9f9;
  border: 1px #eee solid;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 28px;
  color: #888;
}
.license-warp .pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.license-warp .pop .popMain {
  position: relative;
  background: #fff;
  width: 200px;
  height: 200px;
  text-align: center;
  padding: 36px;
}
.license-warp .pop .popMain .popBox {
  width: 200px;
  height: 200px;
}
.license-warp .pop .popMain .close {
  position: absolute;
  color: #999;
  top: 0px;
  right: 0px;
  padding: 8px 10px;
  cursor: default;
}

