body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    letter-spacing: .3px;
    direction: ltr;
    font-variant-numeric: lining-nums;
    -ms-font-feature-settings: "lnum"1;
    -o-font-feature-settings: "lnum"1;
    -webkit-font-feature-settings: "lnum"1;
    font-feature-settings: "lnum"1;
    background: #f3f0ec;
    color: #FFF;
    font-family: rawline,Open Sans,Arial,sans-serif !important;
    background-image: linear-gradient(127deg,#daeefe,#daeefe,#dcf1fe,#ffffff, #e8d9dc,#ccd3f2)
}

input:-webkit-autofill,
 textarea:-webkit-autofill,
 select:-webkit-autofill {
     background-color: transparent!important;
     background-image: none !important;
     -webkit-box-shadow: 0 0 0 1000px white inset !important;
 }

.form-control:focus {
    border-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Firefox中有required属性的input会有默认的红色边框 */
input:required {
    box-shadow: none;
}

/* init css */

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

a:hover{
    text-decoration: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
.transform_lowercase{
    text-transform:uppercase;
}

.main {
    overflow: hidden;
    min-height: calc(100vh - 60px);
    padding-top: 60px;
}
.rtl {
    direction: rtl;
}
/* end init css */



/* header */
.header {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 13px;
    width: 100%;
    height: 60px;
    z-index: 9999;
    right: 0;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
}
.inner_header{
    color: #000;
}
.header-box {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    height: 100%;
    width: 100%;
    align-items: center;
    z-index: 10;
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 12%)
}
.tools_box{
    background-color: rgba(0, 0, 0, .5);
    border-top: 3px solid #01916E;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    cursor: auto;
    display: none;
    height: 100%;
    z-index: 999;
}
.tools_boxTop{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #EFF4FD;
    padding-bottom: 20px;
    height: auto;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 999;
    border-top: 3px solid #00926D;
    padding-top: 20px;
    display: none;
    background-image: linear-gradient(127deg,#f7daf4,#ebebf5, #e8f6fe,#f7daf4);

}
.tools_boxTop div{
    width: 20%;
}
.headerTool_box:hover .tools_boxTop{
    display: flex;
}

.header-box .title-home {
    display: flex;
    align-items: center;
    padding: 0 24px;
    height: 100%;
}
.title-home img {
    width: 125px;
    height: 100%;
}
.header-nav {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.offive_box .header-nav{
    height: auto;
}
.header-nav li {
    cursor: pointer;
}
.headerTool_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}
.headerTool_box img{
    margin: 0 3px;
}

.dropdown-menu ul {
    padding: 10px 0;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}

.nav-menu-site-logo .log-box, .dropdown-item, .header-nav li span {
    border-top: 1px solid rgba(0, 0, 0, 0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
    line-height: 55px;
    height: 61px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: -1px;
    color: #fff;
    cursor: pointer;
}
.inner_header .header-nav li span{
    height: auto;
    line-height: initial;
    padding: 10px 24px;
    color: #A1A1A1 !important;
    text-transform:inherit;
}
.inner_header .header-nav li span,.inner_header .header-nav li a{
    color: #000;
}   

.inner_header .dropdown-menu ul{
    padding: 0;
}
.dropdown-menu {
    display: none;
    margin: 0;
    border-radius: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 5px solid #009070;
    background: #1E293A;
    position: absolute;
    top: 100%;
    min-width: 240px;
    -webkit-box-shadow: 0 3px 6px 0 rgb(50 50 50 / 30%);
    box-shadow: 0 3px 6px 0 rgb(50 50 50 / 30%);
    text-align: left;
    max-height: 85vh;
    overflow-x: auto;
}
.dropdown-menu li ul li {
    margin: 0 12px;
    border-radius: 4px;
}
.dropdown-menu ul li a {
    text-transform: none;
    line-height: initial;
    height: 40px;
    margin-bottom: 2px;
    margin-top: 1px;
    font-size: 14px;
    padding: 0 14px;
    line-height: 40px;
    display: inline-block;
}
.dropdown-menu ul li a svg, .dropdown-menu ul li a img {
    height: 24px;
    width: 24px;
    margin: 4px 8px 4px 4px;
}
.header-nav li:hover .dropdown-menu {
    display: block;
}
.dropdown-menu ul li:hover {
    background: #28364D;
}

.headerTool_box .dropdown-menu {
    display: block;
    position: inherit;
    background: inherit;
    border-top:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
    padding: 0;
}
.headerTool_box .dropdown-menu ul li:hover{
    background: #c6cfde;
}
.headerTool_box .dropdown-menu ul li a{
    font-size: 13px;
    display: inline-block;
    width: 100%;
}
 .headerTool_box .dropdown-menu ul li a img{
    width: 28px;
    height: 28px;
    vertical-align: middle;
 }
.top-menu {
    display: flex;
    position: absolute;
    right: 20px;
}
.header-right {
    position: absolute;
}
.top-menu .nav__item--gray a {
    background: #3eb1ad;
    border: none;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 5px;
}
.top-menu .nav__item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    height: 27px;
}
.top-menu .nav__item a span svg {
    vertical-align: text-bottom;
    margin-right: 3px;
}
#isLogin {
    display: none;
}
.nav__item .user-box {
    position: relative;
    background: transparent;
    color: #333;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #293545;
    border-radius: 3px;
}
#isLogin a svg {
    margin-right: 5px;
}
.top-menu .nav__item a.log-oug-box {
    display: none;
    position: absolute !important;
    width: 100%;
    height: 60px;
    bottom: -59px;
    left: 0;
    justify-content: space-between;
    align-items: center;
    background: #307DB1;
}
.header .breakpoint-on .nav-pushed-item,
.header .breakpoint-on .navbar-close,
.header .breakpoint-on .navbar-toggler {
    display: block;
}
.header .header-left, .header-centert, .header-right {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
}
.header .navbar-toggler {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: none;
    margin-top: -4px;
    /* margin-left: 10px; */
}
.header .navbar-toggler span {
    position: relative;
    background-color: #FFF;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    width: 30px;
    cursor: pointer;
    display: block;
}
.inner_header .navbar-toggler span{
    background-color: #333;
}
.breakpoint-on .mask-box {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
}
.header .breakpoint-on .nav-menu {
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 9999;
    width: 300px;
    height: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.header .navbar-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 12;
    display: none;
}
.header .navbar-close .cross-wrap {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
}
.header .navbar-close .cross-wrap span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    background: #fff;
}
.header .navbar-close .cross-wrap span.top {
    top: 12px;
    left: 0;
    -webkit-transform: rotate(
45deg);
    transform: rotate(
45deg);
}
.header .navbar-close .cross-wrap span.bottom {
    bottom: 12px;
    left: 0;
    -webkit-transform: rotate(
-45deg);
    transform: rotate(
-45deg);
}
.header .breakpoint-on .nav-menu.menu-on {
    left: 0;
}
.breakpoint-on .nav-menu-site-logo ,.breakpoint-on .menu-items {
    display: block;
    background: #4c6275;
    overflow: auto;
}
.nav-menu-site-logo {
    flex: 0 0 60px;
    width: 100%;
}
.nav-menu-site-logo .log-box {
    color: #FFF;
    padding: 0;
}
.breakpoint-on .mask-box.active {
    display: inline-block;
}
.header .navbar-toggler.active span:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, 
45deg);
    transform: rotate3d(0, 0, 1, 
45deg);
    top: 8px;
}
.header .navbar-toggler.active span:nth-of-type(2) {
    opacity: 0;
}
.header .navbar-toggler.active span:nth-of-type(3) {
    -webkit-transform: rotate3d(0, 0, 1, 
-45deg);
    transform: rotate3d(0, 0, 1, 
-45deg);
    top: -8px;
}
.menu-items, .nav-menu-site-logo {
    display: none;
}
.breakpoint-on .header-nav {
    display: none;
}
.header .breakpoint-on .nav-menu .menu-items ul li {
    display: block;
}
.header .breakpoint-on .nav-menu .menu-items ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff !important;
    line-height: 45px !important;
    padding: 0px 20px;
    text-align: left;
}
.dropdown-item {
    display: block;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.menu-items ul li a img,.menu-items ul li a svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.log-box img{
    width: 120px;
    height: 58px;
}
.home-title span{
    color: #fff;
    padding-bottom: 15px;
}
.home-title h1{
    color: #333;
    margin-bottom: 8px;
    line-height: 46px;
    font-size: 27px;
    font-weight: bold;
    width: 95%;
    text-align: center;
    margin: 0 auto;
}
.home-decx{
    position: relative;
    text-align: center;
    width: 93%;
    margin: 0 auto;
    color: #333;
}
.header-right li.pdf-all {
    padding: 0 8px;
    border: 1px solid #293545;
    height: 30px;
    margin-right: 10px;
    line-height: 25px;
    border-radius: 5px;
    cursor: pointer;
}
.pdf-all-box {
    position: absolute;
    display: none;
    left: -81%;
    top: 83%;
}
.pdf-allBox-top {
    transform: translate(-96px, 10px);
    display: flex;
    justify-content: flex-end;
}
.pdf-all-hide {
    top: 100%;
    left: 5%;
    padding: 10px;
    top: 10px;
    margin-top: 5px;
    border-radius: 6px;
    max-height: 83vh;
    display: flex;
    flex-wrap: wrap;
    width: 318px;
    background-image: linear-gradient(127deg,#f7daf4,#ebebf5, #e8f6fe,#f7daf4);
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 12%);
    border: 1px solid #fff;
}
.header-right .pdf-all ul li {
    line-height: 20px;
    width: 148px;
}
.pdf-all-hide li a {
    font-size: 15px;
    color: #333;
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 10px;
    text-align: left;
}
.pdf-all-hide li:hover {
    background-color: #c6cfde;
}
.header-right .pdf-all ul li span, .pdf-all span:nth-child(1){
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: 100% 100%;
    display: inline-block;
}

.l-footer{
    bottom: 0;
    background: #1E293A;
    padding: 0px 24px;
    font-size: 12px;
    text-align: left;
    color: #FFF;
    background: rgba(0,0,0,.5) !important; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.l-footer a{
    color: #fff;
}
.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
  }
  .flag-icon:before {
    content: "\00a0";
  }
  .flag-icon.flag-icon-squared {
    width: 1em;
  }
  .flag-icon-ar {
    background-image: url(../images/ar.svg);
  }
  .flag-icon-en {
    background-image: url(../images/en.svg);
  }
  .flag-icon-es {
    background-image: url(../images/es.svg);
  }
  .flag-icon-fr {
    background-image: url(../images/fr.svg);
  }
  .flag-icon-de {
    background-image: url(../images/de.svg);
  }
  .flag-icon-it {
    background-image: url(../images/it.svg);
  }
  .flag-icon-pt {
    background-image: url(../images/pt.svg);
  }
  .flag-icon-pl {
    background-image: url(../images/pl.svg);
  }
  .flag-icon-da {
    background-image: url(../images/da.svg);
  }
  .flag-icon-nl {
    background-image: url(../images/nl.svg);
  }
  .flag-icon-fi {
    background-image: url(../images/fi.svg);
  }
  .flag-icon-cs {
    background-image: url(../images/cs.svg);
  }
  .flag-icon-sv {
    background-image: url(../images/sv.svg);
  }
  .flag-icon-no {
    background-image: url(../images/no.svg);
  }
  .flag-icon-ro {
    background-image: url(../images/ro.svg);
  }
  .flag-icon-ru {
    background-image: url(../images/ru.svg);
  }
  .flag-icon-el {
    background-image: url(../images/el.svg);
  }
  .flag-icon-id {
    background-image: url(../images/id.svg);
  }
  .flag-icon-zh-cn {
    background-image: url(../images/zh-cn.svg);
  }
  .flag-icon-ja {
    background-image: url(../images/ja.svg);
  }
  .flag-icon-ko {
    background-image: url(../images/ko.svg);
  }
  .flag-icon-th {
    background-image: url(../images/th.svg);
  }
  .flag-icon-tr {
    background-image: url(../images/tr.svg);
  }
  .flag-icon-vn {
    background-image: url(../images/vn.svg);
  }
  .top-menu .nav__item_out:hover a.log-oug-box {
    display: flex;
}
/* end header */


/* footer */
.footer-main {
    padding-top: 32px;
    padding-bottom: 24px;
}
.footer_inner{
    border-top: 1px solid #E2E2E2;
}
.separator {
    height: 1px;
    margin-bottom: 30px;
}
.footer-login {
    display: flex;
    align-items: center;
    height: 80%;
    border-right: 1px solid #293649;
    justify-content: center;
}
.footer_inner .footer-login{
    border-right-color: #E2E2E2;
}
.footer-login img {
    width: 125px;
    height: auto;
}
.converter-nav {
    padding: 0 20px;
}

.footer-main .title4 {
    text-transform: uppercase;
    padding-bottom: 18px;
}
.title4.red {
    font-weight: 600;
    color: #009070;
}
.footer_inner .title4.red{
    color: #333;
    text-align: left;
}

.title4 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px;
    margin-bottom: 12px;
    line-height: 24px;
}
.footer-main_nav li {
    margin-bottom: 12px;
    text-align: left;
}

