.lefts{
    float:left;
}
.rights{
    float: right;
}
.new-nav{
    width: 50px;
    background: #242424;
    position: fixed;
    right:0;
    top:290px;
    bottom:auto;
    left:auto;
    z-index: 100;
}
.new-nav .nav-list{
    text-align: center;
    position: relative;
    cursor: pointer;
}
.new-nav .nav-list .P1{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.7;
    padding:2px 0 6px 0;
}
.new-nav .nav-list .n-icons{
    margin-top:12px;
    object-fit: contain;
}
.new-nav .nav-list::after{
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.08;
    margin:0 auto;
}
.new-nav .nav-box{
    position: relative;
}
/*工具*/
.nav-tool{
    width: 240px;
    background: #FFFFFF;
    box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.nav-tool-ul{
    padding:35px 0 0 0;
}
.nav-tool-ul>li{
    width:50%;
    float: left;
    margin-bottom:20px;
    padding-left:20px;
    box-sizing: border-box;
}
.nav-tool-ul>li img{
    width:15px;
    height:15px;
    object-fit: contain;
}
.nav-tool-ul>li span{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    padding-left:2px;
}
.nav-tool-ul>li a{
    display: flex;
    align-items: center;
}
.nav-tool-ul>li:hover span{
    color:#0055FF;
}
.nav-tool-bottom{
    width:100%;
    height:85px;
    background: #E9F0FA;
    padding:15px 20px;
    box-sizing: border-box;
}
.nav-tool-bottom .des{
    font-size: 12px;
    font-weight: 400;
    color: #A3B1C8;
}
.nav-tool-bottom .des::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #A3B1C8;
    margin:4px;
}
.nav-tool-bottom .des::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #A3B1C8;
    margin:4px;
}
.nav-tool-form{
    width: 200px;
    height: 32px;
    background: #FFFFFF;
    line-height: 32px;
    margin-top:10px;
}
.nav-tool-form .username{
    width:127px;
    height:100%;
    float: left;
    padding-left:12px;
    box-sizing: border-box;
}
.nav-tool-form .submits{
    width: 72px;
    height: 32px;
    background: linear-gradient(150deg, #FF9535, #FF7C35);
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    float: right;
}
/*足迹*/
.footprint{
    min-height: 646px;
    width: 260px;
    background: #FFFFFF;
    box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.footprint-head{
    width:100%;
    height:100px;
    padding:16px 0 19px 20px;
    box-sizing: border-box;
    background: linear-gradient(166deg, #DBE4F7, #CDD8F0);
}
.footprint-date>li{
    float: left;
    margin-right:14px;
    width:20px;
}
.footprint-date>li .week{
    font-size: 12px;
    font-weight: 400;
    color: #7583A1;
    margin-bottom:10px;
}
.footprint-date>li .dates{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
.footprint-date>li .selectBg{
    background: #2C6BEA;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
}
.footprint-date>li .selectAfter::after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #7791C8;
    border-radius: 50%;
    margin:6px auto 0 auto;
}
.footprint-company{
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    display: block;
}
.footprint-company .footprint-icon{
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #2C6BEA;
    border-radius: 2px;
    margin-right:5px;
}
.footprint-company .footprint-content{
    text-align: left;
    border-bottom:1px solid #EEEEEE;
    padding-bottom:20px;
}
.footprint-company .footprint-title{
    width:198px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding-bottom:10px;
}
.footprint-company .footprint-price{
    font-size: 16px;
    font-weight: bold;
    color: #FF4800;
}
.footprint-company .footprint-cart{
    height: 24px;
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #2C6BEA;
    line-height: 24px;
}
.footprint-cart>div{
    width:24px;
    height:24px;
    background: #2C6BEA;
    text-align: center;
    border: 1px solid #2C6BEA;
}
.footprint-cart img{
    width: 15px;
    height:15px;
    object-fit: contain;
    margin-top: -2px;
}
.footprint-cart span{
    padding-left: 6px;
    height: 24px;
    display: inline-block;
    width: 60px;
    border-top: 1px solid #2C6BEA;
    border-bottom: 1px solid #2C6BEA;
    border-right: 1px solid #2C6BEA;
}
.footprint-company .iconRed{
    background: #FF0042;
}
.footprint-all{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin:19px auto;
    display: block;
    width:60px;
}
.footprint-all .all-img{
    width:7px;
    height:12px;
    margin-left:4px;
    background: url("../images/nav/detalis.png") no-repeat;
    background-size: cover;
    margin-top: 3px;
}
.footprint-all:hover {
    color: #2C6BEA;
}
.footprint-all:hover .all-img{
    background: url("../images/nav/detalisH.png") no-repeat;
    background-size: cover;
}
.footprint .footprint-null{
    display: none;
}
.footprint .footprint-null img{
    width:122px;
    height:99px;
    margin:84px auto 20px auto;
}
.footprint .footprint-null p{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.footprint-company:hover{
    background: #F4F8FF;
}
.footprint-cart span:hover{
    background: #2C6BEA;
    color: #ffffff;
}
.footprint-cart>div:hover{
    background: #FF8E28;
    border: 1px solid #FF8E28;
}
.nav-serve{
    width: 240px;
    height: 420px;
    background: #FFFFFF;
    box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.nav-serve .serve-head{
    width:100%;
    height:169px;
    padding:26px 20px 22px 20px;
    box-sizing: border-box;
    background: linear-gradient(150deg, #2C6BEA, #0043C9);
}
.nav-serve .serve-titles{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
}
.nav-serve .serve-titles img{
    width:12px;
    height:12px;
}
.nav-serve .serve-input{
    width: 200px;
    height: 32px;
    background: #FFFFFF;
    padding-left:15px;
    box-sizing: border-box;
    margin-top:10px;
}
.serve-submit{
    width: 200px;
    height: 32px;
    background: linear-gradient(150deg, #FF9535, #FF7C35);
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    margin-top:7px;
    display: block;
}
.serve-submit:hover{
    background:#FF8E28;
}
.nav-serve .serve-tip{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    padding-top:6px;
}
.serve-content{
    padding:10px 20px;
    text-align: left;
}
.serve-content .serve-list{
    padding:16px 0;
    border-bottom:1px solid #EEEEEE;
}
.serve-content  .serve-list .tlls{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.serve-content  .serve-list .tlls img{
    width:14px;
    height:14px;
}
.serve-content .serve-list .phone{
    font-size: 28px;
    font-weight: 400;
    color: #FF5A00;
    padding-left:10px;
}
.serve-content .serve-list .des{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    padding-left:16px;
}
.serve-content .borNone{
    border-bottom:none;
}
.nav-ewm-box{
    padding-top:20px;
    width: 160px;
    background: #FFFFFF;
    box-shadow: -20px 0 20px 0 rgba(0, 0, 0, 0.05);
}
.nav-ewm-box .ewm-list{
    border-bottom:1px solid #EEEEEE;
    text-align: center;
}
.nav-ewm-box .ewm-list img{
    width:110px;
    height:110px;
    margin-top:10px;
}
.nav-ewm-box .ewm-list p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding-bottom:4px;
    margin-bottom:10px;
}
.nav-list .nav-show{
    width:0px;
    overflow: hidden;
    transition: all 0.3s;
    position: absolute;
    right: 50px;
    bottom:auto;
    left:auto;
    top:0;
}
.nav-list .nav-show>div{
    float: right;
    margin-right:20px;
}
.nav-list:hover .nav-show{
    width:280px;
    text-align: right;
}













