.collect-list{
    display: flex;

}
.collect-list input{
    width: 260px;
    height: 26px;
    margin-top: 8px;
    margin-left: 15px;
    font-size: 14px;
    border-radius: 13px;
    background-color:rgba(225,225,225,0.5);
    color: #696767;
    position: relative;
}
.collect-list img{
    height: 26px;
    margin-left: 20px;
}
.ip-box{
    position: relative;
    background-color:#2c70f1;
}

.ip-box img{
    position: absolute;
    width: 15px;
    height: 15px;
    top: 13px;
    right: 5px;
     
     
   
}

.reset{
    display: flex;
    width: 100%;
    height: 42px;
    background-color:#2c70f1;
    line-height: 42px;

}
.reset .reset-font{
    margin-left: 14px;
    font-size: 14px;
    color: #fff
}
.reset img{
    
   
    vertical-align: middle;
    
    
}

#map-container{
    width: 100%;
    height: 172px;
    
    overflow: hidden;
    margin: 0;
    font-family: "Î¢ÈíÑÅºÚ";
    
}
#map-container img{
    width: 100%;
    height: 172px;
    margin: 0; 
}
.contar-box{
position: relative;
}
.contar-box .option{
    position: absolute;
    width: 38px;
    height: 38px;
    right: 0;
    top: 44px;
    z-index: 5;
    line-height: 45px;
    background-color: #fff;
    text-align: center
}
.contar-box .option a{
    display: inline-block;
    width: 18px;
    height: 18px;
}
.contar-box .option a img{
    width: 18px;
    height: 18px;
}
.contar-box .position {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    left: 14px;
    bottom: 8px;
    border: 1px solid #e1e3ea
}
.contar-box .position img{
    width: 29px;
    height: 29px;
}


.message-header{
    display: flex;
    position: relative;
    width: 100%;
    height: 42px;
    background-color: #ecedef;
    line-height: 42px;
    padding: 0 14px 0 14px;
}
.message-header p{
    font-size: 14px;
    font-weight: bold;
    color: #2c70f1;
}
.message-header p:nth-child(2){
    color: #4a4a4a;
    
}

.message-header .upward img{
    position: absolute;
    right: 16px;
    top: 14px;
    width: 14px;
    height: 14px;
    
    
}

body{
    background-color: #fff;
}

.Info-list ul li{
    display: flex;
}
.verify{
    display: flex;
    width: 100%;
    height: 42px;
    
    border-bottom: 1px solid #e1e3ea
}
.verify div{
    margin-top: 18px;
    font-size: 13px;
    margin-left: 14px;
    
}

.outlive{
    border-bottom: 2px solid #2c70f1;
    color: #2c70f1
}

.tab-1,.tab-2,.contar-box{
    display: none;
}

.active{
    display: block;
}
.tab-2 .check{
    width: 57px;
    height: 15px;
    background-color: rgb(211, 32, 59);
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    margin-top: 14px;
    margin-left: 14px;
    color: #e1e3ea
}

.path-list{
    display: flex;
    width: 347px;
    height: 42px;
    line-height: 42px;
    position: relative;
    margin: 0 14px;
    border-bottom: 1px solid #e1e3ea;
    
}
.path-list .towards img{
    width: 13px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 14px;
}
.path-list p {
    font-size: 14px;
    color: #4a4a4a
}

.path-list .icon-01 img{
    width: 16px;
    height: 14px;
    margin-right: 14px;
}

.check{
    width: 57px;
    height: 15px;
    background-color: #2c70f1;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    margin-top: 14px;
    margin-left: 14px;
    color: #e1e3ea
}
.skip img{
    width: 13px;
    height: 15px;
    margin-left: 130px;
    vertical-align: middle;
    
}
.Info-list li:last-child .path-list{
    border-bottom: none;  
}
footer{
    text-align: center;
}
.footer-nav{
    font-size: 12px;
    color: #2c70f1;
    margin-top: 88px;
}