.container-fulid{
    /*padding-left: 430px;*/
    margin-top: 20px;
    /*padding-right: 20px;*/
    width: 100%;
    overflow-x: hidden;
}
.container-fulid .Nav{
    position: fixed;
    bottom: 5rem;
    left: 5px;
    z-index: 100;
}
.container-fulid .Nav ul{
    overflow: hidden;
    width: 155px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    display: none;

}
.container-fulid .Nav span.iconfont{
    font-size: .8rem;
    margin-top: .5rem;
    width: 2rem;
    line-height: 2rem;
    background: #000;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.2);
}

.container-fulid .Nav ul li{
    width: 75px;
    position: relative;
    display: inline-block;
}
.container-fulid .Nav li:hover a{
    background-color: #e9e9e9;
    color: #999;
}
.container-fulid .Nav li:hover em{
    border-left-color: #e9e9e9;
}
.container-fulid .Nav ul li a{
        display: inline-block;
    text-align: center;
    width: 75px;
    line-height: 1.5rem;
    color: #666;
}
.container-fulid .Nav ul li.active a{
    background-color: #666;
    color: #fff;
}

.TableHeader{
    display: table;
    width: 100%;
    height: 130px;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
}
.TableHeader.position{
    position: fixed;
    top: 0;
    left:0;
    z-index: 11;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,.2);
}
.static{
    display: none;
}
.static.on{
    display: block;
}
.detail {
    display: table;
    width: 100%;
    background-color: #fff;
    position: relative;
}
.left{
    display: table-cell;
    width: 5.5rem;
    /* border-right: solid #eaeaea 1px; */
    vertical-align: middle;
}
.carxNameBox.left{
    border:none;
}
.main{
    position: relative;
    display: table-cell;
    /*overflow-x:auto;*/
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    overflow: hidden;
}
.main::-webkit-scrollbar{display:none;}
.main .slide{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 0;
    background: #fff;
    white-space: nowrap;

    /*overflow:hidden;*/
    /*transform: translate(0.00194458px, 0px) translateZ(0px);*/
}
.slide .column{
    position: relative;
    width: 130px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    background: #fff;
    /* overflow: hidden; */
    /*border-right: solid #eaeaea 1px;*/
}
.slide .column .boxs{
    width: 90%;
    display: block;
    margin: 10px auto;
    padding: 5px 0;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
    position: relative;
    height: 100px;
    border-radius: 3px;
}
.slide .column i.add{
    font-size: 1.5rem;
    display:block;
    text-align:center;
    line-height: 100px;
    font-weight: normal;
    color: #666;
}
.slide .column p{
    font-size: .5rem;
    padding: 1rem .5rem .2rem .5rem;
    white-space: normal;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 17px;
}
.parme h3,.main .groups h3{
    position: relative;
    z-index: 1;
    width: 5.5rem;
    line-height: 2.2rem;
    height: 2.2rem;
    font-size: .8rem;
    color: #000;
    background-color: #fff;
    pointer-events: none;
    font-weight: 550;
    text-align: center;
    width: 100%;
    border-top: 1px solid #eaeaea;
}
.mask{
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .65;
    position: fixed;
    top: 0;
    left:0;
    z-index: 100;
}
.mask.on{
    display: block;
}
.slide .group{
    /* line-height: 1.4rem; */
    /* height: 1.4rem; */
    display: block;
    border-top: solid #eaeaea 1px;
    background: rgba(40,115,255,0.1);
}
.slide .group.white{
    background: #fff;
}
.slide .group.red p{
    color: #ff4f53;
}
.slide .group.red a{
    display: block;
    width: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #2873ff;
    border-radius: 2px;
    margin: 0 auto;
    font-size: .5rem;
}
.slide .group p{
    display: inline-block;
    width: 130px;
    border-right: solid #eaeaea 1px;
    font-size: .6rem;
    color: #666;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    white-space: normal;
    padding: 10px 0;
    /*border-top: solid #eaeaea 1px;*/
}
.slide .group p label{
    display: table;
    width: 100%;
    height: 100%;
}
.slide .group p i{
    display: table-cell;
    font-style: normal;
     font-size: .6rem;
    color: #666;
    line-height: 20px;
    vertical-align: middle;
}
.slide .group p.last{
    /*border:none;*/
}
.main .groups h3{
    text-align: right;
}
.parme p{
   
  /*  line-height: 1.2rem;*/
    text-align: center;
    display: table;
    width: 100%;
    /*padding: .5rem 0;*/
    background: #f9f9f9;
    white-space: normal;
    border-top: solid #eaeaea 1px;
    border-right: solid #eaeaea 1px;
}
.parme p i{
    display: table-cell;
    font-style: normal;
     font-size: .6rem;
    color: #666;
    line-height: 20px;
    vertical-align: middle;
}
.TableHeader .slide .column em{
    display: block;
    color: red;
    font-size: .5rem;
    text-align: right;
    padding-right: .5rem;
    margin-top: 0.3rem;
}
.TableHeader .slide .column b{
    position: absolute;
    background: #f5f5f5;
    top: -7px;
    right: -7px;
    line-height: .6rem;
    text-align: center;
    font-size: .7rem;
    /* padding-top: .5rem; */
    width: 2rem;
    color: #888;
    width: 1rem;
    /* transform: rotate(45deg); */
    height: 1rem;
    border-radius: 50%;
    line-height: 1rem;
}
.TableHeader .highLight,
.TableHeader .hideSame, 
.TableHeader .hideEmpty{
    text-align: center;
    line-height: 25px;
 }
 .TableHeader .highLight input,
 .TableHeader .hideSame input, 
 .TableHeader .hideEmpty input{
    vertical-align: middle;
    margin-right: 7px;
}
.parmes {
    position: fixed;
    z-index: 120;
    width: 100%;
    display: block;
    background: #f9f9f9;
    height: 2.2rem;
    line-height: 2.2rem;
    top:105px;
    display: none;
    left:0;
    z-index: 100;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.parmes b{
    width: 5.5rem;
    line-height: 2.2rem;
    font-size: .8rem;
    color: #000;
    background-color: #f7f7f7;
    pointer-events: none;
    font-weight: 550;
    text-align: center;
    display: inline-block;
    text-align: center;
}
.parmes p{
    font-size:.65rem;
    float: right;
    line-height: 2.2rem;
    padding-right: .5rem;
    color: #777;
    letter-spacing: 2px;
}

.Select{
    display: inline-block;
    position: fixed;
    right:-200px;
    top: 0;
    z-index: 130;
}
/*.TableHeader .carxNameBox .carNameselect{
    display: block;
    width: 100%;
    text-align: center;
    position: static;
    margin-top: 10px;
        height: 124px;
 }
 .TableHeader .carxNameBox .move{
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
 }
.TableHeader .carxNameBox .move span{
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    vertical-align: top;
    color: #999;
 }
.TableHeader .carxNameBox .move span.icon-top{
    transform: rotate(-90deg);
 }*/
.TableHeader .carxNameBox .move i{
        display: inline-block;
    border-radius: 3px;
    background: #33a4f7;
    color: #fff;
    text-align: center;
    font-style: normal;
    width: 95px;
    line-height: 25px;
    font-size: 12px;
    vertical-align: top;
 }
.Select h2{
    font-size: .75rem;
    line-height: 45px;
    height: 45px;
    text-align: center;
    width: 100%;
    display: block;
    background: #fff;
}
.Select h2 span{
    float: left;
    padding-left: 10px;
    font-size: 20px;
    display: block;
}
.Select .pro{
    border-radius: 3px;
    z-index: 10;
    font-size: 0px;
    overflow-y: auto;
    width: 200px;
    background: #fff;
}
.Select .provin{
    overflow-y: auto;
     height:100%;
     width: 90%;display: inline-block;vertical-align: top;
}
.Select .sec_pro,.Select .third_pro{
    overflow-y: auto;
     max-height:400px;
     width: 100%;
}
.Select .pro::-webkit-scrollbar{  
    width: 8px;  
    height: 8px;  
    background-color: #e5e5e5;  
}
.Select .pro::-webkit-scrollbar-track{  
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);  
    border-radius: 4px;  
    background-color: #f9f9f9;  
}  
.Select .pro::-webkit-scrollbar-thumb{  
    border-radius: 4px;  
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.1);  
    background-color: #e2e2e2;  
} 
.Select .sec_pro p{
    display: block;
    line-height: 35px;
    font-size: 14px;
    text-indent: 5px;
    color: #747474;
    border-bottom: 1px solid #f9f9f9;
}
.Select .pro .provin a{
    display: block;
}   
.Select .pro .provin a h4{
     border-radius: 2px;
     text-indent: 10px;
     font-size: .8rem;
     line-height: 40px;
     color: #F44336;
     background: #f9f9f9;
}
.Select .pro .provin .label{
    display: block;
    background: #fff;
    text-indent:3px;
    cursor: pointer;
}
.Select .pro .provin .label p{
    line-height: 1.8rem;
    border-bottom: 1px solid #f5f5f5;
    color: #6d6b6b;
    font-size: .65rem;
    background: #fff;
    padding-left: .5rem;
}
.Select .pro .grap{
    text-align: center;
    width: 10%;
    display: inline-block;
    vertical-align: top;
    position: static;
    background: #f9f9f9;
}
.Select .pro .grap b{
    font-size: .7rem;
        color: #333;
    display: block;
    cursor: pointer;
    line-height: 1.15rem;
}
.Select .pro .grap b:hover{
    color: red;
}
.Select .pro .grap b.on{
    color: red;
}
.Select .pro .label .pro-content .pro-content-detail label{
    font-size: 15px;
    line-height: 35px;
    background: #fbfbfb;
    display: block;
    color: #FF9800;
    text-indent: 16px;
    font-weight: 600;
}

