*{padding: 0;margin: 0;}
body{
    /*background-color: #eee;*/
    width: 100%;
    overflow: hidden;
}
html {
    overflow-y: scroll;
    /*font-size: 10px;*/
  }
  .clear{
      clear: both;
  }
  
/* 头部 */
.header{
    background-color: #fff;
}
.container-fluid{
    padding: 0;
}
/* 轮播部分 */
/* 轮播图片 */
.carousel-inner .item img{
    width: 100%;
}
/*最新公共*/
.gongga-zuix{
    /*padding:1rem;*/
    background:#fff;
    margin-top:5px;
        display: flex;
    justify-content: center;
    align-items: center;
}

/* 图标部分 */
.icon{
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
     margin-top:10px
}
.icon-div{
    width: 25%;
    position: relative;
    height: 100%;
}
.icon-div img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20%;
    left: 50%;
   transform: translateX(-50%);
}
.icon-div p{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}
.icon_c{
    width: 20px;
    height: 20px;
    color: red;
    background-color: #F1EEEE;
    border-radius: 50%;
    position: absolute;
    right: 20%;
    top: 15%;
}
.gungao-lefet{
    float:left;
    font-size:18px;
    width:30%;
    
}
.gongfao-txt{
    padding-left:10px;
    border-left: 2px solid #0089e1;
}
.notice {
    height: 34px;
    overflow: hidden;
    z-index: 2;
    width:100%;
    float:right
}
 .notice li {
    width: auto;
    margin-right: 10px;
    display: inline;
    line-height: 30px;
        font-size: 12px;
        color:red;
    font-weight: 600;
}
/* 单号查询 */
.inp{
    margin-top: 5px;
    position: relative;
}
/* .input{
    width: 100%;
} */
.inpt_txt{
    width: 31%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 2px solid #0089e1;
}
.inp_inp{
    width: 68%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tit-h2{
    font-size: 20px;
}
.danh-input{
    position:relative
}
.danh-input input{
    border-radius: 20px;
    height: 35px;
    font-size: 14px;
     outline: none;
     width:100%;
     text-indent:20px;
     background:#ececec
}
.danh-bts{
    border-radius: 20px;
    position: absolute;
    right: 0;
    z-index: 999;
    background-color: #40B4FF;
    margin-top:0px;
    color: #fff;
    width: 70px;
    height: 35px;
    font-size: 16px;
    outline: none;
    position:absolute;
    right:0;
    top:0;
    text-align:center;
    line-height:35px
}
/* 按钮 */
.bts{
    border-radius: 20px;
    position: absolute;
}
/* 导航部分 */
.nac{
    transform: translateZ(0)
}
.nav{
    margin-top: 5px;
    background-color: #fff;
}
.nac{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px 0;
}
.co-div{
    background-color: #f1f1f1;
    height: 80px;
    margin-top: 2%;
    border-radius: 10px;
    overflow: hidden;
    width: 30%;
    transform: translateZ(0)
}

.co-div{
    margin-left: 5%;
    margin: 2%;
}
.nav1, .nav2 , .nav3,.nav4, .nav5 , .nav6{
    height: 100%;
    border-radius: 20px;
    position: relative;
}
/* 圆 */
.circular{
    position: relative;
    width: 100%;
    height: 100%;
}
.c1 , .c2, .c3, .c4, .c5{
    position: absolute;
    border-radius: 100%;
    background-color:rgba(247, 247, 247, 0.5);
}
.c1{
    width: 10px;
    height: 10px;
    top: 10%;
    left: 10%;
}
.c2{
    width: 40px;
    height: 40px;
    top: -15%;
    right: -5%;
}
.c3{
    width: 20px;
    height: 20px;
    left: 11%;
    bottom: 17%;
}
.c4{
    width: 30px;
    height: 30px;
    top: 14%;
    right: 35%;
}
.c5{
    width: 25px;
    height: 25px;
    right: 25%;
    bottom: 9%;
}
/* 导航背景颜色 */
.nav1{
    background-image: linear-gradient(45deg,  #63D7EC , #736EFE); border-radius: 10px;
}
.nav2{
    background-image: linear-gradient(45deg, #0cD5F9, #3C8BE7); border-radius: 10px;
}
.nav3{
    background-image: linear-gradient(45deg,  #FED374 , #F8782F); border-radius: 10px;
}
.nav4{
    background-image: linear-gradient(45deg,  #F6CEEC , #D939CD); border-radius: 10px;
}
.nav5{
    background-image: linear-gradient(45deg, #FCFF00, #FFA8A8);  border-radius: 10px;
}
.nav6{
    background-image: linear-gradient(45deg,  #F761A1, #8C1BAB ); border-radius: 10px;
}
.nav-a{
    display:block;
    width:100%;
    height:100%
}
/* 导航文字部分 */
.tex{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 50%;
}
.tex p:nth-child(1){
    font-size: 18px;
    color: #fff;
    width: 110px;
    display: block;
}
.tex p:nth-child(2){
    font-size: 10px;
    margin-top: 25%;
    color: #fff;
}
/* 录入部分 */
.lr{
    margin-top: 5px;
    background-color: #fff;
    /*height: 24rem;*/
    position: relative;
}
.lr_cont{
    padding: 10px;
}
.lr_text_left{
    position: absolute;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    border-left: 2px solid #0089e1;
    
}
.lr_top{
    position: relative;
    padding:10px
}
.lr-h1{
    font-size: 18px;
    padding-left: 10px;
    float: right;
}
.lr_text_right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 27%;
    right: 0;
}
.lr-h2{
    float: left;
}
/* 录入input框 */
.lr_input1{
    height: 30px;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
}
.lr-csz{
    width:90%;
    margin:0 auto
}
.lr_input_text{
    position: absolute;
    float: left;
    font-size: 15px;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}
.lr_input{
    position: absolute;
    width: 200px;
    height: 20px;
    top: 50%;
    left: 38%;
    transform: translateY(-50%);
    outline: none;
    font-size:14px
}
.lr_input2{
    margin-top: 5px;
    height: 30px;
    position: relative;
}
.lr-img img{
    width:20px;
    float:right
}
/*.lr_btn{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 1.5rem;
    color: #fff;
    background-color: #FB8F8F;
    border-radius: 1rem;
    border: 0;
    width: 10rem;
    height: 3rem;
    outline: none;
    bottom: 5%;
}*/
.lr_btn{
    color: #fff;
    background-color: #FB8F8F;
    border-radius: 10px;
    border: 0;
    outline: none;
    bottom: 5%;
    padding:5px 10px; 
    transform: translateX(-50%);
    margin-left:50%;
    width:25%;
    margin-top:10px
}
.input{width: 95%;}
/* 内容部分 */
.cont_two{
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
    padding:10px
}
.cont_two_div{
    margin-top: 10px;
    height: 80px;
    width: 25%;
}

.cont-img{
    width: 55px;
    height: 55px;
    border-radius: 20px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.icons{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.cw-flex{
    display: flex;
    justify-content: center;
}
.cw_div{
    height: 100%;
    position: relative;
}
/* 内容2 */
.tit-t{
    position: absolute;
    border-left: 3px solid #0089e1;
    left: 5%;
    top: 4%;
    height: 5%;
}
.title{
    position: absolute;
    top: 2%;
    left: 7%;
}
.content-two{
    position: relative;
    background-color: #ffffff;
    margin-top: 10px;
    height: 240px;
}
.content_two_p{
    position: absolute;
    bottom: 1%;
    width: 100%;
    text-align: center;
    color: #2f2f2f;
    font-size:15px
}
/* 圆的颜色 */
.y1{
    background-image: linear-gradient(45deg, #FEB592 , #EC5959);
}
.y2{
    background-image: linear-gradient(45deg, #ABDBFF 0%, #0396FE 100%)
}
.y3{
    background-image: linear-gradient(45deg, #0396FE 0%, #31CCBC 100%);
}
.y4{
    background-image: linear-gradient(45deg, #31CCBC , #31CCBC);
}
.y5{
    background-image: linear-gradient(45deg, #FEB592 , #EA5656);
}
.y6{
    background-image: linear-gradient(45deg, #FFE984 , #FA742D);
}
.y7{
    background-image: linear-gradient(45deg, #F6D242 , #FF52E5);
}
.y8{
    background-image: linear-gradient(45deg, #3C8CE7 , #00EAFF);
}
.y9{
    background-image: linear-gradient(45deg, #97ABFF , #123597);
}
/* 内容2的字体部分 */
.text p:nth-child(1){
    font-size: 18px;
    font-weight: bold;
}
.text p:nth-child(2){
    font-size: 14px;
    color: #aaa;
}
.err{
    height: 20px;
}
/* 脚部 */
.footer{
    background-color: #fff;
    padding: 5px;
}
.footers{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    border-top:1px solid #bbb
}
.footer_hyzx{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-div{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height:100%;
}
/* 图片 */
.footer-div img{
    width: 30px;
}
.footer-div p{
    width: 100%;
    text-align: center;
    font-size:13px;
    color:#5d5d5d;
}
.footer-div-a{
    display:block;
    width:100%;
    padding:5px 0;
}


