.inquiryFlow{width:100%;padding:24px;background:#fff;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:MicrosoftYaHei}.flowRow-title{font-size:28px;font-weight:700;margin-bottom:24px}.flowRow-text{margin-bottom:36px;line-height:24px}.inquiryFlow .flowRow{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:48px;position:relative}.flowRow-main-title{font-weight:700;font-size:20px;margin-bottom:24px}.flowRow-main{width:100%;height:260px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.flowRow-main-img{height:100%}.flowRow-button{width:110px;height:36px;border-radius:4px;text-align:center;line-height:36px;color:#fff;font-size:14px;background-color:#db0f04;cursor:pointer;margin-top:40px;margin-bottom:50px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.flowRow-button:hover{background-color:#f02518}.flowRow-button:active{background-color:#b80c03}.flowRow-button:focus{outline:none}.flowRow-button:focus-visible{-webkit-box-shadow:0 0 0 2px rgba(219,15,4,.2);box-shadow:0 0 0 2px rgba(219,15,4,.2)}