.label {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  font-size: 12px;
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  line-height: 1.2 !important;
  word-spacing: normal;
}

.label::before {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  bottom: 0;
  left: -8px;
  border-width: 0 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent #359eff transparent;
  position: absolute;
}

.label.label-blue {
  background-color: #359eff;
}

.free-select input:checked+label::before,
.free-select input:checked+label:hover::before {
  background: url("/images/icon/icon-uninstall.png") no-repeat -10px -329px;
}

.free-select input:not(:checked)+label::before,
.free-select input:not(:checked)+label:hover::before {
  background: url("/images/icon/icon-uninstall.png") no-repeat -10px -357px;
}

[data-productname="PA_Tech_p70"] .free-select input:checked+label::before,
[data-productname="PA_Tech_p70"] .free-select input:checked+label:hover::before,
[data-productname="PA_Tech_p70"] .free-select input:not(:checked)+label::before,
[data-productname="PA_Tech_p70"] .free-select input:not(:checked)+label:hover::before {
  background: url("/images/icon/icon-uninstall.png") no-repeat -7px -383px;
}

#banner {
  height: 140px;
}

#banner .container {
  padding: 20px 0;
}

#banner .container>div {
  word-spacing: -4px;
  font-size: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#banner .img,
#banner .txt {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
  word-spacing: normal;
}

#banner .txt {
  width: 56%;
  padding-left: 2%;
}

#banner .img b {
  display: block;
  width: 80px;
  height: 74px;
  background: url("/images/icon/icon-uninstall.png") -8px -8px;
}

#banner h1 {
  font-size: 40px;
  margin-bottom: 0;
  text-align: left;
}

#banner p {
  text-align: left;
  font-weight: lighter;
  word-spacing: normal;
}

@media screen and (max-width: 1193px) {
  #banner .txt {
    width: 70%;
  }
}

@media screen and (max-width: 1020px) {
  #banner .txt {
    width: 90%;
  }
}

@media screen and (max-width: 847px) {
  #banner {
    height: 160px;
  }
}

@media screen and (max-width: 831px) {
  #banner .img {
    display: none;
  }

  #banner .txt {
    width: 100%;
  }

  #banner .txt h1,
  #banner .txt p {
    text-align: center;
  }
}

@media screen and (max-width: 380px) {
  #banner {
    height: 240px;
  }
}

.buy-products .buy {
  line-height: 2 !important;
  width: 50%;
  margin-top: 15px;
}

.buy-products .y-countdown {
  text-align: center;
}

.buy-products .y-countdown>div {
  display: inline-block;
  vertical-align: top;
}

.buy-products .y-countdown>div span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  background-color: #fd8a2e;
  border-radius: 2px;
  margin: 0 4px;
}

.buy-products .y-countdown>div i {
  display: inline-block;
  height: 30px;
  font-size: 24px;
  color: #fd8a2e;
  line-height: 30px;
  vertical-align: top;
}

.buy-products .y-countdown>div p {
  font-size: 14px;
  color: #666;
  line-height: 2;
}

.buy-products ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  word-spacing: -4px;
  margin-top: 3%;
}

.buy-products ul li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  width: 50%;
}

