.plans {
  margin: 40px auto;
  overflow: hidden;
  padding-top: 30px;
}

.plan {
  margin: 40px 2px;
  padding: 10px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 4px solid #e5ded6;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.plan:hover{
  border:4px solid #80c033;
  transition: all .1s linear;
}

.plan-title {
  margin-bottom: 25px;
  font-size: 24px;
  color: #6da02e;
  margin-top: 20px;
}

.plan-price {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  color: #fd935a;
  margin-top: 15px;
}
.plan-price2 {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 54px;
  font-weight: bold;
  color: #80c033;
  margin-top: 15px;
}
.plan del {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}
.plan-unit {
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
  color: #4e4e4e;
  font-size: 15px;
}

.plan-features {
  margin: 20px auto 15px;
  padding: 15px 0 0 15px;
  border-top: 1px solid #e5ded6;
  text-align: center;
}

.plan-features ul {
  margin-top: 20px;
}

.plan-features li {
  padding-bottom: 15px;
  color: #4e4e4e;
}

.plan-feature + .plan-feature {
  margin-top: 5px;
}

.plan-feature-unit {
  margin-left: 2px;
  font-size: 16px;
}

.plan-feature-name {
  font-weight: normal;
  color: #aaa;
}

.plan-button {
  position: relative;
  display: inline-block;
  padding: 13px 45px;
  font-size: 20px;
  font-weight: 500;
  color: #f9651e;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #f9651e;
  border-color: rgb(249 101 30);
  border-radius: 4px;
  font-weight: 600;
}
.plan-button:active {
  top: 2px;
  margin-bottom: 2px;
  border-bottom: 0;
}
.plan-button-recommended:active {
  top: 2px;
  margin-bottom: 2px;
  border-bottom: 0;
}
.plan-button:hover {
  color: #fff;
  background: #f9651e;
  text-decoration: none;
}