.footer-main_nav li a {
    font-size: 13px;
}
.footer_inner .footer-main_nav li a{
    color: #333;
}
.footer_inner .footer-tips{
    color: #A7AAAD;
}
.footer-main_info {
    padding-bottom: 20px;
    border-top: 1px solid #222E3E;
}
.footer_inner .footer-main_info{
    border-top: none;
}
.slogan {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.slogan p {
    color: #fff;
    margin-top: 20px;
}
.followUs{
    display: none;
}
.followUs span {
    display: inline-block;
    margin: 0 3px;
}
.browser_extension a{
    border-radius: 4px;
    padding: 2px 5px;
    display: flex;
    align-items: center;
}

/* end footer */



/* popup */
.ext_popup{
    position: fixed;
    bottom: 30px;
    left: 8px;
    z-index: 999;
    display: none;
    /* width: 100%; */
}
.ext_popup_content{
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 30px;
    position: relative;
    box-shadow: 0 0 15px rgb(0 0 0 / 60%);
    /* max-width: 340px; */
    /* width: calc(50% - 555px); */
    /* min-width: 120px; */
    width: fit-content;
}
.ext_popup_img{
    width: 60px;
    display: flex;
    justify-content: center;
}
.close-ext{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.ext_popup_text{
    font-size: 14px;
    /* width: calc(100% - 60px); */
}
.ext_popup_dec{
    color: #000;
    padding-bottom: 20px;
    /* width: 100%; */
    width: 200px;
    text-align: center;
}
.ext_popup_btn a{
    width: fit-content;
    padding: 12px 14px;
    background-color: #0055FE;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin: 0 auto;
}


.popup-box {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    justify-content: center;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.popup-content {
    width: 900px;
    margin-top: 200px;
    position: relative;
}
.login-content, .forgotPwd-content {
    width: 500px;
}
.popup-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    flex-wrap: wrap;
}
.login-popup-bottom {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.popup-login{
    z-index: 99999;
}
.popup-bottom-login {
    width: 100%;
}
.islogin {
    padding: 60px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-align: center;
}
.islogup {
    padding: 40px 0 0px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #333;
    display: none;
}
.editlogup {
    padding: 20px 65px 10px 65px;
    margin: 0 auto;
    color: #333;
    text-align: center;
    font-size: 12px;
    display: none;
}
.check-g-y {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.check-g a {
    min-width: 170px;
    font-size: 13px;
    border: 1px solid #4186F6;
    display: flex;
    align-items: center;
    margin: 0 10px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    background-color: #4186F6;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.check-g div:nth-child(1) {
    width: 30px;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4186F6;
}
.check-g a div svg {
    vertical-align: sub;
}
.check-g div:nth-child(2) {
    width: calc(100% - 28px);
}
.check-g:nth-child(2) a {
    background-color: #5F01D1;
    border: 1px solid #5F01D1;
}
#logups-xm {
    width: 73%;
    margin: 0 auto;
    display: none;
}
#logups-xm form .login-ipt {
    margin-bottom: 24px;
    position: relative;
}
.login-ipt div {
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-ipt input {
    width: calc(100% - 35px);
    padding: 10px 0;
    border: none;
    outline: none;
    background-color: #fff;
    color: #333;
}
#signupForm div input {
    color: #333;
}

#signupForm div .verification {
    position: absolute;
    top: 101%;
    display: inline-block;
    width: 100%;
    left: 0;
    text-align: left;
    font-size: 13px;
    text-indent: 20px;
    color: red;
    display: none;
}
.login-from form .login-ipt {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    position: relative;
}
#logups-xm form .login-ipt {
    margin-bottom: 24px;
    position: relative;
}
.login-ipt {
    display: flex;
}
.login-CheckTerm {
    display: flex;
    margin-bottom: 20px;
    color: #333;
}
.login-CheckTerm input {
    width: 35px;
    height: 20px;
}
.login-CheckTerm div {
    font-size: 13px;
    margin-left: 10px;
    line-height: 20px;
}
.login-CheckTerm div a {
    color: #00906F;
}
.login-btn-pop {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.login-btn-pop button {
    padding: 0px 25px;
    min-width: 300px;
    background-color: #00906F;
    font-size: 20px;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    height: 48px;
}
.pop-to-login {
    text-align: center;
    margin-bottom: 25px;
    font-size: 13px;
    color: #333;
}
.pop-to-login a {
    color: #00906F;
    display: inline-block;
    padding-top: 3px;
    border-bottom: 1px solid #00906F;
}
.edit-to-login {
    display: none;
}
#logins-xm {
    padding: 0px 60px 20px 60px;
}
.resetPwd {
    text-align: center;
}
.resetPwd a {
    color: #00906F;
    font-size: 13px;
    border-bottom: 1px solid #00906F;
    margin-bottom: 25px;
    display: inline-block;
    text-align: center;
}
.edit-to-login {
    display: none;
}
.forgot-xm {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 65px;
    display: none;
}
.forgot-xm-top {
    text-align: left;
    padding: 18px 0 0 0;
    width: 25px;
    cursor: pointer;
}
.forgot-text {
    font-size: 20px;
    text-align: center;
    padding: 75px 0 50px 0;
    color: #333;
}
.forgot-email-tip, .forget-success, .forget-fail {
    margin: 0 auto;
    font-size: 12px;
    color: #333;
    width: 70%;
}
.forgot-email-tip {
    margin-bottom: 16px;
}
.forgot-email {
    width: 73%;
    margin: 0 auto;
    border: 1px solid #D7D7D7;
    border-radius: 6px;
    margin-bottom: 10px;
}
.login-ipt {
    display: flex;
}
.forgot-imgs {
    width: 73%;
    margin: 0 auto;
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
}
.forgot-imgs input {
    padding: 10px 0;
    border: none;
    outline: none;
    background-color: #fff;
    color: #333;
    border: 1px solid #D7D7D7;
    text-indent: 32px;
}
.forgot-imgs img {
    height: 41px;
    vertical-align: middle;
    width: 100px;
}
#codeforgot {
    position: absolute;
    left: 8px;
    top: 14px;
}
#failCode {
    color: red;
    font-size: 13px;
    padding: 3px 0;
    display: none;
    position: absolute;
}
#forgot-btn svg {
    display: none;
}
#gologinShow {
    display: none;
}
.close-popups, .close-downPop {
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
}
#login_sumbit svg{
    display: none;
}
.failTips {
    font-size: 16px;
    color: red;
    position: absolute;
    width: 100% !important;
    top: 108%;
    left: 0;
    text-align: left;
    display: unset !important;
}
.failTips span {
    display: none;
}
.forgot-btn {
    margin-top: 110px;
}
.popup-first {
    display: none;
}
.popup-header {
    padding: 30px;
    background-color: #28374E;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.popup-text {
    color: #D6D8DE;
    position: relative;
}
.popup-header div {
    text-align: center;
    margin-bottom: 10px;
}
.popup-title {
    font-size: 25px;
    color: #06C292;
}
.popup-title svg {
    vertical-align: text-bottom;
}
.popup-text a {
    color: #06C292;
}
.pro-content {
    background-color: #fff;
    width: 450px;
    border-radius: 10px;
    position: absolute;
    left: 209px;
    top: 28px;
    box-shadow: 1px 1px 5px #888888;
    cursor: pointer;
    display: none;
    z-index: 5;
}
.pro-svg {
    position: absolute;
    top: -16px;
    left: -158px;
    width: 100%;
}
.pro-content ul {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    flex-wrap: wrap;
}
.pro-content ul li {
    color: #333;
    width: 50%;
    text-align: left;
    line-height: 29px;
}
.popup-bottom-left {
    border-right: 1px solid #EEEEEE;
}
.popup-bottom-left, .popup-bottom-right {
    width: 49%;
    padding: 20px 0;
}
.popup-bottom-title {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    padding: 5px 30px;
    background-color: #D6BC93;
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
}
.popup-bottom-left div, .popup-bottom-right div {
    text-align: center;
    margin-bottom: 15px;
}
.popup-bottom-img {
    margin-bottom: 0px !important;
}
.popup-bottom-decs {
    font-size: 15px;
    text-align: center;
    color: #333;
}
.popup-bottom-btn button, .buyNow {
    padding: 17px 15px;
    color: #fff;
    font-size: 16px;
    border: none;
    background-color: #00906F;
    border-radius: 6px;
    min-width: 100px;
    cursor: pointer;
}
.popup-bottom-right .pay_blackLevel {
    width: 97%;
    padding-top: 8px;
}
.pay_premiums {
    background: linear-gradient(
325deg, transparent 1.8em, #6A9F96 0);
    position: relative;
}
.pay_blackLevel {
    width: 295px;
    margin: 0 10px;
    height: 380px;
    border-radius: 5px;
    padding: 20px;
    text-align: left;
}
.pay_premiums_popup {
    background: linear-gradient(
325deg, transparent 1.8em, #fff 0);
    height: 370px !important;
}
.pay_premium_table {
    display: flex;
}
.popup-bottom-right .pay_table_select {
    color: #fff;
    background-color: #009070 !important;
}
.pay_tables {
    width: 50%;
    background: #6A9F96;
    border-radius: 4px;
    height: 32px;
    text-align: center;
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 19%);
    line-height: 32px;
    cursor: pointer;
}
.popup-bottom-right .pay_tables {
    background-color: #CFCFCF;
}
.pay_month_contentPOP, .pay_quarterly_contentPOP, .pay_yaerly_contentPOP {
    padding: 58px 0 0 0;
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 73px;
    text-align: center;
}
popup-bottom-right .pay_month_content, .popup-bottom-right .pay_quarterly_content, .popup-bottom-right .pay_yaerly_content {
    padding: 35px 0 0 0;
    color: #FF9C00;
}
.pay_month_content span, .pay_quarterly_content span, .pay_yaerly_content span {
    font-size: 20px;
    font-weight: 400;
}
.pop_payDec {
    text-align: center;
    font-size: 15px;
    color: #333;
}
.pay_getStarted, .pay_btn_premium, .contact_seles, .pay_btn_premiumPrice {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 40px 0 20px 0;
}
.pay_getStarted a, .pay_btn_premium a, .contact_seles a, .pay_btn_premiumPrice a {
    display: inline-block;
    background: #009070;
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 19%);
    border-radius: 3px;
    width: 260px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
}
.pay_btn_premium a, .pay_btn_premiumPrice a {
    background-color: #D9B86A;
}
.pay_btn_premium a, .pay_btn_premium a {
    display: block;
    color: #333;
    color: #fff;
    font-size: 16px;
    border: none;
    background-color: #00906F;
    border-radius: 6px;
    min-width: 100px;
    cursor: pointer;
    position: absolute;
    bottom: 39px;
    width: 77%;
    left: 11.5%;
    height: 52px;
    line-height: 52px;
    bottom: -8px;
}
.popup-bottom-btn button, .buyNow {
    padding: 17px 15px;
    color: #fff;
    font-size: 16px;
    border: none;
    background-color: #00906F;
    border-radius: 6px;
    min-width: 100px;
    cursor: pointer;
}
.buyNow {
    position: absolute;
    bottom: -20px;
    width: 77%;
    left: 11.5%;
}
.popup-bottom-right .pay_month_content, .popup-bottom-right .pay_quarterly_content, .popup-bottom-right .pay_yaerly_content {
    padding: 35px 0 0 0;
    color: #FF9C00;
}
.mousemoves-pre:hover+.pro-content {
    display: block !important;
}
.popup-bottom-share {
    width: 90%;
    padding-bottom: 160px;
}
.popup-share-title {
    font-size: 15px;
    margin: 20px 0;
    text-align: left;
}
.popup-share-title span:nth-child(1) {
    color: #333;
}
.popup-share-title span:nth-child(2) {
    color: #A6A6A6;
}
.popup-share-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inpt-text {
    width: 75%;
}
.inpt-text input {
    width: 100%;
    outline: none;
    padding: 10px 0;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    background-color: #EDEDED;
    color: #333;
    text-indent: 20px;
}
.popup-copy-link {
    min-width: 100px;
    background-color: #00906F;
    padding: 10px 40px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.share-btns-popup {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: 10px 0;
}
.share-btns-popup a {
    text-decoration: none;
    margin: 0 3px;
}
.share-isSuccess {
    width: 400px;
    position: fixed;
    background: #fff;
    left: calc(50% - 150px);
    top: calc(50% - 200px);
    border-radius: 5px;
    box-shadow: 5px 2px 6px #000;
    display: none;
    z-index: 9999;
}
.share-isSuccess-title {
    padding: 20px 10px;
    text-align: center;
    font-weight: 700;
}
.share-isSuccess-content {
    padding: 40px 35px 60px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.share-isSuccess-content div {
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    background: #47ACF0;
    cursor: pointer;
}
.share-isSuccess-content div {
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    background: #47ACF0;
    cursor: pointer;
}
#newLange{
    height: 100%;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}
#flagIcons{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: 100% 100%;
    display: inline-block;
}
.mobile-show{
    display: block;
}

