.pri_Title{
    width:100%;
}
.pri_bro{
    width:100%;
    padding: 20px;
}
.pri_wel{
    background: #fdf5d1;
    width:100%;
    padding: 20px;
    border-radius: 20px;
}
.pri_title {
    font-family: "NotoSans-Medium";
    font-size: 35px;
    color: #195aa2;
    text-align: center;
}

.pri_subtit {
    animation-delay: 0.8s;
    color: #333;
    text-align: center;
    font-size: 20px;
    margin-bottom: 1%;
}

.pri_tab {
    width: 100%;
    color: #fff;
    margin-bottom: 3%;
}

.pri_tab_list {
    animation-delay: 1.1s;
    padding: 0 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pri_tab_list>div {
    cursor: pointer;
    text-align: center;
    padding: 20px;
    line-height: 25px;
    width: 33%;
    position: relative;
}

.pri_tab_list>div>.tit {
    font-size: 18px;
}

.pri_tab_list>div>.subtit {
    font-size: 16px;
}

.pri_Pro {
    background: #6fbe53;
    border-radius: 20px 0 0 20px;
}

.pri_Kno {
    background: #033553;
}

.pri_Ski {
    background: #c95d1d;
    border-radius: 0 20px 20px 0;
}

.triangle {
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;

}

.triangle_Pro {
    border-color: #6fbe53 transparent transparent transparent;
}

.triangle_Kno {
    display: none;
    border-color: #033553 transparent transparent transparent;
}

.triangle_Ski {
    display: none;
    border-color: #c95d1d transparent transparent transparent;
}
.pri_tab_box{
    width: 100%;
}
.pri_tab_box>div{
    width: 100%;
    background: #f6f6f6; 
    border-radius:20px 20px 0 0;
}

.price_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5%;
}
/* .price_box:nth-child(1){
    animation-delay: 0.5s;
}
.price_box:nth-child(2){
    animation-delay: 0.7s;
}
.price_box:nth-child(3){
    animation-delay: 0.9s;
}
.price_box:nth-child(4){
    animation-delay: 1.1s;
} */
.price_box {
    border-radius: 10px;
    width: 24%;
    padding: 10px 10px 3% 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.price_tit {
    font-size: 30px;
    line-height: 35px;
    padding: 20px 0;
}
.Pro_box .price_tit{
    color: #277d08;
}
.Kno_box .price_tit{
    color: #195aa2;
}
.Ski_box .price_tit{
    color: #c95d1d;
}
/* .price_link {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin-bottom: 20px;
} */
.price{
    border-top: 1px solid #dcdcdc;

    padding: 20px;
}
.price>span {
    font-size: 30px;
}

.Pro_box .price {
    color: #6fbe53;
}
.Kno_box .price {
    color: #195aa2;
}
.Ski_box .price {
    color: #c95d1d;
}
.price_mian {
    padding-bottom: 20px;
}

.price_text {
    color: #333;
   
}

.price_text>ul>li {
    padding: 2px;
}

.price_text>ul>li:nth-child(4)  {
    padding: 20px 5px;
}

.price_btn {
    border-radius: 50px;
}

.Pro_box .price_btn {
    background: #6fbe53;
}
.Kno_box .price_btn {
    background: #195aa2;
}
.Ski_box .price_btn {
    background: #c95d1d;
}

div.pri_tab_box .price_box .disable {
    background: #dddddd;
    border-radius: 50px;
}
.disable>a {
    cursor: no-drop;
    border: 2px solid transparent;
    display: block;
    padding: 5px 15px;
    font-family: "NotoSans-Medium";
    font-size: 14px;
    color: #fff;
    text-align: center;
    transition: all 1s linear;
}

.Kno_box .price_btn a.button_hover {
    cursor: pointer;
    background: #fff;
    border: 2px solid #195aa2;
    transition: all 1s linear;
    color: #195aa2;
}
.Kno_box .price_btn a.button_hover2 {
    cursor: pointer;
    border:2px solid transparent;
    background: #195aa2;
    transition: all 1s linear;
}
.Ski_box .price_btn a.button_hover {
    cursor: pointer;
    background: #fff;
    border: 2px solid #c95d1d;
    transition: all 1s linear;
    color: #c95d1d;
}
.Ski_box .price_btn a.button_hover2 {
    cursor: pointer;
    border:2px solid transparent;
    background: #c95d1d;
    transition: all 1s linear;
}
.price_btn>a {
    border-radius: 50px;
    border: 2px solid transparent;
    display: block;
    padding: 5px 15px;
    font-family: "NotoSans-Medium";
    font-size: 14px;
    color: #fff;
    text-align: center;
    transition: all 1s linear;
}


.price_box:last-child .price {
    font-size: 20px;
}

.pro_list {
    width: 100%;
    padding: 0 5% 5% 5%;
}
.Ski_box .pro_list{
    padding: 0 5% 0 5%;
}
.pro_title {
    text-align: center;
    color: #195aa2;
    font-size: 35px;
    padding-bottom: 4%;
}

.pro_title>span {
    font-weight: bold;
}

.pro_list_box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
}