.buy-products ul li.first,
.buy-products ul li.two {
  border-bottom: 1px solid #eceff2;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.buy-products ul li.first,
.buy-products ul li.three {
  padding-right: 4%;
}

.buy-products ul li.two,
.buy-products ul li.last {
  padding-left: 2%;
}

.buy-products ul li.two h4 {
  line-height: 1.3;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.buy-products ul li.two .label {
  right: -10px;
}

.buy-products ul li.two .wrapper-right {
  padding-left: 40px;
}

.buy-products ul li.first h4 {
  min-height: 60px;
  margin-bottom: 0;
}

.buy-products ul li.first .label {
  right: 7px;
}

.buy-products ul li.three p.font-size14 {
  min-height: 100px;
}

.buy-products ul .wrapper-left,
.buy-products ul .wrapper-right {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.buy-products ul .wrapper-right {
  padding-left: 20px;
  width: calc(100% - 170px);
}

.buy-products ul .wrapper-right h4 {
  margin-bottom: 15px;
  position: relative;
  word-spacing: normal;
}

.buy-products ul .wrapper-right p,
.buy-products ul .wrapper-right label,
.buy-products ul .wrapper-right a.buy {
  word-spacing: normal;
}

.buy-products ul .wrapper-right p {
  margin: 0 0 15px;
}

.buy-products ul .wrapper-right .nowprice {
  color: #fd8a2e;
  font-size: 26px;
}

.buy-products ul .wrapper-left {
  width: 153px;
}

.buy-products ol {
  padding: 20px 5%;
  margin-top: 5%;
  border: 1px solid #d9dfe5;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  word-spacing: -4px;
}

.buy-products ol li {
  width: 17%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 3%;
}

.buy-products ol li.last {
  margin-right: 0;
}

.buy-products ol li.first {
  width: 20%;
}

.buy-products ol li p {
  word-spacing: normal;
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle;
}

.buy-products ol li::before {
  content: '';
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  background: url("/public/images/think-icon.png") no-repeat -10px -282px;
  vertical-align: middle;
}

.buy-products ol li.two::before {
  background-position-y: -329px;
}

.buy-products ol li.three::before {
  background-position-y: -376px;
}

.buy-products ol li.four::before {
  background-position-y: -423px;
}

.buy-products ol li.last::before {
  background-position-y: -470px;
}

.standard.buy-products ul li.two .label {
  right: 14px;
}

.standard.buy-products ul li.first .label {
  right: 20px;
}

.standard.buy-products ul li.three p.font-size14 {
  min-height: auto;
}

.standard.buy-products ul li.last p.font-size14 {
  min-height: 80px;
}

@media screen and (max-width: 1050px) {

  .buy-products ul li.first,
  .buy-products ul li.three {
    padding-right: 2%;
  }

  .buy-products ul li.two,
  .buy-products ul li.last {
    padding-left: 0;
  }

  .buy-products ul .wrapper-right {
    padding-left: 10px;
    width: calc(50%);
  }

  .buy-products ul li.two .wrapper-right {
    padding-left: 20px;
  }

  .buy-products ul li.first,
  .buy-products ul li.two {
    border-bottom: none;
  }
}

@media screen and (max-width: 995px) {
  .buy-products ul {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .buy-products ul li {
    width: 100%;
    margin-bottom: 50px;
  }

  .buy-products ul.last {
    margin-bottom: 0;
  }

  .buy-products ul .wrapper-right {
    padding-left: 40px;
  }

  .buy-products ul li.two .wrapper-right {
    padding-left: 40px;
  }

  .label {
    right: auto;
    left: 320px;
  }

  .buy-products ul li.three p.font-size14 {
    min-height: auto;
  }

  .buy-products ul li.first,
  .buy-products ul li.two {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 995px) {
  .buy-products ul {
    width: 100%;
  }
}

@media screen and (max-width: 530px) {

  .buy-products ul .wrapper-left,
  .buy-products ul .wrapper-right {
    width: 100%;
    display: block;
    text-align: center;
  }

  .buy-products ul .wrapper-left {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .buy-products ol {
    padding: 20px 5px;
  }
}

@media screen and (max-width: 868px) {
  .buy-products ol {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 5%;
  }

  .buy-products ol li {
    width: 45%;
    margin-bottom: 4%;
  }

  .buy-products ol li.first {
    width: 45%;
  }

  .buy-products ol li.two,
  .buy-products ol li.four {
    padding-left: 7%;
  }

  .buy-products ol li.last {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 756px) {
  .buy-products ol {
    width: 90%;
    padding: 10px 2.5%;
  }
}

@media screen and (max-width: 567px) {
  .buy-products ol {
    width: 100%;
  }
}

@media screen and (max-width: 477px) {
  .buy-products ol {
    width: 80%;
    padding: 10px 0 10px 8%;
  }

  .buy-products ol li {
    width: 100%;
    margin-right: 0;
  }

  .buy-products ol li.first {
    width: 100%;
  }

  .buy-products ol li.two,
  .buy-products ol li.four {
    padding-left: 0;
  }
}

.xl-free {
  background-image: url("/images/pa-unlimited/bg_tj.jpg");
}

.xl-free .container {
  padding: 60px 0;
}

.xl-free .container h2 {
  font-size: 34px;
  font-weight: normal;
  color: #ffffff;
}

.xl-free .container .xl-img-box {
  width: 70%;
  margin: auto;
}

.xl-free .container .xl-img-box img,
.xl-free .container .xl-img-box .xl-free-txt {
  display: inline-block;
  vertical-align: middle;
}

.xl-free .container .xl-img-box .xl-free-txt {
  margin-left: 3%;
  width: 70%;
}

.xl-free .container .xl-img-box .xl-free-txt h4 {
  font-family: SegoeUI-Bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
}

.xl-free .container .xl-img-box .xl-free-txt p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.xl-free .container .xl-img-box .xl-free-txt .xl-last-p {
  margin: 15px auto;
}

.xl-free .container .xl-img-box .xl-free-txt .link {
  font-size: 16px;
  color: #ffffff;
  border-radius: 2px;
  border: solid 1px #ffffff;
  display: table;
  padding: 14px 55px;
}

@media (max-width: 768px) {
  .xl-free .xl-img-box {
    width: auto;
    margin: auto;
  }

  .xl-free .xl-img-box img,
  .xl-free .xl-img-box .xl-free-txt {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
  }

  .xl-free .xl-img-box .xl-free-txt {
    margin-left: auto;
    width: auto;
  }

  .xl-free .container .xl-img-box .xl-free-txt,
  .xl-free .container .xl-img-box {
    width: 100%;
    box-sizing: border-box;
  }
}

/* 周发梅的新增改版pa-demo-uninstall-completed.html 2018/11/21 BY：yanyi */
#banner.new {
  height: 400px;
}

#banner.new h1 {
  margin-top: 60px;
  text-align: center;
}

#banner.new p {
  width: 72%;
  text-align: center;
  margin: 30px auto;
}

#banner.new .download-blue {
  min-width: 270px;
}