.upgrade-top-box-new-new{
  margin-top:20px;
  height:auto;
  border-top:1px solid #ebebeb;
}
.buy-item-box{
  margin-top:20px;
}
.buy-item-box p{
  margin-top:20px;
  color:#ef6c03;
  font-weight:bold;
  font-size:26px;
}
.background-color{
  background-color:beige;
}
.upgrade-top-box-new .buy-item-box{
  min-height:500px;
  border-radius:6px;
  background-color:#fff;
  border:2px solid #fff;
  position: relative;
  box-shadow: 0rem 0.1rem 1.125rem 0rem rgba(21,58,160,0.1);
  margin-left:0;
}
.buy-item-absolute{
  position: absolute;
  width:100%;
  height:100%;
  left: 0;
  top: 0;
}
.upgrade-top-box-new .buy-item-box:hover{
  border:3px solid #80c033;
  transition: all .1s linear;

}
.buy-item-box:hover .buy-item-absolute{
  left: -1px;
  top: -1px;
}
.buy-item-box .buy-item-title{
  font-size:20px;
  font-weight:bold;
}
.buy-item-box .buy-item-text{
  color:#54545B;
  font-size:15px;
  text-align:center;
  padding-top: 10px;
}
.buy-item-box .buy-item-price{
  margin-top: 20px;
  color: #ff7133;
  font-weight: bold;
  font-size: 26px;
}
.buy-item-box .buy-item-price span{
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.buy-item-button{
  margin-top:25px;
  padding-bottom:10px;
}
.buy-item-button a{
  display: block;
  min-width:180px;
  height:46px;
  background-color:#ff7133;
  background-image: linear-gradient(90deg, #fe6628, #fd8f36);
  text-decoration: none;
  color:#fff;
  font-size:16px;
  font-weight:600;
  text-align:center;
  line-height:46px;
  border-radius:6px;
  box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0,0,0,0.15);
}
.buy-item-button a:hover{
  background-color: #ff6c00;
  background-image: linear-gradient(90deg, #ff4201, #ff802b);
  color: #fff;
}
.buy-item-box ul{
  width:80%;
  padding-left:15px;
  list-style: none;
  padding-top:10px;
  margin-top: 10px;
  border-top:1px solid #E5E7F0;
}
.buy-item-box ul li{
  margin-top:10px;
}
.buy-item-box ul li span{
  display:inline-block;
  width:4px;
  height:4px;
  background-color:#ebebeb;
  border-radius:50%;
  margin-right:8px;
}
.buy-item-best{
  width:180px;
  height:32px;
  text-align: center;
  color:#fff;
  font-weight: 700;
  position: absolute;
  top:-1px;
  margin:0 auto;
  border-radius:5px;
  background: url('/images/icon-web-all.png') -403px -245px no-repeat;
}
.buy-title div{
  padding-top:20px;
  font-size:28px;
  text-align: center;
  font-weight:700;
}
.buy-title span{
  font-size:16px;
  font-weight:700;
}

@media (min-width: 350px){
  .upgrade-top-box-new{
    margin-top:20px;
    height:auto;
    border-top:1px solid #ebebeb;
  }
  .buy-item-box ul{
    padding-left:30px;
  }
}
@media (min-width: 500px){
  .buy-item-box ul{
    padding-left:50px;
  }
}
@media (min-width: 768px){
  .upgrade-top-box-new{
    margin-top:20px;
    height:auto;
    border-top:1px solid #ebebeb;
	margin-bottom:20px;
  }
  .buy-item-box ul{
    padding-left:15%;
  }
  .buy-item-box .buy-item-title{
    padding-top:40px;
  }
  .upgrade-top-box-new .buy-item-box{
    height:auto;
  }
}
@media (min-width: 992px){
  .upgrade-top-box-new .buy-item-box{
    margin-left:20px;
  }
  .buy-item-box .buy-item-title{
    padding-top:0;
  }
  .upgrade-top-box-new .buy-item-box{
    height:500px;
  }
  .buy-item-box ul{
    padding-left:25px;
  }
}
@media (min-width: 1200px){
  .upgrade-top-box-new .buy-item-box{
    margin-left:40px;
  }
}
/* buy new style*/
.best {
	border:3px solid #80c033 !important;
}
.currency {
    display: inline-block;
    font-size: 24px !important;
    vertical-align: middle;
}
.cent {
    display: inline-block;
    font-size: 15px !important;
    vertical-align: bottom;
    font-weight: 400;
    color: #4e4e4e;
}
.buy-item-box .buy-item-price-new{
  margin-top: 20px;
  font-size: 48px;
  color: #ff7133;
  font-weight: bold;
}
.buy-item-recommended{
  width:180px;
  height:32px;
  text-align: center;
  color:#fff;
  font-weight: 700;
  position: absolute;
  top:-1px;
  margin:0 auto;
  border-radius:5px;
  padding-top: 5px;
  background: url(../images-new/icon-web-all.png) -403px -245px no-repeat;
}
.buy-title{
  font-weight: 600;
 } 
.product-purchase-banner {
 padding: 50px 0;
 background-color: #f7f7f7;
}
.product-purchase-banner .row {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}
.product-purchase-banner .img {
 position: absolute;
 width: 200px;
 top: 0;
 left: 0;
}
.product-purchase-banner .img img {
  max-width: 100%;
  height: auto;
}
.product-purchase-banner .content {
 margin-left: 255px;
}
.product-purchase-banner .h1 {
 margin-top: 15px;
}
.product-purchase-banner .h1 span{
 font-size:18px; 
 color:#56990B;
}
.product-purchase-banner .h1, .product-purchase-banner .h1 a {
  font-size: 30px;
  color: #323232;
}
.product-purchase-banner ul {
 margin-top: 25px;
 padding-left: 0;
 margin-bottom: 0;
}
.product-purchase-banner ul li {
  width: 50%;
  font-size: 15px;
  color: #565656;
  float: left;
  padding-bottom: 15px;
  list-style: none;
  background: url(/images/check-small.png) no-repeat -1px 3px;
  text-indent: 25px;
}
.product-purchase-banner .support-os {
 margin-top: 15px;
}
.product-purchase-banner .support-os .tips {
 font-size: 14px;
 font-weight: 700;
}
.product-purchase-banner .support-os .btn {
  margin-left: 20px;
}
.product-purchase-banner .content {
 margin-left: 255px;
}
.btn-outline-blue {
 display: inline-block;
 color: #56990B;
 background-color: transparent;
 background-image: none;
 border-color: #56990B;
}
.btn-outline-blue:hover {
 color: #fff;
 background-color: #56990B;
 border-color: #56990B;
}
@media(max-width:768px){
.product-purchase-banner .img {
 position: initial;
 width: 100%;
 text-align: center;
}
.product-purchase-banner .img img {
 max-width: 45%;
 height: auto;
}
.product-purchase-banner .content {
 margin-left: 0;
 width: 100%;
}
.product-purchase-banner .h1 {
 margin-top: 26px;
 text-align: center;
 font-size: 20px;
}
.product-purchase-banner .h1 span{
 font-size:18px; 
 color:#56990B;
 display:inline-block;
}
.product-purchase-banner .h1 a {
 font-size: 20px;
}
.product-purchase-banner ul {
 margin-top: 20px;
 padding: 0 15px;
}
.product-purchase-banner ul li {
 width: 100%;
 padding-bottom: 4px;
 font-size: 12px;
}
.product-purchase-banner .support-os {
 padding: 0 15px;
}
.product-purchase-banner .support-os .tips {
 font-size: 12px;
 text-align: center;
}
.product-purchase-banner .support-os .btn {
 display: block;
 margin: 15px auto 0;
 padding: 6px 5px;
 font-size: 12px;
}
}
.product {
    color: #ed7243 !important;
    font-size: 30px !important;
}
.sale_box {
  margin-top:20px;
  margin-bottom:30px;
  text-align: center;
}
.sale_title {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
}
.sale_title:before {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: -2;
  border: 20px solid #fd8d36;
  border-left-color: transparent;
}

.sale_title:after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -2;
  border: 20px solid #fd8d36;
  border-right-color: transparent;
}

.sale_title h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 18px;
  color: #FFF;
  background: #fd6929;
}
.sale_title h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #fd8c35;
}
.sale_title h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #fd8c35;
}
.discount_upper-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }
.discount_upper {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
  background: #f9b534;
  color: #090000;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.discount_upper:before, .discount_upper:after {
  position: absolute;
  content: "";
  border-top: 4px solid #549705;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.discount_upper:before {
  left: 14px;
}

.discount_upper:after {
  right: 18px;
}