
.price_list_box{
    width: 100%;
  
    padding-top: calc(20px + 5rem);
    padding-bottom: calc(20px + 3rem);
}

.price_list{
    
   
    max-width:1420px;
    width: 85%;
    margin: auto;
   
}
.price_title{
    .p1{
        font-size: calc(12px + 1rem);
        color: #333333;
    }
   .ms{
        font-size: calc(6px + 0.5rem);
       color: #666666;
        margin-top: calc(10px + 0.5rem);
    }
}
.bg{
    width: 100%;
    background: #f7f7f7;
     padding: calc(20px + 4rem) 0;
}

.price_biaoge{
   max-width: 1420px;
   width: 85%;
   margin: auto;
   
    table{
        width: 100%;
        tr{
            td{
                text-align: center;
                 border: 1px #fff solid;
                 font-size: calc(6px + 0.5rem);
                 color: #666666;
                 line-height: calc(28px + 1.5rem);
            }
        }
        tr:nth-child(even){
            background: #d5d9df;
        }
          tr:nth-child(odd){
            background: #e7ebee;
        }
        tr:nth-of-type(1){
            background: #003B95;
            td{
                border: 1px #fff solid;
                font-size: calc(8px + 0.5rem);
                color: #fff;
            }
        }
    }
}

.price_con{
    width: 72%;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    text-align: center;
    margin: auto;
    margin-top: calc(10px + 0.5rem);
    line-height: 1.5;
}

.get_price{
    margin-top: calc(15px + 0.5rem);
    width: calc(20px + 5rem);
    height: calc(5px + 1.5rem);
    background: #003B95;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(3px + 0.25rem);
    cursor: pointer;
    p{
        font-size: calc(4px + 0.5rem);
        color: #fff;
    }
    img{
        width: calc(4px + 0.5rem);
    }
}

.b_nav2 > .public_w > div:nth-child(1) > li:nth-of-type(2){
    display: none;
}

.get_price_mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000050;
    display: none;
    .get_price_box{
        max-width: 1420px;
        width: 85%;
        height: calc(80px + 10rem);
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(2px + 0.5rem);
        p:nth-of-type(1){
            font-size: calc(8px + 0.5rem);
            color: #333;
            font-weight: bold;
        }
         p:nth-of-type(2){
             margin-top: calc(3px + 0.25rem);
         }
        p{
             font-size: calc(4px + 0.5rem);
            color: #555;
            span:nth-of-type(2){
                color: #003B95;
                padding-left: calc(5px + 0.25rem);
                cursor: pointer;
            }
        }
        .back{
            width: calc(20px + 5rem);
            line-height: calc(5px + 1.5rem);
            background: #003B95;
            font-size: calc(4px + 0.5rem);
            color: #fff;
            text-align: center;
             margin-top: calc(5px + 0.5rem);
             cursor: pointer;
        }
    }
}

.price_select{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:calc(10px + 1rem);
    .p1{
        font-size: calc(4px + 1rem);
        color: #333;
    }
    .price_select_nav_box{
        cursor: pointer;
        position: relative;
        .price_select_nav{
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: calc(3px + 0.25rem);
            .p2{
                  font-size: calc(8px + 0.5rem);
                  color: #333;
            }
            img{
                width: calc(4px + 0.5rem);
            }
        }
    }
}

.price_select_nav_list{
    display: none;
    width: calc(30px + 5rem);
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    padding: calc(5px + 0.5rem) 0;
    .price_select_nav_list_item{
        cursor: pointer;
        font-size: calc(8px + 0.5rem);
        color: #333;
        text-align: center;
        line-height: calc(12px + 1rem);
    }
    .price_select_nav_list_item:hover{
        color: #003B95;
    }
}

.price_select_nav:hover + .price_select_nav_list{
    display: block;
}
.price_select_nav_list:hover{
    display: block;
}
    .jgb{
        display: none;
    }
    .jgb:nth-of-type(2){
        display: block;
    }


    .rq{
        display: none;
}
.rq:nth-of-type(1){
    display: block;
}
.ms{
        display: none;
}
.ms:nth-of-type(2){
    display: block;
}
