*{padding: 0;margin: 0;}
a{text-decoration:none}
body{
    background-color: #e2e2e2;
    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%;
}
/* 图标部分 */
.icon{
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.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: white    ;
    background-color: #40B4FF;
    border-radius: 50%;
    position: absolute;
    right: 20%;
    top: 15%;
}
.sr-input{
     position:relative
 }
 .sr-input input{
     border-radius: 20px;
     height: 35px;
     font-size: 14px;
      outline: none;
        width:100%;
    border: 0;
    border: 1px solid #aaa;
    text-indent:10px
 }
 .sr-input-span{
     border-radius: 20px;
     position: absolute;
     top:0;
     right: -1px;
     z-index: 999;
     background-color: #40B4FF;
     color: #fff;
      width: 30%;
      height: 37px;
      line-height: 15px;
      font-size:14px; 
      outline: none;
      display:flex;
      justify-content:center;
      align-items:center
 }
.danh-input{
    position:relative
}
.danh-input input{
    border-radius: 20px;
    height: 35px;
    font-size: 9px;
     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
}
/* 单号查询 */
.inp{
    margin-top: 10px;
    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;
}
/* 按钮 */
.bts{
    border-radius: 20px;
    position: absolute;
}
/* 导航部分 */
.nac{
    transform: translateZ(0)
}
.nav{
    margin-top: 10px;
    background-color: #fff;
}
.nac{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    justify-content:space-around;
    padding: 10px 0 10px 0;
}
.co-div{
    background-color: #f1f1f1;
    height: 80px;
    margin-top: 2%;
    border-radius: 1px;
    overflow: hidden;
    width: 31%;
    transform: translateZ(0)
}

.co-div{
    /*margin-left: 5%;*/
    /*margin: 2%;*/
}
.nav1, .nav2 , .nav3,.nav4, .nav5 , .nav6{
    height: 100%;
   
    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: 20px;
}
.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;
}
/* 导航文字部分 */
.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: 10px;
    background-color: #fff;
    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;
    height: 40px;
}
.lr-h1{
    font-size: 20px;
    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{
    margin-top: 5%;
    height: 100px;
    position: relative;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
/*.lr_input_text{
    position: absolute;
    float: left;
    font-size: 1.5rem;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}*/
.lr_input_text{
    float: left;
    font-size: 15px;
    width:40%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
   padding-right:9%
}
.lr_input_div{
    float: left;
    font-size: 15px;
    width:50%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lr_input_div input{
    width:100%
}
.lr_input{
    /*position: absolute;
     width:55%;
    height: 2rem;
    top: 50%;
    left: 38%;
    transform: translateY(-50%);*/
    outline: none;
}
.lr_input2{
    height: 40px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.lr_btn{
    margin-left:50%;
    transform: translateX(-50%);
    width: 30px;
    height: 15px;
    color: #fff;
    background-color: #FB8F8F;
    border-radius: 10px;
    border: 0;
    width: 100px;
    height: 30px;
    outline: none;
    margin-top:10px
}
.input{width: 85%;}
.lr_input2 .lr_input2_secet{
     width:100%;
     height:30px;
     outline: none;
     border:0;
     font-size:15px
}
/* 内容部分 */
.cont_two{
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    padding:10px 0
}
.cont_two_div{
    margin-top: 10px;
    height: 80px;
    width: 30%;
}
.cw_div a{
    display:block;
    width:100%;
    height:100%
}
.cont-img{
    width: 50px;
    height: 50px;
    border-radius: 20px;
    background-color: red;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.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;
}
.content_two_p{
    position: absolute;
    bottom: 1%;
    width: 100%;
    text-align: center;
    color: #2f2f2fbb;
}
/* 圆的颜色 */
.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: 15px;
    color: #aaa;
}
/*脚部*/ 
.err{
    height:80px;
}

.footer{
    background-color:#fff;
    padding:5px;
}
.footers{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    position :fixed;
    flex-wrap:wrap;
    bottom :0;
    z-index :999;
    background-color:#fff;
    width:100%;
}
.footer_hyzx{
    display :flex;
    justify-content:center;
    align-items:center;
    width:100%;
    border-top:1px solid #f1f1f1;
}
.footer-div{
    width:25%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    
}
  .footer-div p a{
      color:#000
  } 
 /*图片*/ 
.footer-div img{
    width:3px;
    padding-top:13px;
}
.footer-div p{
    width:100%;
    text-align:center;
    padding-top:3px;
    color:#666;
    margin:0;
    padding-bottom:5px;
}
.footer-div a{
    width:100%;
    display:block;
    
}