.plan-highlight {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  border: 4px solid #80c033;
  padding-top: 80px;
  padding-bottom: 40px;
}
.plan-button-recommended {
  font-size: 20px;
  background: #f9651e;
  border-color: #c55017;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 13px 45px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 2px solid #f9651e;
  border-radius: 4px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.plan-button-recommended:hover {
  background: #d84700;
  color: #fff;
  text-decoration: none;
}
.plan-button2-recommended {
  font-size: 20px;
  background: #80c033;
  border-color: #80c033;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 13px 45px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 2px solid #80c033;
  border-radius: 4px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.plan-sales {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 100px;
    background: url(/images/sale.png) no-repeat;
}
.plan-c-sales {
  position:absolute;
  bottom:0;
  left:0;
  display:block;
  margin: -10px auto 30px;
  width:120px;
  height:130px;
  background:url(/images/santa-claus.png) no-repeat
}
.plan-c-sales1 {
  position:absolute;
  bottom:0;
  right:5px;
  display:block;
  margin: 30px auto 30px;
  width:120px;
  height:130px;
  background:url(/images/snowman.png) no-repeat
}
.plan-button2-recommended:hover {
  background: #80c033;
  color: #fff;
  text-decoration: none;
}
.plan-recommended {
  width: 160px;
  margin: -100px auto 25px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.05);
  background: #80c033;
  border-radius: 0 0 4px 4px;
}
.plan-recommendedsale {
    width: 160px;
    margin: -100px auto 25px;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px rgb(0 0 0 / 5%);
    background: #cd2c13;
    border-radius: 0 0 4px 4px;
}
.plan-red {
  margin: 40px 2px;
  padding: 10px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 4px solid #f9651e;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.plan-red:hover{
  border:4px solid #f9651e;
  transition: all .1s linear;
}

.plan-red-title {
  margin-bottom: 25px;
  font-size: 24px;
  color: #f9651e;
  margin-top: 20px;
}

.plan-red-price {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 54px;
  font-weight: bold;
  color: #fd935a;
  margin-top: 15px;
}
.plan-red del {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}
.plan-red-unit {
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
  color: #4e4e4e;
  font-size: 15px;
}

.plan-red-features {
  margin: 20px auto 15px;
  padding: 15px 0 0 15px;
  border-top: 1px solid #e5ded6;
  text-align: center;
}

.plan-red-features ul {
  margin-top: 20px;
}

.plan-red-features li {
  padding-bottom: 15px;
  color: #4e4e4e;
}

.plan-red-feature + .plan-red-feature {
  margin-top: 5px;
}

.plan-red-feature-unit {
  margin-left: 2px;
  font-size: 16px;
}

.plan-red-feature-name {
  font-weight: normal;
  color: #aaa;
}

.plan-red-button {
  position: relative;
  display: inline-block;
  padding: 13px 45px;
  font-size: 20px;
  font-weight: 500;
  color: #f9651e;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #f9651e;
  border-color: rgb(249 101 30);
  border-radius: 4px;
  font-weight: 600;
}
.plan-red-button:active {
  top: 2px;
  margin-bottom: 2px;
  border-bottom: 0;
}
.plan-red-button-recommended:active {
  top: 2px;
  margin-bottom: 2px;
  border-bottom: 0;
}
.plan-red-button:hover {
  color: #fff;
  background: #f9651e;
  text-decoration: none;
}

.plan-red-highlight {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  border: 4px solid #f9651e;
  padding-top: 80px;
  padding-bottom: 40px;
}
.plan-red-button-recommended {
  font-size: 20px;
  background: #f9651e;
  border-color: #c55017;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 13px 45px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 2px solid #f9651e;
  border-radius: 4px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.plan-red-button-recommended:hover {
  background: #d84700;
  color: #fff;
  text-decoration: none;
}

.plan-red-recommended {
  width: 160px;
  margin: -100px auto 25px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.05);
  background: #ed7243;
  border-radius: 0 0 4px 4px;
}
.currency {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
}
.cent {
    display: inline-block;
    font-size: 15px;
    vertical-align: bottom;
    font-weight: 400;
    color: #4e4e4e;
}
.buy_title{
	text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #3c3c3c;
}
.bundle-btn {
    font-size: 20px;
    background: #f9651e;
    border-color: #c55017;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: 2px solid #f9651e;
    border-radius: 4px;
    text-shadow: 0 1px rgb(0 0 0 / 10%);
}

.bundle-btn:hover {
  background: #d84700;
  color: #fff;
  text-decoration: none;
}
.bundle-btn a {
  color: #fff;
  text-decoration: none;
}
.bundle {
 padding: 20px;
}
.bundle p {
 padding: 10px;
}
.pro_recommended .pro_title {
    margin-bottom: 1.5rem;
    font-size: 30px;
    line-height: 3.15rem;
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
    color: #f9651e;
}
.pro_recommended .list{
    display: flex;
	zoom: 1;
    padding: 1rem 1.8% 1.125rem;
    background-color: #fff;
    border-radius: .2rem;
    margin: 10px;
    vertical-align: top;
    position: relative;
    transition: all ease-in 200ms;
	box-shadow: 10px 10px 10px rgba(116,113,113,.5);
	-moz-box-shadow: 10px 10px 10px rgba(116,113,113,.5);
	-webkit-box-shadow: 10px 10px 10px rgba(116,113,113,.5);
	border-radius: 20px;
	border-top: 10px solid #80c132;
}
.pro_recommended .list:hover {
	transform:translate(0, -10px)
}
.pro_recommended .list .box_link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.pro_recommended .list h3 {
    margin-bottom: 20px;
	margin-top: 20px;
	font-size: 22px;
	font-weight: 800;
}
.pro_recommended .list li{
    line-height: 30px;
	font-size: 16px;
}
.pro_recommended .list p{
    color:#ef6c03;
    font-weight:bold;
    width:120px;
    text-align:center;
    font-size:20px;
    margin-top:20px;
  }
.readmore_button {
    border: .05rem solid #f9651e;
    text-align: center;
    display: block;
    color: #fafafa;
	border-radius: 10px;
    margin: 15px 0 15px 10px;
    padding: 10px;
	font-weight:bold;
	font-size:18px;
    background: #f9651e;
}
.readmore_button:hover {
  color: #fff;
  background: #f9651e;
}
.download_button {
    border: .05rem solid #80c132;
	background-color: #5f951e;
    text-align: center;
    display: block;
	border-radius: 10px;
    margin: 15px 0 15px 10px;
    padding: 10px;
	font-weight:bold;
	font-size:18px;
}
.button-box {
	max-width: 100%;
    justify-content: start;
	}
.button-box div{
  width:164px;
  border-radius:10px;
}
.old-price {
    color: #999; /* 将文本颜色设置为灰色 */
    font-size: 18px; /* 将字体大小设置为较小 */
    font-weight: normal; /* 不加粗 */
}