#price-wrap{
    background-color: var(--bg-gray);
    padding-top:140px;
    padding-bottom:80px;
}
#price-wrap .width{
    width:90%;
    max-width:calc(var(--width)*1px);
    min-width:1200px;
    height:100%;
    /* min-height:800px; */

    /* align-items: flex-start; */
    margin: 0 auto;
}

#price-nav{
    width:100%;
    background-color: white;
    border-radius:15px;
    display: flex;
    margin-top:25px;
    margin-bottom:20px;
    display: none;
}
.price-nav-item{
    width:20%;
    text-align: center;
    font-size:15px;
    font-weight: bolder;
    padding:15px 0;
    border-radius:15px;
}
.price-nav-item-current{
    background-color: var(--c-blue2);
    color: white;
}



#price-main{
    display: flex;
    justify-content: space-between;
    margin-top:50px;
}
.price-item{
    width:19%;
    height: auto;
    background-color: white;
    border-radius:20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
    padding-bottom:50px;
}
.price-title-box{
    background-color: var(--c-blue2);
    border-radius:20px 20px 0px 0;
    padding:30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.price-title-box div{
    font-size:30px;    
    font-weight: bold;
}
.price-title-box span{
    font-size:16px;
    margin-top:10px
}
.dingdanliang{
    font-size:30px;    
    font-weight: bold;
    width:100%;
    text-align: center;
    padding:40px 0 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dingdanliang span{
    margin-left:5px;
    font-size:18px;    
    font-weight: normal;
}
.price p{
    margin-top:0px;
    margin-bottom:40px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    /* color: var(--c-blue2); */
    /* font-weight: bold; */
}
.price-btn-box{
    text-align: center;    
    margin-bottom:40px;
    margin-top:40px;
}
.price-btn{
    display: inline-block;
    padding:8px 34px;
    background-color: var(--c-blue2);
    /* border: 1px solid var(--textcolor); */
    border-radius:100px;
    text-align: center;
    color: white;
    font-weight: bold;
    /* width:auto; */
}
.price-info-box{
    padding:0 0 0px 35px;
}
.price-info-item{
    margin:20px 0;
    display: flex;
    align-items: center;
}
.price-info-item img{
    height:26px;
    margin-right:5px;
}
.price-info-item span{
    font-size:18px;
}
.price-item-jichu .price-title-box{
    background-color: #006aff1d;
    color: var(--textcolor);
}
.price-item-zhuanye .price-title-box{
    background-color: #006aff46;
    color: var(--textcolor);
}
.price-item-qijian .price-title-box{
    background-color: #006affa1;
    /* color: var(--textcolor); */
}
.price-item-zunxiang .price-title-box{
    background-color: #006affcd;
    /* color: var(--textcolor); */
}
.price-item-dingzhi .price-title-box{
    background-color: #006aff;
    /* color: var(--textcolor); */
}


/* sec-1----------------------------------------------------------- */
.sec2{
        display: none;
    }
.price-sec1{
    width:100%;
    /* height:600px; */
    background-color: white;
}
.price-sec1 .width{
    width:90%;
    max-width:calc(var(--width)*1px);
    height:100%;
    box-sizing: border-box;
    padding:80px 0;
    /* background-color: rgba(255, 0, 251, 0.036); */
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-sec1-textbox{
    /* background-color: #006aff3c; */
    width:38%;
    padding:10px 0;
}
.price-sec1-imgbox{
    width:60%;
    /* background-color: aqua; */
}
.price-sec1-imgbox img{
    width:100%;
}
.price-sec-title{
    font-size:32px;
    font-weight: bold;
    margin-bottom:60px;
}
.price-sec1-t{
    margin:30px 0;
}
.price-sec1-t div{
    font-size:28px;
    font-weight: bold;
    color: var(--c-blue2);
}
.price-sec1-t div span{
    font-size:18px;
    font-weight: normal;
    color: var(--c-blue2);
}
.price-sec1-t p{
    padding:0;
    margin:0;
    font-size:18px;
    font-weight: normal;
    color: var(--textcolor);
}





/* sec-2----------------------------------------------------------- */
.price-sec2{
    width:100%;
    /* height:600px; */
    background-color: var(--bg-gray);
}
.price-sec2 .width{
    width:90%;
    max-width:calc(var(--width)*1px);
    height:100%;
    box-sizing: border-box;
    padding:80px 0;
    /* background-color: rgba(255, 0, 251, 0.036); */
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.price-sec2-item{
    width:49%;
    margin:10px 0;
    min-height:280px;
    background-color: white;
    border-radius:20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
    padding:40px 60px;
    box-sizing: border-box;
    display: flex;
}

.price-sec2-num{
    width:45px;
    height:45px;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background-color: var(--c-blue2);
    border-radius:100px;
    margin-right:15px;
    font-size:22px;
    color: white;
}
.price-sec2-text{
    flex:1;
}

.price-sec2-text span{
    line-height:45px;
    font-weight: bold;
    font-size:22px;
    color: var(--textcolor);
}
.price-sec2-text p{
    /* margin:0; */
}



/* 窄屏幕或者手机端 原600 */
@media (max-width: 850px){

    #price-nav{
        display: flex;
    }


    #price-wrap {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    #price-wrap .width {
        min-width: 90%;
    }
    #price-main{
        margin-top:10px;
    }
    .price-item {
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
        display: none;
        border-radius:15px;
    }
    /* .price-item:first-child{
        display: block;
    } */
    .price-info-box{
        display: inline-block;
        padding: 0;
    }
    .price-title-box{
        padding:20px 0;
        border-radius: 15px 15px 0px 0;
    }
    .dingdanliang{
        padding-top:30px;
    }
    .price p{
        margin-bottom: 20px;
    }
    .price-info-item img {
        height: 34px;
    }
    .price-info-item span {
        font-size: 20px;
    }







    .price-sec1{
        display: none;
    }

    .sec2{
        display: block;
        
    }
    .sec2 .width{
    }
    .sec2-img2 {
        min-width: 100%;
    }






    .price-sec2 .width {
        padding:50px 0;
    }
    .price-sec2-item {
        width: 100%;
        min-height: 80px;
        padding:40px 30px;
    }
    .price-sec2-text span {
        line-height:30px;
    }
    .price-sec2-num {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        font-size: 16px;
    }




}


