.relative-box{position: relative;}
.authoriz-top-box{background: linear-gradient(90deg,#fff 50%, #f2f2f2 50%);padding:6rem 0 3rem;}
.max-box{max-width: 120rem;margin: 0 auto;}
.authoriz-search-text{font-size: 1.8rem;line-height: 3.2rem;margin-bottom:4.5rem;}
.authoriz-search-tip-text{font-weight: bold;}
.authoriz-top-left-box{width:41.5%;}
.search-box{height: 4rem;line-height: 4rem;border:.1rem solid #b5b5b5;position: relative;border-radius: 4rem;}
.search-text{display: block;height: 100%;width:100%;padding:0 6rem 0 2rem;background-color: transparent;font-size: 1.6rem;}
.search-btn{display: block;width:4rem;height: 4rem;background: url(../images/search_icon.png) no-repeat center;background-size: 60%;position: absolute;right: 1rem;top:0;cursor: pointer;transition: all .1s linear;}
.search-btn:hover{background-size: 70%;}
.authoriz-logo-box{position: absolute;left:75%;top:50%;transform: translate(-50%,-50%);}
.authoriz-down-box{padding-bottom: 24.5rem;position: relative;}
.tip-icon{display: block;margin:6rem 0 4.5rem;}
.authoriz-down-left-box{position: absolute;left:0;top:0;max-width: 50rem;}
.authoriz-dot-icon{position: absolute;display: block;width:.7rem;height: .7rem;border-radius: 50%;background-color: #3f3a39;transform: translate(-50%,0);bottom:-2rem;left:50%;}
.authoriz-vertical-icon{position: absolute;display: block;width: 0.1rem;height: 20rem;background-color: #3f3a39;transform: translate(-50%,2rem);top: 100%;left: 50%;}
.authoriz-down-bg{display: block;height: 21rem;background-color: #f2f2f2;position: absolute;bottom: 28.5rem;left: 0;width:100%;z-index: -1;}
.authoriz-small-logo{display: block;margin: 2rem auto;max-width: 50%;}

/* 查询结果 */
.search-logo{margin:5rem auto 4rem;display: block;}
.search-success-table{color: #3f3a39; border-left: .1rem solid #3f3a39;border-top: .1rem solid #3f3a39;width:100%;text-align: center;}
.search-success-table td{border-bottom: .1rem solid #3f3a39;border-right: .1rem solid #3f3a39;padding:2rem 1rem;font-size: 2rem;}
.table-msg-list{line-height: 2.4rem;text-align: left;}
.table-msg-list+.table-msg-list{margin-top: 2rem;}
.notes-box{font-size: 2rem;color: #3f3a39;margin:5rem 0 8rem;}
.notes-red-text{color: #c51a1d;font-weight: bold;}
.tip-off-phone{font-weight: bold;}
.authoriz-right-img-box{
    width: 57%;
    overflow: hidden;
    float: right;
}
.authoriz-right-img-box .swiper-container1{
    width: 100%;
    overflow: hidden;
}
.downbox{
    width: 63.059%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.authoriz-down-left-box1{
    width: 43%;
}
.authoriz-down-left-box1 .tip-msg-box{
    width: 100%;
}
 @media (max-width: 1600px) {
     .downbox{
         width: 1200px;
     }
 }
  @media (max-width: 1030px) {
     .downbox{
         width: 100%;
         flex-direction: column;
         
     }
     .authoriz-right-img-box img{
         width: 100%;
     }
     .authoriz-down-left-box1,
     .authoriz-right-img-box{
         width: 100%;
         box-sizing: border-box;
     }
      .authoriz-down-left-box1 p{
         text-align: center;
     }
     .authoriz-down-left-box1 img{
         width: 57%;
         text-align: center;
     }
     .authoriz-logo-icon-box{
         display: none;
     }
 }
 @media (max-width: 500px) {
    .authoriz-down-left-box1 .tip-msg-box {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
     }
     .authoriz-down-left-box1 img{
    width: 100%;
     }
 }