.proList {
    width: 29%;
    display: flex;
    margin: 0 2%;
    flex-direction: column;
    font-size: 18px;
}

.proList>li {
    color: #333;
    padding: 8px 5px;
    line-height: 25px;
}

.proList>li:first-child {
    padding: 15px 5px;
    font-weight: bold;
}
.proList>li>span {
    line-height: 25px;
    display: inline-block;
    width: 20px;
    margin-right: 2%;
}

.proList>li>a {
    display: inline-block;
    line-height: 25px;
    color: #333;
}
.pro_list_text{
    width: 100%;
    padding: 3%;
}
.pro_list_tit{
    line-height: 32px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 2%;
}
.pro_list_te{
    line-height: 32px;
    font-size: 18px;
    color: #333;
}
.pro_btn {
    display: flex;
    justify-content: center;
}
.pro_btn_robot{
    margin-left: -25%;
    margin-right: 3%;
}
.pro_btn_mian {
    align-self: flex-end;
    width: 246px;
    height: 49px;
    border: 2px solid transparent;
    padding: 10px 15px;
    border-radius: 50px;
    background: #6fbe53;
    transition: all 1s linear;
}

.pro_btn_mian>a {
   
    font-family: 'NotoSans-Medium';
    color: #fff;
    display: block;
    font-size: 20px;
    text-align: center;
    transition: all 1s linear;
}
.pri_form_box{
    display: flex;
    flex-direction: column;
}
.pri_from{
    width: 100%;
    background: #f6f6f6;
}
/* 媒体查询 */
@media (max-width:1400px) {
    .pri_tab_list>div{
        padding: 15px;
    }
}
@media (min-width:1400) {
    .price{
        height: 96px;
    }
    .price_text>ul>li:nth-child(4) {
        height: 84px;
    }
}
@media (max-width:996px) {
    .pri_tab_list>div{
        padding: 15px;
    }
    .pri_tab_list>div>.tit {
        font-size: 16px;
    }
    
    .pri_tab_list>div>.subtit {
        font-size: 14px;
    }
    .price_tit {
        font-size: 25px;
        line-height: 35px;
        padding: 10px 0;
    }
    .price{
        /* height: 96px; */
        font-size: 16px;
        padding: 10px 10px;
    }
    .price>span {
        font-size: 25px;
    }
    .price_box:last-child .price {
        font-size: 18px;
    }
    .proList>li:first-child {
        padding: 15px 5px;
        font-weight: bold;
        font-size: 16px;
    }
    .proList>li>span {
        line-height: 25px;
        display: inline-block;
        width: 15px;
        margin-right: 2%;
    }
    .pro_list {
        padding: 0 3% 5% 3%;
    }
    .proList>li>a {
        font-size: 16px;
    }    
}
@media (max-width:800px){
    .proList>li>a {
        font-size: 14px;
    } 
}
@media (max-width:768px) {
    .pri_tab_list{
        padding: 0;
    }
    .pri_tab_list>div{
        padding: 8px;
    }
    .pri_title {
        font-size: 30px;
    }
    .pri_subtit {
        font-size: 16px;
    }
    .price_box {
        width: 48%;
        margin-bottom: 3%;
    }
    .proList {
        width: 100%;
    }
    .proList>li:first-child {
        font-size: 18px;
    }
    .proList>li>span {
        line-height: 25px;
        display: inline-block;
        width: 15px;
        margin-right: 2%;
    }
    .pro_list {
        padding: 0 5% 5% 5%;
    }
    .proList>li>a {
        font-size: 18px;
    }    
    .pro_title {
        font-size: 24px;
    }
    .pri_Pro {
        border-radius: 8px 0 0 8px;
    }
    .pri_Ski {
        border-radius: 0 8px 8px 0;
    }
    .contact_title{
        font-size: 18px;
        line-height: 30px;
    }

    .price_text>ul>li{
        padding: 0px;
        line-height: 24px;
    }





}
@media (max-width:675px) {
    
    .price_tit{
        padding: 5px 0;
        margin-bottom: 0px;
    }
    .price_box{
        padding-bottom: 5%;
    }
}
@media (max-width:500px) {
    .price_tit{
        font-size: 20px;
    }
    .price>span{
        font-size: 20px;
    }
    .price_box:last-child .price{
        font-size: 16px;
    }
    .price{
        padding: 10px 20px;
        font-size: 16px;
    }
    .price_text{
        font-size: 14px;
        line-height: 20px;
    }
    .price_text>ul>li:nth-child(4) {
        padding: 5px;
        height: 44px;
    }
    .price_box{
        padding-bottom: 5%;
    }
    .pri_tab {
       padding: 0 15px;
       margin-bottom: 5%;
    }
    .price_mian{
        padding-bottom: 10px;
    }
    section .container {
        width: 100%;
        padding: 0;
    }
    .pri_tab_list>div{
        padding: 15px;
    }
    .pri_tab_list>div>.subtit {
        display: none;
    }
    .triangle {
        bottom: -20px;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
    }
}
@media (max-width:475px) {
    .price_box{
        padding-bottom: 5%;
    }
}
@media (max-width:375px) {
    
}
