@charset "utf-8";
/* CSS Document */
/* .pdfbox{display: none;} */
.disabled {opacity: .5; cursor: not-allowed; pointer-events: none;}
.preview-loading{margin: auto;}
.pdflayoutbox{display: none;}
.pdflayout{background: #f5f5f5; display: flex;}
.pdflayout-cont{width: calc(100% - 480px); margin-top: 24px; padding: 0 110px; box-sizing: border-box; display: flex; flex-wrap: wrap; padding-bottom: 50px;}
.pdfitem{margin: 24px 12px 0; text-align: center;}
.pdfitem.selected .pdfthumbnail{border: 4px solid #FA8080;}
.pdfthumbnail img{display: block; width: 100%; height: auto; object-fit: cover;}
.pdfitem p{font-size: 14px; margin-top: 8px; color: #606060;}
.pdfthumbnail{width: 214px; height: 297px; background: #E8E8E8; border: 1px dashed #AAAAAA; box-sizing: border-box; display: flex; align-items: center;}
.pdflayout-console{width: 480px; background: #fff; padding: 36px 40px; box-sizing: border-box;}
.pdflayout-console h3{font-size: 24px; line-height: 1.2;color: #000000; text-align: center;}
.pdflayout-console-tips{margin-top: 16px; padding: 16px; font-size: 16px; line-height: 150%; color: #606060; background: #FBFBFB; border-radius: 6px; box-sizing: border-box;}
.pdflayout-console-tips em{font-size: inherit; background: #FFE3E4; padding: 4px; font-style: italic;}
.pdflayout-console-tips span{font-size: inherit; padding: 4px; border: 1px solid #eeeeee;}
.pdflayout-console>p{font-size: 16px; line-height: 1.1875;color: #606060; margin-top: 17px;}
.pdflayout-console>p strong{color: rgba(0, 0, 0, 1); font-weight: 500;}
.pdflayout-console h4{font-size: 20px; line-height: 1.2;color: #000000; margin-top: 36px;}
.pdflayout-console>input{width: 100%; padding: 7px; border: 1px solid #EEEEEE; border-radius: 4px; color: #000000; background: #FFFFFF; margin-top: 10px; box-sizing: border-box;}
.pdflayout-console-button{width: 100%; margin-top: 24px; line-height: 60px; text-align: center; color: #FFFFFF; font-size: 20px; font-weight: 600; background: #1E76E3; border-radius: 4px; display: block; cursor: pointer;}
/* rotate */
.pdflayout-console-rotation-text{margin-top: 16px; display: flex; justify-content: space-between; align-items: center;}
.pdflayout-console-rotation-text h5{font-size: 20px; line-height: 1.2; font-weight: 500; color: #000000;}
.rotation-resetall{font-size: 16px; line-height: 19px; font-weight: 500; color: #1E76E3; cursor: pointer;}
.pdflayout-console-rotation-rotate{margin-top: 8px;}
.rotation-button{margin-top: 16px; width: 100%; height: 60px; box-sizing: border-box; padding-left: 73px; background: #F5F5F5; border-radius: 4px; position: relative; line-height: 60px; font-size: 20px; font-weight: 500; color: #000000; cursor: pointer;}
.rotation-button:before{width: 60px; height: 60px; display: block; position: absolute; left: 0; top: 0; content: "";}
.rotation-button.right:before{background:url(../svg/rotation-clockwise.svg) #1E76E3 no-repeat center center;}
.rotation-button.left:before{background:url(../svg/rotation-anticlockwise.svg) #1E76E3 no-repeat center center;}
.pdflayout.rotate .pdflayout-cont{justify-content: center; flex-direction: column; align-items: center;}
.pdflayout.rotate .pdfitem{width: 428px; height: 594px;}
.pdflayout.rotate .pdfitem .pdfthumbnail{width: 100%; height: 100%;}
.pdflayout-cont-select span{font-size: 16px; cursor: pointer; margin: 0 4px;}
.selectpage input{width: 30px; padding: 0 5px; text-align: center;}
.pdflayout-cont-select span em{font-size: inherit;}

/* add pages */
.addmethods-item{background: #FBFBFB; border: 1px solid #EEEEEE; border-radius: 6px; padding: 17px 16px; margin-top: 16px;}
.addmethods-item-list,.addposition-item{display: flex; align-items: center;}
.addposition-item{margin-top: 16px;}
.addmethods-item-list label,.addposition-item label{padding-left: 8px; font-size: 16px; line-height: 19px; color: #000000; cursor: pointer;}
.addmethods-item-list input,.addposition-item input{cursor: pointer;}
.addmethods-item-upload{margin-top: 16px; display: flex; align-items: center;}
.addmethods-item-upload-area{min-width: 108px; height: 32px; line-height: 32px; text-align: center; padding: 0 15px; box-sizing: border-box; border: 1px solid #1E76E3; border-radius: 4px; background: #FFFFFF; color: #1E76E3; font-size: 14px; font-weight: 400; position: relative; cursor: pointer; width: fit-content;}
.addmethods-item-upload-area>input{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer;}
.filetips{margin-left: 8px; font-size: 14px; font-weight: 400; font-style: italic; color: #606060; opacity: 0.5;}
.pdflayout.addpage .pdflayout-console h4{margin-top: 16px;}
.addpagenum{width: 100%; box-sizing: border-box; padding: 0 5px; height: 32px; border: 1px solid #EEEEEE; border-radius: 4px; background: #FFFFFF; color: rgba(0,0,0); margin-top: 16px;}

/* split */
.split .pdflayout{padding-bottom: 0;}
#preview-container{display: flex; flex-wrap: wrap; align-items: center; margin: auto;}
.preview-item{display: flex; align-items: center; margin-bottom: 40px;}
.preview-item-views{text-align: center; padding: 26px 22px 10px 22px;}
.preview-item-num{font-size: 14px; color: #606060; margin-top: 16px;}
.preview-scissors{width: 64px; height: 356px; position: relative; cursor: pointer;}
/* .preview-scissors span{opacity: .2;} */
.preview-scissors span::before{content: ""; position: absolute; left: 50%; height: 100%; border-left: 2px dashed #85B6EF;}
.preview-scissors span::after{content: ""; position: absolute; left: 0; width: 100%; height: 100%; background: url(../svg/scissors-light.svg) center no-repeat; background-size: 28px;}
/* .preview-scissors.active span{opacity: 1;} */
@media screen and (min-width: 1024px) {
	.preview-scissors:hover span::before{border-left-color: #1577E9;}
	.preview-scissors:hover span::after{background-image: url(../svg/scissors.svg);}
}
.preview-scissors.active span::before{border-left-style: solid; border-left-color: #1577E9;}
.preview-scissors.active span::after{background-image: url(../svg/scissors.svg);}
.preview-item-cvs{border: 1px dashed #ccc; width: 190px; height: 286px; background: #e8e8e8; box-sizing: border-box; display: flex; align-items: center; justify-content: center}
.preview-item-cvs canvas{display: block; max-width: 100%; max-height: 100%; width: auto; height: auto;}
.operated .preview-item-views{background: #E1ECF8; }
.operated .preview-scissors{background: #E1ECF8; opacity: 1;}
.operated .preview-scissors.active{background: none; box-shadow: none;}
.explain-mask{display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .2); z-index: 111;}
.explain-cont{position: absolute; display: flex; align-items: center; gap: 14px;}
.explain-scissors{background: #D9D9D9; border-radius: 12px; padding: 5px; ;}
.explain-scissors .preview-scissors{cursor: default}
.explain-text{padding: 16px 20px; border-radius: 7px; background: #1577E9; text-align: center; position: relative; cursor: pointer;}
.explain-text::before{content: ""; position: absolute; inset-inline-start: 0; top: 50%; transform: rotate(45deg) translate(-60%,8%); width: 16px; height: 16px; background: #1577E9;}
html[lang = 'ar-AE'] .explain-text::before{transform: rotate(45deg) translate(8%, -60%);}
.explain-text p{font-size: 18px; color: #fff;}
.explain-text b{display: inline-block; font-size: 18px; font-weight: 500; line-height: 24px; padding: 6px 24px; border-radius: 18px; background: #fff; color: #1577E9; margin-top: 16px;}


.pdflayout-sticky .pdflayout-console{height: calc(100vh - 60px); padding: 24px 40px 0; position: sticky; top: 60px;}
.pdflayout-config{margin-top: 24px; overflow-y: auto; height: calc(100% - 270px);}
.pdflayout-config::-webkit-scrollbar { width: 4px; height: 4px;}
.pdflayout-config::-webkit-scrollbar-thumb{background: #c2c2c2; border-radius: 3px;}
.totlapage{font-size: 16px; color: #666;}
.totlapage strong{color: #000;}
.pdflayout-split-every{background: #FBFBFB; border: 1px solid #EEEEEE; border-radius: 6px; padding: 16px 20px; margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 12px;}
.pdflayout-split-every p{font-size: 16px; color: #000;}
.pdflayout-split-every label{display: flex; align-items: center; gap: 12px; cursor: pointer;}
.pdflayout-split-every #everynum-checkbox:checked+label span.everynum-checkstyle{border: none; background: url(../svg/checked.svg) #08f center no-repeat; background-size: contain;}
#everynum-checkbox{display: none;}
.everynum-checkstyle{box-sizing: border-box; width: 16px; height: 16px; border: 1px solid #000; border-radius: 1px;}
.pdflayout-split-every label:hover .everynum-checkstyle{background-color: #eee;}
.everynum-control{background: #fff; border-radius: 4px; border: 1px solid #EEEEEE; display: flex; align-items: center; text-align: center;}
.everynum-control button{font-size: 20px; border: none; background: none; color: #000; width: 36px; height: 36px; line-height: 36px; cursor: pointer; padding: 0;}
.everynum-control button[disabled]{cursor: not-allowed; opacity: .2;}
.everynum-control input{line-height: 36px; border-top: none; border-bottom: none; border-left: 1px solid #eee; border-right: 1px solid #eee; width: 100px; text-align: center;}
.everynum-control input::-webkit-inner-spin-button, .everynum-control input::-webkit-outer-spin-button { -webkit-appearance: none;margin: 0;}

.pdflayout-bottom{box-sizing: border-box; width: 100%; position: absolute; bottom: 0; left: 0; padding: 20px 40px; background: #EFF4FD; box-shadow: 0px -0.5px 2px 0px #00000033;}
.pdflayout-bottom .pdflayout-console-button{background: #0088FF; border-radius: 8px; margin-top: 0;}
.pdflayout-bottom-download{margin: 12px 15px 0; padding: 9px 13px; background: #0088FF0D; border: 1px solid #C8E5FF; border-radius: 8px; display: flex; align-items: center; gap: 8px;}
.pdflayout-bottom-download p{font-size: 16px; color: #606060;}
.pdflayout-bottom-download p a{font-size: inherit; color: #0088FF;}

.split .pdflayout-cont{width: 100%; margin-top: 60px; padding: 42px 22px; padding-inline-start: 72px; overflow-y: auto;}
.pdflayout-fixed{position: fixed; top: 60px; width: 100%; box-shadow: 0px 2px 4px 0px #0000001A;}
.pdflayout-fixed .pdflayout-console{padding: 9px 40px; width: 100%; display: flex; justify-content: space-between; align-items: center;}
.pdflayout-fixed .pdflayout-console h4{font-size: 16px; color: #1E76E3; margin: 0; line-height: 32px; display: flex; align-items: center;}
.pdflayout-fixed .pdflayout-console h4 img{padding: 7px;}
.pdflayout-fixed .pdflayout-config{margin: 0; height: auto; display: flex; gap: 16px;}
.pdflayout-fixed .pdflayout-split-every{margin: 0; padding: 0; border: none; background: none;}
.pdflayout-fixed .everynum-control input{width: 48px;}
.pdflayout-fixed .pdflayout-console-button{margin: 0; border-radius: 8px; background: #1577E9; line-height: 44px; width: auto; min-width: 250px; max-width: 676px; flex: 1; width: 100%; box-sizing: border-box; padding: 0 20px;}

/* image to pdf */
.jpgtp .pdflayout-config{
	overflow-y: auto; height: calc(100% - 220px);
  }
.pdflayout-images-view{display: flex; flex-wrap: wrap; gap: 12px; padding: 40px 80px 40px 60px; width: 100%; height: 100%; box-sizing: border-box; overflow-y: auto;}
.pdflayout-images-view::-webkit-scrollbar { width: 4px; height: 4px;}
.pdflayout-images-view::-webkit-scrollbar-thumb{background: #CBCBCB; border-radius: 3px;}
.pdflayout-images-addfiles{position: absolute; z-index: 1; right: 24px; bottom: 40px; width: 64px; height: 64px; border-radius: 50%; background: #0088FF url("../svg/converter-add-white.svg") center no-repeat; background-size: 24px; box-shadow: 0px 10px 20px 0px #00000033; overflow: hidden;}
.pdflayout-images-addfiles .pdfcvert-loadpage-input{height: 150%; bottom: 0;}
.pdflayout-images-error{position: absolute; width: 50%; left: 0; right: 0; margin: auto; bottom: 40px; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding: 8px 8px 8px 16px; background: #FF003D; border-radius: 4px; display: none;}
.pdflayout-images-error::before{content: ""; display: block; width: 20px; height: 20px; margin-inline-end: 8px; background: url("../svg/tips-red.svg") center no-repeat; background-size: contain; flex-shrink: 0;}
.pdflayout-images-error p{font-size: 14px; color: #fff;}
.pdflayout-images-error-close{color: #fff; width: 20px; height: 20px; line-height: 18px; text-align: center; font-weight: 300; font-size: 20px; cursor: pointer; flex-shrink: 0;}
.imageitem.disabled{opacity: unset;}
.imageitem{padding: 48px 10px 18px; width: 250px; height: 337px; text-align: center; position: relative; box-sizing: border-box; cursor: move; transition: .1s ease-in-out;}
.imageitem:hover{background: #E8E8E8;}
.imageitem:hover .imageitem-operate{ opacity: 1;}
.imageitem-operate{position: absolute; left: 50%; transform: translateX(-50%); top: 12px; display: flex; justify-content: center; align-items: center; opacity: 0; transition: .1s ease-in-out;}
.imageitem-operate div{width: 32px; height: 32px; background-size: contain; cursor: pointer;}
.imageitem-operate-delete{ background: url("../svg/converter-loadpage-delete.svg") center no-repeat; }
.imageitem-img, .portrait .imageitem[data-orientation="wider"] .imageitem-img{width: 168px; height: 238px; margin: auto; background: #fff; border: 2px solid #fff; box-sizing: border-box; display: flex; justify-content: center; align-items: center; max-width: 100%;}
/* .imageitem[data-orientation="taller"] .imageitem-img{} */
.landscape .imageitem-img, .imageitem[data-orientation="wider"] .imageitem-img{width: 238px; height: 168px; margin: 41px auto;}
.imageitem-img img{display: block; height: auto;  max-width: 100%; max-height: 100%; object-fit: contain;}
.imageitem-name{color: #404040; margin-top: 12px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.imageitem-loading{cursor: default;}
.imageitem-loading .imageitem-operate{display: none;}
.imageitem-loading .imageitem-img img{animation: converting linear 2s infinite;}
@keyframes converting{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

/* image converter */
.jpgtp .pdflayout-cont{padding: unset; margin-top: unset; overflow-y: hidden; position: relative; height: calc(100vh - 60px);}

.jpgtp .pdflayout-console h3{margin-bottom: 36px;}
.images-config-item{margin-bottom: 24px;}
.images-config-item p{font-size: 16px; color: #000;}
.images-config-select select{font-size: 16px; border: 1px solid #eee; margin-top: 8px; padding: 8px 11px; border-radius: 4px; box-sizing: border-box; width: 100%; outline: none;}
.images-config-item label{display: flex; align-items: center; gap: 12px; width: fit-content; cursor: pointer; font-size: 16px; color: #000; margin-top: 8px;}
.images-config-item input[type=checkbox]{display: none;}
.images-config-item .images-config-checkstyle{box-sizing: border-box; width: 16px; height: 16px; border: 1px solid #000; border-radius: 1px;}
.images-config-item input[type=checkbox]:checked+label span.images-config-checkstyle {
    border: none; background: #08f url("../svg/checked.svg") center no-repeat; background-size: contain;
}


.pdfcvert-banner{width: 100%; background: linear-gradient(180deg, #B9D9FF 0%, #FFFFFF 24%); overflow: hidden;}
.pdfcvert-banner-box{max-width: 980px; width: 92%; margin:40px auto 20px; border-radius: 12px; background: #fff; padding: 24px 20px 16px; box-sizing: border-box; box-shadow: 0px 10px 20px 0px #F7F8FA;}
.pdfcvert-banner-text{text-align: center;}
.pdfcvert-banner-text h1{font-size: 32px; line-height: 43px; color: #000; font-weight: 700; display: flex; align-items: center; justify-content: center;}
.pdfcvert-banner-text h1 img{margin-inline-end: 15px;}
.trust-rating{font-size: 16px; color: #606060; margin: 12px auto;}
.trust-rating img{vertical-align: middle;}
.trust-rating a{font-size: inherit; color: #1e76e3;}
.pdfcvert-security{background: #F9ECEC; border-radius: 0 0 12px 12px; padding: 12px 20px; position: relative;}
.pdfcvert-security::before{content: ""; position: absolute; left: 0; top: -12px; width: 12px; height: 12px; background: #F9ECEC;}
.pdfcvert-security::after{content: ""; position: absolute; right: 0; top: -12px; width: 12px; height: 12px; background: #F9ECEC;}
.pdfcvert-security-cont{display: flex; gap: 8px; justify-content: center; align-items: center; width: fit-content; margin: auto;}
.pdfcvert-security-text{ font-size: 18px; color: #606060; display: flex; gap: 6px; align-items: center;}
.security-tips{position: relative;}
.security-tips img{display: block; cursor: pointer;}
.security-tips-list{position: absolute; right: 0; top: calc(100% + 8px); padding: 6px 12px; background: #fff; box-shadow: 0px 10px 20px 0px #00000033; border-radius: 4px; width: max-content; opacity: 0; z-index: -1; transition: .3s ease-in-out; transform: translateX(50%);}
.pdfcvert-security-cont:hover .security-tips-list{opacity: 1; z-index: 1; top: calc(100% + 14px);}
.security-tips-list ul{display: flex; flex-direction: column; gap: 12px;}
.security-tips-list li{font-size: 14px; color: #606060; padding-inline-start: 12px; position: relative;}
.security-tips-list li::before{content: ""; position: absolute; inset-inline-start: 0; top: 8px; width: 3.5px; height: 3.5px; border-radius: 50%; background-color: #606060;}
.split .pdfcvert-converser::before,.split .pdfcvert-converser::after{display: none;}
.pdfcvert-banner-text p{font-size: 18px; line-height: 1.6; color: #555; margin-top: 12px;}
.pdfcvert-converser{margin-top: 21px; width: 100%; border:none !important; background: none !important; position: relative;}
.pdfcvert-converser-area{min-height:250px; box-sizing: border-box; margin: 0 auto; background: rgba(209, 227, 249, 1); border:none !important; text-align: center; position: relative; padding:0; display: flex; align-items: center; justify-content: center; border-radius: 12px 12px 0 0;}
.pdfcvert-converser:before{width: 21px; height: 21px; content: ""; display: block; position: absolute; left: -11px; bottom: -11px; z-index: 1; background: #fff; border-radius: 21px;}
.pdfcvert-converser:after{width: 21px; height: 21px; content: ""; display: block; position: absolute; right: -11px; bottom: -11px; z-index: 1; background: #fff; border-radius: 21px;}
.pdfcvert-input{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; cursor: pointer; opacity: 0;}
.pdfcvert-guarant{display: flex; justify-content: space-between; text-align: center; flex-wrap: wrap;}
.pdfcvert-guarant-list{width: 31%; margin-top: 60px;}
.pdfcvert-guarant-list p{font-size: 14px; line-height: 1.5; color: #606060; margin-top: 20px;}
.pdfcvert-guarant-list p.guarant-title{font-size: 18px; color: #000; margin-top: 12px;}
.pdfcvert-guarant-list p a{font-size: inherit; font-weight: inherit; color: #1e76e3;}

.pdfconvert_upload_button{display: flex; align-items: center; justify-content: center; background: #E35050; border-radius: 48px; min-width: 323px; box-sizing: border-box; width: fit-content; padding: 10px 20px; min-height: 48px; margin: 0 auto;}
.pdfconvert_upload_button .pdfcvert-choose{font-size: 20px; display: block; font-weight: 700; color: #fff;  }
.pdfconvert_upload_button>img{margin-inline-end: 10px;}
.pdfcvert-before>p{font-size: 18px; margin-top: 12px; color: #404040;}
.pdfcvert-dlarea{margin-top: 30px; background: linear-gradient(95.75deg, #FFEFEF 2.71%, #E9D4FF 36.79%, #B1DDF8 100%); border-radius: 10px; padding: 26px 22px 10px 60px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center;}
.pdfcvert-dlarea-text{margin-right: 40px;}
.pdfcvert-dlarea-text h3{font-size: 22px; line-height: 160%; font-weight: 600; color: #222222;}
.pdfcvert-dlarea-text p{font-size: 14px; line-height: 160%; color: #222222; margin-top: 16px;}
.pdfcvert-dlarea-text p span{color: #fb464e;}
.pdfcvert-dlarea-button{margin-top: 5px; display: flex; align-items: center; flex-wrap: wrap;}
.pdfcvert-dlarea-trybtn{width: fit-content; padding: 12px 15px; background: linear-gradient(90.29deg, #ED6948 18.05%, #FF404F 102.89%); border-radius: 30px; margin-top: 10px; font-size: 16px; font-weight: 600; color: #FFFFFF; display: flex; align-items: center; box-sizing: border-box;}
.pdfcvert-dlarea-learnmore{font-size: 14px; line-height: 1.6; font-weight: 500; color: #000; text-decoration-line: underline; margin: 18px 0 0 17px;}
.pdfcvert-dlarea-trybtn img,.pdfcvert-dlarea-learnmore img{margin-right: 10px;}
.converter-banner-available{margin-top: 22px;}

.pdfcvert-dlmodel{ width: 100%; padding: 24px 20px 24px 48px; box-sizing: border-box; border-radius: 0 0 12px 12px; background: #FFF2F2; display: flex; align-items: center; border-top: 2px dashed #fff; position: relative; overflow: hidden; gap: 48px;}
.pdfcvert-dlmodel-dlarea { display: flex; justify-content: center; align-items: flex-start; flex-shrink: 0;}
.pdfcvert-dlmodel-dlarea .pdfgear-desktop-btn { box-shadow: none;}
.pdfcvert-dlmodel-dlarea .pdfcvert-dlarea-button a{margin: 8px;}
.pdfcvert-dlmodel-dlarea .converter-banner-available{margin: 4px 0 0 8px;}
.pdfcvert-dlmodel-text h3{font-size: 20px; font-weight: 600; line-height: 150%; color: #000;}
.pdfcvert-dlmodel-text p{font-size: 16px; font-weight: 400; line-height: 150%; color: #000; margin-top: 8px;}
.pdfcvert-dlmodel-text p span{color: #fb464b ;}
.pdfcvert-dlmodel-text p a{font-size: inherit; color: #1E76E3; text-decoration: underline;}

.pdfcvert-wrong-tips span{font-size: 16px; line-height: 19px; color: #000000; margin-left: 8px; font-weight: 400; vertical-align: middle;}
.pdfcvert-wrong-tips img{vertical-align: middle;}
.pdfcvert-wrong-contact{padding: 16px 0; border-top: 1px dashed #FC0D1B; font-size: 16px; line-height: 19px; font-weight: 400; color: #000000;}
.pdfcvert-wrong-contact a{font-size: inherit; color: #1E76E3; text-decoration: underline;}
.pdfcvert-wrong-show{display: none;}
.pdfcvert-wrong-show.flex{display: flex; align-items: center; justify-content: center;}
.pdfcvert-complete .pdfcvert-wrong-contact{margin-top: 40px;}

.pdfcvert-howto{width: 100%; background: #FBFBFB; padding: 70px 0 55px; margin-top: 80px;}
.pdfcvert-howto-box h2{font-size: 32px; line-height: 1.6; color: #000; font-weight: 700; text-align: center;}
.pdfcvert-howto-cont{display: flex; justify-content: space-between; margin-top: 46px; align-items: center;}
.pdfcvert-howto-items{width: 476px;}
.pdfcvert-howto-list{margin:28px 0; padding-left: 16px; position: relative;}
.pdfcvert-howto-list.nodecam{padding-left: 0;}
.pdfcvert-howto-list:not(.nodecam):before{content: "1."; position: absolute; left: 0; top: 2px; display: block; font-size: 16px;}
.pdfcvert-howto-list:nth-child(1):not(.nodecam):before{content: "1.";}
.pdfcvert-howto-list:nth-child(2):not(.nodecam):before{content: "2.";}
.pdfcvert-howto-list:nth-child(3):not(.nodecam):before{content: "3.";}
.pdfcvert-howto-list:nth-child(4):not(.nodecam):before{content: "4.";}
.pdfcvert-howto-list:nth-child(5):not(.nodecam):before{content: "5.";}
.pdfcvert-howto-list h5{font-size: 16px; line-height: 1.6; color: #000; font-weight: 700; display: flex;}
.pdfcvert-howto-list h3{font-size: 20px; line-height: 1.6; color: #000; font-weight: 600; display: flex;}
.pdfcvert-howto-list h3 span{min-width:74px; padding: 0 10px; height: 32px; display: inline-block; vertical-align: middle; margin: -2px 12px 0 0; text-align: center; line-height: 32px; font-size: 20px; font-weight: 600; color: #fff; background-color: #2168D1; border-radius: 6px;}
.pdfcvert-howto-list p{font-size: 16px; line-height: 1.6; color: #000000; margin-top: 8px;}
.pdfcvert-howto-video{width: 476px; height: 268px; margin-top: 24px; position: relative; cursor: pointer}
.pdfcvert-howto-video .videoimg{width: 100%; height: 100%; display: block;}
.play-button{position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto;}

.pdfcvert-free{width: 100%; height: 320px; background:#FAEAEA; display: flex; align-items: center}
.pdfcvert-free-box{display: flex; justify-content: center; align-items: center; text-align: center;}
.pdfcvert-free-title{display: flex; align-items: center;}
.pdfcvert-free-text{display: flex; flex-direction: column; align-items: center; justify-content: center;}
.pdfcvert-free-text h2{font-size: 32px; line-height: 1.5; color: #000; font-weight: 700;}
.pdfcvert-free-text p{font-size: 18px; line-height: 1.6; color: #000; margin-top: 15px; font-weight: 500;}
.pdfcvert-free-text .pdfgear-platforms{justify-content: center;}
.pdfcvert-free-button{margin-top: 25px;}
.pdfcvert-free-button a{ min-width:300px; box-sizing: border-box; padding: 0 10px; height:58px; line-height:58px; text-align: center; font-size: 18px; font-weight: 600; color: #fff; background: linear-gradient(90.29deg, #ED6948 18.05%, #FF404F 102.89%); border-radius: 30px; position: relative; display: inline-block;}
.pdfcvert-free-button a:before{width: 36px; height: 24px; content: ""; display: inline-block; margin:-4px 4px 0 0; position: relative; background: url(../svg/homepage_fdicon.svg) no-repeat top center;  vertical-align: middle;}

/* img-to-pdf layout */
/* .pdfcvert-box{display: none;} */
.pdfcvert-loadpage{display: none; background: #fff; padding-bottom: 60px;}
.pdfcvert-loadpage-middle{max-width: 1576px; width: 92%; margin: 80px auto 0; position: relative;}
.pdfcvert-loadpage-back{position: absolute; left: 37.5px; top: 0; font-size: 14px; line-height: 17px; text-align: center; color: #000000; cursor: pointer; font-weight: 500; padding: 9px 16px 6px; background: #F5F5F5; border-radius: 16px;}
.pdfcvert-loadpage-back:before{width: 7px; height: 12px; content: ""; display: inline-block; vertical-align: middle; background:url(../svg/converter-backup-arrow.svg) no-repeat top center; background-size: cover; margin-right: 6px; margin-top: -2px;}
.pdfcvert-loadpage-informat{text-align: center;}
.pdfcvert-loadpage-informat h2{font-size: 36px; line-height: 1.2; color: #000000; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 28px;}
.pdfcvert-loadpage-informat p{font-size: 20px; line-height: 1.2; color: #000000; font-weight: 400; margin-top: 10px;}
.pdfcvert-loadpage-number{font-size: inherit; color: inherit;}
.pdfcvert-loadpage-button{padding: 18px 32px; font-size: 20px; line-height: 1.2; color: #FFFFFF; font-weight: 600; background: linear-gradient(90deg, #DD7051 0%, #EA5255 100%); border-radius: 42px; border: none; cursor: pointer; position: relative; margin-top: 24px;}
.pdfcvert-loadpage-button:before{width: 26px; height: 18px; content: ""; display: inline-block; vertical-align: middle; background:url(../svg/converter-button-arrow.svg) no-repeat top center; background-size: cover; margin-right: 10px; margin-top: -4px;}
.pdfcvert-loadpage-picture{width: 100%; display: flex; flex-wrap: wrap; margin-top: 28px;}
.pdfcvert-loadpage-picture-item{width: 264px; padding: 32px 12px 16px; margin: 0 25px 60px 25px; border-radius: 4px; position: relative; box-sizing: border-box; cursor: move;}
.pdfcvert-loadpage-picture-item>p{margin-top: 16px; font-size: 14px; line-height: 17px; color: #000000;}
.pdfcvert-loadpage-picture-item-img{width: 100%; height: 180px; background: #F5F5F5; display: flex; justify-content: center; align-items: center;}
.pdfcvert-loadpage-picture-item-img img{width: auto; max-width: 100%; max-height: 100%; display: block;}
.pdfcvert-loadpage-addfiles{width: 180px; height: 180px; border-radius: 180px; display: flex; justify-content: center; flex-direction: column; text-align: center; align-items: center; cursor: pointer; background: #F5F5F5; border-radius: 180px; margin-left: 70px; margin-top: 20px; position: relative;}
.pdfcvert-loadpage-addfiles span{font-size: 14px; line-height: 17px; font-weight: 400; color: #000000; margin-top: 14px;}
.pdfcvert-loadpage-input{position: absolute; width: 100%; height: 100%; z-index: 5; opacity: 0; cursor: pointer;}
.pdfcvert-loadpage-layout{position: absolute; left: 0; right: 0; margin: auto; display: flex; justify-content: center; top: 8px; opacity: 0; transition: all 0.1s linear;}
.pdfcvert-loadpage-layout img{cursor: pointer; margin: 0 6px;}
.pdfcvert-loadpage-picture-item:hover{background: rgba(0, 0, 0, 0.1);}
.pdfcvert-loadpage-picture-item:hover .pdfcvert-loadpage-layout{opacity: 1;}

.editpdfnow{min-width: 277px; height: 53px; text-align: center; padding: 2px 48px; box-sizing: border-box; border: 1px solid #65A062; border-radius: 5px; cursor: pointer; background: #EFF6EE; color: #65A062; font-size: 18px; font-weight: 700; width: fit-content; display: flex; align-items: center; justify-content: center; margin: 70px auto 0;}

.pdfcvert-loadpage-preview{position: fixed; width: 100%; height: 100%; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.6); z-index: 120; display: none; align-items: center; justify-content: center;}
.pdfcvert-loadpage-preview.flex{display: flex;}
.pdfcvert-loadpage-preview-middle{position: relative; display: flex; justify-content: center;}
.pdfcvert-loadpage-preview-total{width: 1536px; height: 760px; padding: 64px 85px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; display: flex; align-items: center; justify-content: center;}
.pdfcvert-loadpage-preview-item{display: flex; justify-content: space-between; flex-direction: column; width: 100%; height: 100%; box-sizing: border-box;}
.pdfcvert-loadpage-preview-item>img{max-width: 100%; max-height: 100%; width: auto; height: auto; display: block; object-fit: contain;}
.pdfcvert-loadpage-preview-item p{font-size: 14px; line-height: 19px; color: #000000; font-weight: 400; margin-bottom: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex-shrink: 0;}
.converter-loadpage-close{position: absolute; left: 0; top: -68px; z-index: 5; cursor: pointer;}
.converter-loadpage-arrow{position: absolute; top: calc(50% - 32px); z-index: 5; width: 64px; height: 64px; border-radius: 64px; display: flex; justify-content: center; align-items: center; text-align: center; background: #FFFFFF; cursor: pointer;}
.converter-loadpage-prearr{left: -88px;}
.converter-loadpage-nextarr{right: -88px;}
.pdfcvert-complete-box{display: flex; align-items: center; justify-content: space-between;}
.pdfcvert-complete-download{text-align: center; width: calc(100% - 410px);}
.pdfcvert-complete-ready h4{font-size: 20px; font-weight: 600; color: #000;}
.pdfcvert-complete-share{width: 316px; padding: 24px 12px; box-sizing: border-box; border-radius: 12px; background: rgba(255, 255, 255, 0.50);}
.pdfcvert-complete-share h5{font-size: 18px; font-weight: 600; color: #000;}
.pdfcvert-complete-share p{font-size: 14px; font-weight: 400; line-height: 1.57; color: #555; margin: 12px 0 0 0;}

/* converser */
.pdfcvert-before,.pdfcvert-upload,.pdfcvert-converting,.pdfcvert-complete,.pdfcvert-specification,.pdfcvert-completeing,.pdfcvert-splitcation,.pdfmerge-upload{display: none; width: 100%;}
.pdfcvert-complete{padding: 0 72px;}
.pdfcvert-converser-area .pdfcvert-before-inpare .pdfcvert-choose{margin-bottom: 10px;}
.converting-showpc{display: block;}
.converting-showmo{display: none;}
.pdfcvert-before{display: block;}
.pdfcvert-upload-progress .converting-circle{display: none;}

.pdfcvert-before-inpare{position: relative; }
.pdfcvert-before-contact{margin: 16px auto 0; display: flex; align-items: center; justify-content: center; font-size: 14px;}
.pdfcvert-before-contact p{color: #555555; font-size: 14px;}
.pdfcvert-before-contact p a{color: #1E76E3; font-size: inherit;}

.pdfcvert-desc{display: flex; text-align: center; justify-content: center; align-items: center;}
.pdfcvert-text{text-align: left;}
.pdfcvert-text-name{font-size: 12px; line-height: 1.5; color: #555; font-weight: 400; margin-top: 12px; max-width: 320px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.pdfcvert-text-size{font-size: 18px; line-height: 21px; color: #606060; margin-top: 12px;}
.pdfcvert-progress{font-size: 18px; line-height: 21px; color: #606060; margin-top: 20px; font-weight: 400;}
.pdfcvert-progress em{font-size: inherit; font-style: normal;}
.pdfcvert-progress b{font-size: inherit; margin-left: 2px;}
.pdfcvert-progress b.connum1{animation: ficker 2s linear infinite;}
.pdfcvert-progress b.connum2{animation: ficker 2s linear 0.5s infinite;}
.pdfcvert-progress b.connum3{animation: ficker 2s linear 1s infinite;}
@keyframes ficker{
	0%{opacity: 0;}
	10%{opacity: 1;}
	80%{opacity: 1;}
	100%{opacity: 0;}
}
.pdfcvert-line{width: 44px; height: 8px; margin: 0 20px; display: block; background:url(../png/pdfconvert_ptd_line.png) no-repeat top center; background-size: cover;}
.pdfcvert-complete-area{margin-top: 20px; display: flex; justify-content: center; align-items: center;}
.pdfcvert-download{width: 266px; height: 56px; line-height: 56px; text-align: center; cursor: pointer; font-size: 20px; font-weight: 600; color: #2E64C9; border-radius: 28px; background: #fff; border: none; margin-inline-end: 12px; position: relative;}
.pdfcvert-download:before{width: 32px; height: 32px; content: ""; display: inline-block; vertical-align: middle; margin: 2px 0 0; background:url(../svg/download-file.svg) no-repeat top center; background-size: cover;}
.pdfcvert-delete-area{position: relative;}
.pdfcvert-delete{cursor: pointer; display: block;}
.pdfcvert-delete-tips{position: absolute; font-size: 12px; line-height: 16px; padding: 3px 5px; background: rgba(0, 0, 0, 0.65); border-radius: 3px; color: #FFFFFF; left: 52px; top: 13px; width: 220px; opacity: 0; transition: all 0.2s linear; z-index: 5;}
/* .pdfcvert-delete-area:hover .pdfcvert-delete-tips{opacity: 1;} */

.pdfcvert-specification{width:100%;}
.pdfcvert-specification-button{max-width:240px; padding: 0 10px; box-sizing: border-box; height:60px; line-height:60px; text-align:center; background: linear-gradient(90deg, #DD7051 0%, #EA5255 100%); border-radius: 60px; font-size: 20px; font-weight: 500; color: #FFFFFF; cursor:pointer; margin:40px auto;}
.pdfcvert-specification-option{display:flex; flex-direction:column; background: rgba(255, 255, 255, 0.6); padding: 24px 40px;}
.pdfcvert-specification-option h5{font-size: 16px; color: #000000; font-weight:500; line-height: 19px; text-align: left;}
.pdfcvert-option-total{display:flex; justify-content:space-between; box-sizing:border-box; text-align:left; flex-wrap: wrap;}
.pdfcvert-option-list{padding-left:28px; position:relative; cursor:pointer; margin-top: 24px; background: #FFFFFF; border-radius: 4px; padding: 18px 18px 24px 46px;}
.pdfcvert-option-list:before{width: 16px; height: 16px; left:18px; top:21px; background: #FFFFFF; border: 1px solid rgba(252, 13, 27, 0.2); border-radius: 10px; display:block; content:""; position:absolute;}
.pdfcvert-option-list.checked{background: #FFDCDC;}
.pdfcvert-option-list.checked:before{border: 1px solid #FC0D1B; width:14px; height:14px;}
.pdfcvert-option-list.checked:after{width:8px; height:8px; border-radius:8px; background:#FC0D1B; content:""; display:block; position:absolute; left:22px; top:25px;}
.pdfcvert-option-list b{font-size: 16px; line-height: 19px; color: #000000; font-weight:500;}
.pdfcvert-option-list p{font-size: 14px; line-height: 22px; color: #606060; margin-top:8px; margin-bottom: 0;}
.pdfcvert-completeing-animation{margin: 0 auto; display: flex; align-items: center; justify-content: center;}
.pdfconvert_compress_line{margin: 0 10px;}
.pdfcvert-completeing-progress{margin-top:20px; font-size: 18px; line-height: 21px; color: #000000; font-weight:600;}
.pdfcvert-completeing-progress span{font-size:inherit; color:inherit;}

.pdfmerge-upload{width:100%;}
.pdfcvert-upload-mergeshow{display:flex; justify-content:space-between; align-items:center; padding:0 28px 24px 16px; box-sizing:border-box; border-bottom: 1px dashed #695CFF;}
.pdfcvert-upload-mergeshow-before{display:flex; align-items:center; position:relative; cursor:pointer;}
.pdfcvert-upload-add{display:flex; align-items:center; margin-left:9px; }
.pdfcvert-upload-add span{font-size: 18px; line-height: 21px; color: #1E76E3; font-weight: 400; margin-left:8px; text-align:left;}
.pdfcvert-upload-mergeshow-before .pdfcvert-input{height: 100%;}
.pdfcvert-upload-mergeshow-button{width: 184px; height: 46px; line-height: 46px; text-align: center; font-size: 18px; font-weight: 500; text-align: center; color: #fff; cursor: pointer; background: #1E76E3; border-radius: 4px; position:relative;}
.pdfcvert-upload-mergeshow-button.mergestartbtn span{opacity:1; z-index:1;}
.pdfcvert-upload-mergeshow-button span{position:absolute; width:244px; background: rgba(0, 0, 0, 0.65); border-radius: 3px; z-index:3; right:202px; top:11px; font-size: 12px; line-height: 14px; color: #FFFFFF; padding:4px 5px; box-sizing:border-box; opacity:0; transition:all linear 0.3s; z-index:-1;}
.pdfcvert-upload-mergeshow-button span:after{width:0; height:0; border:4px solid transparent; border-left:7px solid rgba(0, 0, 0, 0.65); content:""; display:block; z-index:3; position:absolute; right:-11px; top:calc(50% - 4px);}
.pdfcvert-upload-mergelist{display:flex; align-items:flex-start; flex-wrap:wrap;}
.pdfcvert-upload-mergelist-item{width:100px; margin:17px 14px; position:relative;}
.mergeclose{position:absolute; right:12px; top:6px; z-index:5; cursor:pointer;}
.pdfcvert-upload-mergelist-item p{font-size: 12px;line-height: 14px;text-align: center;color: #606060; margin-top:0; margin-bottom:0; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:1;  display:-webkit-box; -webkit-box-orient:vertical;}

.pdfcvert-splitcation{width: 100%;}
.pdfcvert-splitcation-des{padding: 32px 40px 32px; display: flex; align-items: center; justify-content: space-between; position: relative; box-sizing: border-box;}
.pdfcvert-splitcation-des:after{width: calc(100% - 84px); content: ""; display: block; left: 42px; bottom: 0; height: 1px; position: absolute; border-top: 1px dashed #C64545;}
.pdfcvert-splitcation-types{display: flex; align-items: center; text-align: left;}
.pdfcvert-splitcation-types>img{margin-right: 12px;}
.pdfcvert-splitcation-types span{font-size: 16px; font-weight: 400; color: #000000; line-height: 24px;}
.pdfcvert-splitcation-types font{font-size: 16px; color: inherit; margin-left: 6px;}
.pdfcvert-splitcation-types font em{font-size: 16px; font-weight: inherit;}
.pdfcvert-splitcation-types .pdfcvert-text-size{font-size: 16px; margin-top: 8px; color: #555555; line-height: 24px;}
.pdfcvert-splitcation-button{min-width: 197px; height: 56px; line-height: 56px; text-align: center; font-size: 20px; font-weight: 600; text-align: center; color: #C64545; cursor: pointer; background: #fff; border-radius: 56px; box-sizing: border-box; padding: 0 10px;}
.pdfcvert-splitcation-range{padding: 26px 40px 15px 51px; text-align: left;}
.pdfcvert-splitcation-rangenum span{font-size: 18px; color: #000000; font-weight: 700;}
.pdfcvert-splitcation-rangenum font{font-size: 18px; color: #666; font-weight: 700; margin-left: 8px;}
.pdfcvert-splitcation-rangenum em{font-size: inherit; color: inherit; font-weight: 700;}
.pdfcvert-splitcation-rangenum input{margin-left: 14px; padding: 7px 18px; border: 1px solid #EBEBEB; background: #fff; outline: none; border-radius: 6px; font-size: 14px; box-sizing: border-box; min-width: 282px;}
.pdfcvert-splitcation-rangenum input:placeholder{color: rgba(0,0,0,.4);}
.pdfcvert-splitcation-tips{margin-top: 22px; display: flex; justify-content: flex-end; align-items: center; z-index: 3; position: relative;}
.pdfcvert-splitcation-tips span{font-size: 14px; color: #666; margin-right: 10px;}
.pdfcvert-split-tips{width: 24px; height: 24px; border-radius: 24px; background: url(../svg/pdfcvert-split-tips.svg) #C64545 no-repeat center center; z-index: 3;}
.pdfcvert-split-tipstext{position: absolute; background: rgba(255, 255, 255, 0.5); border-radius: 20px; z-index: 2; max-width: 642px; width: 100%; padding: 4px 40px 4px 20px; box-sizing: border-box; right: -10px; opacity: 0; transition: all 0.1s linear;}
.pdfcvert-split-tipstext p{font-size: 12px; line-height: 18px; color: rgba(85, 85, 85, 1); margin-top: 0; margin-bottom: 0;}
.pdfcvert-splitcation-tips:hover .pdfcvert-split-tipstext{opacity: 1;}
.pdfcvert-splitcation-tips:hover >span{display: none;}
/* special */
.pdfcvert-line.jtpcolor{background:url(../png/pdfconvert_jtp_line.png) no-repeat top center; background-size: cover;}
.pdfcvert-line.ptecolor{background:url(../png/pdfconvert_pte_line.png) no-repeat top center; background-size: cover;}
.pdfcvert-line.ptjcolor{background:url(../png/pdfconvert_ptj_line.png) no-repeat top center; background-size: cover;}
.pdfcvert-line.ptpcolor{background:url(../png/pdfconvert_ptp_line.png) no-repeat top center; background-size: cover;}
.pdfcvert-line.ptwcolor{background:url(../png/pdfconvert_ptd_line.png) no-repeat top center; background-size: cover;}
.pdfcvert-line.wtpcolor{background:url(../png/pdfconvert_wtp_line.png) no-repeat top center; background-size: cover;}
.pdfcvert-line.htpcolor{background:url(../png/pdfconvert_wtp_line.png) no-repeat top center; background-size: cover;}
.pdfcvert-line.pmtpcolor{background:url(../svg/pdfcvert_merge_line.svg) no-repeat top center; background-size: cover;}

/* pdf-to-word */
.ptw .pdfcvert-banner{background: linear-gradient(180deg, #B9D9FF 0%, #FFFFFF 24%);}
.ptw .pdfcvert-converser-area{background: #eaf0fa;}
.ptw .pdfcvert-howto-list h3 span{background-color: #2168D1;}
.ptw .pdfcvert-free{background:#EAF0FA;}
.ptw .pdfcvert-free-text span{background: #a0c6ff;}
.ptw .pdfcvert-dlmodel, .ptw.wtp .pdfcvert-dlmodel{ background: #eaf0fa; }
.ptw .popup { background-image: url("../png/err-popup-bg-04.png");}
.ptw .pdfconvert_upload_button{background: #2E64C9;}
.ptw .get-software{color: #2E64C9;}
.ptw .editpdfnow{border: 1px solid #2E64C9; background: #EAF0FA; color: #2E64C9;}
.ptw .pdfcvert-download{background: #2E64C9; color: #fff;}
.ptw .pdfcvert-download:before{background:url(../svg/download-file-5.svg) no-repeat top center; background-size: cover;}
/* pdf-to-jpg jpg-to-pdf */
.ptj .pdfcvert-banner{background: linear-gradient(180deg, #FFC6D3 0%, #FFFFFF 24%);}
.ptj .pdfcvert-converser{background: #FFFAFA; border: 1px dashed #FC0D71;}
.ptj .pdfcvert-converser-area{background: #FFE5EB; border: 1px dashed #FC0D71;}
.ptj .pdfcvert-howto-list h3 span{background-color: #CA0813;}
.ptj .pdfcvert-free{background:#bcfaf4;}
.ptj.jtp .pdfcvert-free{background:#bcfaf4;}
.ptj .pdfcvert-free-text span{background: #ffbacc;}
.ptj .pdfcvert-dlmodel, .ptj.jtp .pdfcvert-dlmodel{ background: linear-gradient(271.13deg, #FBE5EB -1.68%, #FFF2F2 36.02%, #FFE8E8 98.33%);}
.ptj .popup { background-image: url("../png/err-popup-bg-01.png");}

/* jpeg-to-pdf */
.jptp .pdfcvert-banner{background: linear-gradient(180deg, #ffca57 0%, #FFFFFF 24%);}
.jptp .pdfcvert-converser{background: #fffcf9; border: 1px dashed #ff865c;}
.jptp .pdfcvert-converser-area{background: #fff3e9; border: 1px dashed #ff865c;}
.jptp .pdfcvert-howto-list h3 span{background-color: #FF8F0D;}
.jptp .pdfcvert-free{background:#bcfaf4;}
.jptp .pdfcvert-free-text span{background: #ffb400;}
.jptp .pdfcvert-dlmodel { background: linear-gradient(270.96deg, #FFF0E1 -1.71%, #FFFFF3 43.19%, #FFFBE8 100.79%);}
.jptp .popup { background-image: url("../png/err-popup-bg-03.png");}

/* pdf-to-jpeg */
.ptjp .pdfcvert-banner{background: linear-gradient(180deg, #FFCC5F 0%, #FFFFFF 24%);}
.ptjp .pdfcvert-converser{background: #FFFAFA; border: 1px dashed #FF865C;}
.ptjp .pdfcvert-converser-area{background: #FFF3E9 ; border: 1px dashed #FF865C;}
.ptjp .pdfcvert-howto-list h3 span{background-color: #FF8F0D;}
.ptjp .pdfcvert-free{background:#bcfaf4;}
.ptjp .pdfcvert-free-text span{background: #ffb400;}
.ptjp .pdfcvert-dlmodel { background: linear-gradient(270.96deg, #FFF0E1 -1.71%, #FFFFF3 43.19%, #FFFBE8 100.79%);}
.ptjp .popup { background-image: url("../png/err-popup-bg-03.png");}

/* png-to-pdf */
.pngtp .pdfcvert-banner{background: linear-gradient(180deg, #95F2FF 0%, #FFFFFF 24%);}
.pngtp .pdfcvert-converser{background: #FAFDFF; border: 1px dashed #5CD8FF;}
.pngtp .pdfcvert-converser-area{background: #E9FCFF; border: 1px dashed #5CD8FF;}
.pngtp .pdfcvert-howto-list h3 span{background-color: #7DEFFF;}
.pngtp .pdfcvert-free{background:#bcfaf4;}
.pngtp .pdfcvert-free-text span{background: #ffb400;}
.pngtp .pdfcvert-dlmodel{ background: linear-gradient(270.96deg, #ECFCFF -1.71%, #F3F9FF 43.19%, #E8FFFE 100.79%); }
.pngtp .popup { background-image: url("../png/err-popup-bg-04.png");}

/* image-to-pdf */
.imgtp .pdfcvert-banner{background: linear-gradient(180deg, #FFA450 0%,#FFC27B 14%, #FFFFFF 24%);}
.imgtp .pdfcvert-converser{background: #FFFDFC; border: 1px dashed #FFAA5D;}
.imgtp .pdfcvert-converser-area{background: #FFF5E9; border: 1px dashed #FFAA5D;}
.imgtp .pdfcvert-howto-list h3 span{background: linear-gradient(95.36deg, #FFC42D 4.42%, #FFB97E 100%);}
.imgtp .pdfcvert-free{background:#bcfaf4;}
.imgtp .pdfcvert-free-text span{background: #ffb400;}
.imgtp .pdfcvert-dlmodel{ background: linear-gradient(271.13deg, #FDF5E9 -1.68%, #FFF6F5 39.85%, #FCF0E6 98.33%); }
.imgtp .popup { background-image: url("../png/err-popup-bg-03.png");}
.imgtp .pdfcvert-download{color: #C64545; background: #fff;}
.imgtp .pdfcvert-download:before{background: url(../svg/download-file-6.svg) no-repeat top center;}
/* pdf-to-png */
.ptpng .pdfcvert-banner{background: linear-gradient(180deg, #95F2FF 0%, #FFFFFF 24%);}
.ptpng .pdfcvert-converser{background: #FAFDFF; border: 1px dashed #5CD8FF;}
.ptpng .pdfcvert-converser-area{background: #E9FCFF ; border: 1px dashed #5CD8FF;}
.ptpng .pdfcvert-howto-list h3 span{background-color: #7DEFFF;}
.ptpng .pdfcvert-free{background:#bcfaf4;}
.ptpng .pdfcvert-free-text span{background: #ffb400;}
.ptpng .pdfcvert-dlmodel{ background: linear-gradient(270.96deg, #ECFCFF -1.71%, #F3F9FF 43.19%, #E8FFFE 100.79%); }
.ptpng .popup { background-image: url("../png/err-popup-bg-04.png");}

/* pdf-to-ppt */
.ptp .pdfcvert-banner{background: linear-gradient(180deg, #FFC0AC 0%, #FFFFFF 24%);}
.ptp .pdfcvert-converser{background: #FFF6F4; border: 1px dashed #FC800D;}
.ptp .pdfcvert-converser-area{background: #FFEDE5; border: 1px dashed #FC800D;}
.ptp .pdfcvert-howto-list h3 span{background-color: #FF7B42;}
.ptp .pdfcvert-free{background:#bcfaf4;}
.ptp .pdfcvert-free-text span{background: #ffbda5;}
.ptp .pdfcvert-dlmodel{ background: linear-gradient(271.13deg, #FFE3D4 -1.68%, #FFF1ED 59.06%, #FEE7D7 98.33%); }
.ptp .popup { background-image: url("../png/err-popup-bg-03.png");}

/* pdf-to-pptx */
.ptpptx .pdfcvert-banner{background: linear-gradient(180deg, #FFB891 0%, #FFFFFF 24%);}
.ptpptx .pdfcvert-converser{background: #FFF9F4; border: 1px dashed #FC800D;}
.ptpptx .pdfcvert-converser-area{background: #FFEDE5; border: 1px dashed #FC800D;}
.ptpptx .pdfcvert-howto-list h3 span{background: linear-gradient(95.36deg, #FF863C 4.42%, #FF904B 100%);}
.ptpptx .pdfcvert-free{background:#bcfaf4;}
.ptpptx .pdfcvert-free-text span{background: #ffbda5;}
.ptpptx .pdfcvert-dlmodel{ background: linear-gradient(271.13deg, #FCEDE5 -1.68%, #FFFFED 73.64%, #FFF7E3 98.33%); }
.ptpptx .popup { background-image: url("../png/err-popup-bg-03.png");}

/* pdf-to-excel */
.pte .pdfcvert-banner{background: linear-gradient(180deg, #C7EDC5 0%, #FFFFFF 24%);}
.pte .pdfcvert-converser{background: #EBFAE4; border: 1px dashed #198F25;}
.pte .pdfcvert-converser-area{background: #D7F9D6; border: 1px dashed #198F25;}
.pte .pdfcvert-howto-list h3 span{background-color: #188F4F;}
.pte .pdfcvert-free{background:#bcfaf4;}
.pte .pdfcvert-free-text span{background: #8af38f;}
.pte .pdfcvert-dlmodel{ background: linear-gradient(271.13deg, #D7F9D6 -1.68%, #E5FFEE 36.02%, #DEFBDF 98.33%); }
.pte .popup { background-image: url("../png/err-popup-bg-05.png");}

/* compress-pdf */
.compress .pdfcvert-banner{background: linear-gradient(180deg, #EAF0FA 0%, #FFFFFF 24%);}
.compress .pdfcvert-converser{background: #EAF0FA;}
.compress .pdfcvert-converser-area{background: #EAF0FA;}
.compress .pdfcvert-howto-list h3 span{background-color: #EAF0FA;}
.compress .pdfcvert-free{background:#EAF0FA;}
.compress .pdfcvert-dlmodel{background: #EAF0FA;}
.compress .get-software{background: linear-gradient(90deg, #ED6948 18.05%, #FF404F 102.89%); color: #fff;}
.compress .pdfconvert_upload_button{background: #fff;}
.compress .pdfconvert_upload_button .pdfcvert-choose{color: #2E64C9;}
.compress .editpdfnow{border: 1px solid #EAF0FA; border-radius: 22px; background: #EAF0FA; height: 44px; line-height: 44px; color: #2E64C9 ;}
.compress .pdfcvert-download{color: #2E64C9; background: #fff;}
.compress .pdfcvert-download:before{background: url(../svg/download-file-4.svg) no-repeat top center;}


/* merge-pdf */
.merge .pdfcvert-banner{background: linear-gradient(180deg, #EFF6EE 0%, #FFFFFF 24%);}
.merge .pdfcvert-converser{background: #EFF6EE;}
.merge .pdfcvert-converser-area{background: #EFF6EE;}
.merge .pdfcvert-delete-tips{left: 0;  top: calc(100% + 10px); display: none;}
.merge .pdfcvert-howto-list h3 span{background-color: #3cc1b8;}
.merge .pdfcvert-free{background:#EFF6EE;}
.merge .pdfcvert-dlmodel{background: #EFF6EE;}
.merge .get-software{background: linear-gradient(90deg, #ED6948 18.05%, #FF404F 102.89%); color: #fff;}
.merge .play-button{top: 50px;}
.merge .pdfconvert_upload_button{background: #fff;}
.merge .pdfconvert_upload_button .pdfcvert-choose{color: #65A062;}
.merge .editpdfnow{background:  #EFF6EE; border-radius: 44px; color: #65A062; border: none;} 
.merge .pdfcvert-download{color: #65a062;}
.merge .pdfcvert-download:before{background: url(../svg/download-file-2.svg) no-repeat top center; margin-left: -10px;}

/* pdf-form-filler */
.pdfform-filler .pdfcvert-banner{background: linear-gradient(180deg, #F9ECEC 0%, #FFFFFF 24%);}
.pdfform-filler .pdfcvert-converser{background: #F9ECEC;}
.pdfform-filler .pdfcvert-converser-area{background: #F9ECEC;}
.pdfform-filler .pdfcvert-howto-list h3 span{background-color: #3cc1b8;}
.pdfform-filler .pdfcvert-free{background:#F9ECEC;}
.pdfform-filler .pdfcvert-dlmodel{background: #F9ECEC;}
.pdfform-filler .get-software{background: linear-gradient(90deg, #ED6948 18.05%, #FF404F 102.89%); color: #fff;}
.pdfform-filler .play-button{top: 50px;}
.pdfform-filler .pdfconvert_upload_button{background: #fff;}
.pdfform-filler .pdfconvert_upload_button .pdfcvert-choose{color: #C64545;}
.pdfform-filler .editpdfnow{background:  #F9ECEC; border-radius: 44px; color: #C64545; border: none;}

/* word-to-pdf */
.word-to-pdf .pdfcvert-banner{background: linear-gradient(180deg, #EAF0FA 0%, #FFFFFF 24%);}
.word-to-pdf .pdfcvert-converser{background: #EAF0FA;}
.word-to-pdf .pdfcvert-converser-area{background: #EAF0FA;}
.word-to-pdf .pdfcvert-howto-list h3 span{background-color: #EAF0FA;}
.word-to-pdf .pdfcvert-free{background:#EAF0FA;}
.word-to-pdf .pdfcvert-dlmodel{background: #EAF0FA;}
.word-to-pdf .get-software{background: linear-gradient(90deg, #ED6948 18.05%, #FF404F 102.89%); color: #fff;}
.word-to-pdf .pdfconvert_upload_button{background: #fff;}
.word-to-pdf .pdfconvert_upload_button .pdfcvert-choose{color: #2E64C9;}
.word-to-pdf .editpdfnow{border: 1px solid #EAF0FA; border-radius: 22px; background: #EAF0FA; height: 44px; line-height: 44px; color: #2E64C9 ;}
.word-to-pdf .pdfcvert-download{color: #2E64C9; background: #fff;}
.word-to-pdf .pdfcvert-download:before{background: url(../svg/download-file-7.svg) no-repeat top center;}
/* read-pdf */
.pdfread .pdfcvert-banner{background: linear-gradient(180deg, #F9ECEC 0%, #FFFFFF 24%);}
.pdfread .pdfcvert-converser{background: #F9ECEC;}
.pdfread .pdfcvert-converser-area{background: #F9ECEC;}
.pdfread .pdfcvert-howto-list h3 span{background-color: #F9ECEC;}
.pdfread .pdfcvert-free{background:#F9ECEC;}
.pdfread .pdfcvert-dlmodel{background: #F9ECEC;}
.pdfread .get-software{background: linear-gradient(90deg, #ED6948 18.05%, #FF404F 102.89%); color: #fff;}
.pdfread .pdfconvert_upload_button{background: #fff;}
.pdfread .pdfconvert_upload_button .pdfcvert-choose{color: #C64545;}
.pdfread .editpdfnow{border: 1px solid #F9ECEC; border-radius: 22px; background: #F9ECEC; height: 44px; line-height: 44px; color: #C64545;}

/* edit-pdf */
.pdfeditor .pdfcvert-banner{background: linear-gradient(180deg, #EFF6EE 0%, #FFFFFF 24%);}
.pdfeditor .pdfcvert-converser{background: #EFF6EE;}
.pdfeditor .pdfcvert-converser-area{background: #EFF6EE;}
.pdfeditor .pdfcvert-howto-list h3 span{background-color: #3cc1b8;}
.pdfeditor .pdfcvert-free{background:#EFF6EE;}
.pdfeditor .pdfcvert-dlmodel{background: #EFF6EE;}
.pdfeditor .pdfcvert-dlmodel-text p{font-size: 14px;}
.pdfeditor .get-software{background: linear-gradient(90deg, #ED6948 18.05%, #FF404F 102.89%); color: #fff;}
.pdfeditor .play-button{top: 50px;}
.pdfeditor .pdfconvert_upload_button{background: #fff;}
.pdfeditor .pdfconvert_upload_button .pdfcvert-choose{color: #65A062;}

/* pdfhighlight */
.pdfhighlight .pdfcvert-banner{background: linear-gradient(180deg, #F9ECEC 0%, #FFFFFF 24%);}
.pdfhighlight .pdfcvert-converser{background: #FFF2F2;}
.pdfhighlight .pdfcvert-converser-area{background: #FFF2F2;}
.pdfhighlight .pdfcvert-howto-list h3 span{background-color: #3cc1b8;}
.pdfhighlight .pdfcvert-free{background:#F9ECEC;}
.pdfhighlight .pdfcvert-dlmodel{background: #FFF2F2;}
.pdfhighlight .get-software{background: linear-gradient(90deg, #ED6948 18.05%, #FF404F 102.89%); color: #fff;}
.pdfhighlight .play-button{top: 50px;}
.pdfhighlight .pdfconvert_upload_button{background: #fff;}
.pdfhighlight .pdfconvert_upload_button .pdfcvert-choose{color: #C64545;}
.pdfhighlight .editpdfnow{border: none; background: #F9ECEC; color: #C64545; border-radius: 44px;}

/* pdfannotate */
.pdfannotate .pdfcvert-banner{background: linear-gradient(180deg, #EFF6EE 0%, #FFFFFF 24%);}
.pdfannotate .pdfcvert-converser{background: #EFF6EE;}
.pdfannotate .pdfcvert-converser-area{background: #EFF6EE;}
.pdfannotate .pdfcvert-howto-list h3 span{background-color: #3cc1b8;}
.pdfannotate .pdfcvert-free{background:#EFF6EE;}
.pdfannotate .pdfcvert-dlmodel{background: #EFF6EE;}
.pdfannotate .get-software{background: linear-gradient(90deg, #ED6948 18.05%, #FF404F 102.89%); color: #fff;}
.pdfannotate .play-button{top: 50px;}
.pdfannotate .pdfconvert_upload_button{background: #fff;}
.pdfannotate .pdfconvert_upload_button .pdfcvert-choose{color: #65A062;}
.pdfannotate .editpdfnow{border: none; background: #EFF6EE; color: #65A062; border-radius: 44px;}
.pdfannotate .pdfcvert-moreonline-total{border-top: none;}
/* crop-pdf */
.bodyread{background: #fff;}
.pdfcrop .pdfcvert-banner{background: linear-gradient(180deg, #EAF0FA 0%, #FFFFFF 24%);}
.pdfcrop .pdfcvert-converser{background: #EAF0FA;}
.pdfcrop .pdfcvert-converser-area{background: #EAF0FA;}
.pdfcrop .pdfcvert-download {color: #2e64c9; background: #fff;}
.pdfcrop .pdfcvert-download:before{background: url(../svg/download-file-7.svg) no-repeat top center;}
.pdfcrop .pdfcvert-howto-list h3 span{background-color: #3cc1b8;}
.pdfcrop .pdfcvert-free{background:#EAF0FA;}
.pdfcrop .pdfcvert-dlmodel{background: #EAF0FA;}
.pdfcrop .get-software{background: linear-gradient(90deg, #ED6948 18.05%, #FF404F 102.89%); color: #fff;}
.pdfcrop .play-button{top: 50px;}
.pdfcrop .pdfconvert_upload_button{background: #fff;}
.pdfcrop .pdfconvert_upload_button .pdfcvert-choose{color: #2E64C9;}
.pdfcrop .editpdfnow{background:  #EAF0FA; border-radius: 44px; color: #2E64C9; border: none;}

/* excel-to-pdf */
.pdfetp .pdfcvert-banner{background: linear-gradient(180deg, #C7EDC5 0%, #FFFFFF 24%);}
.pdfetp .pdfcvert-converser{background: #EBFAE4; border: 1px dashed #198F25;}
.pdfetp .pdfcvert-converser-area{background: #D7F9D6; border: 1px dashed #198F25;}
.pdfetp .pdfcvert-howto-list h3 span{background-color: #188F4F;}
.pdfetp .pdfcvert-free{background:#bcfaf4;}
.pdfetp .pdfcvert-dlmodel{ background: linear-gradient(90deg, #D7F9D6 -1.68%, #EDFFF3 36.02%, #FAFFE8 98.33%); }
.pdfetp .popup { background-image: url("../png/err-popup-bg-05.png");}

/* epub-to-pdf */
.pdfeptp .pdfcvert-banner{background: linear-gradient(180deg, #9EED1C 0%, #E0FFAF 18%, #FFFFFF 24%);}
.pdfeptp .pdfcvert-converser{background: #FEFFF5; border: 1px dashed #B8E429;}
.pdfeptp .pdfcvert-converser-area{background: #FAFFE3; border: 1px dashed #B8E429;}
.pdfeptp .pdfcvert-howto-list h3 span{background-color: #85D305;}
.pdfeptp .pdfcvert-free{background:#bcfaf4;}
.pdfeptp .pdfcvert-dlmodel{ background: linear-gradient(90deg, #E6FEE0 -1.68%, #FFFFED 73.64%, #FAFFE3 98.33%); }
.pdfeptp .popup { background-image: url("../png/err-popup-bg-05.png");}

/* xls-to-pdf */
.pdfxlstp .pdfcvert-banner{background: linear-gradient(180deg, #94D85D 0%, #ACD590 9%, #FFFFFF 24%);}
.pdfxlstp .pdfcvert-converser{background: #FEFFF5; border: 1px dashed #95D760;}
.pdfxlstp .pdfcvert-converser-area{background: #EDFFE1; border: 1px dashed #95D760;}
.pdfxlstp .pdfcvert-howto-list h3 span{background-color: #2EB05B;}
.pdfxlstp .pdfcvert-free{background:#bcfaf4;}
.pdfxlstp .pdfcvert-dlmodel{ background: linear-gradient(271.13deg, #E9FFD1 -1.68%, #F0FEE1 98.33%); }
.pdfxlstp .popup { background-image: url("../png/err-popup-bg-05.png");}

/* xlsx-to-pdf */
.pdfxlsxtp .pdfcvert-banner{background: linear-gradient(180deg, #53B34F 0%, #6CD969 18%, #FFFFFF 24%);}
.pdfxlsxtp .pdfcvert-converser{background: #FEFFF5; border: 1px dashed #56B852;}
.pdfxlsxtp .pdfcvert-converser-area{background: #E1FFE1; border: 1px dashed #56B852;}
.pdfxlsxtp .pdfcvert-howto-list h3 span{background-color: #2EB05B;}
.pdfxlsxtp .pdfcvert-free{background:#bcfaf4;}
.pdfxlsxtp .pdfcvert-dlmodel{ background: linear-gradient(271.13deg, #E9FFD1 -1.68%, #F0FEE1 98.33%); }
.pdfxlsxtp .popup { background-image: url("../png/err-popup-bg-05.png");}

/* ppt-to-pdf */
.pdfpptp .pdfcvert-banner{background: linear-gradient(180deg, #FFC0AC 0%, #FFFFFF 24%);}
.pdfpptp .pdfcvert-converser{background: #FFF6F4; border: 1px dashed #FC800D;}
.pdfpptp .pdfcvert-converser-area{background: #FFEDE5; border: 1px dashed #FC800D;}
.pdfpptp .pdfcvert-howto-list h3 span{background-color: #FC630D;}
.pdfpptp .pdfcvert-free{background:#bcfaf4;}
.pdfpptp .pdfcvert-dlmodel{ background: linear-gradient(90deg, #FFE3D4 -1.68%, #FFFFED 73.64%, #F1FFE8 98.33%); }
.pdfpptp .popup { background-image: url("../png/err-popup-bg-03.png");}

/* pptx-to-pdf */
.pdfpxtp .pdfcvert-banner{background: linear-gradient(180deg, #FFC0AC 0%, #FFFFFF 24%);}
.pdfpxtp .pdfcvert-converser{background: #FFF6F4; border: 1px dashed #FC800D;}
.pdfpxtp .pdfcvert-converser-area{background: #FFEDE5; border: 1px dashed #FC800D;}
.pdfpxtp .pdfcvert-howto-list h3 span{background-color: #FC630D;}
.pdfpxtp .pdfcvert-free{background:#bcfaf4;}
.pdfpxtp .pdfcvert-dlmodel{ background: linear-gradient(90deg, #FCEDE5 -1.68%, #FFFFED 73.64%, #FFF7E3 98.33%); }
.pdfpxtp .popup { background-image: url("../png/err-popup-bg-03.png");}

/* rtf-to-pdf */
.pdfrtftp .pdfcvert-banner{background: linear-gradient(180deg, #488FFF 0%, #65C7F7 12%, #FFFFFF 24%);}
.pdfrtftp .pdfcvert-converser{background: #F4FBFF; border: 1px dashed #2D95FF;}
.pdfrtftp .pdfcvert-converser-area{background: #E6F6FF; border: 1px dashed #2D95FF;}
.pdfrtftp .pdfcvert-howto-list h3 span{background-color: #488FFF;}
.pdfrtftp .pdfcvert-free{background:#bcfaf4;}
.pdfrtftp .pdfcvert-dlarea{background: linear-gradient(264.33deg, #C2DAFF 7.26%, #E7F9FF 37.03%, #E5EBFF 92.02%);}
.pdfrtftp .pdfcvert-dlmodel{background: linear-gradient(270deg, #CDD6FF 0%, #EDF8FF 48.67%, #E5F0FF 80.15%);}
.pdfrtftp .popup { background-image: url("../png/err-popup-bg-04.png");}

/* txt-to-pdf */
.pdftxttp .pdfcvert-banner{background: linear-gradient(180deg, #F9B7FF 0%, #E8D6FF 12%, #FFFFFF 24%);}
.pdftxttp .pdfcvert-converser{background: #FFFBFB; border: 1px dashed #AF79FF;}
.pdftxttp .pdfcvert-converser-area{background: #FBE9FF ; border: 1px dashed #AF79FF;}
.pdftxttp .pdfcvert-howto-list h3 span{background-color: #AF79FF;}
.pdftxttp .pdfcvert-free{background:#bcfaf4;}
.pdftxttp .pdfcvert-dlmodel{background: linear-gradient(271.13deg, #F8E8FF -1.68%, #FFE8FE 38.22%, #FCE8FE 98.33%);}
.pdftxttp .popup { background-image: url("../png/err-popup-bg-02.png");}

/* split-pdf */
.pdfsplit .pdfcvert-banner{background: linear-gradient(180deg, #98A4FF 0%, #CAE9FF 14%, #FFFFFF 24%);}
.pdfsplit .pdfcvert-converser{background: #FAFDFF; border: 1px dashed #97A3FF;}
.pdfsplit .pdfcvert-converser-area{background: #EDF2FF; border: 1px dashed #97A3FF;}
.pdfsplit .pdfcvert-howto-list h3 span{background-color: #98A4FF;}
.pdfsplit .pdfcvert-free{background:#bcfaf4;}
.pdfsplit .pdfcvert-dlmodel{background: linear-gradient(90deg, #D8E1FF -1.71%, #F6E8FF 100.79%);}
.pdfsplit .popup { background-image: url("../png/err-popup-bg-02.png");}

/* delete-pdf-pages */
.pdfdelete .pdfcvert-banner{background: linear-gradient(180deg, #ffbaba 0%, #FFE8E8 14%, #FFFFFF 24%);}
.pdfdelete .pdfcvert-converser{background: #FFFDFE; border: 1px dashed #FC0D1B;}
.pdfdelete .pdfcvert-converser-area{background: #FFEBEB; border: 1px dashed #FC0D1B;}
.pdfdelete .pdfcvert-howto-list h3 span{background-color: #ff695f;}
.pdfdelete .pdfcvert-free{background:#bcfaf4;}
.pdfdelete .pdfcvert-dlmodel{background: linear-gradient(271.13deg, #FFDEDE -1.68%, #FFF5F5 39.85%, #FFE9E9 98.33%);}
.pdfdelete .popup { background-image: url("../png/err-popup-bg-01.png");}

/* rotate-pdf */
.pdfrotate .pdfcvert-banner{background: linear-gradient(180deg, #FFC3C3 0%, #FFC1C1 14%, #FFE5E5 20%, #FFFFFF 24%);}
.pdfrotate .pdfcvert-converser{background: #FFFDFE; border: 1px dashed #FC0D1B;}
.pdfrotate .pdfcvert-converser-area{background: #FFEBEB; border: 1px dashed #FC0D1B;}
.pdfrotate .pdfcvert-howto-list h3 span{background: linear-gradient(95.36deg, #FF6258 4.42%, #FF776E 100%);}
.pdfrotate .pdfcvert-free{background:#bcfaf4;}
.pdfrotate .pdfcvert-dlmodel{background: linear-gradient(271.13deg, #FCEBEB -1.68%, #FFF5F5 39.85%, #FEF1F1 98.33%);}
.pdfrotate .popup { background-image: url("../png/err-popup-bg-01.png");}

.pdfrearrange .pdfcvert-banner{background: linear-gradient(180deg, #FFA9A9 0%, #FFD8CB 14%, #FFFFFF 24%);}
.pdfrearrange .pdfcvert-converser{background: #FFFDFC; border: 1px dashed #FFACAB;}
.pdfrearrange .pdfcvert-converser-area{background: #FFECE9; border: 1px dashed #FFACAB;}
.pdfrearrange .pdfcvert-howto-list h3 span{background: linear-gradient(95.36deg, #FF6258 4.42%, #FF776E 100%);}
.pdfrearrange .pdfcvert-free{background:#bcfaf4;}

/* add-pages-to-pdf */
.pdfaddpages .pdfcvert-banner{background: linear-gradient(180deg, #FFA9A9 0%, #FFD8CB 14%, #FFFFFF 24%);}
.pdfaddpages .pdfcvert-converser{background: #FFFDFC; border: 1px dashed #FFACAB;}
.pdfaddpages .pdfcvert-converser-area{background: #FFECE9; border: 1px dashed #FFACAB;}
.pdfaddpages .pdfcvert-howto-list h3 span{background: linear-gradient(95.36deg, #FF6258 4.42%, #FF776E 100%);}
.pdfaddpages .pdfcvert-free{background:#bcfaf4;}
.pdfaddpages .pdfcvert-dlmodel{background: linear-gradient(271.13deg, #FCECE9 -1.68%, #FFF6F5 39.85%, #FFE9E6 98.33%);}
.pdfaddpages .popup { background-image: url("../png/err-popup-bg-01.png");}

.pdfunlock .pdfcvert-banner{background: linear-gradient(180deg, #FFA9A9 0%, #FFD8CB 14%, #FFFFFF 24%);}
.pdfunlock .pdfcvert-converser{background: #FFFDFC; border: 1px dashed #FFACAB;}
.pdfunlock .pdfcvert-converser-area{background: #FFECE9; border: 1px dashed #FFACAB;}
.pdfunlock .pdfcvert-howto-list h3 span{background: linear-gradient(95.36deg, #FF6258 4.42%, #FF776E 100%);}
.pdfunlock .pdfcvert-free{background:#bcfaf4;}

.pdffill .pdfcvert-banner{background: linear-gradient(180deg, #FFB4B4 0%, #FFDEE4 14%, #FFFFFF 24%);}
.pdffill .pdfcvert-converser{background: #FFFDFC; border: 1px dashed #FF3737;}
.pdffill .pdfcvert-converser-area{background: #FFE9E9; border: 1px dashed #FF3737;}
.pdffill .pdfcvert-howto-list h3 span{background: linear-gradient(95.36deg, #FF5454 4.42%, #FF7E7E 100%);}
.pdffill .pdfcvert-free{background:#bcfaf4;}

/* pdf-to-images */
.ptimg .pdfcvert-banner{background:linear-gradient(to bottom,#F9ECEC 0%, #fff 26%, #fff 100%);}
.ptimg .pdfcvert-converser{background: #FFF2F2; border: 1px dashed #ff5c5b;}
.ptimg .pdfcvert-converser-area{background: #FFF2F2; border: 1px dashed #ff5c5b;}
.ptimg .pdfcvert-howto-list h3 span{background-color: #f15d56;}
.ptimg .pdfcvert-free{background:#F9EC EC; background-size: cover;}
.ptimg .popup { background-image: url("../png/err-popup-bg-02.png");}
.ptimg .editpdfnow{border: 1px solid #F9ECEC; background: #F9ECEC; color: #C64545;}
.ptimg .pdfconvert_upload_button{background: #fff;}
.ptimg .pdfconvert_upload_button .pdfcvert-choose{color: #C64545;}
.ptimg .pdfcvert-download{background: #fff; color: #C64545;}
.ptimg .pdfcvert-download:before{background: url(../svg/download-file-8.svg) no-repeat top center;}
.ptimg .get-software{color: #fff; background: linear-gradient(90deg, #ED6948 18.05%, #FF404F 102.89%); min-width: 198px; font-size: 14px; color: #fff;}

.pdfonline .pdfcvert-banner{background: linear-gradient(180deg, #FFB4B4 0%, #FFDEE4 14%, #FFFFFF 24%);}
.pdfonline .pdfcvert-converser{background: #FFFDFC; border: 1px dashed #FF3737;}
.pdfonline .pdfcvert-converser-area{background: #FFE9E9; border: 1px dashed #FF3737;}
.pdfonline .pdfcvert-howto-list h3 span{background: linear-gradient(95.36deg, #FF5454 4.42%, #FF7E7E 100%);}
.pdfonline .pdfcvert-free{background:#bcfaf4;}

.pdfhtmltp .pdfcvert-banner{background: linear-gradient(180deg, #6CDD91 0%, #ADF07F 14%, #FFFFFF 24%);}
.pdfhtmltp .pdfcvert-converser{background: #FFFBFB; border: 1px dashed #5DD598;}
.pdfhtmltp .pdfcvert-converser-area{background: #E4FFD2; border: 1px dashed #5DD598;}
.pdfhtmltp .pdfcvert-howto-list h3 span{background: linear-gradient(95.36deg, #5DD598 4.42%, #76E08D 100%);}
.pdfhtmltp .pdfcvert-free{background:#bcfaf4;}
.pdfhtmltp .pdfcvert-converser{margin-top: 0;}
.pdfcvert-converser-checkbtn{margin-top: 36px; display: flex; justify-content: center; align-items: flex-start;}
.pdfcvert-converser-checkbtn span{padding: 12px 50px; font-size: 20px; line-height: 1.2; color: #000; font-weight: 400; cursor: pointer; text-align: center;}
.pdfcvert-converser-checkbtn span.checked{color: #069F32; border: 1px solid #72DE8F; border-bottom: none; font-weight: 600;}
.pdfcvert-before-item{display: none;}
.pdfcvert-before-item.showed{display: block;}
.pdfcvert-input-url{width: 600px; height: 30px; line-height: 30px; padding: 0 10px;}
.pdfcvert-choose{cursor: pointer;}

.pthtml .pdfcvert-banner{background: linear-gradient(180deg, #6CDD91 0%, #ADF07F 14%, #FFFFFF 24%);}
.pthtml .pdfcvert-converser{background: #FFFBFB; border: 1px dashed #5DD598;}
.pthtml .pdfcvert-converser-area{background: #E4FFD2; border: 1px dashed #5DD598;}
.pthtml .pdfcvert-howto-list h3 span{background: linear-gradient(95.36deg, #5DD598 4.42%, #76E08D 100%);}
.pthtml .pdfcvert-free{background:#bcfaf4;}

.ptepub .pdfcvert-banner{background: linear-gradient(180deg, #9EED1C 0%, #E0FFAF 14%, #FFFFFF 24%);}
.ptepub .pdfcvert-converser{background: #FEFFF5; border: 1px dashed #B8E429;}
.ptepub .pdfcvert-converser-area{background: #FAFFE3; border: 1px dashed #B8E429;}
.ptepub .pdfcvert-howto-list h3 span{background: linear-gradient(95.36deg, #2BCF3F 4.42%, #19D5A1 100%);}
.ptepub .pdfcvert-free{background:#bcfaf4;}

.ptpdfa .pdfcvert-banner{background: linear-gradient(180deg, #ffac86 0%, #fff 24%);}
.ptpdfa .pdfcvert-converser{background: #FFFBFB; border: 1px dashed #FFC23B;}
.ptpdfa .pdfcvert-converser-area{background: #FFF7ED; border: 1px dashed #FFC23B;}
.ptpdfa .pdfcvert-howto-list h3 span{background: linear-gradient(95.36deg, #FFBF1E 4.42%, #FFB07C 100%);}
.ptpdfa .pdfcvert-free{background:#bcfaf4;}

/* psd-to-pdf */
.psdtp .pdfcvert-banner{background: linear-gradient(180deg, #EAF0FA 0%, #FFFFFF 24%);}
.psdtp .pdfcvert-converser{background: #EAF0FA;}
.psdtp .pdfcvert-converser-area{background: #EAF0FA;}
.psdtp .pdfcvert-howto-list h3 span{background-color: #EAF0FA;}
.psdtp .pdfcvert-free{background:#EAF0FA;}
.psdtp .pdfcvert-dlmodel{background: #EAF0FA;}
.psdtp .get-software{background: linear-gradient(90deg, #ED6948 18.05%, #FF404F 102.89%); color: #fff;}
.psdtp .pdfconvert_upload_button{background: #fff;}
.psdtp .pdfconvert_upload_button .pdfcvert-choose{color: #2E64C9;}
.psdtp .editpdfnow{border: 1px solid #EAF0FA; border-radius: 22px; background: #EAF0FA; height: 44px; line-height: 44px; color: #2E64C9 ;}
.psdtp .pdfcvert-download{color: #2E64C9; background: #fff;}
.psdtp .pdfcvert-download:before{background: url(../svg/download-file-9.svg) no-repeat top center;}

/* pdf-to-psd */
.ptpsd .pdfcvert-banner{background: linear-gradient(180deg, #EAF0FA 0%, #FFFFFF 24%);}
.ptpsd .pdfcvert-converser{background: #EAF0FA;}
.ptpsd .pdfcvert-converser-area{background: #EAF0FA;}
.ptpsd .pdfcvert-howto-list h3 span{background-color: #EAF0FA;}
.ptpsd .pdfcvert-free{background:#EAF0FA;}
.ptpsd .pdfcvert-dlmodel{background: #EAF0FA;}
.ptpsd .get-software{background: linear-gradient(90deg, #ED6948 18.05%, #FF404F 102.89%); color: #fff;}
.ptpsd .pdfconvert_upload_button{background: #fff;}
.ptpsd .pdfconvert_upload_button .pdfcvert-choose{color: #2E64C9;}
.ptpsd .editpdfnow{border: 1px solid #EAF0FA; border-radius: 22px; background: #EAF0FA; height: 44px; line-height: 44px; color: #2E64C9 ;}
.ptpsd .pdfcvert-download{color: #2E64C9; background: #fff;}
.ptpsd .pdfcvert-download:before{background: url(../svg/download-file-4.svg) no-repeat top center;}

/* split-psd */
.split .pdfcvert-banner{background: linear-gradient(180deg, #F9ECEC 0%, #FFFFFF 24%); overflow: visible; padding-top: 1px;}
.split .pdfcvert-banner-box{max-width: 1200px; padding-left: 80px; padding-right: 80px;}
.split .pdfcvert-converser{background: #F9ECEC;}
.split .pdfcvert-converser-area{background: #F9ECEC; border-radius: 12px; min-height: 250px;}
.split .pdfcvert-before{min-height: 250px; border: 1px dashed #FC6767; border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 16px 16px 0;}
.split .pdfcvert-splitcation-tips .click-show.pdfcvert-split-tipstext{opacity: 1 !important;}
.split .pdfcvert-howto-list h3 span{background-color: #F9ECEC;}
.split .pdfcvert-free{background:#F9ECEC;}
.split .pdfcvert-dlmodel{background: #F9ECEC; padding: 22px 40px;}
.split .pdfcvert-dlmodel-text{max-width: 600px;}
.split .pdfcvert-dlmodel-text h3{font-size: 18px; font-weight: bold;}
.split .pdfcvert-dlmodel-text p{color: #555;}
.split .pdfcvert-dlmodel-dlarea .pdfgear-links{margin-bottom: 12px;}
.split .pdfcvert-dlmodel-dlarea .pdfgear-desktop-btn{height: 56px; line-height: 56px;}
.split .pdfcvert-dlarea-learnmore{margin-left: 24px; font-weight: 400;}
.split .pdfcvert-before-contact{padding: 1.5px 0;}
.split .get-software{background: linear-gradient(90deg, #ED6948 18.05%, #FF404F 102.89%); color: #fff;}
.split .pdfconvert_upload_button{background: #fff;}
.split .pdfconvert_upload_button .pdfcvert-choose{color: #C64545;}
.split .editpdfnow{border: 1px solid #F9ECEC; border-radius: 22px; background: #fff; height: 44px; line-height: 44px; color: #C64545; min-width: 218px; margin-top: 40px;}
.split .pdfcvert-download{color: #C64545; background: #fff;}
.split .pdfcvert-download:before{background: url(../svg/download-file-3.svg) no-repeat top center; margin-inline-start: -10px;}
.split .pdfcvert-sharebutton a img{width: 32px; height: auto; display: block;}
.split .pdfcvert-howto{background: none; padding: 0; }
.split .pdfcvert-howto-box{padding: 80px 48px; box-sizing: border-box; background: linear-gradient(180deg, #FFFFFF 0%, #F9ECEC 100%); border-radius: 20px;}
.split .pdfcvert-howto-cont{margin-top: 40px; gap: 24px;}
.split .pdfcvert-howto-items{width: 50%; max-width: 480px;}
.split .pdfcvert-howto-list{margin: 24px 0;}
.split .pdfcvert-howto-list h3{font-size: 16px; color: #404040;}
.split .pdfcvert-howto-list p{color: #404040;}
.split .pdfcvert-howto-video{width: 50%; max-width: 600px; height: auto;}
.split .pdfcvert-howto-video .videoimg{height: auto;}
.split .pdfcver-question{margin-top: 80px;}
.split .pdfcvert-tips-rate{margin-top: 40px;}
.split .pdfcvert-moreonline-total{margin-top: 80px;}

.ptext .pdfcvert-banner{background: linear-gradient(180deg, #7B96FF 0%, #fff 24%);}
.ptext .pdfcvert-converser{background: #F4F6FF; border: 1px dashed #7181BF;}
.ptext .pdfcvert-converser-area{background: #E9ECFF; border: 1px dashed #7181BF;}
.ptext .pdfcvert-howto-list h3 span{background: linear-gradient(95.36deg, #7894FF 4.42%, #91A7FF 100%);}
.ptext .pdfcvert-free{background:#bcfaf4; background-size: cover;}

.pdftorft .pdfcvert-banner{background: linear-gradient(180deg, #488FFF 0%, #65C7F7 14%, #FFFFFF 24%);}
.pdftorft .pdfcvert-converser{background: #F4FBFF; border: 1px dashed #2D95FF;}
.pdftorft .pdfcvert-converser-area{background: #E6F6FF; border: 1px dashed #5DD598;}
.pdftorft .pdfcvert-howto-list h3 span{background: linear-gradient(95.36deg, #61B1FF 4.42%, #22ADF1 100%); }
.pdftorft .pdfcvert-free{background:#bcfaf4; background-size: cover;}

/* heic-to-pdf */
.htp .pdfcvert-banner{background:linear-gradient(to bottom,#FFEAEA 0%, #fff 26%, #fff 100%);}
.htp .pdfcvert-converser{background: #fff6fe; border: 1px dashed #ff5c5b;}
.htp .pdfcvert-converser-area{background: #FFF2F2; border: 1px dashed #ff5c5b;}
.htp .pdfcvert-howto-list h3 span{background-color: #f15d56;}
.htp .pdfcvert-free{background:#FAEAEA; background-size: cover;}
.htp .popup { background-image: url("../png/err-popup-bg-02.png");}
.htp .editpdfnow{border: 1px solid #E35050; background: #FFF2F2; color: #E35050;}
.htp .pdfconvert_upload_button{background: #fff;}
.htp .pdfconvert_upload_button .pdfcvert-choose{color: #E35050;}
.htp .get-software{color: #65A062; background: linear-gradient(90deg, #ED6948 18.05%, #FF404F 102.89%); min-width: 198px; font-size: 14px; color: #fff;}
.htp .pdfcvert-download{color: #c64545;}
.htp .pdfcvert-download:before{background: url(../svg/download-file-3.svg) no-repeat top center; margin: 2px 0 0;}
.htp .get-software img{width: 22px; height: 22px;}
.recommended-articles { 
	max-width: 1000px;
	padding: 48px 0 0;
	margin: 0 auto 30px;
}

.recommended-articles li {
	width: 31.5%;
}


.copilot-faq-line{border-top: 1px solid #E8E8E8; margin-top: 70px; text-align: start;}
.copilot-faq-item{border-bottom: 1px solid #E8E8E8; padding-bottom: 10px;}
.copilot-faq-item h5, .copilot-faq-item h3{padding-top: 16px; padding-inline-end: 36px; font-size: 20px; line-height: 1.5; font-weight: 400; color: #000; position: relative; cursor: pointer;}
.copilot-faq-item h5:after, .copilot-faq-item h3:after{width: 16px; height: 16px; content: ""; display: block; position: absolute; inset-inline-end: 8px; top: 24px; background: url(../svg/copilot-add.svg) no-repeat center center;}
.copilot-faq-item p{font-size: 16px;line-height: 150%;color: #404040;font-weight: 400; padding: 6px 0; display: none;}
.copilot-faq-item p a{font-size: inherit; color: #1e76e3; border-bottom: solid 1px;}
.copilot-faq-item.checked h5:after, .copilot-faq-item.checked h3:after{background-image: url(../svg/copilot-col.svg);}
.copilot-faq-item.checked p{display: block;}

.pdfcver-question{margin-top: 150px;}
.pdfcver-question h2{font-size: 32px; line-height: 1.6; color: #000000; font-weight: 700; text-align: center;}
/* pdf-to-word new */

.pdfcvert-complete-readymanage{
	display: flex;
	margin:12px 0 0;
	align-items: center;
	justify-content: center;
}

.pdfcvert-sharebutton a{
	margin: 12px;
	display: inline-block;
}



.startover{
	display: flex;
	align-items: center;
	margin-top: 30px;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	justify-content: center;
	cursor: pointer;
}
.startover-area{
	position: relative; margin: 0 12px 0 0 !important;
}
.startover-tips{
	position: absolute; font-size: 12px; line-height: 16px; padding: 3px 5px; background: rgba(0, 0, 0, 0.65); border-radius: 3px; color: #FFFFFF; left: 0; top: calc(100% + 10px); width: 220px; opacity: 0; transition: all 0.2s linear; display: none; font-weight: normal;
}
/* .startover-area:hover .startover-tips{ display: block; } */

.pdfcvert-print-area{
	margin-top: 20px; font-size: 14px; height: 32px; display: inline-block;
}
.pdfcvert-print-area p{
	line-height: 32px; font-weight: 500; 
}
.pdfcvert-print-area img{
	margin-right: 8px; vertical-align: middle;
}
.pdfcvert-print{cursor: pointer;}
.pdfcvert-print-preparing{display: none;}
.pdfcvert-print-preparing img{margin: 0; filter: invert(100%);}

.pdfcvert-listcompare{
	width: 100%;
	background: #fff;
}
.pdfcvert-editoffline{
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: translateX(24px);
	padding-left: 72px;
}
.pdfcvert-editoffline-text{
	margin-right: 21px;
}
.pdfcvert-editoffline-text h3{
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
}
.pdfcvert-editoffline-text p{
	margin-top: 16px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #000000;
}
.pdfcvert-editoffline-text p a{
	font-size: inherit;
	color: rgba(36, 118, 246, 1);
}
.get-software{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 208px;
	width: fit-content;
	padding: 8px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 24px;
	font-weight: 500;
	font-size: 18px;
	color: #E35050;
	border-radius: 24px;
	background: #fff;
	margin-bottom: 8px;
}
.get-software img{
	margin-right: 8px;
}

.pdfcvert-dlmodel-getsoftware .pdfgear-platforms a{
	margin-right: 6px;
	transform: scale(0.8);
}
/* PDF Conversion Tips */
.pdfcvert-tips{
	margin-top: 90px;
}
.pdfcvert-tips-title{
	text-align: center;
}
.pdfcvert-tips h2{
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 160%;
	color: #000000;
}
.pdfcvert-tips p{
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	margin-top: 16px;
	color: #000;
}
.pdfcvert-tips-total{
	margin-top: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}
.pdfcvert-tips-items{
	margin-top: 20px;
	width: calc((100% - 40px) / 3);
	position: relative;
}
.pdfcvert-tips-items a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.pdfcvert-tips-items img{
	width: 100%;
	height: auto;
	display: block;
}
.pdfcvert-tips-ratepicture{
	display: flex;
	align-items: center;
}
.pdfcvert-tips-items b{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	display: block;
	margin-top: 20px;
	color: #000;

}
.pdfcvert-tips-items p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	margin-top: 16px;
	color: #606060;

}
.pdfcvert-tips-rate{
	margin-top: 90px;
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	align-items: center;
}
.pdfcvert-tips-rate img{
	display: block;
	margin: 0 20px 0 12px;
}
.pdfcvert-tips-rate b{
	font-weight: 700;
	font-size: 18px;
}
.pdfcvert-tips-rate strong{
	font-weight: 600;
}
.pdfcvert-tips-rate strong a{
	font-size: inherit;
	color: rgba(73, 111, 255, 1);
	text-decoration: underline;
	font-weight: 600;
}
.pdfcvert-moreonline-total{
	padding-top: 72px;
	padding-bottom: 80px;
	max-width: 1127px;
	width: 92%;
	border-top: 1px solid #E0E0E0;
	margin:40px auto 0;
}
.pdfcvert-moreonline{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 28px;
}
html[lang = 'en-US'] .pdfcvert-moreonline-item{width:auto;}
.pdfcvert-moreonline-item{
	margin-top: 20px;
	width: 14%;
}
.pdfcvert-moreonline-item h5{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	padding-inline-start: 17px;
}
.pdfcvert-moreonline-item ul{
	margin-top: 15px;
}
.pdfcvert-moreonline-item ul li{
	margin-top: 5px;
}
.pdfcvert-moreonline-item ul li a{
	display:flex;
	box-sizing: border-box;
	height: 100%;
	padding: 12px 16px;
	border-radius: 5px;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.pdfcvert-moreonline-item ul li a img{
	margin-inline-end: 12px;
}
.pdfcvert-moreonline-item ul li a:hover,.pdfcvert-moreonline-item ul li a.checked{
	background: #EAEAEA;
}
.pdfcvert-linkto-tutorials{
	margin-top: 60px;
	text-align: center;
}
.pdfcvert-linkto-tutorials a{
	color: #1E76E3;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%;
text-decoration-line: underline;
}
/* 2023-07-23 heic-to-pdf-test */
.pdfcvert-guarant.pw952{
	max-width: 952px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 60px);
}
.tool-download-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.split .pdfcvert-upload-progress .converting-circle{display: block;}
.split .pdfcvert-progress{display: flex; justify-content: center; color: #000000;}
.split .pdfcvert-special{display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 12px;}
.split .pdfcvert-special p{font-size: 14px; color: #555; line-height: 18px; margin-top: 0;}

.pdfcvert-progress-circle{font-size: 18px;line-height: 150%;color: #000; display: flex; align-items: center; justify-content: center;} 
.converting-circle{width: 22px; height: 22px; display: none; margin-inline-end: 4px; animation: converting linear 2s infinite; background: url(../png/converting-2.png);}
@keyframes converting {
	0%{
		transform: rotate(0);
	}
	100%{
		transform: rotate(360deg);
	}
}
.pdfcvert-progress-processing{width: 343px; height: 6px; border-radius: 6px; background: #F4DBDB; margin: 16px auto 0; position: relative;}
.pdfcvert-progress-complete{position: absolute; width: 60px; height: 4px; background: #FC6767; border-radius: 4px; inset-inline-start: 0; top: 1px;}
.progressbar-going{
	animation: progressbar 2s ease-in-out forwards;
}
@keyframes progressbar{
	to{width: 90%;}
}

.trustpilot-box{margin: 20px auto -12px; min-height: 40px;}

.pdfcvert-contrast{margin: 160px auto auto; text-align: center; width: 92%; max-width: 1040px;}
.pdfcvert-contrast-text h2{font-size: 32px; line-height: 1.6; color: #000; font-weight: 700;}
.pdfcvert-contrast-text p{margin: 16px auto 40px; font-size: 18px; color: #404040; line-height: 1.5;}
.pdfcvert-contrast-text p a{font-size: inherit; color: #1E76E3; border-bottom: 1px solid;}
.pdfcvert-contrast-table{ margin: auto;}
.pdfcvert-contrast-table table{border-collapse: separate; border-spacing: 0; border: 1px solid #DFECFF; border-radius: 8px;}
/* .pdfcvert-contrast-table tr:nth-child(even){background: #F1F7FF;} */
.pdfcvert-contrast-table th{background: #F1F7FF;}
.pdfcvert-contrast-table th, .pdfcvert-contrast-table td{border: 1px solid #DFECFF; font-size: 16px; color: #1B1B25; padding: 15px 10px; line-height: 1.5;}
.pdfcvert-contrast-table tr:first-child th:first-child {border-top-left-radius: 8px;}
.pdfcvert-contrast-table tr:first-child th:last-child {border-top-right-radius: 8px;}
.pdfcvert-contrast-table tr:last-child td:first-child {border-bottom-left-radius: 8px;}
.pdfcvert-contrast-table tr:last-child td:last-child {border-bottom-right-radius: 8px;}
.pdfcvert-contrast-table a{color: #1577E9; border-bottom: 1px solid; cursor: pointer; font-size: inherit;}
.pdfcvert-contrast-table .table-tick::after{content: url("../svg/tick.svg");}
.pdfcvert-contrast-table .table-cross::after{content: url("../svg/cross-3.svg");}
.pdfcvert-contrast-note{margin-top: 16px; text-align: start;}
.pdfcvert-contrast-note p{font-size: 12px; color: #777; margin-top: 6px;}

@media screen and (max-width: 1700px) {
.pdfcvert-loadpage-picture-item{width: 31%; margin: 0 1% 40px;}
.pdfcvert-loadpage-preview-total{width: 1200px; height: 500px;}
}
@media screen and (max-width: 1520px){
	.preview-item{margin-bottom: 32px;}
}
@media screen and (max-width: 1400px) {
.pdfcvert-loadpage-preview-middle{width: 100%;}
.pdfcvert-loadpage-preview-total{width: 86%; height:600px; padding: 30px;}
.converter-loadpage-close{left: 20px;}
.converter-loadpage-arrow{width: 40px; height: 40px;}
.converter-loadpage-arrow img{width: 15px; height: 15px;}
.converter-loadpage-prearr{left: 30px;}
.converter-loadpage-nextarr{right: 30px;}
.jpgtp .pdflayout-images-view{padding: 20px;}
}
@media screen and (max-width: 1400px) and (min-width: 980px){
	.jpgtp .pdflayout-config{height: calc(100% - 190px);}
	.jpgtp .pdflayout-console h3{font-size: 20px;}
	.jpgtp .pdflayout-cont{width: calc(100% - 380px);}
	.pdflayout-sticky .pdflayout-console{width: 380px; }
	.pdflayout-bottom .pdflayout-console-button{font-size: 16px; line-height: 40px; width: calc(100% - 12px); margin: 0 6px;}
	.pdflayout-bottom-download{margin-left: 0; margin-right: 0;}
	.pdflayout-bottom-download p{font-size: 14px;}
}

@media screen and (max-width: 1200px) {

	.recommended-articles li {
		width: 32%;
	}
  .pdfcvert-moreonline-item,html[lang = 'en-US'] .pdfcvert-moreonline-item{
		width: calc((100% - 72px) / 3);
	}
	.pdfcvert-sharebutton a{
		margin: 10px;
	}
	.split .pdfcvert-banner-box{margin-bottom: 0; padding-left: 30px; padding-right: 30px;}
	.pdflayout-fixed .pdflayout-console h4{font-size: 14px;}
}

@media screen and (max-width: 1100px) {
.pdflayout.rotate .pdflayout-cont{padding: 30px 20px 60px;}	
.pdflayout.rotate .pdfitem{width: 100%; height: auto; margin: 20px auto 0;}
.pdfcvert-dlarea-text{width:calc(50% - 20px); margin-right: 20px;}
.pdfcvert-dlarea>img{width: 50%; height: auto;}
.pdfcvert-dlmodel{flex-direction: column;}
.pdfcvert-dlmodel,.pdfcvert-dlmodel-dlarea .converter-banner-available{justify-content: center; text-align: center;}

}
@media screen and (max-width: 1024px) {
	.split .pdflayout{flex-direction: column;}
	.split .pdflayout-cont{max-height: calc(80vh - 138px); margin-top: 0;}
	.preview-item-views{padding: 12px 12px 10px 12px;}
	.preview-item-num{margin-top: 8px;}
	.preview-item-cvs{width: 110px; height: 156px;}
	.preview-scissors{height: 204px; width: 44px;}
	.preview-scissors span::before{border-left-width: 1px;}
	.preview-scissors span::after{background-size: 20px;}
	.split .pdflayout-fixed{position: unset;}
	.split .pdflayout-fixed .pdflayout-console{justify-content: center; padding: 20px 14px;}
	.split .pdflayout-fixed .pdflayout-console h4{display: none;}
	.split .pdflayout-fixed .pdflayout-config{flex-direction: column; flex: 1; align-items: center;}
	.split .pdflayout-cont::-webkit-scrollbar { width: 4px; height: 4px;}
	.split .pdflayout-cont::-webkit-scrollbar-thumb{background: #c2c2c2; border-radius: 3px;}
	.split .pdflayout-sticky .pdflayout-console{width: 100%; height: auto; padding-bottom: 24px;}
	.split .pdflayout-sticky .pdflayout-console h3{display: none;}
	.split .pdflayout-config, .pdflayout.addpage .pdflayout-console h4, .pdflayout-config .pdflayout-console-tips{margin-top: 0;}
	.split .pdflayout-config{height: auto;}
	.split .pdflayout-bottom{position: static; padding: 0; background: none; box-shadow: none; margin-top: 54px;}
}
@media screen and (max-width: 1024px) and (min-width: 568px) {
	.split .pdflayout-fixed .everynum-control input{width: 114px;}
}
@media screen and (max-width: 980px) {
	.pdfcvert-dlmodel{
		gap: 0;
	}
	.pdfcvert-dlmodel-dlarea {
		margin-top: 20px;
	}
	.pdfcvert-editoffline{
		padding-left: 0;
		transform: translateX(0);
	}
	.split .pdflayout-cont{padding: 18px 8px; padding-inline-start: 28px;}
	/* .preview-scissors:hover span{opacity: .2;} */
	.security-tips-list{transform: translateX(8%);}
	html[lang = 'ar-AE'] .security-tips-list{transform: none; left: -20px; right: auto;}
	.pdfcvert-complete-readymanage{transform: none;}

	.pdfcvert-contrast-text h2{font-size: 20px;}
	.pdfcvert-contrast-text p{font-size: 14px; margin: 12px auto;}
	.pdfcvert-contrast-table th, .pdfcvert-contrast-table td{font-size: 14px; padding: 10px;}
  	/* .pdfcvert-contrast-table td{width: 180px;} */

	  .pdflayout-sticky .pdflayout-console{width: 100%; height: auto; padding-bottom: 24px;}
	.pdflayout-sticky .pdflayout-console h3,.pdflayout-sticky .pdflayout-console .totlapage{display: none;}
	.pdflayout-config, .pdflayout.addpage .pdflayout-console h4, .pdflayout-config .pdflayout-console-tips{margin-top: 0;}
	.pdflayout-config{height: auto;}
	.pdflayout-bottom{position: static; padding: 0; background: none; box-shadow: none; margin-top: 54px;}
	.pdflayout-console-button{line-height: 50px;}
	  .pdflayout-images-error p{font-size: 12px;}
	  .imageitem{background: #E8E8E8; width: 134px; height: 240px; padding: 44px 12px 10px; }
	  .imageitem-operate{opacity: 1; top: 6px;}
	  .imageitem-img, .portrait .imageitem[data-orientation="wider"] .imageitem-img{width: 110px; height: 156px;}
	  .landscape .imageitem-img, .imageitem[data-orientation="wider"] .imageitem-img{width: 156px; height: 76px; margin: 44px auto;}
	  .imageitem-name{margin-top: 8px;}
	  .pdflayout-images-addfiles{width: 44px; height: 44px; background-size: 17px;}
	  .images-config-item{margin-bottom: 16px;}
	  .jpgtp .pdflayout{flex-direction: column;}
	  .jpgtp .pdflayout-cont{width: 100%; height: calc(100vh - 410px); min-height: 281px;}
	  .jpgtp .pdflayout-images-view{gap: 16px;}
	  .jpgtp .pdflayout-bottom{margin-top: 0;}
	  .pdflayout-bottom-download p{font-size: 14px;}
}
.only-small{display: none;}
@media screen and (max-width: 768px) {
	.only-large{display: none;}
	.only-small{display: unset;}
	.trustpilot-box{margin-bottom: 20px;}
	.pdfcvert-contrast{margin-top: 48px;}
.pdfcvert-security{margin: auto; padding: 28px 0 0; background: none;}
.pdfcvert-security::before, .pdfcvert-security::after{display: none;}
.pdfcvert-security-text{font-size: 14px;}
.security-tips-list ul{gap: 9px;}
.security-tips-list li{font-size: 12px;}
.bluecolor .pdfcvert-banner{background: linear-gradient(180deg, #EAF0FA 0%, #FFFFFF 100%);}
.greencolor .pdfcvert-banner{background: linear-gradient(180deg, #EFF6EE 0%, #FFFFFF 100%);}
.pdfcvert-howto-list h3{display: block;}
.pdflayout{flex-direction: column;}
.pdflayout-cont{width: 100%; padding:0 20px 20px;}
.pdfthumbnail{width: 140px; height: 194px;}
.pdflayout-console{width: 100%; padding: 36px 20px;}
.rotation-button{font-size: 16px;}
.pdfcvert-input-url{width: 100%; box-sizing: border-box;}
.pdfcvert-banner-box{padding: 24px 0 0; background: none; margin-top: 0; box-shadow: none; margin-bottom: 24px;}
.htp .pdfcvert-banner{background: linear-gradient(180deg, #F9ECEC 0%, #FFF 100%);}
.pdfcvert-banner-text h1{font-size: 20px; flex-direction: column; justify-content: center; font-weight: 700; line-height: 150%;}
.pdfcvert-banner-text h1 img{margin: 0 0 4px 0;}
.pdfcvert-banner-text p{font-size: 14px; line-height: 1.5; font-weight: 400; color: #404040; margin-top: 4px;}
.pdfcvert-dlmodel{border-radius: 11px; background: #F9ECEC;}
.pdfcvert-converser:before,.pdfcvert-converser:after,.pdfcvert-before>p{display: none;}
.pdfconvert_upload_button .pdfcvert-choose{font-size: 18px; font-weight: 500;}
.pdfcver-question h2{text-align: start;}
.pdfcvert-howto-box h2,.pdfcvert-free-text h2,.pdfcvert-tips h2,.pdfcver-question h2{font-size: 20px;}
.pdfcvert-guarant-list{width: 46%;}
.pdfcvert-howto-cont{flex-direction: column; margin-top: 8px;}
.pdfcvert-howto{text-align: center; padding: 0; margin-top: 48px; background: none;}
.pdfcvert-howto-video{margin: 8px auto; width: 100%; height: auto; border-radius: 10px; overflow: hidden;}

.videoimg{width: 100%; height: auto; display: block;}
.pdfcvert-howto-items{width: 100%; text-align: start;}
.pdfcvert-free{background: #E8F2FF; height: auto; padding: 48px 0;}
.htp .pdfcvert-free{background: #F9ECEC;}
.pdfcvert-free-text p{font-size: 14px; font-weight: 400; margin-top: 16px;}
.pdfcvert-free-box,.pdfcvert-free-title{flex-direction: column; text-align: center;}
.pdfcvert-free-text{margin-left: 0; margin-top: 20px; max-width: 100% !important;}
.pdfcvert-free-button{margin-top:30px;}
.pdfcvert-free-title>img{width: 80px; height: 80px;}
.pdfcvert-dlmodel-text h3{font-size: 16px; line-height: 1.5; font-weight: 700;}
.pdfcvert-dlmodel-text p{font-size: 14px; margin-top: 8px;}
.get-software{min-width: 80% !important; padding: 12px;}
.get-software img{display: none;}
.pdfcvert-loadpage-picture-item{width: 48%; padding: 10px 12px 16px; margin-bottom: 20px;}
.pdfcvert-loadpage-picture-item-img{height: auto;}
.pdfcvert-loadpage-preview-total{height: 400px;}
.converter-loadpage-arrow{width: 30px; height: 30px;}
.converter-loadpage-prearr{left: 10px;}
.converter-loadpage-nextarr{right: 10px;}
.pdfcvert-howto-list{margin: 16px 0;}
.pdfcvert-guarant-list{width: 100%; margin-top: 24px;}
.pdfcvert-guarant-list p{font-size: 12px; line-height: 150%; margin-top: 4px;}
.pdfcvert-guarant-list p.guarant-title{font-size: 14px;}
.pdfcvert-dlarea{flex-wrap: wrap; padding: 20px 40px;}
.pdfcvert-dlarea-text{width:100%; margin:20px auto; text-align: center;}
.pdfcvert-dlarea-button{justify-content: center; margin-top: 20px;}
.pdfcvert-dlarea-button a{margin: 5px;}
.pdfcvert-dlarea>img{max-width: 460px; width: 100%; margin: 0 auto 20px;}
.pdfcvert-before-contact{width: calc(100% - 20px); text-align: center; margin-top: 12px;}
.editpdfnow{margin-top: 24px; height: 44px; line-height: 44px;}
.htp .editpdfnow{border: 1px solid #EEE;background: #F9ECEC;border-radius: 22px;font-size: 16px;color: #C64545;font-weight: 700;}
.converting-showpc{display: none;}
.converting-showmo{display: block;}
.pdfcvert-progress-circle{font-size: 14px;} 
.pdfcvert-progress-processing{width: 100%; margin: 8px auto 0;}
/* .pdfcvert-dlmodel { display:  none; } */
.pdfcvert-linkto-tutorials{
	margin-top: 24px;
}
.pdfcver-question,.pdfcvert-tips-rate{
	margin-top: 48px;
}
.pdfcvert-howto-list h5{
	font-size: 14px;
}
.pdfcvert-howto-list p{
	font-size: 14px;
}
.copilot-faq-line{
	margin-top: 40px;
}
.copilot-faq-item h5, .copilot-faq-item h3{
	padding-top: 10px; padding-inline-end: 36px; font-size: 16px;
}
.copilot-faq-item h3:after,.copilot-faq-item h5:after{top: 14px;}
.copilot-faq-item p{
	font-size: 12px;
	line-height: 150%;
	font-weight: 400;
}
.pdfcvert-moreonline{
	gap: 24px;
}
.pdfcvert-moreonline-total{
	padding-top: 48px;
	padding-bottom: 48px;
	margin-top: 48px;
	border-top: 1px solid #eee;
}
.pdfcvert-moreonline-item h5{
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 266.667% */
	}
.pdfcvert-moreonline-item ul li a{
	padding: 8px 16px;
}
.pdfcvert-dlmodel-dlarea{
	flex-direction: column;
	margin-top: 16px;
	width: 100%;
	align-items: center;
}
.pdfcvert-dlmodel-getsoftware{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pdfcvert-dlarea-learnmore{
	margin: 20px auto;
	display: none;
}
.pdfcvert-editoffline{
	flex-direction: column;
}
.pdfcvert-editoffline-text{
	margin: 40px 0 0;
	text-align: center;
}
.pdfcvert-editoffline>img{
	max-width: 400px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	transform: translateX(-30px);
}
.pdfcvert-tips{
	margin-top: 48px;
}
.pdfcvert-tips-total{
	flex-direction: column;
	margin-top: 0;
	gap: 24px;
}
.pdfcvert-tips-items{
	width: 100%;
	margin-top: 0;
}
.pdfcvert-tips-ratepicture{
	display: flex;
	align-items: center;
}
.pdfcvert-tips-items b{
	font-size: 12px;
	font-weight: 700;
	line-height: 150%;
	margin-top: 4px;
}
.pdfcvert-tips-items p{
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	margin-top: 4px;
}
.pdfcvert-converser-area{
	padding: 20px;
	background: none !important;
	min-height: auto;
}
.pdfcvert-complete-share,.pdfcvert-complete-download{
	width: 100%;
}
.pdfcvert-complete{
	padding: 0;
}
.pdfcvert-dlmodel{
	padding: 16px 18px;
	margin-top: 28px;
	border-top: none;
}
/* .pdfcvert-dlmodel-text{width: 100%; margin-right: 0;} */
.tool-download-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
}
.pdfcvert-complete-readymanage{
	margin-top: 24px;
}
.recommended-articles li {
	width: 100%;
}
.pdfcvert-loadpage-back{
	font-size: 12px;
}
.pdfcvert-loadpage-picture-item{
	width: 100%;
	text-align: center;
	margin-top: 64px;
	margin-bottom: 0;
}
.pdfcvert-loadpage-informat h2{
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
}
.pdfcvert-loadpage-informat p{
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	margin-top: 4px;
}
.pdfcvert-loadpage-informat h2 img{
	display: none;
}
.pdfcvert-loadpage-addfiles{width: 180px; height: 180px; margin:0 auto; border-radius: 120px; background: #F5F5F5;}
.pdfcvert-loadpage-addfiles img{width: 32px; height: 32px;}
.pdfcvert-complete-ready h4{font-weight: 700; line-height: 1.5;}
.pdfcvert-text-name{margin-top: 4px; max-width: 280px;}
.pdfcvert-download{font-size: 18px; font-weight: 600; color: #C64545; width: 194px; height: 44px; line-height: 44px; background: #fff;} 
 
.bluecolor .converting-circle{background: url(../png/converting.png);}
.bluecolor .pdfcvert-progress-processing{background: #EAF0FA;}
.bluecolor .pdfcvert-progress-complete{background: #418CFC;}
.startover{margin-top: 12px;}
.pdfcvert-complete-share{padding: 0; margin-top: 48px; background: none;}
.pdfcvert-complete-share h5{font-size: 14px; font-weight: 400; line-height: 1.5;}
.pdfcvert-complete-share p{display: none;}
/* .pdfcvert-sharebutton a{margin: 12px 18px;} */
.pdfcvert-converser{margin-top: 4px;}
.pdfcvert-uploadcnt{display: flex; flex-direction: column-reverse;}
.pdfcvert-upload-des>img{display: none;}
.pdfcvert-upload-text{display: flex; align-items: center; gap: 6px;}
.pdfcvert-text-size{margin-top: 0; font-size: 12px; font-weight: 400; color: #555;}
.pdfcvert-upload-text .pdfcvert-upload-name{margin-top: 0; line-height: 21px;}
.pdfcvert-progress{margin-top: 0; font-size: 14px; font-weight: 400; color: #000; display: flex;justify-content: center;align-items: center;}
.pdfcvert-upload-progress .converting-circle{display: block;}
.pdfcvert-splitcation-button{font-size: 18px; color: #FFFFFF; background: #C64545; min-width: 131px; height: 44px; line-height: 44px;}
.pdfcvert-splitcation-des{padding: 20px 25px 36px; flex-direction: column; gap: 40px;}
.pdfcvert-splitcation-des:after{width: calc(100% - 32px); left: 16px;}
.pdfcvert-splitcation-types>img{width: 40px;}
.pdfcvert-splitcation-range{padding: 16px 10px;}
.pdfcvert-splitcation-rangenum span,.pdfcvert-splitcation-rangenum font{font-size: 16px;}
.pdfcvert-splitcation-rangenum input{min-width:100%; margin-left:0; margin-top:14px;}
.pdfcvert-splitcation-tips{margin-top: 29px; transform: translateX(-10px);}
.pdfcvert-split-tipstext{padding: 10px 49px 10px 16px; background: rgba(249, 236, 236, 1);}
.pdflayout-bottom-download{padding: 9px 32px;}
.pdflayout-bottom-download p{text-align: center; }

/* split */
.split .pdfcvert-splitcation-tips:hover .pdfcvert-split-tipstext{opacity: 0;}
.split .pdfcvert-banner{background: #fff;}
.split .pdfcvert-banner-text{max-width: 324px; margin: auto; margin-bottom: 24px;}
.split .pdfcvert-banner-box{padding-left: 1%; padding-right: 1%;}
.split .pdfcvert-converser-area{background: none; padding: 0; min-height: auto;}
.split .pdfcvert-before{min-height: 240px; border: none; margin: auto; position: relative; background: #F9ECEC;}
.split .pdfcvert-before::before{content: ""; position: absolute; left: 0; top: 0; width: calc(100% - 20px); height: calc(100% - 20px); margin: 10px; border-radius: 6px; border: 1px dashed #FC6767;}
.split .pdfcvert-before-contact{margin-top: 8px;}
.split .pdfconvert_upload_button{background: #C64545; min-width: 246px; min-height: 44px;}
.split .pdfconvert_upload_button .pdfcvert-choose{color: #fff;}
.split .pdfcvert-upload{padding: 94px 0; background: #F9ECEC; border-radius: 8px;}
.split .pdfcvert-splitcation{padding: 20px 0 30px; background: rgba(255, 255, 255, 0.5); border-radius: 12px; border: 1px dashed #F9ECEC;}
.split .pdfcvert-split-tipstext{padding-top: 22px; padding-bottom: 22px; border-radius: 12px;}
.split .pdfcvert-splitcation-tips:hover >span{ display: unset;}
.split .pdfcvert-converting{padding: 94px 12px; background: #F9ECEC; border-radius: 8px;}
.split .converting-showmo{padding: 134px 16px 138px; background: rgba(255, 255, 255, 0.5); border-radius: 12px; border: 1px dashed #F9ECEC;}
.split .converting-circle{display: inline-block;}
.split .pdfcvert-progress-processing{max-width: 343px; margin-top: 12px; background: rgba(198, 69, 69, 0.1);}
.split .pdfcvert-complete-box{flex-direction: column-reverse; gap: 26px;}
.split .pdfcvert-complete-share{background: #F8F8F8; padding: 12px; border-radius: 8px; margin: auto; display: flex; align-items: center; justify-content: space-between;}
.split .pdfcvert-sharebutton{display: flex; gap: 16px;}
.split .pdfcvert-sharebutton a{margin: auto;}
.split .pdfcvert-sharebutton a img{width: 24px;}
.split .pdfcvert-complete-readymanage{margin-top: 48px; flex-direction: column; gap: 48px;}
.split .pdfcvert-download{color: #fff; background: #C64545; margin: auto; width: 100%; max-width: 280px;}
.split .pdfcvert-download:before{margin: auto; margin-inline-end: 8px; vertical-align: sub; width: 16px; height: 20px; background: url("../svg/download-white-2.svg") no-repeat top center; background-size: 16px 20px;}
.split .pdfcvert-complete-download{padding: 36px 12px 18px; background: #F8F8F8; border-radius: 8px; box-sizing: border-box;}
.split .pdfcvert-dlmodel{margin-top: 48px;}
.split .pdfcvert-delete-area{width: 100%; max-width: 280px; height: 44px; background: #F9ECEC; border-radius: 22px;}
.split .pdfcvert-delete-area .only-small{color: #C64545; font-size: 14px; line-height: 44px; display: flex; justify-content: center; align-items: center; cursor: pointer;}
.split .startover{margin: 16px auto 0; width: 100%; max-width: 280px; height: 44px; background: #F9ECEC; border-radius: 22px; color: #C64545; font-weight: 400;}
.split .pdfcvert-howto-box{padding: 16px 0 0; background: none;}
.split .pdfcvert-howto-video{margin: auto; max-width: none; width: 100%;}
.split .pdfcvert-howto-cont{margin-top: 0;}
.split .pdfcvert-howto-items{width: 100%; max-width: none; }
.split .pdfcvert-howto-list{margin: 20px 0; }
.split .editpdfnow{width: 280px; background: #F9ECEC;}
.split .pdfcvert-guarant-list{width: 50%; padding: 0 32px; box-sizing: border-box; margin-top: 64px;}
.split .pdfcvert-guarant-list p{font-size: 14px;}
.split .pdfcvert-guarant-list p.guarant-title{font-size: 18px;}
.split .pdfcver-question,.split .pdfcvert-tips-rate{margin-top: 64px;}
.split .pdfcvert-howto-list p{margin-top: 2px;}
.split .copilot-faq-line{margin-top: 4px;}
.split .pdfcvert-moreonline-total{padding-top: 44px; margin-top: 64px;}
.split .pdfcvert-tips-title{margin-bottom: 24px;}
.split .pdfcvert-tips-items b{font-size: 16px;}
.split .pdfcvert-tips-items p{font-size: 14px;}
.split .pdfcvert-splitcation-des{padding-left: 40px; padding-right: 40px; flex-direction: row;}
.split .pdfcvert-splitcation-types .pdfcvert-text-size{font-size: 14px; margin-top: 0;}
.split .pdfcvert-splitcation-types span{font-size: 14px;}
.split .pdfcvert-splitcation-types font{font-size: 14px;}
.split .pdfcvert-splitcation-types em{font-size: 14px;}
.split .pdfcvert-splitcation-rangenum span{margin-left: 26px;}
.split .pdfcvert-splitcation-rangenum input{min-width: 347px; margin-left: 8px;}
.split .pdfcvert-splitcation-tips{margin-top: 50px;}
.split .related-linkto-tutorials{margin-top: 24px;}
.split .pdfcvert-uploadcnt{flex-direction: column;}
}

@media screen and (max-width: 568px) {
	.pdfcvert-security{width: 288px;}
.security-tips-list{box-sizing: border-box; max-width: 320px; transform: translateX(10px);}
	.pdfcvert-contrast-table td:first-child{width: 127px;}
  	.pdfcvert-contrast-table td{width: 100px;}
.pdfcvert-complete-area{flex-direction: column;}
.pdfcvert-complete-box{flex-direction: column;}
.pdfcvert-delete-tips{left:-95px; right: 0; top: 50px; margin: auto;}
.pdfcvert-line{margin: 0 10px;}
.pdfcvert-option-total{padding: 0 20px;}
.pdfcvert-specification-button{width: 200px; height: 50px; line-height: 50px; font-size: 16px;}
.pdfcvert-upload-mergeshow{flex-direction:column; padding:0 10px 24px;}
.pdfcvert-upload-mergeshow-button{margin-top:20px;}
.pdfcvert-upload-mergeshow-button span{top: auto; bottom: -30px; right: auto; left: 50%; transform: translateX(-50%);}
.pdfcvert-upload-mergeshow-button span:after{display: none;}
.pdfcvert-converser-area{width: 100%;}
.pdfcvert-converser-checkbtn span{font-size: 16px; padding: 10px;}
.pdfcvert-loadpage{padding-bottom: 50px;}
.pdfcvert-loadpage-back{left: 5px; top: -50px;}
.pdfcvert-loadpage-button{font-size: 16px;}
.pdfcvert-loadpage-preview-total{height: 300px;}
.pdfconvert_upload_button{min-width: 100%;}
.split .pdfcvert-splitcation-des{flex-direction: column; padding-left: 25px; padding-right: 25px;}
.split .pdfcvert-splitcation-rangenum input{min-width: 90%;}
.split .pdfcvert-split-tipstext{padding-top: 10px; padding-bottom: 10px;}
.split .pdfcvert-split-tipstext p{font-size: 10px;}
.split .pdfconvert_upload_button{min-width: calc(100% - 76px);}
.split .pdfcvert-guarant{padding-top: 24px;}
.split .pdfcvert-guarant-list{width: 100%; padding: 0 5%; margin-top: 24px;}
.split .pdfcvert-howto-items{margin-bottom: 12px;}
.split .pdfcvert-howto-list{margin: 12px 0;}
.split .pdfcvert-howto-list h3{font-size: 14px;}
.split .pdfcver-question, .split .pdfcvert-tips-rate{margin-top: 48px;}
.split .pdfcvert-tips-items b, .split .pdfcvert-tips-items p{font-size: 12px;}
.split .pdfcvert-moreonline-total{margin-top: 48px; padding-top: 28px;}
.split .pdflayout-cont{padding: 8px 4px 8px 16px;}
.pdfcvert-moreonline-item,html[lang = 'en-US'] .pdfcvert-moreonline-item{
	width: calc((100% - 36px) / 2);
}
.pdfcvert-tips-rate{flex-direction: column;}
.pdfcvert-tips-rate img{margin: 0 0 0 12px;}
.pdfcvert-tips-rate b{font-size: 16px; font-weight: 400;}
.pdfcvert-tips-rate strong{display: flex; align-items: center; margin-top: 4px; font-size: 16px; font-weight: 400;}
.pdfcvert-tips-rate strong a{margin: 0 2px;}
.pdfcvert-free-text h2 br{display: none;}

.preview-item{gap: 0; margin-bottom: 16px;}
.preview-item-views{padding: 0;}
.operated .preview-item-views{box-shadow: 0 0 0 5px #E1ECF8;}
.preview-item-cvs{width: 64px; height: 90px;}
.preview-scissors{height: 120px; box-shadow: none;}
.preview-item-num{margin-top: 4px; font-size: 12px;}
.pdflayout-split-every{padding: 12px;}
.explain-cont{align-items: flex-start; flex-direction: column;}
.explain-scissors{padding: 0px; margin-inline-start: 5px;}
.explain-text{margin-inline-start: -60px;}
.explain-text::before{inset-inline-start: 88px; top: 0;}

.pdflayout-sticky .pdflayout-console{padding: 14px 16px;}
.pdflayout-bottom{margin-top: 42px;}
.pdflayout-bottom .pdflayout-console-button{line-height: 44px; font-size: 18px;}
.pdflayout-bottom-download{padding: 12px 13px;}
.pdflayout-bottom-download img{display: none;}
.pdflayout-bottom-download p{font-size: 14px;}
.everynum-control input{line-height: 44px;}
.everynum-control button{width: 44px; height: 44px; line-height: 44px;}

.jpgtp .pdflayout-bottom-download{padding: 9px 10px; margin: 8px auto 0;}
.jpgtp .pdflayout-cont{min-height: 178px;}
.jpgtp .pdflayout-images-view{gap: 4px;}
.imageitem{width: 72px; height: 137px; padding: 32px 8px 6px;}
.imageitem-operate{width: 24px; height: 24px; top: 4px;}
.imageitem-img, .portrait .imageitem[data-orientation="wider"] .imageitem-img{width: 56px; height: 80px;}
.landscape .imageitem-img, .imageitem[data-orientation="wider"] .imageitem-img{width: 80px; height: 40px; margin: 22px auto;}
.imageitem-name{font-size: 12px; margin-top: 4px;}
.images-config-item p{font-size: 14px;}
}
@media screen and (max-width: 350px) {
	.pdfcvert-security{max-width: 258px;}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min-device-pixel-ratio:1.5) {
}


/***** popup start *****/
.overlay {
	background-color: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: -2; opacity: 0; transition: all .3s ease;
  }
  .overlay.active {
	opacity: 1; z-index: 9999;
  }
  .popup {
	background: #F7F8FA; width: 90%; max-width: 600px; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: 0; z-index: -1; box-shadow: 0px 30px 40px 0px #00000033; border: 1px solid #F4F5F8; border-radius: 10px; padding: 40px 0;
  }
  .popup::before{
	content: ""; display: block; width: 160px; height: 160px; margin: auto; background: url("../png/popup-unknown.png") center no-repeat; background-size: contain;
  }
  .popup.size::before{
	background: url("../png/popup-size.png") center no-repeat; background-size: contain;
  }
  .popup.network::before{
	background: url("../png/popup-network.png") center no-repeat; background-size: contain;
  }
  .popup.active {
	opacity: 1; z-index: 10000;
  }
  .popup__content {
	text-align: center; margin-top: 8px; padding: 0 30px;
  }
  .popup__content h3 {
	font-size: 20px; color: #000; line-height: 1;
  }
  .popup__content p {
	font-size: 16px; color: #606060; line-height: 1; margin-top: 12px;
  }
  .popup__footer {
	margin-top: 24px; display: flex; align-items: center; justify-content: center; gap: 24px;
  }
  .popup__close {
	position: absolute; right: 16px; top: 16px; cursor: pointer; width: 36px; height: 36px; background: url("../png/close.png") center no-repeat; background-size: 24px 24px;
  }
  .popup__button {
	font-weight: 700;
	font-size: 16px;
	padding: 10px 25px;
	border-radius: 30px;
	color: #FB464E;
	cursor: pointer;
	transition: all .3s ease;
  }
  .popup__button.confirm{
	color: #fff;
	background: linear-gradient(90.29deg, #ED6948 18.05%, #FF404F 102.89%);
  }
  .popup__button:hover {
	transform: translateY(-5px);
  }
  .popup__link{
	font-size: 14px; color: #000; border-bottom: 1px solid;	
 	}
	.popup__link.contact{
		display: none;
	}
	.popup.unknown .popup__link.contact{
		display: block;
	}

  @media screen and (max-width: 768px) {
	.popup {
	  max-width: 368px;
	}
	.popup.unknown{padding: 32px 0;}
	.popup::before{
		width: 120px; height: 120px;
	}
	.popup__content {
	  margin-top: 36px;
	}
	.popup__content h3{
		font-size: 18px; line-height: 1.5;
	}
	.popup__content p{
		font-size: 14px; line-height: 1.5;
	}
	.popup__footer{
		margin-top: 40px; flex-direction: column; gap: 14px;
	}
  }
  @media screen and (max-width: 568px) {
	.popup {
		max-width: 335px; padding: 50px 0 56px;
	}
	.popup.unknown{padding: 40px 0;}
	.popup::before{
		width: 110px; height: 110px;
	}
	.popup__content {
		margin-top: 40px;
	}
	.popup__close {
		width: 44px; height: 44px; top: 10px; right: 10px;
	  }
  }

  /***** popup end *****/