 
.inquiryStyle{
    position: fixed;
    padding: 20px 40px;
    right: 50%;
    top: 0;
    z-index: 1001;
    width: 820px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 2px solid #D3D4D6;
    transform: translate(50%, -50%);
    display: none;
}

.closeTitle{
    font-size: 12px;
    color: #979797;
    line-height: 14px;
}

.inquiry_close{
    width: 16px;
    height: 16px;
}

.inquiryStyle .inquiry_space{
    display:flex;
    box-sizing: border-box;
}

.inquiryStyle .leftInquiry{
    width: 30%;
    padding-left: 20px;
}

.inquiryStyle .rightInquiry{
    padding-left: 60px;
    width: 70%;
}

.leftInquiry .infoImg{
    margin-top: 24px;
    width: 100px;
    height: 100px;
}

.leftInquiry .infoContent{
    margin-top: 82px;
    font-size: 16px;
    line-height: 24px;
    color: #3D3D3D;
}

.leftInquiry .infoContentNew{
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #3D3D3D;
}


.rightInquiry .flexStart{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.rightInquiry .flexStartCenter{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rightInquiry .topTitle{
    margin-top: 34px;
    font-size: 12px;
    color: #979797;   
    margin-bottom: 16px;
}

.rightInquiry .infoImg{
    width: 120px;
    height: 90px;
}

.rightInquiry .rightStyle{
    padding-left:15px;
    font-size: 14px;
    color: #3D3D3D;
}

.rightInquiry .rightStyle .rightStyleTitle
{
    color: #3D3D3D;
    font-size: 16px;
    font-weight: bold;
}

.rightInquiry .rightStyle .rightGuidePrice
{
    margin-top: 5px;
    color: #131212;
    font-size: 12px;
}

.rightInquiry .rightStyle .righthqPrice
{
    margin-top: 5px;
    color: #131212;
    font-size: 18px;
    font-weight: 600;
}

.rightInquiry .rightStyle .rightinfoPrice
{
    margin-top: 5px;
    color: #131212;
    font-size: 18px;
    font-weight: 600;
}

.rightInquiry .inputItem{
    display: flex;
    box-sizing: border-box; 
}

.rightInquiry .itemFull{
    margin-top: 16px;
    width: 100%;
}

.rightInquiry .itemFull .title{
   font-size: 14px;
   color: #3D3D3D;
}

.rightInquiry .itemLeft{
    margin-top: 16px;
    width: 50%;
}

.rightInquiry .itemLeft .title{
   font-size: 14px;
   color: #3D3D3D;
}

.rightInquiry .itemRight{
    margin-top: 16px;
    width: 50%;
    padding-left: 10px;
}

.rightInquiry .itemRight .title{
   font-size: 14px;
   color: #3D3D3D;
}

.rightInquiry .remark{
   font-size: 14px;
   color: #3D3D3D;
}

.rightInquiry .inquiry_input{
    padding: 12px;
    position: relative;
    z-index: 1;
    margin-top: 6px;
    width: 100%;
    height: 46px;
    line-height: 20px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #D3D4D6;
    box-sizing: border-box;
}

.rightInquiry .inquiry_content {
    margin-top: 6px;
    width: 100%;
    padding: 13px 12px;
    line-height: 20px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #D3D4D6;
    box-sizing: border-box;
    resize: none;
}
.rightInquiry .promptImg{
   width: 24px;
   height: 24px;
}

.rightInquiry .agree{
    color: #979797;
    font-size: 12px;
    margin-left: 8px;
}

.rightInquiry .submit{
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
    height: 40px;
    padding: 0 24px;
    border-radius: 3px;
    background: #264AFF;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box; /* 添加这行解决 */
}
.rightInquiry  .no {
    background: #F4F5F7;
    color: #5E5E66;
}

.inquiryStyle .closeIcon{
    position: absolute;
    top:16px;
    right:10px;
    color: #131212;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}   

.pass-form-item {
    position: relative;
    margin: 0;
    margin-bottom: 16px;
    margin-top: 6px;
}

.pass-form-item-PhoneCountry {
    z-index: 26;
}

.pass-form-item-PhoneCountry input.pass-text-input {
    padding-left: 70px;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
}


.pass-text-input {
    display: block;
    position: relative;
    height: 20px;
    padding: 10px 8px;
    border: 1px solid #ddd;
    transition: .3s;
    font-size: 14px;
    color: inherit;
    border-radius:4px;
}


.pass-item-country:hover {
    background: #f0f0f0;
 }

.pass-country-list {
    position: absolute;
    top: 42px;
    left: 0;
    border: 1px solid #dedede;
    border-top: 0;
    background: #fff;
    width: 99.5%;;
    height: 170px;
    overflow-y: auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 0;
    margin: 0;
    padding: 0;
}
.pass-item-country {
    position: relative;
    line-height: 14px;
    padding: 10px 0;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    word-break: break-all;
}

.pass-item-country span {
    display: inline-block;
    width: 71px;
    padding-left: 15px;
}

.pass-label {
    top: 2px;
    width: 60px;
    display: block;
    position: absolute;
    left: 0;
    height:42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 0 0 12px;
    z-index: 9999;
    cursor: pointer;
}


.pass-label::after {
    content: "";
    display: inline-block;
    width: 16px;         
    height: 16px;         
    background-image: url('../img/car/inquiry_downarrow.png'); 
    background-size: contain; /* 控制图片缩放方式 */
    background-repeat: no-repeat;
    margin-left: 2px; 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pass-label.active::after {
  transform: translateY(-50%) rotate(180deg); /* 关键旋转代码 */
}

.inquirySuccess{
    position: fixed;
    padding: 40px 40px 140px 40px;
    right: 50%;
    top: 0;
    z-index: 1001;
    width: 580px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 2px solid #D3D4D6;
    transform: translate(50%, -50%);
    display: none;
}


.inquirySuccess .closeIcon{
    position: absolute;
    top:16px;
    right:10px;
    color: #131212;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}  

.inquirySuccess .flexColumnStart{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}


.inquirySuccess .flexStart{
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.inquirySuccess .infoImg{
    width: 120px;
    height: 90px;
}


.inquirySuccess .rightStyle{
    padding-left:15px;
    font-size: 14px;
    color: #3D3D3D;
}

.inquirySuccess .rightStyle .rightStyleTitle
{
    color: #131212;
    font-size: 14px;
    font-weight: bold;
}

.inquirySuccessRightStyleTitle{
    color: #3D3D3D;
    font-size: 16px;
    font-weight: bold;
}

.inquirySuccessRightGuidePrice{
    margin-top: 5px;
    color: #131212;
    font-size: 12px;
}

.inquirySuccessRighthqPrice{
    margin-top: 5px;
    color: #131212;
    font-size: 18px;
}

.inquirySuccessRightinfoPrice{
    margin-top: 5px;
    color: #131212;
    font-size: 18px;
}

.inquerySuccessContent{
    margin-top: 40px;
    font-size: 24px;
    font-weight: 500;
    color: #3D3D3D;
}

.inquirySuccessInfo{
    margin-top: 16px;
    font-size: 14px;
    color: #3D3D3D;
    margin-bottom:40px;
}

.inquirySuccess .submit{
     margin-top: 16px;
     width: 100%;
     height: 40px;
     padding: 0 24px;
     border-radius: 3px;
     background: #264AFF;
     color: white;
     font-size: 16px;
     font-weight: 600;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     box-sizing: border-box; /* 添加这行解决 */
 }