/* //pdfviewpopup */
#pdfview-main-box{
    height: calc(100% - 40px);
    overflow-y: auto;

}
#pdfview-toolbar{
    height: 40px;
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 5px;
    align-items: center;
    border-top-right-radius: 5px;
} 
#pdfview-main-box .__pdf_page_preview{
    margin: 10px auto;
}
.pdf_view_popup{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none;
    overflow: hidden;
    
}
.pdf_view_content{
    width: 90%;
    margin: 0 auto;
    height: calc(100vh - 128px);
    position: relative;
    margin: 60px auto;
}
.pdfview_top img{
    margin-right: 15px;
    vertical-align: bottom;
}
.pdfview_top{
    color: #333;
    font-size: 13px;
    font-weight: 700;
    display: none;
}
.pdfview_middle{
    background: #fff;
    color: #333;
    height: 100%;
    border-radius: 8px;
    border-bottom-right-radius: inherit;
    position: relative;
}
.pdfview_middle_top{
    position: absolute;
    right: 28px;
    bottom: 11px;
    z-index: 9;
}
#editpdf_download{
    display: block;
    width: fit-content;
    padding: 8px 39px;
    color: #fff;
    background-color: #3eb1ad;
    border-radius: 6px;
    margin: 20px auto 0;
    box-shadow: 0 4px 1px 0px #16a19c;
}
#editpdf_download svg{
    vertical-align: sub;
    display: inline-block;
    margin-right: 20px;
}
.tool_bottom_content{
    color: #333;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
}
.pdfview_middle_middle{
    padding: 10px;
    display: none;
}
.pdfview_middle_tab{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.tab_item a{
    color: #333;
}
.tab_item{
    margin: 0 10px;
}
.tab_item a span img{
    display: block;
    height: 25px;
    margin: 0 auto;
    vertical-align: middle;
    width: 25px;
}
.viewpdf_loading{
    position: absolute;
    top: 200px;
    left: 50%;
}
#pdfview-thumbs-box{
    display: none;
}
#pdf-toolbar{
    display: none;
    position: relative;
    height: 60px;
}



