/* 头部样式修改 */
.navbar-default {
    background: black;
    color: #fff;
    border: none;
    margin-bottom: 0px;
    box-shadow: none;
}
a{
    color: #666666;
}
a:hover{
    color: #666666;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    font-weight: 400;
    color: rgba(119, 137, 205, 1);
    background-color: transparent;
    box-shadow: none;
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
    color: rgba(119, 137, 205, 1);
}

/*中部 左边*/
body{
    background-color: #f0f0f0;
}
.Docking{
    width: 195px;
    min-height:645px;
    background:#050D2B;
    float: left;
    font-weight: 600;
    color: #fff;
}
#box{
    width:195px;
    height:auto;
}
#box:first-child{
    margin-top: 50px;
}
#box ul {
    list-style: none;
    font-size: 12px;
    margin: 0;
}
#box ul li{
    font-size: 14px;
    color: #909194;
    height: 30px;
    padding-left:5px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#box ul li span{
    border: 8px solid  transparent;
    border-right-color:#fff;
    top: 18px;
    right: 30px;
    display: none;
}
#box ul li a{
    text-decoration: none;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:#909194;
    padding-left: 20px;
}
#box ul li:hover{
    background-color: #273B82;
}
#box ul li:hover a{
    color: #ffffff;
}
#box ul li:hover span{
    display: block;
}

#box ul .li {
    background-color: #273B82;
}
#box ul .li a{
    color: #fff;
}
#box ul .li span{
    display: block;
}


