/*首页样式开始*/
.index-content{
    /*position: relative;*/
}
.index-content .index-info{
    position: absolute;
    width: 100%;
    left: 0;
    top:35vw;
    text-align: center;
}
.index-info .info{
    width: 88%;
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
    border-radius: 0.2rem;
    -moz-box-shadow:0px 5px 20px #B3B3B3; -webkit-box-shadow:0px 5px 20px #B3B3B3; box-shadow:0px 5px 20px #B3B3B3;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
.index-info .info .info-div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    padding: 1.5rem 0.5rem 0;
}
.index-info .info .info-div .info-title{
    width: 3rem;
    height:1.2rem;
    position: absolute;
    top:0.5rem;
    left: -2%;
    background-image:  url("/static/api/img/index_title.png");
    padding: 0.04rem 0 0 0.45rem;
    color: #fff;
    font-size: 0.5rem;
    font-weight: bold;
    background-size: 100% 100%;
}
.index-info .info .info-div .info-one{
    width: 45%;
    margin: 0.1rem 0 0.4rem;
}

.index-info .info .info-div .info-one .title{
    font-size: 0.38rem;
    font-weight: bold;
    margin: 0 0 0.1rem
}
.index-info .info .info-div .info-one .unit{
    font-size: 0.2rem;
    margin: 0 0 0.2rem
}
.index-info .info .info-div .info-one .num{
    font-size: 0.36rem;
    border:1px solid #ccc;
    border-radius:0.1rem;
    padding: 0.08rem 0 0.05rem 0.2rem;
    margin: 0;
}
.index-content .index-bottom{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #2A73E0;
    height: 1rem;
    /*padding: 0.2rem 0;*/
}
.index-bottom .luru,.index-bottom .kuaidi{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    background-color: #2A73E0;
    height: 100%;
}
.index-content a{
    display: inline-block;
    /*width: 100%;*/
    text-decoration: none;
    color: #ffffff;
}
.index-content .index-bottom .luru .menu-one{
    width: 100%;
    font-size: 0.4rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 0.2rem 0;
}
.index-content .index-bottom .kuaidi .menu-one{
    font-size: 0.41rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    height: 100%;
    display: inline-block;
    /*padding: 0.2rem 0;*/
    /*line-height: 1rem;*/
    position: relative;
}
.index-content .index-bottom .kuaidi_3 .menu-one{
    width: 33.33%;
}
.index-content .index-bottom .kuaidi_4 .menu-one{
    width: 25%;
}
.index-content .index-bottom .kuaidi .menu-one .p-name{
    border-right: 2px solid #7BA8EB;
    display: inline-block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
}
.index-content .index-bottom .kuaidi .menu-one:last-child .p-name{
    border-right: none;
}
/*2020-5-27修改*/
.index-bottom .kuaidi .menu-one ul{
    position: absolute;
    left: 0;
    bottom:1rem;
    z-index: 999;
    background-color: #4a93ff;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type:none;

}
.index-bottom .kuaidi .menu-one ul li{
    height: 1rem;
    line-height: 1rem;
    border-bottom: 2px solid #fff;
}
.nothing{
    width: 100%;
    text-align: center;
    font-size: 0.5rem;
    box-sizing: border-box;
}
.apply-a{
    font-size: 0.45rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #2A73E0;
    padding: 0.2rem 0.3rem;
    border-radius: 0.2rem;
    margin-bottom: 0.5rem;
}
.debind-a{
    width: 4rem;
    font-size: 0.45rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #FF9A00;
    padding: 0.2rem 0.3rem;
    border-radius: 0.2rem;
    margin: -1rem auto 2rem;
}
/*首页样式结束*/