/* convert box start */

.download_convert{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: none;
}

.convert_box_dow{
    width: 550px;
    background-color: #fff;
    position: relative;
    border-radius: 8px;
    padding: 30px;
}
.close-convert{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.coversion_icon{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 15px;
}
.convert_btn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0;
}
.convert_dec{
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-align: center;
    padding-top: 5px;
}
.convert_item_dow{
    align-items: center;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin: 5px 16px;
    padding: 5px 10px;
    width: 23%;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    position: relative;
}
.convert_item_dow label{
    display: block;
    width: 100%;
    padding: 5px 10px;
    cursor: pointer;
}
.convert_item_dow img{
    vertical-align: middle;
    width: auto;
    margin-right: 5px;
}
.convert_item_dow .convert_radio{
    position: absolute;
    left: -17px;
    top: 34%;
}
.fileCover-active {
    color: #fff !important;
    background-image: url(../images/subscript.svg) !important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    background-color: #05A984 !important;
    position: relative;
}
.convert_download{
    background-color: #3eb1ad;
    width: fit-content;
    border-radius: 6px;
    padding: 12px 30px;
    margin: 0 auto;
    text-align: center;
    margin: 15px auto;
    min-width: 158px;
    cursor: pointer;
    box-shadow: 0 4px 1px 0 #16a19c;
}
.convert_download img{
    vertical-align: middle;
}
#covert_loding{
    display: none;
}
.download_btnClick{
    display: flex;
    justify-content: center;
    align-items: center;
}
.download_btnClick #covert_loding{
    display: block;
}
.download_btnClick .btn_hide{
    display: none;
}
/* convert box end */

