/* 手机端 */
@media screen and (max-width: 992px) {
  .app {
    margin: 2.13rem 0 0 0;
  }
  #overlay {
    display: none;
  }

  .banner {
    position: relative;
    height: 5rem;
  }

  .banner img {
    width: 100%;
    height: 5rem;
  }

  .banner .title {
    font-size: 0.8rem;
    font-weight: Bold;
    left: calc(1.82rem * 0.8);
    top: calc(2.4rem * 0.8);
    color: #ffffff;
    position: absolute;
  }

  .banner .subtitle {
    color: #ffffff;
    position: absolute;
    left: calc(1.82rem * 0.8);
    top: calc(3.8rem * 0.8);
    font-size: 0.6rem;
  }

  .tabs_box {
    display: flex;
    height: 1rem;
    margin: 0.2rem 0.5rem;
    align-items: center;
    justify-content: space-between;
  }

  .tabs_box .tabs::-webkit-scrollbar {
    display: none;
    /* 隐藏Webkit浏览器的滚动条 */
  }

  .tabs_box .tabs {
    display: flex;
    color: #333333;
    height: 100%;
    flex: 1;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    /* 隐藏Firefox浏览器的滚动条 */
    -ms-overflow-style: none;
    /* 隐藏IE和Edge的滚动条 */
  }

  .tabs_box .tabs .tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.4rem;
    margin: 0 0.2rem;
  }

  .tabs_box .tabs .check_tab {
    border-bottom: 1px solid #0074B7;
    color: #0074B7;
  }

  .tab a {
    color: #333333;
  }

  .tabs_box .router {
    display: none;
  }

  .netsale,
  .distribution,
  .retail,
  .instrument,
  .internet {
    margin: 0 0.5rem 0.5rem 0.5rem;
  }

  .netsale .title,
  .distribution .title,
  .retail .title,
  .instrument .title,
  .internet .title {
    display: flex;
    flex-direction: column;
    font-size: 0.5rem;
    font-weight: bold;
    color: #333333;
    position: relative;
    margin: 0.3rem 0 0 0;
  }

  .netsale .title .beacon,
  .distribution .title .beacon,
  .retail .title .beacon,
  .instrument .title .beacon,
  .internet .title .beacon {
    margin: 0.1rem 0;
    display: flex;
    height: 0.1rem;
    width: 1rem;
    justify-content: space-between;
  }

  .netsale .title .beacon .beacon1,
  .distribution .title .beacon .beacon1,
  .retail .title .beacon .beacon1,
  .instrument .title .beacon .beacon1,
  .internet .title .beacon .beacon1 {
    flex: 1;
    background-color: #F87D04;
    height: 100%;
  }

  .netsale .title .beacon .beacon2,
  .distribution .title .beacon .beacon2,
  .retail .title .beacon .beacon2,
  .instrument .title .beacon .beacon2,
  .internet .title .beacon .beacon2 {
    flex: 1;
    background-color: #006EB4;
    height: 100%;
  }

  .netsale .content,
  .distribution .content,
  .retail .content,
  .instrument .content,
  .internet .content {
      max-width: 100%;
    font-size: 0.4rem;
    color: #333333;
  }

  .netsale .content .text,
  .distribution .content .text,
  .retail .content .text,
  .instrument .content .text,
  .internet .content .text {
    margin: 0.2rem 0;
  }

  .netsale .content .img_box,
  .distribution .content .img_box,
  .retail .content .img_box,
  .instrument .content .img_box,
  .internet .content .img_box {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.3rem;
  }
