input[type=text]:focus {
    outline: none;
}

.page {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.left-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 49%;
    height: 100%;
}

.left-image-info {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat center;
}

.product-download-panel {
    flex: 0 0 auto;
    width: 560px;
    box-sizing: border-box;
    margin: 18px auto 48px;
    padding: 20px 22px 22px;
    border: 1px solid rgba(73, 114, 187, 0.14);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(31, 51, 91, 0.12);
}

.product-download-heading {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 14px;
}

.product-download-heading h2,
.product-download-heading p,
.product-download-content h3,
.product-download-content p {
    margin: 0;
}

.product-download-heading h2 {
    color: #333;
    font-size: 22px;
}

.product-download-heading p {
    color: #6f7785;
    font-size: 13px;
}

.product-download-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.product-download-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 16px;
    border: 1px solid #e7ecf4;
    border-radius: 12px;
    background: #fff;
}

.product-download-icon {
    width: 42px;
    max-height: 42px;
    object-fit: contain;
}

.product-download-content {
    min-width: 0;
}

.product-download-content h3 {
    color: #4972bb;
    font-size: 16px;
    line-height: 24px;
}

.product-download-content p {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

.product-download-qrcode {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.product-download-name {
    margin-top: 8px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
}

.right-form {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 49%;
    height: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
}

.section_1 {
    flex: 0 0 auto;
    width: 650px;
    height: auto;
}

.section_1 .text-wrapper_1 {
    height: 82px;
    width: 561px;
    margin: 130px 0 0 57px;
}

.section_1 .text_1 {
    width: 240px;
    height: 56px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 40px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 56px;
    margin: 15px 0 0 149px;
}

.section_1 .group_1 {
    width: 179px;
    height: 22px;
    margin: 10px 0 0 121px;
}

.section_1 .group_1 input {
    position: fixed;
    margin-left: 20px;
    border: none;
}

.section_1 .text_2 {
    width: 9px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(255, 0, 0, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.section_1 .thumbnail_1 {
    width: 15px;
    height: 15px;
    margin: 5px 0 0 14px;
}

.section_1 .text_3 {
    width: 128px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(151, 151, 151, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin-left: 18px;
}

.section_1 .image_1 {
    width: 387px;
    height: 1px;
    margin: 12px 0 0 142px;
}

.section_1 .group_2 {
    width: 402px;
    height: 22px;
    margin: 12px 0 0 121px;
}

.section_1 .group_2 input {
    position: fixed;
    margin-left: 17px;
    border: none;
}

.section_1 .text_4 {
    width: 9px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(255, 0, 0, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.section_1 .thumbnail_2 {
    width: 15px;
    height: 15px;
    margin: 4px 0 0 13px;
}

.section_1 .text_5 {
    width: 96px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(151, 151, 151, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin-left: 18px;
}

.section_1 .text_6 {
    cursor: pointer;
    width: 80px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(73, 114, 187, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: center;
    white-space: nowrap;
    border: none;
    background-color: #fff;
    line-height: 22px;
    margin-left: 275px;
}

.section_1 .image_2 {
    width: 387px;
    height: 1px;
    margin: 12px 0 0 142px;
}

.section_1 .group_3 {
    width: 320px;
    height: 17px;
    margin: 36px 0 0 172px;
}

.section_1 .group_3 input {
    margin-right: 5px;
}

.section_1 .text-group_1 {
    display: flex;
    align-items: center;
    width: auto;
    height: 17px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 17px;
}

.section_1 .text_7 {
    width: auto;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 17px;
}

.section_1 .text_8 {
    width: auto;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(24, 118, 255, 1);
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 17px;
}

.section_1 .text_9 {
    width: auto;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 17px;
}

.section_1 .text_10 {
    width: auto;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(24, 118, 255, 1);
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 17px;
}

.section_1 .text-wrapper_2 {
    display: flex;
    box-shadow: 0px 4px 9px 0px rgba(73, 114, 187, 0.56);
    background-color: rgba(73, 114, 187, 1);
    border-radius: 20px;
    height: 41px;
    width: 303px;
    margin: 10px 0 28px 180px;
    justify-content: center;
    align-items: center;
}

.section_1 .text_11 {
    cursor: pointer;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    text-align: center;
    background-color: rgba(73, 114, 187, 1);
    white-space: nowrap;
    border: none;
}

.section_2 {
    display: none;
}

.section_2 .text-wrapper_1 {
    background-color: rgba(255, 255, 255, 1);
    height: 82px;
    width: 561px;
    margin: 79px 0 0 57px;
}

.section_2 .text_1 {
    width: 240px;
    height: 56px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 40px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 56px;
    margin: 15px 0 0 149px;
}

.section_2 .box_4 {
    width: 146px;
    height: 22px;
    margin: 25px 0 0 121px;
}

.section_2 .text_3 {
    width: 9px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(255, 0, 0, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.section_2 .thumbnail_1 {
    width: 10px;
    height: 14px;
    margin: 5px 0 0 14px;
}

.section_2 .text_4 {
    width: 95px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin-left: 18px;
}

.section_2 .image_2 {
    width: 387px;
    height: 1px;
    margin: 21px 0 0 142px;
}

.section_2 .box_5 {
    width: 402px;
    height: 22px;
    margin: 22px 0 0 121px;
}

.section_2 .text_5 {
    width: 9px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(255, 0, 0, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.section_2 .thumbnail_2 {
    width: 11px;
    height: 13px;
    margin: 4px 0 0 13px;
}

.section_2 .text_6 {
    width: 39px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin-left: 18px;
}

.section_2 .text_7 {
    width: 28px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(73, 114, 187, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    margin-left: 284px;
}

.section_2 .image_3 {
    width: 387px;
    height: 1px;
    margin: 22px 0 0 142px;
}

.section_2 .text_13 {
    color: rgba(102, 102, 102, 1);
    font-size: 12px;
    font-family: PingFangSC-Regular;
    text-align: left;
    margin: 31px 0 0 142px;
}

.section_2 .image_5 {
    width: 387px;
    height: 1px;
    margin: 9px 0 0 141px;
}

.section_2 .box_6 {
    display: flex;
    position: relative;
    width: 300px;
    height: 25px;
    margin: 7px 0 0 142px;
}

.company-search-dropdown {
    position: absolute;
    top: 31px;
    left: 178px;
    z-index: 50;
    width: 220px;
    max-height: 180px;
    overflow-y: auto;
    padding: 4px 0;
    border: 1px solid #d9e1ef;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(36, 61, 105, 0.16);
}

.company-search-dropdown[hidden] {
    display: none;
}

.company-search-option {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 9px 12px;
    border: 0;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.company-search-option:hover,
.company-search-option:focus,
.company-search-option.is-active {
    outline: none;
    background: #edf4ff;
}

.company-search-status {
    padding: 9px 12px;
    color: #666;
    font-size: 13px;
    line-height: 20px;
}

.company-search-status.is-error {
    color: #b54708;
}

.enterprise-select {
    cursor: pointer;
    background-color: #fff;
}

.company-field .text_15:focus,
.enterprise-select:focus {
    outline: 2px solid rgba(73, 114, 187, 0.45);
    outline-offset: 2px;
}

.section_2 .required-mark {
    margin-right: 2px;
    color: rgba(255, 0, 0, 1);
}

.section_2 .text_14 {
    width: 108px;
    height: 25px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 25px;
}

.section_2 .text_15 {
    width: 160px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(151, 151, 151, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 1px 0 0 70px;
    border: none;
}

.section_2 .image_6 {
    width: 1px;
    height: 24px;
    margin: 0 159px 0 -160px;
}

.section_2 .image_7 {
    width: 387px;
    height: 1px;
    margin: 7px 0 0 141px;
}

.section_2 .text-wrapper_3 {
    display: flex;
    width: 300px;
    height: 19px;
    margin: 7px 0 0 142px;
}

.section_2 .text_16 {
    width: 72px;
    height: 25px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 25px;
}

.section_2 .text_17 {
    width: 160px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(151, 151, 151, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin-top: 1px;
    border: none;
    margin-left: 108px;
}

.section_2 .image_8 {
    width: 387px;
    height: 1px;
    margin: 17px 0 0 141px;
}

.section_2 .box_7 {
    display: flex;
    width: 269px;
    height: 25px;
    margin: 7px 0 0 142px;
}

.section_2 .product-row {
    width: 387px;
}

.section_2 .product-row .image-text_3 {
    width: 220px;
}

.section_2 .text_18 {
    width: 72px;
    height: 25px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 25px;
}

.section_2 .image-text_3 {
    width: 129px;
    height: 22px;
}

.section_2 .text-group_3 {
    width: 112px;
    height: 22px;
    margin-left: 100px;
    overflow-wrap: break-word;
    color: rgba(151, 151, 151, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    border: none !important;
}

.section_2 .image_9 {
    width: 387px;
    height: 1px;
    margin: 7px 0 0 141px;
}

.section_2 .text-wrapper_4 {
    display: flex;
    width: 188px;
    height: 25px;
    margin: 7px 0 0 142px;
}

.section_2 .text_19 {
    width: 90px;
    height: 25px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 25px;
}

.section_2 .text_20 {
    color: rgba(151, 151, 151, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    line-height: 22px;
    margin-top: 1px;
    margin-left: 90px;
    border: none;
}

.section_2 .image_10 {
    width: 387px;
    height: 1px;
    margin: 7px 0 0 141px;
}

.section_3 {
    display: none;
    background-color: rgba(255, 255, 255, 1);
    width: 650px;
    height: 802px;
}

.section_3 .image-text_2 {
    display: flex;
    width: 165px;
    height: 42px;
    margin: 306px 0 0 242px;
}

.section_3 .label_1 {
    width: 34px;
    height: 34px;
    margin-top: 4px;
}

.section_3 .text-group_1 {
    margin-left: 10px;
    font-size: 30px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 42px;
}

.section_3 .text_1 {
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    text-align: center;
    white-space: nowrap;
    line-height: 50px;
    margin: 20px 0 0 174px;
}

.section_3 .text-wrapper_1 {
    box-shadow: 0px 4px 9px 0px rgba(73, 114, 187, 0.56);
    background-color: rgba(73, 114, 187, 1);
    border-radius: 20px;
    height: 41px;
    width: 303px;
    margin: 151px 0 220px 180px;
}

.section_3 .text_2 {
    cursor: pointer;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    margin: 9px 0 0 136px;
    border: none;
    background-color: rgba(73, 114, 187, 1);
    color: rgba(255, 255, 255, 1);
}

body.whitepaper-download-mode {
    position: static;
    min-height: 100%;
    overflow: auto;
    background: #fff;
}

.whitepaper-download-mode #header,
.whitepaper-download-mode .left-image,
.whitepaper-download-mode .product-download-panel,
.whitepaper-download-mode .section_3 {
    display: none !important;
}

.whitepaper-download-mode .page {
    display: block;
    overflow: visible;
}

.whitepaper-download-mode .right-form {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
}

.whitepaper-download-mode .section_1 {
    width: 650px;
    max-width: 100%;
    height: auto;
}

.whitepaper-download-mode .section_1 .text-wrapper_1 {
    margin-top: 28px !important;
}

.whitepaper-download-mode .section_1 .text-wrapper_2 {
    margin-bottom: 36px;
}

.whitepaper-download-mode #submitButton:disabled {
    cursor: wait;
    opacity: 0.72;
}
