/*第一个style*/
#pdf_container {
    overflow: hidden;
}

.pre-view {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #fff;
    overflow-y: auto;
}

/* 内容部分开始 */
.convert-main {
    height: auto;
    min-height: 100%;
    margin-top: 70px !important;
    padding: 20px 0;
}

.convert-list {
    width: 100%;
    min-height: 320px;
    margin-top: 30px;
    box-shadow: 1px 1px 10px #d2cddc99;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}

.convert-list.main-tips {
    /* width: 30%; */
    /* float: right; */
    padding: 10px 15px;
    background: white;
    border-radius: 3px;
    /* min-height: 230px; */
    min-height: 160px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0;
    box-shadow: none;
    border: 1px solid #dcdfe6;
}

.card-title {
    text-align: center;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 40px;
    border-bottom: 1px solid #dcdfe6;
    margin-bottom: 7px;
    /* background-color: #f2f2f2; */
}

.pre-divider {
    display: block;
    height: 1px;
    width: 100%;
    margin: 24px 0;
    background-color: #dcdfe6;
    position: relative;
}

.file-accept {
    /* width: 100%; */
    width: 48%;
    /* float: left; */
    display: inline-block;
    margin: 0 0.5%;
}

.file-accept p {
    /* border-bottom: 1px solid #d9d9d9; */
    line-height: 30px;
    padding: 0 10px;
    font-size: 0.9rem;
    color: #000;
    line-height: 23px;
}

.file-accept p:last-child {
    border-bottom: 0;
}

/* 内容部分结束 */
@media only screen and (max-width: 1280px) {
    .convert-main {
        width: 1024px;
    }

    .file-accept p {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 1024px) {
    .convert-main {
        width: 842px;
    }

    .card-title {
        line-height: 25px;
        font-size: 0.9rem;
    }

    .file-accept p {
        font-size: 0.6rem;
        line-height: 20px;
    }
}


/*第二个style*/

/*  <!-- 步骤条 -->*/

.use-step {
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    color: #1B7AFF;
    float: left;
    text-align: right;
    width: 130px;
}

.pre-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    width: 90%;
    background: transparent;
    display: block;
    cursor: pointer;
}

.pre-step {
    width: 33.33%;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    -ms-flex-preferred-size: unset !important;
    flex-basis: unset !important;
    display: inline-block;
    position: relative;
}

.pre-step-head {
    position: relative;
    width: 100%;
    color: #303133;
    border-color: #303133;
    text-align: center;
}

.pre-step-head .pre-step-line {
    position: absolute;
    border-color: inherit;
    background-color: #c0c4cc;
    height: 1px;
    top: 11px;
    left: 50%;
    right: -50%;
    margin-right: 0px;
}

.pre-step:last-of-type .pre-step-line {
    display: none;
}

.pre-step-head .pre-step-line .pre-step-line-inner {
    display: block;
    border-style: solid;
    border-color: inherit;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    transition-delay: 0ms;
    border-width: 0px;
    width: 0%;
}

.pre-step-icon {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 24px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    background-color: transparent;
}

.pre-step-icon .icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    /* background-color: snow; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}

.icon-circle img {
    width: 26px;
    vertical-align: middle;
}

.pre-step-main {
    white-space: normal;
    text-align: center;
}

.pre-step-main .pre-step-title {
    font-weight: 700;
    /* color: #9d9d9d; */
    color: #303133;
    font-size: 16px;
    line-height: 38px;
    margin-top: 10px;
}

.pre-step:first-child .pre-step-main .pre-step-title {
    color: #303133;
}

.pre-step-main .pre-step-description {
    padding-left: 20%;
    padding-right: 20%;
    margin-top: -5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #303133;
}


/* 上传部分 */
.dragArea {
    border-radius: 8px;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    margin-top: 25px;
    margin-bottom: 5px;
    height: 320px;
    /* height: 205px; */
    background: white;
    box-sizing: border-box;
    border: 1px dashed #1B7AFF;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}

.dragArea div {
    text-align: center;
}

.innerDragArea {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
}

.innerDragArea > span {
    width: 100%;
    height: 100%;
}

.ant-upload-drag {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    flex-direction: column;
    background: #fff !important;
}

.ant-upload {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    outline: 0;
}

.ant-upload.ant-upload-drag {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fafafa;
    border: 1px dashed #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

#pre_file {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
}

.innerDragArea .ant-upload.ant-upload-drag {
    border: none;
}

.ant-upload.ant-upload-drag .ant-upload-btn {
    display: table;
    height: 100%;
    position: relative;
}

.ant-upload.ant-upload-drag .ant-upload {
    /* padding: 16px 0; */
    padding: 0;
}

.ant-upload-btn {
    display: block;
    width: 100%;
    outline: none;
}

#upload_file {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 8;
    cursor: pointer;
}

.upload-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("https://oss.zwk999.com/cdn/images/upload_icon_blue.png") center / 100% no-repeat;
}

.ant-upload.ant-upload-drag img {
    width: 50px;
    height: 50px;
}

.ant-upload.ant-upload-drag .ant-upload-drag-container {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 75px;
    z-index: 1;
}