/* @media (max-width:1550px){
    .ext_popup_content{
        padding: 20px 5px;
    }
    .ext_popup_img,.ext_popup_text{
        width: 100%;
    }
}
@media (max-width:1366px){
    .ext_popup_btn a{
        padding: 0;
    }
} */



/* start upload template */
.upload_template{
    color: #000;
}
.upload_score{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
    /* background: #fff; */
    flex-wrap: wrap;
    width: fit-content;
    right: 0;
    z-index: 99;
    color: #333;
    width: 100%;
}

.upload_template_title{
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
}

.upload_template_img{
    margin: 0 10px 0 0;
    position: relative;
}
.upload_template_img img{
    vertical-align: sub;
}
.upload_template_img div{
    margin-top: -5px;
}
.fivestart{
    cursor: pointer;
}

.upload_template_dec{
    font-size: 12px;
    width: 100%;
}
.upload_template_dec span {
    font-weight: 700;
}
.awesome{
    position: absolute;
    padding: 5px 10px;
    border-radius: 2px;
    background-color: #494949;
    color: #fff;
    font-size: 12px;
    right: -27px;
    top: -38px;
    display: none;
    z-index: 9999;
}
.awesome::before{
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-top: 6px solid #494949;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 100%;
    left: 40%;
}
.upload_template_img:hover .awesome{
    display: block;
}
.uoload_howto{
    padding:3px 3px 10px 3px;
    height: calc(100vh - 138px);
    overflow: auto;
}
.template_title{
    font-size: 15px;
    font-weight: 700;
    padding:10px 30px;
    text-align: center;
}
.template_title_feature{
    font-size: 15px;
    font-weight: 700;
    padding:0 30px;
    text-align: center;
    width: 100%;
}
.upload_related_video .template_title{
    opacity: 0;
}
.howto_top,.howto_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
}
.howto_bottom{
    justify-content: space-between;
}
.howto_stop1,.howto_stop2,.howto_stop3,.howto_stop4{
    height: 62px;
    width: 62px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.howto_stop1{
    background-color: #65A63E;
}
.howto_stop2{
    background-color: #6699F4;
}
.howto_stop3{
    background-color: #B5AB64;
}
.howto_stop4{
    background-color: #E26A5F;
}
.line1,.line2,.line3{
    width: 120px;
    height: 2px;
    background-color: #64A33C;
}
.howto_bottom{
    max-width: 700px;
}
.howto_bottom .upload_template_dec{
    width: 150px;
    text-align: center;
    padding: 20px 0;
}
.howto_top .upload_template_title{
    max-width: 70px;
}
.upload_related{
    padding: 30px;
    background: rgba(254,254,254,.4);
    width: 99%;
    margin: 20px auto;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    display: none;
}
.upload_related_video{
    width: 70%;
}
.upload_related_video iframe{
    width: 100%;
    min-height: 470px;
    border-radius: 5px;
    box-shadow: 0 0 3px 3px rgb(0 0 0 / 50%);
}
.upload_related_tools{
    width: 30%;
   min-width: 350px;
}

.related_item_box{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.related_item{
    position: relative;
    width: fit-content;
    border: 1px solid #D0D0D0;
    border-radius: 6px;
    cursor: pointer;
    margin: 8px 4px;
}
.related_item a{
    display: inline-block;
    padding: 7px;
    color: #333;
    font-size: 14px;
    min-width: 138px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.related_item a:before{
    content: "";
    display: block;
    width: 90%;
    height: 20px;
    position: absolute;
    left: 5%;
    top: 100%;
    background: url(../images/related_item.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.hover_relater{
    display: none;
    position: absolute;
    top: -122%;
    left: 0;
    background-color: #333;
    color: #fff;
    width: max-content;
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
    min-width: 138px;
    text-align: center;
}
.hover_relater::before{
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    border-top: 7px solid #494949;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 100%;
    left: 42%;
}
.related_item:hover .hover_relater{
    display: block;
}
.feature_template{
    padding: 60px;
    background: rgba(254,254,254,.4);
    width: 99%;
    margin: 15px auto 0;
}
.feature_box{
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.feature_item{
    margin: 7px 4px;
}
.feature_item a{
    border-radius: 6px;
    background-color: #DEF2F1;
    display: flex;
    color: #333;
    text-align: left;
    min-width: 162px;
    font-size: 13px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
    position: relative;
}
.feature_item a::before{
    content: "";
    display: block;
    width: 90%;
    height: 20px;
    position: absolute;
    left: 5%;
    top: 100%;
    background: url(../images/feature_item_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.feature_item a img{
    vertical-align: middle;
    margin-right: 2px;
}
.feature_icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature_text{
    padding: 10px 0 10px 0;
    width: calc(100% - 40px);
    height: 40px;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
}
/* end upload template */


/* editpdf_popup_start */
.popup_pdfedit,.pdfview_popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 999999;
    display: none;
}
.popup_pdfedit_content,.pdfview_popup_content{
    width: 98%;
    height: calc(100vh - 75px);
    margin: 60px auto;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
}
.popup_pdfedit_top{
    display: flex;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: center;
    background-color: #4C6991;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 30px;
}
.popup_dec{
    font-size: 15px;
    font-weight: 700;
}
.popup_dec img{
    vertical-align: middle;
}
.popup_tool img{
    cursor: pointer;
    vertical-align: middle;
}
.editpopup_next{
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 9;
}
.editpopup_next a{
    display: inline-block;
    width: fit-content;
    padding: 8px 50px;
    font-size: 14px;
    background-color: #3eb1ad;
    color:#fff;
    border-radius: 5px;
    box-shadow: 0 4px 1px 0px #16a19c;
}
.editpopup_next a img{
    vertical-align: sub;
    margin-right: 5px;
}
.popup_pdfedit_box{
    display: flex;
    justify-content: space-between;
    height: calc(100% - 94px);
}
.pdfedit_thumbnail{
    width: 150px;
    overflow: auto;
    height: 100%;
    background-color: #F0F0F0;
}
.pdfedit_bigPicture{
    width: calc(100% - 150px);
    overflow: auto;
    height: 100%;
}
.full_screen .popup_pdfedit_content{
    width: 100%;
    height: 100%;
    margin: 0;
}
.full_screen #close_editPop{
    display: none;
}
.popup_logo{
    display: flex;
}
.pdfview_popup_content{
    position: relative;
}
.close_pdfview{
    background: #446995;
    width: 40px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading{
    position: fixed;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}
.popup_pdfedit_tool  .__toolbar_item {
    border-right: 1px solid #e3e3e3;
}
.popup_pdfedit_tool{
    display: none;
    position: relative;
    height: 60px;
}
.popup_pdfedit_tool {
    padding: 0 15px!important;
    padding-top: 0px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
    padding-left: 15px !important;
    background-color: #FDFDFD !important;
    flex-wrap: wrap;
    height: 60px;
    border: 1px solid #E9E9E9;
}
.__pdf_editor_toolbar .__toolbar_item {
    margin-right: 0px !important;
}
.__pdf_editor_toolbar .__toolbar_item{
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    height: 100%;
}
.__pdf_editor_toolbar .__toolbar_item:hover{
    background-color: #E9E9E9;
}
.__pdf_editor_toolbar .__toolbar_item a {
    text-decoration: none;
}
.of_pages {
    color: #333;
}
.of_pages span {
    display: inline-block;
    margin: 0 13px 0 5px;
}
#prevToolbar, #nextToolbar {
    padding: 0;
}
#prevToolbar{
    transform: rotate(180deg);
}
.nobg {
    background-color: transparent !important;
}
.__pdf_to_page {
    width: 40px;
    text-align: center;
    outline: none;
    background-color: #EDEDED;
    border: none;
}
.__toolbar_item svg {
    fill: #ffffff;
}
.add_method {
    display: inline-block;
    height: 100%;
    min-width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add_method div {
    text-align: center;
    color: #333;
    font-size: 13px;
}

.checkcolor, .draw_color {
    color: #26323d;
    box-shadow: 0 0 20px 4px rgb(154 161 177 / 15%), 0 4px 80px -8px rgb(36 40 47 / 25%), 0 4px 4px -2px rgb(91 94 105 / 15%);
    background-color: #fff;
    padding: 5px 12px 7px;
    position: absolute;
    top: 110%;
    z-index: 99999;
    border-radius: 4px;
    display: none;
}
.draw_title {
    padding: 10px 0;
    text-align: left !important;
}
.checkcolor ul, .draw_color ul {
    display: flex;
    margin: 8px 0px;
}
.__toolbar_item_mouse {
    display: none !important;
}
.__toolbar_item svg path {
    fill: #2D2D2D;
}

.__pdf_page_number{
    color: #000;
    text-align: center;
}
.sign_box{
    position: relative;
    height: 100%;
}
.sign_btn {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    color: #333;
    cursor: pointer;
}
.add_method_text {
    margin-top: 5px;
    font-size: 13px;
}
.__cursor_line,.__cursor_eraser,.__cursor_radact,.__cursor_highlight{
    cursor: url(../images/grab.svg),move!important;
}
.__pdf_page_preview {
    margin:  30px auto;
}





.drawColor_active{
    display: block;
}
.draw_title {
    padding: 10px 0;
    text-align: left !important;
}
.checkcolor ul, .draw_color ul {
    display: flex;
    margin: 8px 0px;
}

.selectcolor, .textbgcolor, .drawcolor {
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.selectwidth {
    border: 1.2px solid #d4d4d4;
    width: 14.2px;
    height: 14.2px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.line-template {
    padding: 10px 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line-thicl {
    width: 70%;
    height: 4px;
    background: #333;
}
.range_line_text {
    padding: 10px;
    text-align: left !important;
}
#range_val {
    cursor: pointer;
    height: 3px;
    outline: none;
}
.thin_thick {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.close_draw_color {
    position: absolute;
    right: 9px;
    top: 6px;
}
.selectcolor-active::before{
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/icon_success.svg);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
}
.expand_pdf{
    position: relative;
    display: inline-block;
    width: 160px;
    background: #fff;
    padding: 5px 0 2px 0;
    margin: 10px 12px;
    border-radius: 4px;
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 35%) !important;
    border: 1px solid #fff;
    min-height: 210px;
    height: 210px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #e7d8d8;
}
.expand_pdf img{
    width: 100%;
    height: auto;
}
.remove_img{
    position: absolute;
    top: 0;
    right: 0;
    background: #bc8a8a;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.expand_pdf_box{
    width: fit-content;
    padding: 1px;
    border: 1px dashed #626870;
    margin: 12px;
}
#office_logo{
    display: none !important;
}
/* editpdf_popup_end */
.hide_file{
    position: absolute;
    height: 31px;
    left: 122px;
    top: 0;
    background-color: #446995;
    display: inline-block;
    padding: 0 12px;
    text-decoration: none;
    cursor: default;
    font-size: 12px;
    text-align: center;
    color: #446995;
}

.ad_demo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.close_ad {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    top: -1px;
}
.office_statement {
    bottom: 4px;
    color: #b19e9e;
    cursor: pointer;
    font-size: 9px;
    left: 280px;
    position: fixed;
}
.popup_statement_content {
    background: #fff;
    border-radius: 5px;
    height: fit-content;
    margin: 150px auto;
    max-width: 500px;
    padding: 20px;
    position: relative;
    text-align: left;
}
.popup_title_statement {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.popup_dec_statement {
    font-size: 12px;
    margin-bottom: 10px;
}
.popup_a {
    margin-bottom: 10px;
}
.popup_a a {
    color: #333;
    display: block;
    font-size: 12px;
    margin: 5px 0;
}
.close-popups {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 18px;
}
.h_nav_item{
    cursor: pointer;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    margin:0 15px;
}
.h_nav_item img{
    margin-left: 5px;
}
.g_ny{
    color: #333;
}
.hov_nav_item{
    position: absolute;
    top: 100%;
    width: 250px;
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 12%);
    border: 1px solid #fff;
    display:none;
    background-color: #fff;
    max-height: calc(100vh - 60px);
    overflow: auto;
}
.h_nav_item:hover .hov_nav_item{
    display: block;
}
.hov_nav_item ul li {
    padding: 10px;
}
.hov_nav_item ul li a{
    display: flex;
    font-size: 14px;
    align-items: center;
    color: #000;
}
.hov_nav_item ul li a img,.hov_nav_item ul li a svg{
    width: 22px;
    height:22px;
    margin-right:5px;
    vertical-align: middle;
}
.hov_nav_item ul li:hover{
    background-color: #f5f5f5;
}
.header_nav{
    display: flex;
    height: 100%;
    align-items: center;
}
@media (max-width: 1100px){
    #div-gpt-ad-1677642324288-1 {
        max-width: 100%;
        min-width: auto!important;
    }
}
@media (max-width:1177px) {
    .hide_file{
        left: 135px;
    }
}
@media screen and (min-width: 1240px) {
    .container {
        max-width: 1240px;
    }
    .pdf-all:hover .pdf-all-box {
        display: block;
    }
}
@media (max-width: 1100px){
    .header-nav{
        display: none;
    }
}
@media (max-width: 850px){
    .header_nav{
        display: none;
    }
}
/* end popup */
@media (max-width: 500px){
    .title-home img{
        width: 90px;
        height: 43px;
    }
    .share-isSuccess{
        width: 100%;
    }
    .header-right{
        right: 6px;
    }
    .header-box .title-home{
        padding: 0;
    }
}

@font-face {
    font-family: 'Allura';
    font-style: normal;
    font-weight: 400;
    src: url(../font/Allura-Regular.ttf) format('woff2');
}
