.price-banner {
    background: linear-gradient(180deg, #C2D9FA 1.81%, rgba(216, 213, 251, 0.00) 70.83%, rgba(199, 215, 252, 0.00) 100%);
    padding-bottom: 80px;
}

.price-container {
    max-width: 1200px;
    margin: 0 auto;
}

.price-banner-content {
    padding: 80px 0 0;
}

.price-banner-content h2 {
    color: #1D2129;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
}

.meal-tip {
    color: #1D2129;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    margin-top: 8px;
}

.price-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 38px;
    flex-wrap: wrap;
}

.price-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 30px 50px;
    width: 30%;
    box-shadow: 0 4px 30px 0 rgba(165, 177, 208, 0.12);
    position: relative;
    overflow: hidden;
}

.price-list>.price-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

.price-item:nth-child(2) {
    width: 36%;
    background: url(../images/price/recommend-icon.svg) no-repeat top right #fff;
}

.price-list>.price-item:first-child::before {
    background: #BCC1C7
}

.price-list>.price-item:nth-child(2)::before {
    background: linear-gradient(to right, #DDB733, #FF561A);
}

.price-list>.price-item:last-child::before {
    background: linear-gradient(to right, #165DFF, #A520E8);
}

.price-item-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    height: 80px;
}

.price-item-title>h3 {
    color: #1D2129;
    font-size: 20px;
    font-weight: 700;
}

.price-item-title>p {
    color: #4E5969;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}

.price-content {
    color: #1D2129;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 35px 0;
    text-align: center;
    height: 30px;
    display: flex;
    justify-content: center;
}

.price-list>.price-item:last-child .price-content {
    flex-direction: column;
    color: #4E5969;
    font-size: 15px;
    line-height: 22px;
}

.price-list>.price-item:last-child .price-content p {
    font-weight: 400;
}

.price-item>a {
    width: 80%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    color: #165DFF;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #165DFF;
    margin-bottom: 40px;
    cursor: pointer;
}

.price-item>a:hover {
    border-radius: 30px;
}

.price-list>.price-item:nth-child(2)>a {
    background: #165DFF;
    color: #fff;
}

.price-list>.price-item:last-child>a {
    background: linear-gradient(90deg, #4C4F5A 0%, #242425 100%);
    border: 1px solid #4C4F5A;
    color: #FFD6A9;
}

.price-info {
    width: 100%;
}

.price-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    color: #000;
    font-size: 14px;
}

.price-info-item>label>span {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    background: #F1F1F1;
    padding: 2px 5px;
}

.el-input-number {
    width: 130px !important;
}

.airobot-banner{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:30px;
}

.airobot-banner>img{
	width:100%;
	
}

.support-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 38px;
}

.support-content>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
    display: flex;
    padding: 25px 0 40px;
    box-sizing: border-box;
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(165, 177, 208, 0.12);
}

.support-content>a:hover {
    margin-top: -10px;
    cursor: pointer;
}

.support-content>a span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.support-content>a:first-child span {
    background-color: #C184FF;
}

.support-content>a:nth-child(2) span {
    background-color: #FF8B84;
}

.support-content>a:nth-child(3) span {
    background-color: #E19961;
}

.support-content>a:last-child span {
    background-color: #55CAC3;
}

.support-content>a h3 {
    color: #1D2129;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}

.support-content>a p {
    color: #4E5969;
    font-size: 14px;
    font-weight: 400;
}

.other-cases-content {
    width: 100%;
}

.other-cases-title {
    color: #1D2129;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.other-cases-big-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 38px;
}

.other-cases-big-item {
    width: 32%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 18px 0 rgba(0, 65, 215, 0.06);
    cursor: pointer;
}

.other-cases-big-item:hover {
    position: relative;
    top: -10px;
}

.other-cases-big-item>img:first-child {
    width: 100%;
}

.other-cases-big-item>img:nth-child(2) {
    height: 38px;
    width: auto;
    margin: 10px 0;
}

.other-cases-big-intro {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.other-cases-big-intro span {
    font-weight: 700;
}

.other-cases-big-item>span {
    font-size: 14px;
    padding: 5px 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

.other-cases-big-orange {
    border-color: #FF7309;
    color: #FF7309;
}

.other-cases-big-red {
    border-color: #FF0909;
    color: #FF0909;
}

.other-cases-big-blue {
    border-color: #1FC3FF;
    color: #1FC3FF;
}

@media screen and (max-width: 1024px) {

    .price-container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 1rem;
    }
}

@media screen and (max-width: 768px) {
    .meal-tip {
        font-size: .9rem;
    }

    .price-banner-content {
        padding: 2.2rem 0 0;
    }

    .support-content,
    .price-list,
    .other-cases-big-list,
	.airobot-banner{
        margin-top: 1rem;
    }

    .price-banner-content h2 {
        font-size: 1.5rem;
    }

    .price-item {
        width: 100%;
        margin-bottom: 1rem;
        padding: 1rem;
    }

    .price-list>.price-item:nth-child(2) {
        width: 100%;
    }



    .support-content>a {
        width: 49%;
        margin-bottom: 1rem;
        padding: 1rem;
    }

    .support-content>a h3 {
        font-size: 1rem;
        margin: 1rem 0;
    }

    .other-cases-big-item {
        width: 100%;
        margin-bottom: 1rem;
    }

}