* {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    color: #19222A;
    box-sizing: border-box;
}

body {
    min-width: 1200px;
    width: 100%;
}

a {
    color: #2074F3;
}

a:link {
    color: #2074F3;
}

a:visited {
    color: #2074F3;
}

ul {
    list-style: none;
}

.download-button {
    padding: 4px 12px;
    height: 32px;
    border-radius: 4px;
    line-height: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #2074F3;
    border: none;
    cursor: pointer;
}

.divider {
    width: 100%;
    height: 0;
    border-top: 1px solid #EBEBEC;
    margin: 20px 0;
}

header {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 4.5% 0 4.5% 16%;

}

header .banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

header .title {
    font-size: 42px;
    font-weight: 500;
    color: #19222A;
    line-height: 60px;
    margin-top: 18px;

}

header .advantage {
    margin-top: 40px;
    font-size: 18px;
}

header .advantage li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.advantage li img {
    margin-right: 12px;
}

header .main-btn {
    width: 176px;
    height: 84px;
    font-size: 20px;
    color: #FFFFFF;
    background-image: url("./assets/btn_main_nor.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

header .main-btn:hover {
    background-image: url("./assets/btn_main_hov.png");
}

header .main-btn:active {
    background-image: url("./assets/btn_main_cli.png");
}
.content-wrap{
    width: 100%;
    background-image: url("./assets/bg_body.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.content {
    padding-top: 60px;
    width: 1200px;
    margin: 0 auto;
}


.content .block-title {
    font-size: 24px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.answer-title {
    font-weight: bold;

}

.content .block-title img {
    margin-right: 8px;
}

.content .tip {
    font-size: 16px;
    color: #595F65;
    margin-top: 24px;
}

.content .steps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 100px;
}
.content .steps .step-tag{
    width: 58px;
    height: 28px;
    background: linear-gradient(180deg, #2074f3 0%, #79ABF8 100%);
    border-radius: 4px 0 16px 0;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.content .steps li {
    width: 386px;
    height: 333px;
    background: #FFFFFF;
    box-shadow: 0px 8px 12px 1px rgba(212, 220, 232, 0.4);
    border-radius: 4px;
    border: 3px solid #FFFFFF;
    position: relative;
}

.content .steps li .step-header {
    position: relative;
    padding: 28px 28px 20px;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content .steps li .step-header .step-num-img {
    position: absolute;
    right: 12px;
    top: 22px;
}

.content .steps li .step-header .step-title {
    font-size: 20px;
    line-height: 20px;
}

.content .steps li .step-header .step-tip1 {
    font-size: 16px;
    line-height: 16px;
    color: #595F65;
    display: flex;
    align-items: center;
    margin-top: 12px;
    width: max-content;
}

.content .steps li .step-header .step-tip {
    font-size: 16px;
    line-height: 16px;
    color: #595F65;
    display: flex;
    align-items: center;
    margin-top: 12px;
    cursor: pointer;
    width: max-content;
}

.content .steps li .step-header .step-tip .step-tip-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    background-image: url("./assets/icon_tip.png");
}

.content .steps li .step-header .step-tip:hover {
    color: #2074F3;
    text-decoration: underline;
}

.content .steps li .step-header .step-tip:hover .step-tip-icon {
    background-image: url("./assets/icon_tip_hov.png");

}

.content .steps li .step-header .step-tip:active {
    color: #195CC2;
    text-decoration: underline;
}

.content .steps li .step-header .step-tip:active .step-tip-icon {
    background-image: url("./assets/icon_tip_cli.png");

}

.content .steps li .step-header .step-tip img {
    margin-right: 8px;
}

.content .steps li .step-img img {
    width: 380px;
}
.zoom-icon{
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    right: 5px;
    opacity: 0.5;
}
.zoom-icon:hover{
    opacity: 0.9;
}

.content .question-block {
    width: 1200px;
    height: max-content;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid #EBEBEC;
}

.content .question-block .question {
    font-size: 20px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #19222A;
}

.content .question-block .answer-block {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    margin: 16px 0;
}

.content .question-block .answer-block>p {
    white-space: nowrap;
    line-height: 32px;
}

.content .question-block .answer-block .answer>p {
    line-height: 32px;
}


.content .question-block .check-full-answer {
    font-size: 16px;
    color: #2074F3;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: max-content;
}

footer {
    width: 100%;
    height: 267px;
    background: #F5F7FA;
}

footer>div {
    width: 1200px;
    margin: 0 auto;
}

footer .company-info-block {
    height: 186px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEC;
}

footer .company-info-block .company-name {
    font-size: 22px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
}

footer .company-info-block .company-detail-info {
    width: 840px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}

footer .company-info-block .company-detail-info li {
    width: 420px;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 12px;

}

footer .qr-code-block {
    display: flex;
    flex-direction: row;
    gap: 16px;

}

footer .qr-code {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .qr-code>p {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-top: 8px;
}

footer .qr-code-wrap {
    width: 100px;
    height: 100px;
    padding: 8px;
    background-color: #FFFFFF;
}

footer .copyright {
    margin-top: 24px;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #8C9094;
    line-height: 20px;
    letter-spacing: 1px;
}

.gap {
    display: inline-block;
    margin: 0 20px;
}

.img-preview-mask,
.dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    overscroll-behavior: contain;
}

.dialog-mask .dialog {
    width: 1260px;
    height: max-content;

    background: #FFFFFF;
    box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0);
    padding-top: 48px;
    position: relative;
}

.dialog-mask .dialog .dialog-header {
    height: 48px;
    padding: 0 24px;
    font-size: 20px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #19222A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEC;
    position: absolute;
    width: 100%;
    top: 0;
}

.dialog-mask .dialog .dialog-header .close-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("./assets/icon_dialog_close_nor.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.dialog-mask .dialog .dialog-header .close-icon:hover {
    background-image: url("./assets/icon_dialog_close_hov.png");
}

.dialog-mask .dialog .dialog-header .close-icon:active {
    background-image: url("./assets/icon_dialog_close_cli.png");
}

.dialog-body {
    padding: 20px 24px;
    max-height: calc(90vh - 50px);
    overflow: auto;
}

.dialog-body .tip {
    font-size: 16px;
    line-height: 32px;
}

.dialog-body .tip>strong {
    font-size: 16px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
}

.dialog-body .guide-img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0;
}

.dialog-title {
    font-size: 20px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #19222A;
    margin-bottom: 16px;
}

.errcode-wrap {
    font-size: 12px;
    margin-top: 33px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.errcode-wrap button {
    min-width: 50px;
    height: 20px;
    line-height: 12px;
    padding: 2px 10px;
    border-radius: 20px;
    border: 1px solid #c2c2c2;
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    cursor: pointer;
}

.kefu {
    color: #195CC2;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.kefu-popover {
    position: fixed;
    width: 196px;
    height: 302px;
    background-color: #FFFFFF;
    border: 1px solid #EBEBEC;
    border-radius: 4px;
    padding: 20px 24px;
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.16);

}

.kefu-popover .kefu-title {
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    color: #303133;
    font-size: 14px;
}

.kefu-popover .kefu-number {
    background-color: #F5F5F5;
    border-radius: 3px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}
.kefu-popover .kefu-qrcode img{
    width: 100%;
}

.kefu-popover .wx-tip {
    text-align: center;
    color: #A9A9A9;
    font-size: 14px;
}

#pimg {
    width: 1000px;
}