.pc-price {
    width: 100%;
    margin: 0 auto;
}
.sy-mask {
    opacity: 0.7;
}
.pc-price table tr{
    height: 60px;
    border-bottom: 1px solid #ecedf0;
}
.red{
    color: red;
    font-weight: bold;
}
.include{
    font-size: 18px !important;
    color: #24C172;
}
.no{
    font-size: 30px !important;
    color: #DDDDDD;
}
.pc-price table tr:nth-child(odd){
    background-color: #F8F9FA;
}
.pc-price table th{
    width: 300px;
}
.pc-price table th:first-child{
    padding-left: 30px;
}
.pc-price table th{
    text-align: left;
}
.pc-price table td{
    font-size: 15px;
}
.pc-price table{
    font-size: 18px;
    display: block;
}
table th:not(:first-child){
    text-align: center;
}
table tr td:not(:first-child){
    text-align: center;
}
.pc-price table tr td:first-child{
    font-size: 15px;
    padding-left: 30px;
}
.pc-price .sy-alert .sy-btn{
    border: none;
}
.pc-price .sy-alert .sy-title{
    text-align: center;
    background-color: #2C75FF;
    color: #FFF;
    height: 55px;
    font-size: 17px;
    line-height: 55px;
}
.pc-price .sy-alert .sy-content{
    height: 180px;
    display: flex;
    padding: 30px 60px;
}
.pc-price .sy-alert .sy-content .left{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 70%;
}
.pc-price .sy-alert .sy-content .left span{
    margin: 5px 0;
    font-size: 16px;
}
.pc-price .sy-alert .sy-content .right img{
    width: 100%;
}
.pc-price .sy-alert .sy-content .right{
    width: 30%;
}
.pc-price .sy-alert .sy-btn{
    width: 100%;
}
.pc-price .sy-alert .sy-btn button{
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: none;
    margin-left: 190px;
    color: #2C75FF;
    border: 1px solid #2C75FF;
    border-radius: 5px;
}
.pc-price .header{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 45px;
    height: 220px;
    width: 100%;
}
.pc-price .header h3{
    font-size: 35px;
}
.pc-price .header .tabs{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 45px;
}

.pc-price .header .tabs .tab-item{
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    background-color: #F6F6F6;
    margin: 0 30px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.pc-price .header .tabs .active{
    background-color: #035BFF;
    color: #FFF;
}

.pc-price .main{
  width: 100%;
}
.pc-price .main .category .content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.pc-price .main .category{
    background-color: #F6F6F6;
}

.pc-price .main .category .item {
    width: 370px;
    height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    background: #FFF;
    margin: 0 15px;
}
.pc-price .main .category .item .title{
    width: 100%;
    height: 100px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
    font-size: 27px;
}
 .main .category .item:nth-child(1) .title, .main .category .item:nth-child(1) button{
    background-image: linear-gradient(135deg,#8A9DFF,#899CFF,#4464FF,#3F5FFF);
}
 .main .category .item:nth-child(2) .title, .main .category .item:nth-child(2) button{
    background-image: linear-gradient(135deg,#FF9214,#FF8F13,#FF6901,#FF6801);
}
 .main .category .item:nth-child(3) .title, .main .category .item:nth-child(3) button{
    color: #EAB69E;
    background-image: linear-gradient(135deg,#293652,#283551,#182136,#172034);
}
.pc-price .main .category .item p {
    height: 100px;
    padding: 30px 60px;
    font-size: 16px;
}
.pc-price .main .category .item button{
  margin-top: 10px;
  width: 240px;
  height: 40px;
  color: #FFF;
  border-radius: 5px;
}
.pc-price .main .category .item .price-num{
    height: 140px;
    font-weight: bold;
    line-height: 140px;
    font-size: 23px;
}
.pc-price .main .category .item .price-num span{
    font-size: 35px;
}
.pc-price .rich-text{
    width: 1200px;
    margin: 60px auto;
}
@media screen and (max-width: 768px) {
    .price-mobile .header{
        height: 170px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #FFF;
    }
    .price-mobile .header h3{
        font-size: 20px;
    }
    .price-mobile .header .tabs {
        display: flex;
        margin-top: 25px;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .price-mobile .header .tabs .tab-item {
        background-color: #F6F6F6;
        margin: 0 8px 8px 0;
        padding: 5px 15px;
        font-size: 12px;
        border-radius: 2px;
    }
    .price-mobile .main{
        padding: 0;
    }
    .price-mobile .main .category{
        padding: 20px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .price-mobile .main .category .content{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .price-mobile .header .tabs .active{
        background-color: #035BFF;
        color: #FFF;
    }
    .price-mobile .main{
      width: 100%;
    }
    .price-mobile .main .category{
        background-color: #F6F6F6;
    }
    .price-mobile .main .category .item{
        height: 160px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 6px;
        overflow: hidden;
        background: #FFF;
    }
    .price-mobile .main .category .item:not(:first-child){
        margin-top: 20px;
    }
    .price-mobile  .main .category .item .title {
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 55px;
        color: #FFF;
    }
    .price-mobile  .main .category .item .title span{
        font-weight: bold;
        line-height: 55px;
        font-size: 18px;
    }
    .price-mobile .main .category .item p {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.555);
        padding: 10px 20px;
    }
    .price-mobile .main .category .item button{
      width: 120px;
      height: 30px;
      color: #FFF;
      border-radius: 5px;
    }
    .price-mobile .main .category .item .price-num{
        font-weight: bold;
        font-size: 14px;
    }
    .price-mobile .main .category .item .price-num span{
        font-size: 30px;
    }
    .price-mobile .rich-text{
        width: 100%;
    }
    .price-mobile .rich-text .item{
       width: 100%;
    }
    .price-mobile table th{
        width: 22.5vw;
    }
    .price-mobile table tr{
        height: 35px;
        border-bottom: 1px solid #ecedf0;
    }
    .price-mobile table tr:nth-child(odd){
        background-color: #F8F9FA;
    }
    .price-mobile table{
        width: 90vw !important;
        margin: 20px auto;
        font-size: 13px;
        display: block;
        text-align: left;
    }
    .price-mobile table td{
        font-size: 12px;
    }

    .price-mobile .red{
        color: red;
        font-weight: bold;
    }
    .price-mobile .include{
        font-size: 15px !important;
        color: #24C172;
    }
    .price-mobile .no{
        font-size: 15px !important;
        color: #DDDDDD;
    }
    .sy-alert .sy-btn,.sy-alert .sy-btn button:nth-child(1){
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .price-mobile .sy-alert.sy-alert-model .sy-content .right{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .price-mobile .sy-alert.sy-alert-model .sy-content{
        padding-bottom: 0;
    }
    .price-mobile .sy-alert.sy-alert-model .sy-content .right img{
        width: 100px;
        height: 100px;
    }
    .price-mobile .sy-alert.sy-alert-model .sy-content .left{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .price-mobile .sy-title {
        font-size: 13px;
        text-align: center;
        background-color: #2C75FF;
        color: #FFF;
    }
}