{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      html,
      body {
        height: 100%;
      }
	  @media (min-width:991px) {
	  	.app {
	  	  position: relative;
	  	  width: 1200px;
	  	  padding: 50px 0 60px;
	  	  margin: 0 auto;
	  	  min-height: 100%;
	  	}
	  }
      @media (max-width:991px) {
      	.app {
      	  position: relative;
      	  width: 100%;
      	  padding: 50px 0 60px;
      	  margin: 0 auto;
      	  min-height: 100%;
      	}
      }
	  
      ul,
      li {
        list-style: none;
      }

      .header-search {
        width: 1100px;
        height: 48px;
        margin: 0 auto 30px;
        background-color: #fff;
        border-radius: 4px 0 0 4px;
        box-shadow: 0 3px 10px #c0c4cc;
      }
      .search-input {
        width: 1010px;
        height: 48px;
        line-height: 48px;
        padding: 0 30px 0 15px;
        border: none;
        outline: none;
      }
      .search-button {
        width: 90px;
        height: 48px;
        line-height: 48px;
        border: none;
        background: #e61f19 linear-gradient(90deg, #ed722f, #e61f19);
        border-radius: 0 4px 4px 0;
        color: #fff;
        cursor: pointer;
      }
      .search-button:hover {
        opacity: 0.8;
      }
      .content {

        margin: 0 auto;
      }
      .content-data {
        font-size: 14px;
        color: #666;
        text-align: center;
      }
      .timeline-item {
        position: relative;
        padding-bottom: 36px;
        color: #666;
        font-size: 15px;
      }
      .timeline-item:last-of-type .timeline-item__tail {
        display: none;
      }
      .timeline-item:first-of-type .timeline-item__node {
        background-color: rgb(230, 31, 25);
      }
      .timeline-item:first-of-type {
        color: rgb(230, 31, 25);
      }
      .timeline-item__node {
        position: absolute;
        background-color: #e4e7ed;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 14px;
        height: 14px;
      }
      .timeline-item__tail {
        position: absolute;
        left: 5px;
        height: 100%;
        border-left: 2px solid #e4e7ed;
      }
      .timeline-item__wrapper {
        position: relative;
        padding-left: 20px;
        top: -5px;
      }
      .timeline-item__content {
        display: flex;
        align-items: center;
      }
      .timeline-item__content .address {
        width: 120px;
        display: inline-block;
      }
      .timeline-item__content .time {
        padding: 0 20px;
        display: inline-block;
        width: 200px;
      }
      .timeline-item__content .desc {
        flex: 1;
      }
      .skeleton.is-animated .skeleton__item {
        background: linear-gradient(
          90deg,
          #f2f2f2 25%,
          #e6e6e6 37%,
          #f2f2f2 63%
        );
        background-size: 400% 100%;
        animation: skeleton-loading 1.4s ease infinite;
        -webkit-animation: skeleton-loading 1.4s ease infinite;
        -o-animation: skeleton-loading 1.4s ease infinite;
        -moz-animation: skeleton-loading 1.4s ease infinite;
      }
      .skeleton__item {
        background: #f2f2f2;
        display: inline-block;
        height: 16px;
        border-radius: 4px;
        width: 100%;
      }
      .skeleton__paragraph {
        margin-top: 12px;
      }
      .skeleton__p.is-first {
        width: 33%;
      }
      .skeleton__p.is-last {
        width: 66%;
      }
      @keyframes skeleton-loading {
        0% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0 50%;
        }
      }
      @-webkit-keyframes skeleton-loading {
        0% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0 50%;
        }
      }
      @-o-keyframes skeleton-loading {
        0% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0 50%;
        }
      }
      @-moz-keyframes skeleton-loading {
        0% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0 50%;
        }
      }
	  
	  
	  
	  /* 查询页面 */
	  
	  @media (min-width:991px) {
	  	.danhaocx{
	  		min-height: 900px;
	  		width: 1000px;
	  		margin: 50px auto 0;
	  	}
	  }
	  @media (max-width:991px) {
	  	.danhaocx{
	  		min-height: 600px;
	  		width: 98%;
	  		margin: 30px auto 0;
	  	}
	  }
	  
	  
	 .danhaocx .searchbar{
	  	
	  }
	  
	  
	  @media (min-width:991px) {
	  	.danhaocx input{
	  	 	width: 830px;
	  	 	height: 56px;
	  	 	outline: none;
	  	 	border: 1px solid rgba(0, 0, 0, .1);
	  	 	border-radius: 8px;
	  	 	float: left;
	  	 	text-indent: 10px;
	  	 	color: ;
	  	 }
	  }
	  @media (max-width:991px) {
	  	.danhaocx input{
	  	 	width: 98%;
	  	 	height: 56px;
	  	 	outline: none;
	  	 	border: 1px solid rgba(0, 0, 0, .1);
	  	 	border-radius: 8px;
	  	 	text-indent: 10px;
	  	 	color: ;
			margin: 0 auto;
	  	 }
	  }
	  @media (min-width:991px) {
	  	.danhaocx button{
	  		width: 150px;
	  		height: 58px;
	  		background-image: linear-gradient(to right, #3d8dfb, #265bf6);
	  		border: none;
	  		border-radius: 8px;
	  		outline: none;
	  		float: right;
	  		font-weight: bold;
	  		color: #fff;
	  		cursor: pointer;
	  	}
	  }
	  @media (max-width:991px) {
	  	.danhaocx button{
			display: block;
	  		width: 120px;
	  		height: 58px;
	  		background-image: linear-gradient(to right, #3d8dfb, #265bf6);
	  		border: none;
	  		border-radius: 8px;
	  		outline: none;
	  		margin: 15px auto 0;
	  		font-weight: bold;
	  		color: #fff;
	  		cursor: pointer;
	  	}
	  }
	 
	  
	  