.cont{
    background-color: #e9e9e9;
    padding-top: 6.5vw;
    padding-bottom: 6.9vw;
}
.query{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    padding: 3.16vw 5.3vw;
}
.query-tit{
    font-weight: 600;
    color: #262461;
    line-height: 1.3;
    position: relative;
    margin-left: 1vw;
    letter-spacing: 4px;
    padding-left: 12px;
}
.query-tit::before{
    content: '';
    background-color: #dca749;
    height: 100%;
    position: absolute;
    left:0;
    top: 0;
    width: 4px;
}
.inner{
    display: flex;
    align-items: center;
}
.inner-lf{
  flex: 0 0 28.5%;
}
.inner-rg{
    flex:1;
}

.inner-rg .butt_a .layui-btn {
        width: 100px;
        letter-spacing: 6px;
        padding: 0;
    padding-left: 6px;
}
.change{
    display: flex;
    justify-content: center;
}
.change-txt{
    color: #666;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 1vw;

}
.change-item{
    flex: none;
    padding: 0 1vw;
    position: relative;
}
/* 隐藏车险的保单查询*/
/*.change-item:last-child{
    display: none;
}*/
.change-item::after{
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #eff1f4;
}
.change-item:nth-child(1)::after{
    content: none;
}
.change-ico{
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background-color: #ccd5e1;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: center;
}
.change-item.active .change-ico{
    background-image: linear-gradient(to bottom,#005b8e,#1c91cd);
}
.change-ico img{
    max-width: 66%;
    max-height: 66%;
    object-fit: contain;

}

.tz{
    position: absolute;
    right: 0;
    top: 50%;
}
.prompt{
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 0 10px;
    line-height: 30px;
    display: none;
    width: 10em;
    border-radius: 4px;
    text-align: center;
}
.prompt:after{
    content: '';
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 0;
    height: 0px;
    position: absolute;
    border: 4px solid transparent;
    border-top-color:#333;
}
.tz:hover .prompt{
    display: block;
    opacity: 1;
}
.tz img{
    width: 24px;
    height: 24px;
}
.layui-form-label{
    width: 150px;
}
.layui-form-item{
   padding-right: 36px;
}
.layui-input-block{
    margin-left: 150px;
}
.layui-form{
    margin-top: 2.8vw;
}
.layui-btn{
  margin:0 auto;
  display: block;
  background-color: #004086;
}
.layui-btn a{
    color: #fff;
}
.layui-col-xs5 img{
  height: 40px;
  margin-left: auto;
  object-fit: contain;
}



@media screen and (max-width: 1200px) {    
.change-ico img {
       max-width: 50%;
    max-height: 50%;
      
  }  
  

}

@media screen and (max-width: 768px) {     
      .inner {
      
          flex-wrap: wrap;
  }
  .inner-lf {
          margin-bottom: 20px;
          flex: 0 0 100%;
  }

  .inner-lf img{
      
      width: 50%;

    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .inner-rg {
      flex: 0 0 100%;
      
  }

 .change-ico {
     
         width: 50px;
    height: 50px;
 }
.query {
    
        padding: 15px;
} 

.layui-form-label {
    
        padding: 5px 5px;
}
.inner-rg .layui-form .layui-input-block input {
    
    
}
.layui-form-label {
    
        width: 100%;
}
.layui-input-block {
    
        margin-left: 0;
}

.layui-row{
    
    display: flex;
    align-items: baseline;
}

.layui-form {
    
        margin-top: 20px;
}
.change-item {
    
        width: 50%;
}

.change-item .change-txt {
    
    text-align: center;
}
.inner-rg .layui-form .layui-input-block input {
    
        height: 40px;
}
.change-item .change-txt {
        margin-top: 15px;
}
.layui-form-item {
    
        padding-right: 0px;
}
.layui-form-select .layui-edge {
    
        top: auto;
    bottom: 10px;
}
}
@media screen and (max-width: 450px) {     
.layui-form-item .layui-form-label {
    
        text-align: left;
}    
    
    
}



