.tag {position: fixed;right: 5px;bottom: 5rem;z-index: 99;color: #FFF;line-height: .75rem;width: 27px;padding: .3rem .5rem;text-align: center;background: #000;border-radius: 3px;box-shadow: 0px 0px 4px 0px rgba(0,0,0,.2);}
.tag span{
    display: block;
}
.goTop{position: fixed;
    right: 5px;bottom: 3rem;
    z-index: 99;color: #FFF;
    line-height: .75rem;width: 27px;
    padding: .3rem .5rem;text-align: center;
    background: #000;border-radius: 3px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.2);
    display: none;
}
.goTop span{
    font-size: 1rem;

}
.add-box{
    display: block;
    width: 260px;
    position:fixed;
    bottom: 2rem;
    display: none;
    right: 55px;
    padding-bottom:.5rem;
    background: #000;
    z-index: 100;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1);
}
.add-box .title{
    line-height: 2rem;
    font-size: .75rem;
    border-bottom: 1px solid #c7c1c1;
    padding: 0 .75rem;
    margin-bottom: .5rem;
    display: block;
    color: #fff;
}
.add-box .title span{
    display: inline-block;
    float: right;
    /* color: #ff4f53; */
}
.add-box .title span i{
    font-size: .95rem;
    display: inline-block;
    vertical-align: middle;
}
.add-box .title span em{
    display: inline-block;
    vertical-align: middle;
    font-size: .7rem;
    margin-left: .2rem;
}
.add-box ul{
    padding: 0 .75rem;
    /* margin-top: .5rem; */
    display: block;
}
.add-box ul li{
    border-radius: 3px;
    background: #fff9f9;
    color: #000;
    position: relative;
    padding: .3rem .5rem;
    margin-top: .5rem;
}
.add-box ul li label{
    display: block;
    width: 100%;
    font-size: .65rem;
    line-height: 1.1rem;
    color: #313131;
}
.add-box ul li i.icon-chahao1{
    position: absolute;
    right: -.3rem;
    top: -.3rem;
    font-size: .8rem;
    background: #000000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    height: .9rem;
    width: .9rem;
    box-shadow: 0px 0px 25px 0px rgba(255,255,255,.9);
}
.add-box ul li i.icon-jiahao{
    text-align: center;
    font-size: 1rem;
    margin: 0 auto;
    display: block;
}
.add-box a{
    display: block;
    margin: 0 .75rem;
    line-height: 1.8rem;
    background: #2873ff;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: .75rem;
    margin-top: .5rem;
}