.plan-section{
          width: 1000px;
          height: 500px;
          margin: 60px auto;
          display: flex;
          justify-content: space-between;
          align-items: center;
}
.hot-deal{
          text-align: center;
          /* width: 315px; */
          height: 60px;
          /* margin-bottom: -10px; */
          border-radius: 47px 47px 0px 0px;
          /* border: 2px solid #3d0690; */
          align-items: center;

}
.hot-deal-text{
          color: white;
          font-size: 20px;
          text-align: center;
          padding-top: 15px;
}
.plan-item{
          width: 315px;
          min-height: 460px;
          background-color: white;
          border-radius: 50px;
          box-shadow: 0px 0px 7px 2px #0000001a;
}
/*
.plan-item-hot-deal{
          width: 315px;
          min-height: 535px;
          background-color: white;
          border-radius: 50px;
          box-shadow: 0px 0px 7px 2px #0000001a;
          border: 2px solid #ff762a;
}
*/
.plan-content .title{
          margin-top: 30px;
          text-align: center;
          font-size: 20px;
          padding-bottom: 20px;
}

.plan-content .price{
          text-align: center;
          font-size: 60px;
          padding-bottom: 20px;
}
/*
.plan-content .price2{
          text-align: center;
          font-size: 70px;
          padding-bottom: 20px;
}
*/
.small-num{
          text-align: center;
          font-size: 30px;
          padding-bottom: 20px;
}
.speed{
          display: flex;
          justify-content: space-evenly;
}
.speed-detail{
          display: flex;
          justify-content: start;
          align-items:center;

}
.speed-text{
          width: 135px;
          padding-bottom: 10px;
          text-align: center;
          font-size: 12px;
}
.price-icon{
          width: 40px;
          height: 40px;
}
.speed-number{
          padding-left: 5px;
          text-align: center;
          font-size: 35px;
}
.speed-number-s{
          text-align: center;
          font-size: 20px;
}
.data{
          display: flex;
          justify-content: center;
          align-items:center;
          margin-bottom: 10px;
}
.data-text{
          padding-left: 5px;
          text-align: center;
          font-size: 22px; 
}

.condition{
          line-height: 150%;
          width: 300px;
          margin-bottom: 30px;
          text-align: center;
          font-size: 13px; 
}
.order-butt{
          margin: 20px auto;
          color: white;
          align-items: center;
          font-size: 20px; 
          width: 200px;
          height: 55px;
          border-radius: 50px;
          border: 1px solid #3f92ef;
          background: #3f92ef;
}
.order-butt:hover{
          color: #3f92ef;
          border: 2px solid #3f92ef;
          background: #d1e7ff;
}
/*
.order-butt-hot-deal{
          margin: 20px auto;
          color: white;
          align-items: center;
          font-size: 20px; 
          width: 200px;
          height: 55px;
          border-radius: 50px;
          border: 1px solid #ff762a;
          background: linear-gradient(90deg, rgba(255,118,42,1) 0%, rgba(255,144,30,1) 100%);
}
.order-butt-hot-deal:hover{
          color: #ff762a;
          border: 2px solid #ff762a;
          background: #ffe5d8;
}
*/
.orange-gradient{
          background: linear-gradient(90deg, rgba(255,118,42,1) 0%, rgba(255,144,30,1) 100%);
}
.blue-bg{
          background: #3f92ef;
}

.order-text{
          padding-top:13px;
          text-align: center;
          font-size: 20px; 
}