#box p{
    position: relative;
    margin-bottom: 0;
    width: 195px;
    padding: 10px;
    color: #FFF;
    padding-left: 20px;
    box-sizing: border-box;
    font-size:18px;
    font-family:PingFang SC;
    font-weight:400;
}
#box p span{
    display: flex;
    border: 6px solid  transparent;
    border-top-color:#fff;
    position: absolute;
    top: 18px;
    right: 30px;
}
#box .span{
    border: 6px solid  transparent;
    border-left-color:#fff;
    /* border-left-color:#fff; */
    top: 16px;
    right: 28px;
}
/*文本*/
.Docking_text{
    float: right;
    width: 898px;
    min-height:500px;
    background:rgba(255,255,255,1);
    border-radius:16px;
    margin-top: 32px;
    display: none;
    /* margin-left: 40px; */
}
@media (max-width:1200px){
    .Docking_text{
        width: 700px;
        height:800px;
    }
}
@media (max-width:990px){
    .Docking{
        width: 160px;
    }
    .Docking_text{
        width: 575px;
        height:800px;
    }
    #box ul li a{
        padding-left: 0;
    }
    #box p{
        padding-left: 4px;
    }
}
@media (max-width:775px){
    .Docking{
        width: 140px;
    }
    .Docking_text{
        width: 520px;
        height:900px;
    }
   
}
@media (max-width:719px){
    .Docking{
        width: 140px;
    }
    .Docking_text{
        width: 475px;
        height:900px;
    }
   
}
@media (max-width:677px){
    .Docking{
        width: 140px;
    }
    .Docking_text{
        width: 440px;
        height:900px;
    }
   
}
@media (max-width:634px){
    .Docking{
        width: 100%;
        min-height:200px;
        background:#050D2B;
        border-radius:4px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .Docking_text{
        width: 100%;
        margin:0 auto;
        margin-bottom: 20px;
    }
   
}

/* .Docking_text h3{
    text-align: center;
    padding: 25px 0;
    color: #333333;
}
.Docking_text_{
    margin-left: 58px;
}
.Docking_text_ h4{
    margin-top: 40px;
    font-weight: 600;
}
.Docking_text_  p{
    width: 90%;
    font-size: 16px;
}
.Docking_text_  p a{
    color: #5071DF;
    text-decoration: none;
}
.content{
    height: 0;
} */
/*公共的头部样式*/
.common_{
    width: 100%;
    height: 76px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common_title{
    display: flex;
    align-items: center;
    font-size: 18px;
    color:'#666666';
    height: 100%;
    margin-left: 38px;
}
.common_p{
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 22px;
    color: #333333;
}
.common_title .common_p span{
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 3px solid #4F6DD8;
    box-sizing: border-box;
    padding-top: 3px;
}
.Docking_title{
    width: 100%;
    height: 76px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_left{
    display: flex;
    height: 100%;
}
.title_left{
    display: flex;
    align-items: center;
    font-size: 18px;
    color:'#666666';
    height: 100%;
    margin-left: 38px;
}
.left_p{
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 22px;
    color: #333333;
}
.title_left .left_p span{
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 3px solid #4F6DD8;
    box-sizing: border-box;
    padding-top: 3px;
}
.title_left:nth-child(1) p:last-child{
    margin-left: 53px;
}
.time{
    width: 119px;
    height: 40px;
    border: 1px solid #999999;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.time span:last-child{
    display: flex;
    border: 6px solid  transparent;
    border-left-color:#999999;
    top: 18px;
    right: 30px;
    margin-left: 10px;
}
/*表格*/
.Docking_table{
    height: 100%;
    min-height: 50px;
    margin-top: -5px;
    font-size: 16px;
}
.Docking_table ul li{
    width: 90%;
    height: 50px;
    margin:0 auto;
    border-bottom: 1px solid #EDEDED;
}
.Docking_table ul li:first-child{
    width: 100%;
    height: 50px;
    background-color: #E8E8E8;
}
.Docking_table ul li:first-child a:first-child{
    display: flex;
    width: 24%;
    height: 100%;
    align-items: center;
    text-align: left;
    padding-left: 50px;
}
.Docking_table ul li a:first-child{
    display: flex;
    align-items: center;
    height: 100%;
    width: 24%;
    text-align: left;
}
.Docking_table ul li:first-child a:nth-child(2){
    display: flex;
    float: left;
    width: 24%;
    height: 100%;
    text-align: left;
    padding-left: 30px;
    align-items: center;
}
.Docking_table ul li a:nth-child(2){
    display: flex;
    align-items: center;
    height: 100%;
    width: 24%;
    text-align: left;
}
.Docking_table ul li:first-child a:nth-child(3){
    display: flex;
    align-items: center;
    height: 100%;
    width: 5%;
    text-align: center;
}
.Docking_table ul li a:nth-child(3){
    display: flex;
    align-items: center;
    height: 100%;
    width:8%;
    text-align: left;
}
.Docking_table ul li:first-child a:nth-child(4){
    display: flex;
    align-items: center;
    height: 100%;
    width: 30%;
    text-align: left;
    padding-left: 50px;
}
.Docking_table ul li a:nth-child(4){
    display: flex;
    align-items: center;
    height: 100%;
    width: 34%;
    text-align: left;
    padding-left: 20px;
}
.Docking_table ul li:first-child a:nth-child(5){
    display: flex;
    align-items: center;
    height: 100%;
    width: 10%;
    justify-content: center;
    padding-left: 10px;
}
.Docking_table ul li a:nth-child(5){
    display: flex;
    align-items: center;
    height: 100%;
    width: 8%;
    text-align: left;
}
.Docking_table ul li a{
    display: flex;
    align-items: center;
    float: left;
    width: 20%;
    height: 100%;
    text-align: left;
    font-size: 14px;
}
/*我的停车位*/
.Myparking{
    width: 100%;
    height: 76px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.parking_left{
    display: flex;
    align-items: center;
    font-size: 18px;
    color:'#666666';
    height: 100%;
    margin-left: 38px;
}
.left_p{
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 22px;
    color: #333333;
}
.parking_left .left_p span{
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 3px solid #4F6DD8;
    box-sizing: border-box;
    padding-top: 3px;
}
/*我的车位的表格*/
.parking_table{
    height: 100%;
    min-height: 75px;
    margin-top: -5px;
    font-size: 16px;
}
.parking_table ul li{
    width: 90%;
    height: 75px;
    margin:0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
}
.parking_table ul li:first-child{
    width: 100%;
    height: 50px;
    background-color: #E8E8E8;
}
.parking_table ul li:first-child a:first-child{
    display: flex;
    align-items: center;
    height: 100%;
    width: 30%;
    padding-left: 50px;
}
.parking_table ul li a:first-child{
    display: flex;
    align-items: center;
    height: 100%;
    width: 31%;
}
.parking_table ul li:first-child a:nth-child(2){
    display: flex;
    align-items: center;
    height: 100%;
    width: 25%;
    padding-left: 30px;
}
.parking_table ul li a:nth-child(2){
    display: flex;
    align-items: center;
    height: 100%;
    width: 25%;
}
.parking_table ul li:first-child a:nth-child(3){
    display: flex;
    align-items: center;
    height: 100%;
    width: 5%;
    text-align: center;
}
.parking_table ul li a:nth-child(3){
    display: flex;
    align-items: center;
    height: 100%;
    width:8%;
}
.parking_table ul li:first-child a:nth-child(4){
    display: flex;
    align-items: center;
    height: 100%;
    width: 20%;
    padding-left: 50px;
}
.parking_table ul li a:nth-child(4){
    display: flex;
    align-items: center;
    height: 100%;
    width: 20%;
    padding-left: 20px;
}
.parking_table ul li:first-child a:nth-child(5){
    display: flex;
    align-items: center;
    height: 100%;
    width: 10%;
    justify-content: center;
}
.parking_table ul li a:nth-child(5){
    display: flex;
    align-items: center;
    height: 100%;
    width: 15%;
    padding-left: 25px;
}
.parking_table ul li a{
    display: block;
    float: left;
    width: 20%;
    text-align: left;    
}
.span1{
    padding: 5px 10px 5px 10px;
    border: 1px solid #999999;
    border-radius: 4px;
    font-size: 12px;
}
.span2{
        padding: 5px 10px 5px 10px;
        border: 1px solid #999999;
        border-radius: 4px;
        font-size: 12px;
        margin-left: 10px;
    }
.span3{
    padding: 5px 15px 5px 15px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    background-color: #5071DF;
}
/*我的账单表格*/
.bill_table{
    height: 100%;
    min-height: 75px;
    margin-top: -5px;
    font-size: 16px;
}
.bill_table ul li{
    width: 90%;
    height: 75px;
    margin:0 auto;
    display: flex;
    align-items: center;
    
}
.bill_table ul li:first-child{
    width: 100%;
    height: 50px;
    background-color: #E8E8E8;
}
.bill_table ul li:first-child a:first-child{
    display: block;
    float: left;
    width: 30%;
    text-align: left;
    line-height: 50px;
    padding-left: 50px;
    border-bottom: none;
}
.bill_table ul li a:first-child{
    display: block;
    float: left;
    width: 30%;
    text-align: left;
    line-height: 75px;
}
.bill_table ul li:first-child a:nth-child(2){
    display: block;
    float: left;
    width: 10%;
    text-align: left;
    line-height: 50px;
    padding-left: 10px;
    border-bottom: none;
}
.bill_table ul li a:nth-child(2){
    display: block;
    float: left;
    width: 10%;
    text-align: left;
    line-height: 75px;
}
.bill_table ul li:first-child a:nth-child(3){
    display: block;
    float: left;
    width: 30%;
    text-align: left;
    line-height: 50px;
    border-bottom: none;
}
.bill_table ul li a:nth-child(3){
    display: block;
    float: left;
    width:33%;
    text-align: left;
    line-height: 75px;
}
.bill_table ul li:first-child a:nth-child(4){
    display: block;
    float: left;
    width: 15%;
    text-align: left;
    line-height: 50px;
    border-bottom: none;
    padding-left: 0px;
}
.bill_table ul li a:nth-child(4){
    display: block;
    float: left;
    width: 16%;
    text-align: left;
    line-height: 75px;
    padding-left: 15px;
}
.bill_table ul li:first-child a:nth-child(5){
    display: block;
    float: left;
    width: 10%;
    text-align: center;
    line-height: 50px;
    border-bottom: none;
    padding-left: 0px;
}
.bill_table ul li a:nth-child(5){
    display: block;
    float: left;
    width: 15%;
    text-align: left;
    line-height: 73px;
    padding-left: 51px;
}
.bill_table ul li a{
    display: block;
    float: left;
    width: 20%;
    text-align: left;
    line-height: 75px;
    border-bottom: 1px solid #EDEDED;
}
/*更换手机号码*/
.replace{
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.replace_text{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 50%;
    height: 60%;
    color: #333333;
}
.replace_text p{
    color: #333333;
    font-weight: 600;
}
.replace_text .input{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 296px;
    margin-left: 22px;
    border: none;
    border-bottom: 1px solid #BFBFBF;
    font-weight: 100;
    color: #333333;
}
.input::-webkit-input-placeholder{
    color: #CBCBCB;
}
/* .replace_text span{
    
} */
.replace_text p:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 296px;
    height: 49px;
    background-color: #5071DF;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}
.code{
    display: inline-block;
    width: 91px;
    height: 35px;
    position: absolute;
    background-color: #5071DF;
    text-align: center;
    line-height: 35px;
    margin-left: -91px;
    color: #fff;
    font-size: 12px;
    border: none;
}
/*开发票*/
.invoice{
    height: 100%;
    min-height: 75px;
    margin-top: -5px;
    font-size: 14px;
}
.invoice ul li{
    width: 90%;
    height: 55px;
    margin:0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
}
.invoice ul li:first-child{
    width: 100%;
    height: 55px;
    background-color: #E8E8E8;
}
.invoice ul li a{
    display: block;
    float: left;
    width: 35%;
    text-align: left;
    /* line-height: 55px;   */
    font-size: 15px;   
}
.invoice ul li a:last-child{
    display: flex;
    justify-content: center;
 }
 .invoice ul li a:first-child{
    padding-left: 4px;
 }  
 .invoice ul li a:nth-child(2){
    padding-left: 30px;
 }
.invoice ul li:first-child a:first-child{
    padding-left: 50px;
    border: none;
}
.invoice ul li:first-child a:nth-child(2){
    padding-left: 50px;
    border: none;
}
.invoice ul li:first-child a:last-child{
    display: flex;
    justify-content: flex-start;
    padding-left: 100px;
    border: none;
}
/*个人资料*/
.replace{
    display: flex;
    align-items: center;
    justify-content: center;
}
.replace_info{
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; */
    width: 50%;
    border: 1px solid #000000;
}
/* .replace_info img{
    margin:0 auto;
} */
.replace_info_1{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.replace_info_1 p{
    margin:0px;
}
.replace_info_1 input{
    width: 50%;
    border: none;
    color: #4F6ED9;
}