[src]{
 max-width:100%;
 }
  .netsale .content .img_box img,
  .distribution .content .img_box img,
  .retail .content .img_box img,
  .instrument .content .img_box img,
  .internet .content .img_box img {
    max-width: 100%;
  }

  .distribution {
    display: none;
  }

  .retail {
    display: none;
  }

  .instrument {
    display: none;
  }

  .internet {
    display: none;
  }

  .logistics {
    /* display: none; */
    display: flex;
    flex-direction: column;
  }

  .logistics .contents01 .title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0.3rem 0;
  }

  .logistics .contents01 .title_box .title {
    font-weight: Bold;
    color: #333333;
    font-size: 0.5rem;
  }

  .logistics .contents01 .title_box .subtitle {
    color: #333333;
    font-size: 0.5rem;
  }

  .logistics .contents01 .content {
    display: flex;
    flex-direction: column;
    margin: 0 0.5rem;
    justify-content: space-between;
    align-items: center;
  }

  .logistics .contents01 .content .img {
    width: 100%;
  }

  .logistics .contents01 .content .img img {
    width: 100%;
  }

  .logistics .contents01 .content .text {
    font-size: 0.4rem;
  }

  .logistics .contents01 .content .text .tit {
    margin: 0.12rem 0;
  }

  .logistics .contents01 .content .text .txt {
    text-indent: 0.3rem;
    color: #666666;
    margin: 0.12rem 0;
  }

  .logistics .contents02 {
    margin: 0.3rem 0.5rem;
    text-align: center;
    position: relative;
  }
  .logistics .contents02 .zixun-card{
      margin: 20px 0 0 0;
  }
  .logistics .contents02 .zixun-card .text{
      font-size: 0.4rem!important;
  }

  .logistics .contents02 .title {
    font-size: 0.5rem;
    color: #333333;
    height: 1rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logistics .contents02 .beacon {
      display: none;
  }

  .logistics .contents02 .subtitle {
    font-size: 0.4rem;
    margin: 0.2rem 0rem;
    color: #666666;
  }

  .logistics .contents02 .img_box {
    margin: 0.2rem 0;
    display: flex;
    flex-direction: column;
  }

  .logistics .contents02 .img_box img {
    width: 100%;
    margin: 0.3rem 0;
  }

  .logistics .contents03 {
      /*border: 1px solid  red;*/
    margin: 0 0.5rem;
    position: relative;
  }

  .logistics .contents03 .title {
      /*border: 1px solid  black;*/
    font-size: 0.5rem;
    color: #333333;
    /*height: 1rem;*/
    line-height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .logistics .contents03 .beacon {
      /*border: 1px solid  red;*/
      display: none;
    /*width: 2rem;*/
    /*border: 1px solid #000000;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 1rem;*/
    /*transform: translate(-50%);*/
    /*box-sizing: border-box;*/
  }

  .logistics .contents03 .contents_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin: 0.5rem 0;
  }

  .logistics .contents03 .contents_box .contents_left {
    font-size: 0.4rem;
    width: 100%;
    padding: 0 0.2rem 0.2rem 0.2rem;
    box-sizing: border-box;
    background-color: #F8F8FA;
  }

  .logistics .contents03 .contents_box .contents_left .tit {
    display: flex;
    align-items: center;
    font-size: 0.45rem;
    color: Bold;
    /*margin: 0.2rem 0;*/
  }

  .logistics .contents03 .contents_box .contents_left .txt {
    color: #666666;
    font-size: 0.4rem;
    margin: 0.3rem 0;
  }

  .logistics .contents03 .contents_box .contents_left .date {
    margin: 0.2rem 0 0 0;
    color: #999999;
    font-size: 0.35rem;
  }

  .logistics .contents03 .contents_box .contents_right {
    margin: 0.3rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .logistics .contents03 .contents_box .contents_right .li {
    display: flex;
    align-items: center;
    height: 1rem;
  }

  .logistics .contents03 .contents_box .contents_right .li .left {
    font-size: 0.4rem;
    color: #333333;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .logistics .contents03 .contents_box .contents_right .li .right {
    font-size: 0.3rem;
    color: #666666;
    width: 2rem;
    text-align: end;
  }

  .logistics .contents03 .sorter_box {
    margin: 0.25rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.4rem;
    flex-wrap: wrap;
    color: #666666;
  }

  .logistics .contents03 .sorter_box .btn {
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.3rem;
    margin: 0.2rem 0.1rem;
  }

  .logistics .contents03 .sorter_box .ckeck_sorter {
    border: 1px solid #0074B7;
    color: #0074B7;
  }

  .logistics .contents03 .sorter_box .skip {
    height: 100%;
    margin: 0 0.07rem;
  }

  .logistics .contents03 .sorter_box .skip input {
    border: 1px solid #EDEDED;
    width: 0.5rem;
    color: #666666;
    height: 1rem;
    text-indent: 5px;
  }
}

/* PC端 */
@media screen and (min-width: 992px) {
  .app {
    /*margin: calc(0.52rem * 0.8) 0 0 0;*/
    margin: 134px 0 0 0;
  }
/*[src]{*/
/*  max-width:100%;*/
/* } */
  .banner {
    height: calc(4.24rem * 0.8);
    position: relative;
  }

  .banner img {
    width: 100%;
    height: calc(4.24rem * 0.8);
  }

  .banner .title {
    font-weight: Bold;
    font-size: 0.31rem;
    color: #ffffff;
    position: absolute;
    top: calc(1.8rem * 0.8);
    left: calc(1.76rem * 0.8);
  }

  .banner .subtitle {
    font-size: 0.14rem;
    color: #ffffff;
    position: absolute;
    top: calc(2.3rem * 0.8);
    left: calc(1.76rem * 0.8);
  }

  .tabs_box {
    display: flex;
    width: 70%;
    height: calc(0.36rem * 0.8);
    margin: 0 auto;
    font-size: 0.1rem;
    align-items: center;
    justify-content: space-between;
  }

  .tabs_box .tabs {
    display: flex;
    color: #333333;
    height: 100%;
  }

  .tabs_box .tabs .tab {
    margin-right: 0.23rem;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  .tabs_box .tabs .check_tab {
    border-bottom: 1px solid #0074B7;
    color: #0074B7;
  }

  .tabs_box .router {
    display: flex;
    align-items: center;
    color: #555555;
  }

  .tabs_box .router img {
    margin-right: 0.05rem;
  }

  .netsale,
  .distribution,
  .retail,
  .instrument,
  .internet {
    width: 70%;
    margin: 0 auto;
  }

  .netsale .title,
  .distribution .title,
  .retail .title,
  .instrument .title,
  .internet .title {
    height: 0.48rem;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-weight: bold;
    color: #333333;
    position: relative;
  }

  .netsale .title .beacon,
  .distribution .title .beacon,
  .retail .title .beacon,
  .instrument .title .beacon,
  .internet .title .beacon {
    width: 0.58rem;
    height: 0.02rem;
    position: absolute;
    left: 0;
    bottom: 0.01rem;
    display: flex;
    box-sizing: border-box;
  }

  .netsale .title .beacon .beacon1,
  .distribution .title .beacon .beacon1,
  .retail .title .beacon .beacon1,
  .instrument .title .beacon .beacon1,
  .internet .title .beacon .beacon1 {
    width: 0.29rem;
    height: 0.01rem;
    background-color: #006EB4;
    box-sizing: border-box;
  }

  .netsale .title .beacon .beacon2,
  .distribution .title .beacon .beacon2,
  .retail .title .beacon .beacon2,
  .instrument .title .beacon .beacon2,
  .internet .title .beacon .beacon2 {
    width: 0.29rem;
    height: 0.01rem;
    background-color: #F87D04;
    box-sizing: border-box;
  }

  .netsale .content,
  .distribution .content,
  .retail .content,
  .instrument .content,
  .internet .content {
    font-size: 0.09rem;
    color: #333333;
    margin: 0.15rem 0 0.25rem 0;
  }

  .netsale .content .text,
  .distribution .content .text,
  .retail .content .text,
  .instrument .content .text,
  .internet .content .text {
    margin: 0.1rem 0;
  }

  .netsale .content .img_box,
  .distribution .content .img_box,
  .retail .content .img_box,
  .instrument .content .img_box,
  .internet .content .img_box {
      width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: calc(0.15rem * 0.8);
  }

  .netsale .content .img_box img,
  .distribution .content .img_box img,
  .retail .content .img_box img,
  .instrument .content .img_box img,
  .internet .content .img_box img {
    max-width: 100%;
  }

  .distribution {
    display: none;
  }

  .retail {
    display: none;
  }

  .instrument {
    display: none;
  }

  .internet {
    display: none;
  }

  .logistics {
    /* display: none; */
  }

  .logistics .contents01 {
    /*height: calc(5.91rem * 0.8);*/
    padding: 0 0 30px 0;
    background-color: #F8F8FA;
  }
  
  .logistics .contents01 .title {
    height: 0.48rem;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-weight: bold;
    color: #333333;
    position: relative;
    /*border: 1px solid red;*/
    width: 70%;
    margin: 0 auto 0.15rem;
  }
  
  .logistics .contents01 .title .beacon {
    width: 0.58rem;
    height: 0.02rem;
    position: absolute;
    left: 0;
    bottom: 0.01rem;
    display: flex;
    box-sizing: border-box;
  }

  .logistics .contents01 .beacon .beacon1 {
    width: 0.29rem;
    height: 0.01rem;
    background-color: #006EB4;
    box-sizing: border-box;
  }

  .logistics .contents01 .beacon .beacon2 {
    width: 0.29rem;
    height: 0.01rem;
    background-color: #F87D04;
    box-sizing: border-box;
  }

  /*.logistics .contents01 .title_box {*/
  /*  height: 1rem;*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*}*/

  /*.logistics .contents01 .title_box .title {*/
  /*  font-weight: Bold;*/
  /*  color: #333333;*/
  /*  font-size: 0.26rem;*/
  /*}*/

  /*.logistics .contents01 .title_box .subtitle {*/
  /*  color: #333333;*/
  /*  font-size: 0.16rem;*/
  /*}*/

  .logistics .contents01 .content {
    display: flex;
    width: 70%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }

  .logistics .contents01 .content .img {
    width: calc(4.36rem * 0.8);
    height: calc(3.91rem * 0.8);
    margin-right: 0.1rem;
  }

  .logistics .contents01 .content .img img {
    width: calc(4.36rem * 0.8) !important;
    height: calc(3.91rem * 0.8);
  }

  .logistics .contents01 .content .text {
    font-size: 0.1rem;
    margin-left: 0.1rem;
  }

.logistics .contents01 .content .text p {
    text-align: justify;
  }
  .logistics .contents01 .content .text .tit {
    font-size: 0.21rem;
    margin: 0.12rem 0;
  }

  .logistics .contents01 .content .text .txt {
    text-indent: 0.1rem;
    color: #666666;
  }

  .logistics .contents02 {
    /*height: calc(5.2rem * 0.8);*/
    padding:  30px 0 30px 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }

  .logistics .contents02 .title {
    font-size: 0.26rem;
    color: #333333;
    height: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logistics .contents02 .beacon {
    width: 0.66rem;
    border: 1px solid #33A1DB;
    position: absolute;
    left: 50%;
    top: 0.65rem;
    transform: translate(-50%);
    box-sizing: border-box;
  }
      
  .logistics .contents02 .subtitle img{
    width: 100%;
  }
  .logistics .contents02 .zixun-box{
      /*border: 1px solid red;*/
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      /*grid-gap: 20px;*/
      grid-gap: calc(0.16rem * 0.8);
  }
  .logistics .contents02 .zixun-box .zixun-card {
      /*border: 1px solid blue;*/
      width: 100%;
      height: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
  }
  .logistics .contents02 .zixun-box .zixun-card .img{
      /*border: 1px solid red;*/
      width: 100%;
      height: 200px;
      /*cursor: pointer;*/
    /*height: 1.8rem;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F7;
    cursor: pointer;
    padding: 25px;
    box-sizing: border-box;
  }
  .logistics .contents02 .zixun-box .zixun-card .img img{
      /*border: 1px solid blue;*/
      width: 100%;
      height: 100%;
      cursor: pointer;
  }
  .logistics .contents02 .zixun-box .text{
      /*border: 1px solid black;*/
      font-size: 14px;
      margin: 5px 0;
      padding: 0 10px;
      height: 40px;
      line-height: 20px;
  }








  .logistics .contents03 {
    height: calc(4rem * 0.8);
    width: 70%;
    margin: 0 auto;
    position: relative;
  }

  .logistics .contents03 .title {
    color: #333333;
    height: 0.75rem;
    font-size: 0.26rem;
    display: flex;
    align-items: center;
  }

  .logistics .contents03 .beacon {
    width: 0.66rem;
    border: 1px solid #33A1DB;
    position: absolute;
    left: 0;
    top: 0.65rem;
    box-sizing: border-box;
  }

  .logistics .contents03 .contents_box {
    display: flex;
    justify-content: space-between;
    margin: 0.15rem 0;
  }

  .logistics .contents03 .contents_box .contents_left {
    font-size: 0.1rem;
    width: calc(50% - 0.1rem);
    padding: 0 0.1rem 0.1rem 0.1rem;
    box-sizing: border-box;
    background-color: #F8F8FA;
  }

  .logistics .contents03 .contents_box .contents_left .tit {
    height: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 0.12rem;
    color: Bold;
  }

  .logistics .contents03 .contents_box .contents_left .txt {
    color: #666666;
    font-size: 0.09rem;
    margin: 0.1rem 0;
  }

  .logistics .contents03 .contents_box .contents_left .date {
    margin: 0.2rem 0 0 0;
    color: #999999;
    font-size: 0.09rem;
  }

  .logistics .contents03 .contents_box .contents_right {
    width: calc(50% - 0.1rem);
    display: flex;
    flex-direction: column;
  }

  .logistics .contents03 .contents_box .contents_right .li {
    display: flex;
    align-items: center;
    flex: 1;
  }

  .logistics .contents03 .contents_box .contents_right .li .left {
    font-size: 0.1rem;
    color: #333333;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .logistics .contents03 .contents_box .contents_right .li .right {
    font-size: 0.09rem;
    color: #666666;
    width: 0.7rem;
    text-align: end;
  }

  .logistics .contents03 .sorter_box {
    margin: 0.25rem auto;
    height: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.1rem;
    color: #666666;
  }

  .logistics .contents03 .sorter_box .btn {
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.088rem;
    margin: 0 0.032rem;
  }

  .logistics .contents03 .sorter_box .ckeck_sorter {
    border: 1px solid #0074B7;
    color: #0074B7;
  }

  .logistics .contents03 .sorter_box .skip {
    height: 100%;
    margin: 0 0.07rem;
  }

  .logistics .contents03 .sorter_box .skip input {
    border: 1px solid #EDEDED;
    width: calc(0.46rem * 0.8);
    color: #666666;
    height: 100%;
    text-indent: 5px;
  }
  
  
  
  
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
  }

  #overlay #overlayContent {
    border: 1px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
    flex-direction: column;
  }

  #overlay #overlayContent img {
    width: 100%;
  }

  #overlay #overlayContent .personal {
    padding: 0.2rem 0.33rem;
    font-size: 0.1rem;
    background-color: #ffffff;
    flex: 1;
  }

  #overlay #overlayContent .personal .name {
    font-weight: bold;
    font-size: 0.5rem;
    color: #333333;
  }

  #overlay #overlayContent .personal .name span {
    border-bottom: 1px solid #0BA2DE;
    height: 100%;
    display: inline-block;
  }

  #overlay #overlayContent .personal .subname {
    color: #333333;
    font-size: 0.4rem;
    margin: 0.18rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
  }

  
  
  
  
  
  
  
  
}













