.inquiry{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
    justify-content: flex-end;
    width: 100%;
}
.inquiry-left::-webkit-scrollbar{
    width: 2px;
    height: 2px;
    margin-top: 16px;
}
.inquiry .border{
    border-color: #F5F6FA !important;
}
.inquiry-left::-webkit-scrollbar-track{
    background: #DBDBDB;
}
.inquiry-left::-webkit-scrollbar-thumb{
    background: #CA252D;
    border-radius: 2px;
}
.inquiry ._sub-title{
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 20px;
}
.inquiry ._title{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    line-height: 42px;
}
.inquiry-right{
    width: calc(100% - 307px);
}
.inquiry-form{
    font-size: 14px;
    color: #040000;
}
.inquiry-form .in-box{
    border-radius: 8px 8px 8px 8px;
    width: 100%;
    margin-bottom: 20px;
    /*overflow: hidden;*/
    padding: 0 12px;
    background-color: #F5F6FA;
    position: relative;
    display: flex;
    gap: 10px;
}
.inquiry-form .in-box div{
    width: 100%;}
.inquiry-form .in-label{
    line-height: 20px;
    height: 20px;
    margin-bottom: 8px;
}
.inquiry-form .must{
    color: #CA252D;
    margin-left: 4px;
}
.inquiry-form .in-box .send-code{
    white-space: nowrap;
    flex-shrink: 0;
    color: #CA252D;
    cursor: pointer;
    width: auto;
}
.inquiry-form .in-box input,
.inquiry-form .in-box textarea,
.inquiry-form .in-box select{
    width: 100%;
    height: 32px;
    border: none;
    outline: none;
    background-color: unset;
    box-shadow: none !important;
    padding: 0;
    font-size: 14px;
}
.inquiry-form *::placeholder{
    color: #999999;
}
.inquiry-form .in-box textarea{
    height: 132px;
    padding: 6px 0;
}
.inquiry-form .in-box .letter-count{
    font-size: 12px;
    color: #999999;
    position: absolute;
    right: 12px;
    bottom: 6px;
    display: inline-block;
    width: auto;
}
.inquiry-form .in-box .letter-count span{
    color: #040000;
}
.inquiry-form .in-box .tel-type{
    padding-right: 10px;
    line-height: 20px;
    border-right: 1px solid rgba(0,0,0,0.1);
    width: auto;
}
.check-line{
    display: flex;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    align-items: center;
    cursor: pointer;
}
.check-line span{
    color: #999999;
}
.check-line a{
    color: #333333;
}
.inquiry-btn{
    width: 108px;
    height: 32px;
    background: linear-gradient(270deg, #FC573F 0%, #CA252D 100%);
    box-shadow: 0px 4px 4px 0px #FDD8D9;
    border-radius: 30px 30px 30px 30px;
    flex-shrink: 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    border: none;
}
.inquiry-left ._item-img{
    object-fit: contain;
    max-width: 100%;
    height: 100px;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 10px;
}
.inquiry-left{
    width: 287px;
    flex-shrink: 0;
    max-height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #333333;
    line-height: 20px;
    position: absolute;
    left: 0;
}
.inquiry-left ._item-name{
    margin-top: 10px;
}
.inquiry-left ._item-val{
    font-weight: bold;
}
.inquiry-success{
    margin-bottom: 30px;
    padding-top: 60px;
    background-image: url("../../imgs/inquiry/inquiry-bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.inquiry-success ._t1{
    width: 40px;
    height: 40px;
    background: #CA252D;
    border-radius: 1000px 1000px 1000px 1000px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.inquiry-success ._t2{
    font-size: 30px;
    color: #333333;
    line-height: 42px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}
.inquiry-success ._btn-line{
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
}
.inquiry-success ._btn-line ._btn{
    padding: 0 20px;
    font-size: 16px;
    height: 40px;
}
.inquiry-success ._btn-line ._btn1{
    background: #CA252D;
    color: #fff;
}
.inquiry-success ._btn-line ._btn2{
    color: #CA252D;
    background: #fff;
}
.inquiry-success .grade-box{
    width: 280px;
    height: 120px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.inquiry-success .grade-box #gradeBox{
    height: 220px;
    margin-top: -12px;
}
.inquiry-success .grade-box .grade-num{
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
}
.inquiry-success .grade-box .grade-num ._val{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 4px;
    background: linear-gradient(to right, #FF8587, #C79DFF);
    -webkit-background-clip: text;
    color: transparent;
}
.inquiry-success ._t3{
    font-size: 16px;
    color: #040000;
    margin-bottom: 4px;
    line-height: 22px;
}
.inquiry-success ._t3 span{
    font-weight: bold;
}
.inquiry-success ._t4{
    font-size: 14px;
    color: #666666;
}
.inquiry-success .work-item{
    height: 60px;
    padding: 0 20px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #F5F6FA;
    font-size: 14px;
    color: #040000;
    line-height: 16px;
}
.inquiry-success .work-item ._status{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 10px;
    background: #DBDBDB;
}
.inquiry-success .work-item ._status.ok{
    background: #CA252D;
}
.purchase-more-btn{
    padding: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 3px;
}
.purchase-more-btn:hover{
    color:  #CA252D;
}
.purchase-more-btn .iconfont{
    font-size: 12px;
}
.purchase-more-btn.on .iconfont{
    transform: rotate(180deg);
}
.upload-box{
    position: relative;
}
.upload-box ._cont{
    width: 214px;
    height: 120px;
    background: #F5F6FA;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(0,0,0,0.02);
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-box  ._close{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 24px;
    z-index: 9;
    cursor: pointer;
}
.upload-box ._cont i{
    color: #999999;
    cursor: pointer;
}
.upload-box ._cont img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.upload-box ._toast{
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    margin-top: 4px;
}
.purchase-process{
    padding: 16px;
    background: #FCF4F4;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(202,37,45,0.04);
}
.purchase-process ._item div{
    width: 22px;
    height: 22px;
    margin-right: 8px;
    text-align: center;
    border-radius: 50%;
    line-height: 19px;
    border: 1.5px solid #333333;
    font-size: 16px;
}
.inquiry-form .layui-form-select{
    flex: 1;
}
.inquiry-form .layui-form-select .layui-edge{
    border: none;
    background-image: url("../../imgs/base/icon-down.png");
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    margin-top: -6px;
}
.invalid-feedback{
    position: absolute;
    bottom: -18px;
    font-size: 12px;
}
@media (max-width: 992px) {
    .inquiry{
        flex-direction: column;
    }
    .inquiry-left{
        position: relative;
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
    }
    .inquiry-left>.item-box{
        width: 255px;
        flex-shrink: 0;
    }
    .inquiry-right{
        width: 100%;
    }
}
