.price-card .content-box {
    display: flex;
    align-items: center;
    background: #fff;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(58,85,142,0.1);
    border-radius: 12px 12px 12px 12px;
    height: 108px;
    margin-top: -54px;
    position: relative;
    z-index: 999;
    padding: 21px 26px;
    box-sizing: border-box;
}
.price-card .content-box li {
    width: 25%;
    display: flex;
    align-items: center;
}
.price-card .content-box .info {
    flex: 1;
    padding-left: 19px;
    font-size: 20px;
}
.price-card .content-box li:not(:last-child)::after{
    content: "";
    display: block;
    width: 1px;
    background: #ACB6C3;
    height: 78px;
    position: relative;
    left: -20px;
}
.price-card .content-box .num {
    font-size: 34px;
    font-weight: bold;
    margin-right: 5px;
}
.price-card .content-box p {
    font-size: 14px;
    color: #787878;
}
.org {
    color: #FF6A00;
}
.price-buy {
    padding: 110px 0;
}
.price-buy h2 {
    margin-bottom: 25px;
}
.price-buy .left {
    width: 653px;
    font-size: 16px;
}
.price-buy .left p {
    margin-bottom: 20px;
    background: #FFFAF6;
    line-height: 26px;
}
.price-buy .content-box {
    display: flex;
    align-items: center;
}
.price-buy .form-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.price-buy .form-item input {
    height: 38px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #D7D7D7;
    margin-right: 20px;
    padding: 0 10px;
}
.price-buy .num-box {
    display: flex;
    align-items: center;
}
.price-buy .num-box .button {
    outline: none;
    width: 40px;
    height: 38px;
    background: #FF6A00;
    border-radius: 4px 0px 0px 4px;
    color: #fff;
    border: none;
}
.price-buy .num-box .button.add {
     border-radius: 0 4px 4px 0;
}
.price-buy .num-box input {
    border-radius: 0;
    width: 60px;
    text-align: center;
    margin: 0;
}
.price-buy .num-box .price {
    margin-left: 20px;
}
.price-buy .num-box .price span {
    color: #FF6A00;
    font-size: 22px;
}
.price-buy .year ul {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.price-buy .year li {
    width: 90px;
    height: 34px;
    color: #FF6A00;
    border-radius: 4px;
    border: 1px solid #FF6A00;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}
.price-buy .year li.active {
    color: #fff;
    background: #FF6A00;
    border-radius: 4px;
    border: 1px solid #FF6A00;
}
.price-buy .submit {
    width: 164px;
    height: 40px;
    background: #FF6A00;
    border-radius: 4px;
    color: #fff;
    border: none;
    margin-top: 40px;
}
.price-buy .label {
    width: 70px;
    flex-shrink: 0;
}