.dragTip {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.selectFile {
    display: inline-block;
    width: 245px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #1B7AFF !important;
    border-radius: 2px;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    border-radius: 5px;
}

.select-file {
    display: inline-block;
    width: 154px;
    line-height: 50px;
    text-align: center;
    background: #1B7AFF;
    border-radius: 4px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.button-danger {
    --jx-font-small: 14px;
    padding: 0 8px;
    border: 1px solid #1B7AFF;
    border-radius: 3px;
    line-height: 30px;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #1B7AFF;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.button-step-upload {
    font-size: 1.7rem;
    vertical-align: sub;
}

/* 上传部分结束 */


/*功能列表*/
.func-item {
    width: 100%;
    padding: 40px 0;
    background: linear-gradient(#F6FBFF, #EBF3FF);
    float: left;
}

.func-item .main {
    height: auto;
    min-height: 100%;
    margin: auto;
    overflow: auto;
}

.func-item .main ul,
.func-item .main ul li {
    float: left;
    list-style: none;
}

.func-item .main ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.func-item .main ul li {
    max-width: 140px;
    display: inline-block;
}

.func-item .main ul li h3 {
    --jx-font-normal: 16px;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #666;
    position: relative;
}

.func-item .main ul li h3:after {
    content: '';
    width: 30px;
    height: 4px;
    background: #1B7AFF;
    position: absolute;
    left: 0;
    bottom: -5px;
    border-radius: 2px;
}

.func-item .main ul li .item {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.func-item .main ul li .item a {
    width: 100%;
    float: left;
    color: #002840;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    line-height: 36px;
}

.func-item .main ul li .item a:hover {
    color: #1B7AFF;
}

/*功能列表 end */


/*底部*/
/* footer */
.jx-footer {
    background: linear-gradient(#F6FBFF, #EBF3FF);
    padding: 20px 0 0;
    font-size: 16px;
    color: #1B7AFF;
}

.jx-footer a,
.jx-footer a:active {
    color: #1B7AFF;
}

.jx-footer-header {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
}

.pdf_footer_font {
    color: #fff;
    margin-left: 60px;
}

.pdf_footer_font p a {
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    color: #FFF;
}

.pdf_footer_font p {
    font-size: 16px;
    margin-top: 15px;
    text-align: left;
}

.pdf_footer_font p a {
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}

.pdf_footer_font p a:first-child {
    display: inline-block;
    width: 130px;
    text-align: left;
}

.pdf_footer_font p a:nth-child(2) {
    display: inline-block;
    width: 130px;
    text-align: left;
}

.pdf_footer_font p:first-child a {
    text-decoration: none;
    cursor: default;
}

.jx-footer-wrapper {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.jx-footer-info {
    font-size: 16px;
    float: revert;
    margin-left: 20px;
    padding-top: 10px;
}

.jx-footer-info a {
    color: #FFF;
}

.footer-text {
    line-height: 50px;
}

@media only screen and (max-width: 1280px) {
    .jx-footer-wrapper {
        width: 1024px;
    }
}

/*优势部分*/
.jx-soft-superiority {
    width: 100%;
    /*max-width: 1200px;*/
    margin: 0 auto;
    text-align: center;
}

.index-advantage-item {
    width: 230px;
    text-align: center;
    margin: 0 auto 80px;
}

.index-item-image {
    width: 140px;
    height: 120px;
    padding: 5px;
    margin: 0 auto 13px;
}

.index-item-image img.superiority-1 {
    content: url("https://oss.zwk999.com/cdn/images/superiority_01.png");
}

.index-item-image img.superiority-2 {
    content: url("https://oss.zwk999.com/cdn/images/superiority_02.png");
}

.index-item-image img.superiority-3 {
    content: url("https://oss.zwk999.com/cdn/images/superiority_03.png");
}

.index-item-image img.superiority-4 {
    content: url("https://oss.zwk999.com/cdn/images/superiority_04.png");
}

.index-item-image img.superiority-5 {
    content: url("https://oss.zwk999.com/cdn/images/superiority_05.png");
}

.index-item-image img.superiority-6 {
    content: url("https://oss.zwk999.com/cdn/images/superiority_06.png");
}

.index-item-image img.superiority-7 {
    content: url("https://oss.zwk999.com/cdn/images/superiority_07.png");
}

.index-item-image img.superiority-8 {
    content: url("https://oss.zwk999.com/cdn/images/superiority_08.png");
}

.index-item-content {
    font-family: Microsoft YaHei;
}

.index-item-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #313538;
    line-height: 22px;
    margin-bottom: 19px;
}

.index-description {
    width: 220px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #6d7175;
    line-height: 20px;
}

.jx-import-color {
    font-size: 14px;
    color: #fe595a;
}

@media only screen and (max-width: 1280px) {
    .index-advantage-item {
        width: 184px;
    }

    .index-item-image {
        width: 76px;
        height: 76px;
    }

    .index-item-image img {
        width: 70px;
    }

    .index-item-content .index-item-title {
        font-size: 14px;
    }

    .index-item-content .index-description {
        font-size: 10px;
        width: 100%;
    }
}


/*头部*/

.jx-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.jx-banner > div p {
    font-size: 18px;
    color: #666666;
    line-height: 28px;
}

.jx-banner > div p:first-child {
    font-size: 46px;
    color: #1A1A1A;
    line-height: 46px;
    margin-bottom: 41px;
}

.jx-banner > img {
    width: 500px;
    height: 247px;
}

@media only screen and (max-width: 1280px) {
    .jx-banner > img {
        width: 360px;
        height: 177.84px;
    }

    .jx-banner > div p {
        font-size: 1rem;
    }

    .jx-banner > div p:first-child {
        font-size: 2rem;
        margin-bottom: 30px;
    }
}


