html { font-size: 16px }
* {
    box-sizing: border-box;
}
@media screen and (min-width: 2048px) {
    html { font-size: 18px; }
}
@media screen and (max-width: 2047px) {
    html { font-size: 16px }
}
body { color: #161E2E }
.page { padding: 3rem 3.75rem; }

/* 首页 */
.certification-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.certification-header {
    display: flex;
    height: 6.875rem;
    padding: 0 3.75rem;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
}
.certification-date {
    color: #555D6D;
    font-size: 1.75rem;
}
.certification-content {
    height: calc(100vh - 6.875rem);
    padding: 0 3.75rem;
    flex: 1 0 0;
    background: url("https://resshe.tlang.com/jituan_PC/certification/bg.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.certification-left {
    display: flex;
    flex: 1;
    height: 38.75rem;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.certification-tag {
    display: flex;
    padding: 0.5rem 2.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 6.1875rem;
    border: 1px solid #9EA3AA;
    color: #555D6D;
    font-size: 2.25rem;
}
.certification-operation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    width: 53.8rem;
    margin: 0 auto;
}
.certification-operation-item {
    flex: 1;
    display: flex;
    width: 25.9rem;
    height: 32.8rem;
    padding: 3rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16rem;
}
.apply {
    background: url("https://resshe.tlang.com/jituan_PC/certification/apply_bg.png") no-repeat;
    background-size: 100% 100%;
}
.query {
    background: url("https://resshe.tlang.com/jituan_PC/certification/query_bg.png") no-repeat;
    background-size: 100% 100%;
}

/* 认证第一步 */
.apply-container {
    padding-bottom: 3rem ;
}
.step-container {
    display: flex;
    align-items: center;

    background-color: #fff;
}
.step {
    flex: 1;
    color: #555D6D;
    font-size: 1.875rem;
    width: 39.375rem;
    height: 5rem;
    line-height: 5rem;
    padding-left: 5.25rem;
    background: url("https://resshe.tlang.com/jituan_PC/certification/step.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}
.step1.active {
    background: url("https://resshe.tlang.com/jituan_PC/certification/step_select.png") no-repeat;
    background-size: 100% 100%;
    color: #0158F0;
}
.step2.active {
    background: url("https://resshe.tlang.com/jituan_PC/certification/step2_select.png") no-repeat;
    background-size: 100% 100%;
    color: #0158F0;
}
.search-container {
    display: flex;
    width: 45rem;
    height: 5rem;
    padding: 0.625rem 0.375rem 0.625rem 1.5rem;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 0.25rem;
    border: 2px solid #D5D8DD;
}
.search-container input {
    color: #B5BCC8;
    font-size: 1.875rem;
    line-height: 150%;
    outline: none;
    border: none;
    background-color: transparent;
    flex: 1;
    margin-right: 1.25rem;
}
.search-btn {
    display: flex;
    font-size: 1.875rem;
    height: 4.25rem;
    padding: 0.625rem 3rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
    background-color: #0158F0;
    color: #fff;
    border-radius: 0.25rem;
}
.product-lines,.product-types {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 1.25rem;
    overflow: hidden;
}
.product-line-item,.product-type-item {
    cursor: pointer;
    display: flex;
    flex: 1;
    height: 12.875rem;
    padding: 1.5rem 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    border: 2px solid #D5D8DD;
    color: #161E2E;
    max-width: 14.875rem;
    min-width: 13.875rem;
}
.product-line-item.active,.product-type-item.active {
    border-radius: 0.25rem;
    border: 2px solid #619BFF;
    background: #E5EFFF;
    color: #0158F0;
}
.model-confirm-btn {
    display: flex;
    height: 5.625rem;
    padding: 0.625rem 3.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    font-size: 1.875rem;
    color: #fff;
    background-color: #0158F0;
    border-radius: 0.25rem;
}
.product-models {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    align-self: stretch;
    flex-wrap: wrap;
}
.product-models-item {
    min-width: 30%;
    flex: 1;
    text-align: center;
    height: 4.13rem;
    line-height: 4.13rem;
    color: #161E2E;
    font-size: 1.675rem;
    max-width: 15.68rem;
    cursor: pointer;
}
.product-models-item.active {
    color: #fff;
    background: #0158F0;
}
.model-cancel,.model-confirm {
    display: flex;
    height: 4.125rem;
    padding: 0 3rem;
    justify-content: center;
    align-items: center;
    font-size: 1.875rem;
    color: #fff;
    background-color: #0158F0;
    border-radius: 0.125rem;
    cursor: pointer;
    border: 1px solid transparent;
}
.model-cancel {
    color: #555D6D;
    background-color: #fff;
    border: 1px solid #D5D8DD;
}
.el-input,.el-input input {
    height: 100%;
    font-size: 1.875rem;
}
.el-select .el-input .el-select__caret {
    font-size: 1.875rem;
}
.el-input__icon {
    width: 5.25rem;
}
.el-input--prefix .el-input__inner {
    padding-left: 5.25rem;
}
.el-select-dropdown__item {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.875rem;
    padding: 0.75rem 1rem;
    box-sizing: content-box;
}
.el-date-picker {
    width: 45rem;
}
.el-picker-panel__icon-btn,.el-year-table td .cell, .el-month-table td .cell {
    font-size: 1.875rem;
}
.el-date-picker__header-label {
    font-size: 1.875rem;
    line-height: 1.5;
}
.el-date-picker .el-picker-panel__content {
    width: 100%;
}
.el-year-table td .cell,.el-month-table td .cell  {
    width: auto;
    height: auto;
    line-height: 1.5;
}
.step2-content {
    display: flex;
    gap: 3rem;
    color: #161E2E;
    align-items: flex-start;
}
.basic-info {
    width: 69rem;
    padding: 3rem;
    border-radius: 0.5rem;
    background: #fff;
}
.basic-info-label {
    font-size: 1.875rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
.basic-info-label>div:nth-child(1) {
    width: 16rem;
}
.basic-info-label>div:nth-child(2) {
    flex: 1;
}
.basic-info-label>div:nth-child(3) {
    width: 4rem;
    cursor: pointer;
}
.basic-info-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.basic-info-content-item {
    cursor: pointer;
    min-width: 30%;
    max-width: 30.25rem;
    flex: 1;
    display: flex;
    height: 5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    border: 2px solid #D5D8DD;
    color: #161E2E;
    font-size: 1.875rem;
}
.basic-info-content-item.active {
    border-radius: 0.25rem;
    border: 2px solid #619BFF;
    background: #E5EFFF;
    color: #0158F0;
}
.certificate-btn {
    cursor: pointer;
    display: flex;
    width: 40.625rem;
    height: 5.625rem;
    padding: 0 1.5rem;
    justify-content: center;
    align-items: center;
    margin: 3rem auto;
    border-radius: 0.25rem;
    background: #0158F0;
    font-size: 1.875rem;
    font-weight: bold;
    color: #fff;
}
.product-info {
    position: sticky;
    top: 17.375rem;
    z-index: 100;
    display: flex;
    padding: 3rem 1.5rem;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    flex: 1 0 0;
    border-radius: 0.5rem;
    background: #FFF;
    color: #555D6D;
}
.choose-again {
    cursor: pointer;
    display: flex;
    padding: 0.75rem 2.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.125rem;
    border: 1px solid #2F7AFA;
    background: #fff;
    font-size: 1.75rem;
    color: #2F7AFA;
}
.certification-popup {
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
}
.certification-popup-content {
    border-radius: 1rem;
    width: 54.5rem;
    background-color: #fff;
}
.certification-popup-content-left {
    display: flex;
    width: 34.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-shrink: 0;
    border-right: 1px solid #E7EAEE;
    text-align: center;
}
.mobile-input {
    color: #7D8695;
    font-size: 1.875rem;
    height: 5.625rem;
    line-height: 150%;
    outline: none;
    background-color: transparent;
    width: 100%;
    border-radius: 0.25rem;
    border: 2px solid #D5D8DD;
    padding: 0 1.5rem;
}
.certification-popup-content-right {
    padding-left: 3rem;
    flex: 1;
}
.certificate-again,.certification-query {
    cursor: pointer;
    display: flex;
    height: 5rem;
    padding: 0 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex: 1 0 0;
    font-size: 1.875rem;
    border-radius: 0.25rem;
}
.certificate-again {
    border: 2px solid #D5D8DD;
    color: #7D8695;
}
.certification-query {
    border: 2px solid #0158F0;
    color: #0158F0;
}
.query-container {
    display: flex;
    padding-top: 3rem;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background-color: #EFF2F6;
    min-height: 100vh;
}
.query-footer {
    display: flex;
    width: 100%;
    height: 6.0625rem;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    font-size: 1.5rem;
    background: #283040;
    color: #fff;
    margin-top: 3rem;
}
.query-main {
    flex: 1;
    display: flex;
    gap: 3rem;
    padding: 0 3rem;
    width: 100%;
}
.query-main-left,.query-main-right {
    display: flex;
    flex: 1;
    padding: 3rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    flex-shrink: 0;
    border-radius: 0.5rem;
    background: #FFF;
}
.query-main-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #161E2E;
}
.detection-container {
    display: flex;
    height: 5.625rem;
    padding: 0 1.5rem;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    border-radius: 0.25rem;
    border: 2px solid #D5D8DD;
}
.detection-container input {
    color: #7D8695;
    font-size: 1.875rem;
    line-height: 150%;
    outline: none;
    border: none;
    background-color: transparent;
    width: 100%;
}
.detection-submit-btn {
    cursor: pointer;
    display: flex;
    height: 5.625rem;
    padding: 0 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 0.25rem;
    background: #0158F0;
    color: #FFF;
    font-size: 1.875rem;
}
.contact-us {
    padding: 0 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 3rem
}
.query-result,.plate-result {
    width: 75rem;
    margin: 0 auto;
    overflow: hidden;
    height: calc(100vh - 20rem);
}
.query-result iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: auto;
}

.query-result iframe html {
    overflow-x: hidden;
}
.query-result-popup {
    display: flex;
    width: 47.125rem;
    padding: 3rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem 3rem;
    background: url("https://resshe.tlang.com/jituan_PC/certification/query_result_bg.png") no-repeat;");
    background-size: 100% 100%;
}
.el-message__content,.el-message__icon {
    font-size: 1.875rem !important;
}
.input-label {
    min-width: 9rem;
    font-size: 1.875rem;
    color: #161E2E;
}