#btn>div::after,
#feedbacktip li::after,
.header_box>ul>li::after,
.new_articles_box>div>div div a.buy::after,
.new_articles_box>div>div div a.down i::before,
.new_articles_box>div>div div a.down::after,
.new_articles_box>div>ul li:after {
    content: ""
}

.header img {
    border: none
}

.header a,
.header a:hover,
.header a:link,
.header a:visited {
    text-decoration: none
}

.header li,
.header ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header {
    position: relative;
    z-index: 10
}

.header * {
    margin: 0;
    padding: 0
}

.header>.center {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding-right: 80px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header_box {
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_box>ul>li {
    display: inline-block;
    margin-right: 20px
}

.header_box>ul.shorter>li {
    margin-right: 10px
}

.header_box>ul>li:nth-child(1)>a>img {
    vertical-align: -2px;
    margin-right: 5px
}

.header_box>ul>li>a,
.header_box>ul>li>span {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    cursor: pointer
}

.header_box>ul>li>a>i,
.header_box>ul>li>span>i {
    width: 12px;
    height: 6px;
    background: url(/images/navigation/icon-arrow.png);
    display: inline-block;
    margin-left: 4px;
    vertical-align: 1px;
    -webkit-transition: transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.header_box>ul>li:last-child {
    margin-right: 0
}

.header_box>ul.header_nav>li::after {
    display: none
}

.header_box>ul.header_nav>li:hover::after,
.header_box>ul.header_nav>li:hover>div {
    display: block
}

.header_box>ul>li::after {
    clear: both;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 35px
}

.header_box>ul.header_nav>li:hover>a,
.header_box>ul.header_nav>li:hover>span {
    color: #0a82de;
    text-decoration: none
}

.header_box>ul.header_nav>li:hover>a i,
.header_box>ul.header_nav>li:hover>span i {
    background-position-y: -6px
}

.header_box>ul>li .menu {
    position: absolute;
    top: 60px;
    left: 50%;
    right: 0;
    margin: auto;
    background: #fff;
    width: 1300px;
    max-width: 1300px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .37);
    box-shadow: 0 8px 8px rgba(0, 0, 0, .37);
    border-top: 3px solid #1b99f9;
    display: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.header_box>ul>li .menu .center {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.header_box>ul>li .menu>div>div {
    max-width: 560px;
    width: 100%
}

.header_box>ul>li .menu>div>div>div {
    padding-right: 45px
}

.header_box>ul>li .menu .system>p {
    font-size: 22px;
    text-align: left;
    border-bottom: 1px solid #0780dc;
    padding-bottom: 10px;
    margin-top: 20px
}

.header_box>ul>li .menu .system>p i {
    width: 24px;
    height: 24px;
    background: url(/images/navigation/icon-system.png);
    display: inline-block;
    vertical-align: -4px;
    margin-right: 7px
}

.header_box>ul>li .menu .system>p i.mac {
    background-position-y: -24px
}

.header_box>ul>li .menu .system>p i.online {
    background-position-y: -48px
}

.header_box>ul>li .menu .system>p i.desktop {
    background-position-y: -72px
}

.header_box>ul>li .menu .system>p i.multimedia {
    background-position-y: -96px
}

.header_box>ul>li .menu .system>p i.data {
    background-position-y: -120px
}

.header_box>ul>li .menu dl a {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.header_box>ul>li .menu dl a:hover {
    color: #0087FD;
    text-decoration: underline
}

.header_box>ul>li .menu dl a img {
    vertical-align: -2px;
    margin-left: 4px
}

.header_box>ul>li .menu dl a img.best {
    vertical-align: 0
}

.header_box>ul>li .menu dl dt {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 16px
}

.header_box>ul>li .menu dl dt i {
    width: 16px;
    height: 16px;
    background: url(/images/navigation/icon-tools.png);
    display: inline-block;
    vertical-align: -2px;
    margin-right: 6px
}

.header_box>ul>li .menu dl dt i.i-converter {
    background-position-y: -64px
}

.header_box>ul>li .menu dl dt i.i-recorder {
    background-position-y: -48px;
    vertical-align: -3px
}

.header_box>ul>li .menu dl dt i.i-editor {
    background-position-y: -32px
}

.header_box>ul>li .menu dl dt i.i-blu-ray {
    background-position-y: -16px
}

.header_box>ul>li .menu dl dt i.i-dvd {
    background-position-y: -112px
}

.header_box>ul>li .menu dl dt i.i-recovery {
    background-position-y: -80px
}

.header_box>ul>li .menu dl dt i.i-unlocker {
    background-position-y: -144px
}

.header_box>ul>li .menu dl dt i.i-pc-recovery {
    background-position-y: -128px
}

.header_box>ul>li .menu dl dt i.i-pdf {
    background-position-y: -96px
}

.header_box>ul>li .menu dl dt i.i-transfer {
    background-position-y: -160px
}

.header_box>ul>li.svip {
    display: none
}

.header_box>ul>li.svip a {
    display: block;
    position: relative;
    height: 22px
}

.header_box>ul>li.svip a img {
    position: absolute;
    top: 0;
    -webkit-animation: shake 2.1s ease-in-out infinite;
    animation: shake 2.1s ease-in-out infinite
}

.header_box>ul>li.svip::after {
    display: none
}

.header_box a.svip {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 54px
}

.header_box a.svip img {
    position: absolute;
    top: 0;
    -webkit-animation: shake 2.1s ease-in-out infinite;
    animation: shake 2.1s ease-in-out infinite
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: rotateZ(0) scale(1);
        transform: rotateZ(0) scale(1)
    }

    25% {
        -webkit-transform: rotateZ(-10deg) scale(.8);
        transform: rotateZ(-10deg) scale(.8)
    }

    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: rotateZ(5deg) scale(1);
        transform: rotateZ(5deg) scale(1)
    }

    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: rotateZ(-5deg) scale(1);
        transform: rotateZ(-5deg) scale(1)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: rotateZ(0) scale(1);
        transform: rotateZ(0) scale(1)
    }

    25% {
        -webkit-transform: rotateZ(-10deg) scale(.8);
        transform: rotateZ(-10deg) scale(.8)
    }

    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: rotateZ(5deg) scale(1);
        transform: rotateZ(5deg) scale(1)
    }

    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: rotateZ(-5deg) scale(1);
        transform: rotateZ(-5deg) scale(1)
    }
}

.header_box>ul>li.resource .menu>div>div>div {
    padding: 0
}

.header_box>ul>li.resource .menu dl {
    font-size: 0
}

.header_box>ul>li.resource .menu dd {
    display: inline-block;
    width: 25%
}

.header_box .toggle {
    display: none
}

.usernotice_pop {
    display: table;
    width: 280px;
    padding: 7px;
    position: fixed;
    bottom: 10px;
    right: 50px;
    background: rgba(0, 0, 0, .55);
    z-index: 1000;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px
}

.usernotice_pop a {
    color: #fff;
    text-decoration: underline
}

.usernotice_pop span {
    cursor: pointer;
    border: 1px solid #fff;
    margin: 10px 5px;
    width: 50%;
    padding: 0 5px
}

@media screen and (max-width:1200px) {

    .header>.center,
    .header_box>ul {
        padding-left: 10px;
        padding-right: 10px
    }

    img {
        height: auto
    }

    .header_box .toggle {
        width: 26px;
        height: 26px;
        display: block;
        position: relative
    }

    .header_box .toggle i {
        width: 26px;
        height: 2px;
        background: #444;
        display: block;
        margin-top: 12px;
        border-radius: 2px;
        -webkit-transition: all .2s .3s ease;
        transition: all .2s .3s ease
    }

    .header_box .toggle i::after,
    .header_box .toggle i::before {
        clear: both;
        content: "";
        position: absolute;
        width: 26px;
        height: 2px;
        background: #444;
        left: 0;
        -webkit-transition: top .2s .3s ease, -webkit-transform .3s ease;
        transition: top .2s .3s ease, -webkit-transform .3s ease;
        transition: top .2s .3s ease, transform .3s ease;
        transition: top .2s .3s ease, transform .3s ease, -webkit-transform .3s ease
    }

    .header_box .toggle i::after {
        top: 2px
    }

    .header_box .toggle i::before {
        top: 22px
    }

    .header_box .toggle.active {
        background-position-y: -26px
    }

    .header_box .toggle.active i {
        background: #fff;
        -webkit-transition: all .2s 0s ease;
        transition: all .2s 0s ease
    }

    .header_box .toggle.active i::after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        top: 12px;
        -webkit-transition: top .2s ease, -webkit-transform .2s .3s ease;
        transition: top .2s ease, -webkit-transform .2s .3s ease;
        transition: top .2s ease, transform .2s .3s ease;
        transition: top .2s ease, transform .2s .3s ease, -webkit-transform .2s .3s ease
    }

    .header_box .toggle.active i::before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        top: 12px;
        -webkit-transition: top .2s ease, -webkit-transform .2s .3s ease;
        transition: top .2s ease, -webkit-transform .2s .3s ease;
        transition: top .2s ease, transform .2s .3s ease;
        transition: top .2s ease, transform .2s .3s ease, -webkit-transform .2s .3s ease
    }

    .header_box>ul {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        padding-bottom: 20px;
        display: none;
        -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .37);
        box-shadow: 0 8px 8px rgba(0, 0, 0, .37);
        border-top: 3px solid #1b99f9
    }

    .header_box>ul>li {
        display: block;
        width: 100%;
        position: relative;
        height: auto
    }

    .header_box>ul>li::after {
        clear: both;
        content: "";
        width: 100%;
        height: 1px;
        background: rgba(42, 43, 45, .2);
        position: absolute;
        left: 0;
        top: 46px
    }

    .header_box>ul>li .menu dl dt:after,
    .header_box>ul>li::before {
        clear: both;
        content: "";
        height: 6px
    }

    .header_box>ul>li>a,
    .header_box>ul>li>span {
        font-size: 20px;
        color: #222;
        border-bottom: 1px solid #fff;
        padding-top: 20px;
        padding-bottom: 10px;
        display: inline-block;
        line-height: 16px
    }

    .header_box>ul>li>a i,
    .header_box>ul>li>span i {
        position: absolute;
        right: 0;
        margin-top: 5px
    }

    .header_box>ul>li::before {
        position: absolute;
        width: 12px;
        right: 0;
        top: 25px;
        z-index: 1
    }

    .header_box>ul>li.active .menu {
        display: block !important
    }

    .header_box>ul>li.active a,
    .header_box>ul>li.active span {
        color: #0b85e2
    }

    .header_box>ul>li.active a i,
    .header_box>ul>li.active span i {
        background-position-y: -6px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header_box>ul>li.active::after {
        background: #0976c9
    }

    .header_box>ul>li .menu {
        position: static;
        padding-bottom: 0;
        display: none;
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        border: none;
        visibility: visible;
        opacity: 1;
        width: 100%;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .header_box>ul>li .menu>div>div {
        max-width: 100%
    }

    .header_box>ul>li .menu .system>p {
        margin-left: 10px;
        border-color: rgba(42, 43, 45, .2);
        color: #222;
        font-size: 18px
    }

    .header_box>ul>li .menu .system>p i {
        vertical-align: -6px
    }

    .header_box>ul>li .menu>div>div>div {
        display: block;
        margin-left: 34px;
        padding-right: 0
    }

    .header_box>ul>li .menu>div>div>div>div:nth-child(1) dl:nth-child(1) dt {
        padding-top: 10px
    }

    .header_box>ul>li .menu dl dt {
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(42, 43, 45, .2);
        margin-top: 10px;
        margin-bottom: 8px
    }

    .header_box>ul>li .menu dl dt:after {
        width: 12px;
        float: right;
        background: url(/images/navigation/icon-arrow.png);
        margin-top: 5px;
        -webkit-transition: transform .3s linear;
        -webkit-transition: -webkit-transform .3s linear;
        transition: -webkit-transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear, -webkit-transform .3s linear;
        display: block
    }

    .header_box>ul>li .menu dl.active dt {
        color: #0780dc;
        border-color: #0780dc
    }

    .header_box>ul>li .menu dl.active dt:after {
        background-position-y: -6px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header_box>ul>li .menu dl.active dd {
        display: block
    }

    .header_box>ul>li .menu dl dd,
    .header_box>ul>li.freeware .menu dl dt,
    .header_box>ul>li.resource .menu dl dt {
        display: none
    }

    .header_box>ul>li.freeware .menu dl dd,
    .header_box>ul>li.svip {
        display: block
    }

    .header_box>ul>li.freeware .menu div div div:nth-child(1) dl dd:nth-child(2),
    .header_box>ul>li.resource .menu dl {
        margin-top: 10px
    }

    .header_box a.svip {
        position: relative;
        display: none
    }
}

@media screen and (max-width:570px) {
    .header_box>ul>li.resource .menu dl dd {
        display: inline-block;
        width: 50%;
        vertical-align: top
    }

    .footer .footer-part {
        width: 70%;
        float: left;
        margin: 0 15% 5px
    }

    .footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-justify-content: space-around
    }

    .footer .footer-list {
        padding: 0;
        float: none;
        display: inline-block
    }

    .footer .footer-part:nth-child(2) {
        text-align: center;
        width: 95%;
        margin: 0 0 10px
    }

    .footer .footer-part ul li {
        text-align: left
    }

    .footer .footer-part .border {
        margin-top: 0
    }

    .footer-part:nth-child(3) {
        padding-left: 0;
        margin: 0 0 30px;
        width: 77%
    }

    .usernotice_pop {
        padding: 7px 0;
        bottom: 0
    }
}

.flex_box,
.footer {
    -webkit-box-pack: justify
}

@media screen and (max-width:320px) {
    .usernotice_pop {
        width: auto
    }
}

.background-footer {
    background-color: #303132
}

.background-footer a {
    text-decoration: none
}

.background-footer a:hover,
.fix-nav-bar .more-menu a:hover,
.fix-nav-bar .pro-name:hover a {
    text-decoration: underline
}

.footer {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .footer-part {
    float: left;
    margin: 0
}

.footer .footer-part .title {
    color: #FFF;
    text-align: left;
    width: 100%;
    clear: both;
    font-size: 20px;
    line-height: 25px;
    margin: 40px auto 10px
}

.footer-part:nth-child(1) {
    width: 24%;
    min-width: 185px;
    margin-left: 2%
}

.footer .footer-part:nth-child(1) .footer_logo {
    display: block;
    padding: 0;
    margin: 35px 0 5px 15%;
    float: none;
    overflow: hidden
}

.footer .footer-part:nth-child(1) .footer_btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-left: 15%;
    width: 186px;
    height: 36px;
    border: 1px solid #2bb0f5;
    border-radius: 3px;
    font-size: 14px;
    color: #2bb0f5;
    text-align: left;
    line-height: 34px;
    margin-bottom: 8px
}

.footer .footer-part:nth-child(1) .down_btn i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/style-response/images/footer-icon.png) 0 -20px no-repeat;
    vertical-align: middle;
    margin: 0 10px 0 15px
}

.footer .footer-part:nth-child(1) .buy_btn i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/style-response/images/footer-icon.png) no-repeat;
    vertical-align: middle;
    margin: 0 10px 0 15px
}

.footer-part:nth-child(2) {
    width: 40%
}

.footer-part:nth-child(3) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    min-width: 185px;
    padding-left: 20px
}

.footer .footer-part img {
    float: left;
    padding: 10px 20px 10px 0
}

.footer .footer-part ul {
    padding: 0
}

.footer .footer-part ul li {
    font-size: 14px;
    padding: 8px 0;
    line-height: 100%
}

.footer .footer-part a img {
    padding: 0;
    margin-right: 5px
}

.footer .footer-part .border {
    margin-top: 30px;
    padding-top: 10px;
    margin-bottom: 20px;
    overflow: visible
}

.footer .footer-part a {
    display: inline-block;
    color: #b4b4b4
}

.footer .footer-list {
    float: left;
    width: 40%;
    padding: 0 5%
}

.footer .footer-list .title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#btn #install_guide,
.faq li {
    -webkit-box-sizing: border-box
}

.background-footer p#copyright {
    color: #929393;
    font-size: 14px;
    margin: 0;
    padding: 15px 0 20px;
    border-top: 1px #3b3c3d solid;
    text-align: center;
    line-height: 100%
}

.two-os a.mac,
.two-os a.win,
.two-os p.mac,
.two-os p.win {
    float: left;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 37px;
    border: 1px solid #fff;
    text-decoration: none
}

.two-os p.mac,
.two-os p.win {
    background: url(/new-style/images/products/win-mac-1.png) 10px 0 no-repeat;
    margin: 0;
    cursor: default
}

.two-os a.mac,
.two-os a.win {
    margin-left: 22px;
    margin-top: 0;
    border-color: #2c9cff
}

.two-os p.mac {
    background: url(/new-style/images/products/win-mac-1.png) 10px -35px no-repeat
}

.two-os a.mac {
    background: url(/new-style/images/products/win-mac-1.png) 10px -35px no-repeat #2c9cff
}

.two-os a.win {
    background: url(/new-style/images/products/win-mac-1.png) 10px 0 no-repeat #2c9cff
}

.two-os a.mac:hover,
.two-os a.win:hover {
    background-color: #0087ff;
    border-color: #0087ff
}

#goTop {
    width: 50px;
    height: 90px;
    background: url(/new-style/images/go-top.png);
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer
}

@media screen and (max-width:769px) {
    .footer .footer-part:nth-child(1) img {
        margin: 35px auto 0
    }

    .footer .footer-part:nth-child(1) .footer_btn {
        margin-left: 0
    }

    .footer .footer-part:nth-child(1) .footer_logo {
        margin: 0 auto 14px
    }
}

@media screen and (max-width:500px) {
    .footer .footer-part {
        width: 70%;
        float: left;
        margin: 0 15% 5px
    }

    .footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-justify-content: space-around
    }

    .footer .footer-list {
        padding: 0;
        float: none;
        display: inline-block
    }

    .footer .footer-part:nth-child(2) {
        text-align: center;
        width: 95%;
        margin: 0 0 10px
    }

    .footer .footer-part ul li {
        text-align: left
    }

    .footer .footer-part .border {
        margin-top: 0
    }

    .footer-part:nth-child(3) {
        padding-left: 0;
        margin: 0 0 30px;
        width: 77%
    }
}

.bold {
    font-weight: 700
}

.download_info {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100%;
    max-width: 1200px !important;
    font-weight: 400;
    color: #333;
    margin: -40px auto 0 !important;
    position: relative;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.download_info a {
    font-weight: 600;
    width: initial !important;
    height: auto !important;
    border: none !important;
    text-decoration: none !important
}

.banner .download_info {
    color: #fff;
    margin: 30px auto !important
}

.new_articles {
    padding-top: 80px;
    padding-bottom: 65px
}

.new_articles.mp3_converter {
    background-color: #f2f2fa
}

.new_articles_box h2 {
    margin-bottom: 40px
}

.new_articles_box>div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.new_articles_box>div>div {
    max-width: 584px;
    width: 100%;
    background: url(/images/free-online-screen-recorder/bg4.jpg) center center no-repeat;
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center
}

.new_articles_box>div>div span {
    font-size: 30px;
    color: #fff
}

.new_articles_box>div>div p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    max-width: 460px;
    width: 95%;
    margin: 24px auto 14px
}

.new_articles_box>div>div div {
    max-width: 442px;
    width: 100%;
    margin: auto
}

.new_articles_box>div>div div a {
    width: 204px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 20px
}

.new_articles_box>div>div div a.down {
    background: #12C1A6
}

.new_articles_box>div>div div a.down:hover {
    background: #62f0db;
    text-decoration: none
}

.new_articles_box>div>div div a.buy:hover {
    background: #ff8123;
    text-decoration: none
}

.new_articles_box>div>div div a.free_sup_ver_win i {
    width: 24px;
    height: 24px;
    background: url(/images/free-online-screen-recorder/wins.png);
    vertical-align: -5px;
    margin-right: 10px
}

.new_articles_box>div>div div a.free_sup_ver_mac i {
    width: 24px;
    height: 24px;
    background: url(/images/free-online-screen-recorder/macs.png);
    vertical-align: -5px;
    margin-right: 10px
}

.new_articles_box>div>ul {
    max-width: 510px;
    width: 100%
}

.new_articles_box>div>ul li {
    font: 16px;
    color: #333;
    line-height: 30px;
    padding-bottom: 14px;
    position: relative
}

*,
.usernotice_pop {
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif
}

.new_articles_box>div>ul li:after {
    clear: both;
    width: 5px;
    height: 5px;
    background: #3d8dff;
    position: absolute;
    top: 13px;
    left: -20px;
    border-radius: 50%
}

.new_articles_box>div>div div a.down {
    overflow: hidden;
    position: relative
}

.new_articles_box>div>div div a.down * {
    position: relative;
    z-index: 1
}

.new_articles_box>div>div div a.down::after {
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#12C1A6), to(#62f0db));
    background: linear-gradient(#12C1A6, #62f0db);
    height: 0%;
    z-index: 0;
    -webkit-transition: height .3s linear;
    transition: height .3s linear;
    opacity: 0
}

.new_articles_box>div>div div a.down i {
    position: relative
}

.new_articles_box>div>div div a.down i::before {
    position: absolute;
    left: 7px;
    top: -45px;
    width: 24px;
    height: 24px;
    background: url(/images/free-online-screen-recorder/download3.svg) no-repeat;
    background-size: 100% 100%
}

.new_articles_box>div>div div a.down:hover {
    font-size: 0
}

.new_articles_box>div>div div a.down:hover i {
    background-image: none
}

.new_articles_box>div>div div a.down:hover::after {
    height: 100%;
    opacity: 1
}

.new_articles_box>div>div div a.down:hover i::before {
    left: 7px;
    top: 8px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.new_articles_box>div>div div a.free_sup_ver_mac {
    overflow: hidden;
    position: relative
}

.new_articles_box>div>div div a.free_sup_ver_mac * {
    position: relative;
    z-index: 1
}

.banner_box .btn a::after {
    position: absolute;
    bottom: -50px;
    font-size: 16px;
    color: #e0e0e0;
    width: 100%;
    left: 0
}

.new_articles_box>div>div div a.buy:hover,
.new_articles_box>div>div div a.free_sup_ver_mac:hover {
    font-size: 0
}

.new_articles_box>div>div div a.free_sup_ver_mac::after {
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#12C1A6), to(#62f0db));
    background: linear-gradient(#12C1A6, #62f0db);
    height: 0%;
    z-index: 0;
    -webkit-transition: height .3s linear;
    transition: height .3s linear;
    opacity: 0
}

.new_articles_box>div>div div a.free_sup_ver_mac i {
    position: relative
}

.new_articles_box>div>div div a.free_sup_ver_mac:hover i {
    background-image: none;
    margin-right: 0
}

.new_articles_box>div>div div a.free_sup_ver_mac:hover::after {
    height: 100%;
    opacity: 1
}

.new_articles_box>div>div div a.free_sup_ver_mac:hover i::before {
    top: 8px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.new_articles_box>div>div div a.buy {
    background: #fc6f06;
    position: relative;
    overflow: hidden
}

.new_articles_box>div>div div a.buy span {
    position: relative;
    z-index: 1
}

.new_articles_box>div>div div a.buy:hover i {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-animation: buymove .3s linear;
    animation: buymove .3s linear;
    z-index: 1;
    background: url(/images/video-converter-ultimate/buys.png) center no-repeat
}

.new_articles_box>div>div div a.buy.rotate i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

@-webkit-keyframes buymove {
    0% {
        left: -10%
    }

    100% {
        left: 50%
    }
}

.new_articles_box>div>div div a.buy::after {
    clear: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#fc6f06), to(#fc9106));
    background: linear-gradient(90deg, #fc6f06, #fc9106);
    z-index: 0;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
    opacity: 0
}

.new_articles_box>div>div div a.buy:hover::after {
    width: 100%;
    opacity: 1
}

.faq {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #F8F9FF
}

.faq .left_faq {
    width: 275px
}

.faq .left_faq img {
    display: block;
    margin-bottom: 24px
}

.faq h2 {
    text-align: left;
    line-height: 56px
}

.faq .right_faq {
    max-width: 880px;
    width: 100%
}

.faq li {
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 24px;
    margin-bottom: 16px
}

.faq ul li:last-child {
    margin-bottom: 0
}

.faq li .title {
    font-size: 20px;
    color: #1e1e1e;
    line-height: 24px;
    position: relative;
    padding-left: 36px;
    padding-right: 36px
}

.faq li .title i:nth-of-type(1) {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/images/free-online-media-converter/faq.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 0
}

.faq li.active .title i:nth-of-type(1) {
    background-image: url(/images/free-online-media-converter/faq-blue.svg)
}

.faq li .title i:nth-of-type(2) {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/images/free-online-media-converter/faq-show-more.svg) center no-repeat;
    right: 0;
    top: 0
}

#btn,
#btn>div {
    position: absolute;
    left: 0;
    width: 100%
}

.faq li.active .title i:nth-of-type(2) {
    background-image: url(/images/free-online-media-converter/faq-hide-more.svg)
}

.faq li.active .title {
    color: #1777ff
}

.faq li .info {
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    line-height: 24px;
    margin-top: 16px;
    display: none
}

.faq li.active .info {
    display: block
}

@media screen and (max-width:1180px) {
    .new_articles_box>div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .new_articles_box>div>ul {
        margin-top: 30px
    }

    .faq {
        padding-top: 40px;
        padding-bottom: 50px
    }

    .faq>div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .faq .left_faq {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto
    }
}

@media screen and (max-width:1080px) {
    .new_articles_box>div>div div a.down {
        display: none
    }

    .new_articles_box>div>div div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .faq .left_faq img {
        max-width: 100px
    }
}

@media screen and (max-width:640px) {
    .faq .left_faq {
        margin-bottom: 30px
    }
}

@media screen and (max-width:500px) {
    .download_info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .new_articles {
        padding-top: 0
    }

    .new_articles_box h2 {
        margin-bottom: 10px
    }

    .new_articles_box>div>div div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .new_articles_box>div>ul {
        padding-left: 25px;
        margin-top: 0
    }

    .new_articles_box>div>div div a.down {
        display: none !important
    }

    .faq li {
        padding-left: 10px;
        padding-right: 10px
    }
}

#btn div {
    -webkit-box-sizing: initial;
    box-sizing: initial
}

#btn {
    text-align: center;
    height: 0;
    z-index: 99;
    font-size: 16px
}

#btn>div {
    display: none;
    margin: auto;
    right: 0;
    bottom: 0;
    max-width: 300px;
    border-radius: 12px;
    background: #fff;
    padding: 25px 10px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    color: #666
}

#btn>div i,
.feedback_close {
    right: 10px;
    position: absolute
}

#btn>div::after {
    clear: both;
    position: absolute;
    left: 46%;
    bottom: -16px;
    border-left: 8px solid transparent;
    border-right: 8px solid #fff;
    border-top: 8px solid #fff;
    border-bottom: 8px solid transparent;
    -webkit-transform: skewX(-54deg);
    transform: skewX(-54deg)
}

#btn>div i {
    top: 10px;
    width: 16px;
    height: 16px;
    background: url(/images/free-online-video-converter/close.png) no-repeat;
    background-size: 16px 48px
}

#btn>div i:hover {
    background-size: 16px 48px;
    background-position: 0 -16px;
    cursor: pointer
}

#btn a,
#btn div div span {
    width: 136px;
    border-radius: 44px;
    color: #fff;
    background: #5659ca
}

#btn #install_guide {
    max-width: 360px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px
}

#btn #install_guide span {
    display: block;
    margin: 0 auto;
    width: 90%
}

#btn #launching_agent img {
    display: block;
    margin: auto auto 10px
}

#btn #launching_agent span:nth-child(1) {
    font-size: 14px
}

#btn a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
    margin: 10px auto 0
}

#btn div div span {
    line-height: 34px;
    height: 34px;
    margin: 10px 6px 0;
    font-size: 16px;
    cursor: pointer;
    display: inline-block
}

#btn a:hover,
#btn div div span:hover {
    text-decoration: none
}

#btn .proccess {
    display: block;
    top: 46px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(/images/free-online-video-converter/loading-percent.gif) center center no-repeat
}

#btn #download_update,
#btn #launcher_error {
    padding-left: 35px;
    padding-right: 35px
}

#btn #system_support {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px
}

.feedback {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    max-width: 576px;
    min-height: 510px;
    max-height: 504px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 30px 5px rgba(74, 40, 32, .1);
    box-shadow: 0 0 30px 5px rgba(74, 40, 32, .1);
    z-index: 99;
    font-size: 16px;
    color: #222
}

#feedbacktip,
.feedback input {
    -webkit-box-sizing: border-box
}

.feedback .feedback_container {
    width: 80%;
    margin: 0 auto
}

.feedback p {
    text-align: left;
    margin: 5px 0 20px;
    font-size: 18px
}

.feedback #form_contents,
.feedback input {
    border: 0;
    width: 100%;
    background-color: #e2f0f9;
    font-size: 16px;
    color: #666
}

.feedback input {
    margin-bottom: 10px;
    min-height: 32px;
    outline: 0;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box
}

.feedback #form_contents {
    margin: 0;
    padding: 6px 0;
    height: 100px;
    line-height: 18px;
    text-indent: 10px
}

.feedback #form_submit {
    display: block;
    margin: 30px auto;
    width: 160px;
    height: 48px;
    border-radius: 6px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background-color: #f6762b;
    text-align: center;
    cursor: pointer
}

.feedback .title {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: left
}

.banner_box>p,
.banner_reviews,
.info_form,
h1 {
    text-align: center
}

.feedback_close {
    top: 10px;
    width: 22px;
    height: 22px;
    background: url(/images/free-online-video-converter/close.png) no-repeat;
    background-size: 22px 66px
}

.feedback #mail-tip {
    display: none;
    position: absolute;
    top: 206px;
    font-size: 14px;
    color: #c7340f
}

#feedbacktip li,
.flex_box {
    display: -webkit-box;
    display: -ms-flexbox
}

.feedback_close:hover {
    background-position: 0 -22px
}

#feedbacktip {
    display: none;
    position: fixed;
    z-index: 990;
    right: 0;
    top: 60%;
    width: 75px;
    height: 128px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 16px rgba(193, 113, 93, .35);
    box-shadow: 0 0 16px rgba(193, 113, 93, .35);
    box-sizing: border-box;
    padding: 0 6px
}

#feedbacktip li a,
#feedbacktip li::after {
    position: absolute;
    background: #fff;
    top: 0;
    right: -6px;
    height: 100%
}

#feedbacktip li {
    position: relative;
    height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

#feedbacktip li:first-child {
    border-bottom: 1px dashed #29374c
}

#feedbacktip li::after {
    clear: both;
    width: 100%
}

#feedbacktip li a {
    width: 0;
    line-height: 72px;
    z-index: -1;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
    overflow: hidden;
    color: #222
}

#feedbacktip li a:hover {
    color: #2fbeb3;
    text-decoration: none
}

#feedbacktip li:hover a {
    width: 250px;
    -webkit-box-shadow: 0 0 16px rgba(193, 113, 93, .35);
    box-shadow: 0 0 16px rgba(193, 113, 93, .35)
}

#feedbacktip li i {
    width: 100%;
    height: 40px;
    background: url(/images/free-online-video-converter/feedbacktip.png) center center no-repeat #fff;
    margin: auto;
    display: block;
    position: relative;
    z-index: 2
}

#feedbacktip li:nth-child(1) i {
    background-position-y: 0
}

#feedbacktip li:nth-child(2) i {
    background-position-y: -40px
}

.info_form {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 460px;
    height: 100px;
    background-color: #f7f7f7;
    border-radius: 6px;
    padding: 30px 0;
    line-height: 24px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 30px 5px rgba(74, 40, 32, .1);
    box-shadow: 0 0 30px 5px rgba(74, 40, 32, .1);
    z-index: 999
}

.container {
    max-width: 1000px;
    overflow: hidden;
    margin: auto
}

#header_new>.container,
.center,
.guide-container {
    max-width: 1200px
}

cite {
    font-style: normal;
    float: right
}

svg:not(:root) {
    overflow: hidden
}

figure,
form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.flex_box {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

a.gflag,
i {
    display: inline-block
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.center {
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.guide-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.usernotice_pop {
    line-height: 16px
}

.download_info,
.download_info a {
    font-size: 14px !important;
    line-height: 21px !important
}

.sub-menu {
    z-index: 2
}

body #header {
    background-color: #fff
}

.header {
    height: 66px
}

body {
    min-width: unset !important
}

.banner,
.bannerTop,
.download_info {
    background: #F8FAFC !important
}

.bannerTop {
    padding-top: 64px !important
}

.banner {
    min-height: 260px !important
}

#app {
    min-height: 260px
}

.download_info.center {
    padding-top: 32px !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    color: #475569 !important
}

.download_info a,
.download_info a:hover {
    color: #06F !important
}

.banner .upload_box {
    max-width: 672px !important;
    border: 2px dashed #cbd5e1 !important;
    background: rgba(255, 255, 255, .8);
    position: relative
}

.banner .upload_box .files {
    min-width: 218px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 218px !important;
    background: #06F !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease-out !important;
    transition: all .5s ease-out !important
}

.banner .upload_box .files:before {
    background: url(/images/video-converter/hd-video-converter/upload.svg) center no-repeat !important
}

.banner .upload_box .files:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 4px 12px 3px rgba(185, 185, 185, .6);
    box-shadow: 0 4px 12px 3px rgba(185, 185, 185, .6)
}

.banner .upload_box .files:after {
    display: none !important
}

.banner .upload_box .file {
    left: 0;
    right: 0;
    margin: auto
}

.download_info a {
    margin: 0 0 0 10px !important
}

.download_info a i {
    display: inline-block;
    background: url(/images/video-converter/hd-video-converter/free-download.svg) center/cover no-repeat;
    width: 14px;
    height: 14px;
    vertical-align: -3px
}

.banner_reviews img,
.banner_reviews>span {
    vertical-align: middle
}

.download_info a:hover i {
    background: url(/images/video-converter/hd-video-converter/free-download.svg) center/cover no-repeat !important
}

.secure_part {
    background: #F8FAFC;
    padding: 32px 0 64px !important
}

.secure_part ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px 20px
}

.secure_part li span {
    text-align: center;
    color: #0f172a;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px
}

.secure_part li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/images/free-online-video-converter/banner-icon.svg) center 0 no-repeat;
    margin-right: 12px
}

.secure_part li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 25px
}

.secure_part li:nth-child(1) i {
    background-position-y: 0
}

.secure_part li:nth-child(2) i {
    background-position-y: -40px
}

.secure_part li:nth-child(3) i {
    background-position-y: -80px
}

.animate_active,
.animate_active_screen {
    -webkit-transform: translate3d(0, 30%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
    transform: translate3d(0, 30%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.animate_active.run,
.animate_active_screen.run {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
    opacity: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .8s .5s ease-out;
    transition: all .8s .5s ease-out
}

.top-ads {
    position: relative
}

.ads {
    background: url(/images/index/top-ads/ads.gif) 50% 0 no-repeat #FFBDE1;
    height: 78px;
    display: block
}

.top-ads img {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

h1 {
    font-size: 44px;
    color: #fff;
    font-weight: 550;
    line-height: 50px
}

.banner {
    position: relative;
    z-index: 1;
    background: #459f96;
    padding-top: 80px;
    padding-bottom: 70px
}

.banner_reviews {
    font-size: 16px;
    color: #272727;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block
}

.banner_reviews img {
    margin-right: 15px
}

.banner_box>p {
    max-width: 992px;
    width: 100%;
    margin: auto;
    font-size: 18px;
    color: #fff;
    line-height: 30px
}

.banner .free_btn {
    display: block;
    margin: 40px auto 20px;
    height: 70px;
    line-height: 70px;
    max-width: 340px;
    width: 96%;
    text-align: left;
    border-radius: 70px;
    font-size: 22px;
    color: #fff;
    background-color: #fd7007;
    cursor: pointer
}

.banner .free_btn img {
    display: inline-block;
    margin: 0 20px 0 44px;
    vertical-align: -7px
}

.banner .online-down>a {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: rgba(255, 255, 0, 1);
    text-align: center;
    line-height: 18px
}

.nav-bar {
    width: 100%;
    height: 60px;
    height: 0;
    overflow: hidden
}

.nav-bar.tofix {
    height: auto
}

.fix-nav-bar {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    -webkit-transition: .5s;
    transition: .5s;
    position: relative
}

.fix-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3
}

.fix-nav-bar>div {
    min-height: 60px;
    margin: 0 auto;
    width: 100%;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fix-nav-bar .pro-name {
    padding-top: 6px;
    margin: 0
}

.fix-nav-bar .pro-name a,
.fix-nav-bar .pro-name span {
    font-size: 16px;
    line-height: 44px;
    color: #0F172A
}

.fix-nav-bar .pro-name .pro-icon {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    width: 44px;
    height: 44px
}

.fix-nav-bar .more-menu {
    height: 60px;
    line-height: 60px;
    margin: 0 0 0 auto;
    color: #CBD5E1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fix-nav-bar .more-menu a,
.fix-nav-bar .more-menu>span {
    -webkit-box-sizing: border-box;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 16px
}

.fix-nav-bar .more-menu a {
    box-sizing: border-box;
    color: #0F172A
}

.fix-nav-bar .more-menu>span {
    box-sizing: border-box;
    color: #06F;
    border-bottom: 2px solid #06F
}

.fix-nav-bar .right-btns {
    margin-left: 8px;
    margin-right: 0;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fix-nav-bar .right-btns>a {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 112px;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    text-decoration: none
}

.fix-nav-bar .right-btns>a.download {
    background: #238e86;
    margin-right: 10px
}

.fix-nav-bar .right-btns>a.download:hover {
    background: #238e86
}

.fix-nav-bar .right-btns>a.download i {
    background-image: url(/images/video-converter-ultimate/icons.png) no-repeat 0 0
}

.fix-nav-bar .right-btns>a.buy {
    background: #06F
}

.fix-nav-bar .right-btns>a.buy:hover {
    background: #fd7c1b
}

.fix-nav-bar .right-btns>a.buy i {
    background-image: url(/images/video-converter-ultimate/icons.png)
}

.fix-nav-bar .right-btns div {
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 17px
}

.fix-nav-bar .right-btns div a {
    color: #0F172A;
    font-size: 16px;
    vertical-align: middle
}

.fix-nav-bar .right-btns div span {
    color: #20a1de;
    font-size: 16px;
    vertical-align: middle
}

.fix-nav-bar .right-btns div i {
    display: inline-block;
    width: 1px;
    height: 16px;
    margin: 0 10px;
    background: #0F172A;
    vertical-align: middle
}

.fix-nav-bar .right-btns.sr>span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 36px;
    border-radius: 6px;
    line-height: 36px;
    background: #06F;
    display: inline-block;
    position: relative;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    padding: 0 16px;
    margin: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.fix-nav-bar .right-btns.sr>span:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 12px 3px rgba(185, 185, 185, .6);
    box-shadow: 0 4px 12px 3px rgba(185, 185, 185, .6)
}

.fix-nav-bar .right-btns.sr>span img {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: -2px;
    position: relative;
    z-index: 1
}

.fix-nav-bar .right-btns.sr span span {
    position: relative;
    z-index: 1
}

.fix-nav-bar .right-btns.sr>span:hover::after {
    width: 100%
}

.fix-nav-bar .right-btns.sr a {
    width: 150px;
    height: 30px;
    background: #fff;
    display: inline-block;
    border: 1px solid #12C1A6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 28px;
    color: #12C1A6;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.fix-nav-bar .right-btns.sr a:hover {
    background: #12C1A6;
    text-decoration: none;
    color: #fff
}

.fix-nav-bar .right-btns.sr a.upgrade::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -40px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 16px;
    height: 16px;
    background: url(/images/free-online-screen-recorder/download4.svg) center no-repeat;
    -webkit-transition: top .3s linear;
    transition: top .3s linear;
    opacity: 0
}

.fix-nav-bar .right-btns.sr a img {
    vertical-align: -5px
}

.fix-nav-bar .right-btns.sr a.upgrade:hover {
    background: #12C1A6;
    font-size: 0
}

.fix-nav-bar .right-btns.sr a.upgrade:hover img {
    display: none
}

.fix-nav-bar .right-btns.sr a.upgrade:hover::after {
    top: 5px;
    opacity: 1
}

.main {
    padding-top: 65px;
    padding-bottom: 55px
}

.main_box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main_box div {
    max-width: 590px;
    width: 100%
}

.main_box h3 {
    text-align: left;
    font-size: 28px;
    line-height: 34px;
    color: #333
}

.h2_info,
h2 {
    text-align: center
}

.main_box p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 16px
}

.main_box>div>a {
    margin-top: 20px;
    display: inline-block;
    color: #3c8979
}

.main_box.white a,
.main_box.white h3,
.main_box.white p {
    color: #fff
}

.fix-nav-bar .right-btns .free_online_video_converter_1,
.fix-nav-bar .right-btns .free_online_video_converter_2 {
    display: block;
    margin: 10px auto;
    height: 40px;
    line-height: 40px;
    width: 220px;
    border-radius: 70px;
    font-size: 16px;
    color: #fff;
    background-color: #fd7007;
    cursor: pointer;
    text-align: center
}

.fix-nav-bar .right-btns .free_online_video_converter_1 img,
.fix-nav-bar .right-btns .free_online_video_converter_2 img {
    display: inline-block;
    vertical-align: -9px;
    margin-right: 5px
}

.right-btns .upload {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 36px;
    border-radius: 6px;
    line-height: 36px;
    background: #06F;
    display: inline-block;
    position: relative;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    padding: 0 16px;
    margin: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.right-btns .upload i {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(/images/video-converter/hd-video-converter/upload.svg) center/cover no-repeat !important;
    margin-right: 5px
}

.right-btns .upload span {
    font-size: 16px;
    color: #fff;
    vertical-align: middle
}

.right-btns .upload:hover {
    background: #06F;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.creaty_box {
    padding: 80px 0
}

.creaty_box>.center>.flex_box {
    margin-top: 64px
}

h2 {
    color: #0f172a;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px
}

.h2_info {
    margin-top: 16px;
    color: #475569;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 64px
}

.creaty_box .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 80px;
    border-radius: 16px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    bottom: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.why_choose ul li,
.work_box .item {
    -webkit-box-sizing: border-box;
    width: 100%;
    position: relative
}

.creaty_box .item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.creaty_box .item:nth-child(3) {
    margin-bottom: 0
}

.creaty_box .item img {
    margin-right: 100px;
    border-radius: 16px;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2), 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2), 0 1px 3px rgba(0, 0, 0, .2)
}

.creaty_box .item .infobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.creaty_box .item .infobox ul {
    padding-left: 20px
}

.creaty_box .item .infobox ul li {
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    color: #475569;
    line-height: 30px;
    text-align: left;
    margin-bottom: 8px
}

.creaty_box .item:nth-child(1) {
    margin-right: 70px
}

.creaty_box .item:nth-child(2) img {
    margin-right: 0;
    margin-left: 100px
}

.creaty_box .item .title {
    font-weight: 700;
    font-size: 30px;
    color: #0F172A;
    line-height: 48px;
    text-align: left;
    margin-bottom: 24px
}

.creaty_box .item .info {
    font-weight: 400;
    font-size: 16px;
    color: #475569;
    line-height: 30px;
    text-align: left;
    margin-bottom: 24px
}

.why_choose {
    padding: 80px 0;
    background: #f8fafc
}

.why_choose ul {
    margin-top: 64px
}

.why_choose ul li {
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #f3f4f6;
    border-radius: 16px;
    max-width: 384px;
    padding: 34px;
    bottom: -30px;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.work_box .item,
.work_box .line {
    -webkit-transition: all .5s ease-out;
    opacity: 0
}

.why_choose ul li:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 15px 8px rgb(185 185 185 / 40%);
    box-shadow: 0 10px 15px 8px rgb(185 185 185 / 40%)
}

.why_choose ul li .title {
    color: #0f172a;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin: 28px 0 12px
}

.why_choose ul li .des {
    color: #475569;
    font-size: 14px;
    line-height: 24px
}

.why_choose ul li img {
    max-width: 100%;
    height: auto
}

.work_box {
    padding: 80px 0;
    background: #f8fafc
}

.work_box .center>.flex_box {
    margin: 64px auto 0;
    position: relative
}

.work_box .item {
    border: 1px solid rgba(243, 244, 246, .5);
    border-radius: 16px;
    padding: 32px 24px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    max-width: 364px;
    text-align: center;
    transition: all .5s ease-out
}

.work_box .item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 10px 2px rgba(185, 185, 185, .4);
    box-shadow: 0 2px 10px 2px rgba(185, 185, 185, .4)
}

.work_box .item:nth-child(2)>span,
.work_box .item:nth-child(3)>span {
    -webkit-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, .1), 0 10px 15px -3px rgba(0, 0, 0, .1)
}

.work_box .item>span {
    display: inline-block;
    border-radius: 16px;
    height: 80px;
    width: 80px;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff
}

.work_box .item:nth-child(2)>span {
    background: linear-gradient(135deg, rgba(43, 127, 255, 1) 0, rgba(21, 93, 252, 1) 100%);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, .1), 0 10px 15px -3px rgba(0, 0, 0, .1)
}

.work_box .item:nth-child(3)>span {
    background: linear-gradient(135deg, rgba(173, 70, 255, 1) 0, rgba(152, 16, 250, 1) 100%);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, .1), 0 10px 15px -3px rgba(0, 0, 0, .1)
}

.work_box .item:nth-child(4)>span {
    background: linear-gradient(135deg, rgba(246, 51, 154, 1) 0, rgba(230, 0, 118, 1) 100%);
    -webkit-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, .1), 0 10px 15px -3px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, .1), 0 10px 15px -3px rgba(0, 0, 0, .1)
}

.work_box .item .title {
    color: #0f172a;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 24px auto 16px
}

.work_box .item .info {
    color: #475569;
    font-size: 16px;
    line-height: 24px
}

.work_box .item .info span {
    font-weight: 700
}

.work_box .item>i {
    display: inline-block;
    background: url(/images/free-online-image-enhancer/show-more.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 58px;
    right: 24px
}

.work_box .line {
    background: -webkit-gradient(linear, left top, right top, from(#2b7fff), color-stop(50%, #ad46ff), to(#f6339a)), #f3f4f6;
    background: linear-gradient(90deg, #2b7fff 0, #ad46ff 50%, #f6339a 100%), #f3f4f6;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 69px;
    transition: all .5s ease-out
}

.work_box .btn_try {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: #06f;
    border-radius: 14px;
    height: 60px;
    line-height: 60px;
    padding: 0 24px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 48px auto 0;
    text-decoration: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.work_box .btn_try:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 4px 12px 3px rgba(185, 185, 185, .6);
    box-shadow: 0 4px 12px 3px rgba(185, 185, 185, .6)
}

.choose_box {
    padding: 80px 0
}

.choose_box .table_content {
    margin-top: 64px;
    position: relative;
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    bottom: -100px;
    overflow-x: auto;
    width: 100%
}

.choose_box .table_content table {
    width: 100%
}

.choose_box .table_content th {
    padding: 20px 12px
}

.choose_box .table_content tr th:nth-child(1),
.choose_box .table_content tr th:nth-child(2) {
    background: rgba(243, 244, 246, .6);
    color: #475569;
    border-bottom: 2px solid #e5e7eb
}

.choose_box .table_content tr th {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px
}

.choose_box .table_content tr th>span {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px
}

.choose_box .table_content tr th:nth-child(3) {
    background: #eff6ff;
    color: #06F;
    border-bottom: 2px solid #06f
}

.choose_box .table_content td {
    border: 1px solid #F3F4F6;
    padding: 24px 16px;
    font-weight: 500;
    font-size: 16px;
    color: #475569;
    line-height: 24px;
    text-align: center;
    border-left: none;
    border-right: none
}

.choose_box .table_content tr td:nth-child(2) {
    background: rgba(249, 250, 251, .302);
    color: #64748B;
    font-weight: 400
}

.choose_box .table_content tr td:nth-child(3) {
    background: #eff6ff;
    color: #06F;
    border-bottom: 1px solid rgba(0, 102, 255, .2)
}

.choose_box .table_content tr td:nth-child(3) span {
    font-weight: 600
}

.choose_box .table_content tr:first-child td {
    border-top: none;
    padding: 18px 16px;
    line-height: 24px
}

.download_btn,
.free_upload_btn {
    padding: 14px 10px;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all .3s ease-out
}

.choose_box .table_content tr td:first-child {
    border-bottom: 1px solid #e5f0ff;
    font-weight: 500;
    text-align: left;
    background: #fff
}

.choose_box .table_content td i.hot {
    display: inline-block;
    background: url(/images/free-online-image-enhancer/best-one.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: -4px
}

.choose_box .table_content i.pro-version {
    background: url(/images/free-online-video-converter/pro-version.svg) center no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block
}

.choose_box .table_content i.no {
    background: url(/images/free-online-video-converter/no.svg) center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: auto
}

.choose_box .table_content i.yes {
    background: url(/images/free-online-video-converter/yes.svg) center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: auto
}

.download_btn i,
.free_upload_btn i {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    vertical-align: middle;
    display: inline-block
}

.choose_box .table_content th span {
    vertical-align: middle
}

.choose_box .table_content .btn_area td {
    background: 0 0 !important;
    border: none !important
}

.free_upload_btn {
    border-radius: 14px;
    border: 2px solid #06f;
    background: #fff;
    display: inline-block;
    min-width: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    color: #06F;
    cursor: pointer;
    transition: all .3s ease-out
}

.free_upload_btn i {
    background: url(/images/free-online-video-converter/add-file.svg) center no-repeat
}

.free_upload_btn span {
    vertical-align: middle
}

@media (max-width:768px) {
    .free_upload_btn:active {
        background-color: #06F;
        color: #fff;
        border: 2px solid #06f
    }

    .free_upload_btn:active i {
        background: url(/images/free-online-video-converter/add-file-white.svg) center no-repeat
    }
}

.download_btn {
    display: inline-block;
    text-decoration: none;
    min-width: 300px;
    -webkit-box-sizing: border-box;
    font-weight: 600;
    border: 1px solid #06f;
    box-sizing: border-box;
    background: #06f;
    border-radius: 14px;
    transition: all .3s ease-out
}

.download_btn i {
    background: url(/images/free-online-video-converter/down.svg)
}

.download_btn span {
    color: #fff;
    vertical-align: middle
}

.download_btn:hover {
    text-decoration: none
}

@media (max-width:768px) {
    .download_btn:active {
        background: #1d76fb
    }
}

@media (min-width:769px) {

    .download_btn:hover,
    .free_upload_btn:hover {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

.faq_part {
    padding: 80px 0
}

.faq_part .faq_info {
    border: 1px solid rgba(0, 102, 255, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 102, 255, .05);
    padding: 8px 16px;
    color: #475569;
    font-size: 14px;
    line-height: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto 0;
    border-radius: 14px
}

.faq_part .faq_info i {
    display: inline-block;
    background: url(/images/video-converter/hd-video-converter/verified.svg) no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    margin-right: 8px
}

.faq_part ul {
    margin: 64px auto 0;
    max-width: 900px;
    width: 100%
}

.faq_part ul li {
    background: rgba(248, 250, 252, 1);
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    padding: 18px 24px;
    border-radius: 14px;
    margin-bottom: 16px;
    cursor: pointer
}

.faq_part ul li:last-child {
    margin-bottom: 0
}

.faq_part ul li .question {
    color: #0f172a;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faq_part ul li .question i {
    display: inline-block;
    background: url(/images/video-converter/hd-video-converter/show.svg) center no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-size: 16px 16px
}

.faq_part ul li.active .question i {
    rotate: 180deg
}

.faq_part ul li .answer {
    display: none;
    color: #475569;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px
}

.faq_part ul li.active .answer {
    display: block
}

.faq_part ul li .answer p {
    margin-top: 8px
}

.faq_part ul li .answer p span {
    font-weight: 700
}

.tool_box {
    background: #fff;
    padding: 80px 0
}

.tool_box .tool {
    margin: 64px auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 34px 22px 30px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 247, 237, 1) 0, rgba(255, 246, 234, 1) 25%, rgba(255, 245, 232, 1) 50%, rgba(254, 244, 229, 1) 75%, rgba(254, 243, 226, 1) 100%);
    border: 2px solid rgba(254, 215, 170, 1);
    -webkit-box-shadow: 0 4px 24px rgba(251, 146, 60, .15);
    box-shadow: 0 4px 24px rgba(251, 146, 60, .15);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.tool_box .tool.tool_blue {
    background: linear-gradient(135deg, rgba(239, 246, 255, 1) 0, rgba(236, 244, 255, 1) 14.29%, rgba(233, 243, 255, 1) 28.57%, rgba(230, 241, 255, 1) 42.86%, rgba(228, 239, 254, 1) 57.14%, rgba(225, 237, 254, 1) 71.43%, rgba(222, 236, 254, 1) 85.71%, rgba(219, 234, 254, 1) 100%);
    border: 2px solid rgba(191, 219, 254, 1);
    -webkit-box-shadow: 0 4px 24px rgba(59, 130, 246, .15);
    box-shadow: 0 4px 24px rgba(59, 130, 246, .15)
}

.tool_box .tool:hover {
    -webkit-box-shadow: 0 8px 32px rgba(251, 146, 60, .25);
    box-shadow: 0 8px 32px rgba(251, 146, 60, .25)
}

.tool_box .tool.tool_blue:hover {
    -webkit-box-shadow: 0 8px 32px rgba(59, 130, 246, .25);
    box-shadow: 0 8px 32px rgba(59, 130, 246, .25)
}

.tool_box .tool .title {
    color: #0f172a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-left: 12px
}

.tool_box .tool .title i {
    display: inline-block;
    background: url(/images/video-converter/hd-video-converter/more-hd-solutions.svg) no-repeat;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    vertical-align: -12px
}

.tool_box .tool.tool_blue .title i {
    background-position-y: -40px
}

.tool_box .tool ul {
    margin-top: 16px
}

.tool_box .tool ul li {
    max-width: 30%;
    width: 100%;
    margin: 12px
}

.tool_box .tool ul li a,
.tool_box .tool ul li span {
    color: #64748b;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 12px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.tool_box .tool ul li a::before,
.tool_box .tool ul li span::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #FB842d;
    top: 7px;
    left: 0;
    border-radius: 50%
}

.tool_box .tool.tool_blue ul li a::before,
.tool_box .tool.tool_blue ul li span::before {
    background: #005ce4
}

.tool_box .tool ul li a:hover,
.tool_box .tool ul li span:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    display: inline-block;
    color: #FB842d;
    text-decoration: none
}

.tool_box .tool.tool_blue ul li a:hover,
.tool_box.tool_blue .tool ul li span:hover {
    color: #005ce4
}

@media (max-width:1210px) {
    .why_choose ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }

    .why_choose ul li {
        margin: 20px
    }

    .work_box .line {
        display: none
    }

    .work_box .center>.flex_box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .work_box .item {
        margin: 12px
    }

    .work_box .item:nth-child(2) {
        margin-top: 0
    }

    .work_box .btn_try {
        margin-top: 24px
    }
}

@media (max-width:1200px) {

    .advanced_box,
    .choose_box,
    .creaty_box,
    .insight_box,
    .restore_box,
    .science_box,
    .tools_box,
    .trust_box,
    .why_choose {
        padding: 60px 0
    }

    .faq_part,
    .work_box {
        padding: 30px 0 60px
    }

    .advanced_box>.center>.flex_box,
    .choose_box .table_content,
    .creaty_box>.center>.flex_box,
    .faq_part ul,
    .quality_change1,
    .tools_box ul,
    .trust_box ul,
    .work_box .center>.flex_box {
        margin-top: 40px
    }

    .creaty_box>.center>.flex_box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .creaty_box .item {
        margin: 12px
    }

    .creaty_box .item:nth-child(1) {
        margin-top: 0
    }
}

@media screen and (max-width:1180px) {

    .center,
    .guide-container {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .nav-bar {
        height: initial;
        position: relative;
        z-index: 9
    }

    .fix-nav-bar>div {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .fix-nav-bar .pro-name {
        -ms-flex-item-align: center;
        align-self: center;
        padding-top: 0
    }

    .fix-nav-bar .more-menu {
        -ms-flex-item-align: center;
        align-self: center
    }

    .fix-nav-bar .more-menu a,
    .fix-nav-bar .more-menu span {
        height: initial;
        line-height: 30px;
        padding: 0 10px
    }

    .nav-bar .pro-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
        height: 56px
    }

    .fix-nav-bar .pro-name .pro-icon {
        width: 32px;
        height: 32px
    }

    .nav-bar .pro-name::after {
        clear: both;
        content: "";
        width: 16px;
        height: 16px;
        background: url(/images/products/arrow.svg);
        background-position-y: -16px
    }

    .nav-bar .fix-nav-bar.active .pro-name::after {
        background-position-y: 0
    }

    .fix-nav-bar>div {
        display: block;
        min-height: auto
    }

    .fix-nav-bar .more-menu {
        display: none;
        font-size: 0;
        height: auto;
        line-height: 0;
        padding-left: 20px;
        padding-right: 20px;
        border-top: 1px solid #ccc;
        padding-top: 4px
    }

    .fix-nav-bar .more-menu>* {
        display: block !important;
        line-height: 36px !important;
        border-bottom: 1px solid #CBD5E1 !important;
        height: auto !important;
        color: #333 !important;
        padding: 0 !important
    }

    .fix-nav-bar .more-menu>span {
        color: #06F !important
    }

    .fix-nav-bar .nav_btn {
        display: none;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .fix-nav-bar a {
        text-decoration: none !important
    }

    .fix-nav-bar.active .more-menu {
        display: block;
        padding-bottom: 20px
    }

    .fix-nav-bar.active .nav_btn {
        display: block
    }

    .fix-nav-bar .right-btns {
        margin: 12px 0 0;
        border-bottom: 0 !important
    }

    .fix-nav-bar .pro-name a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .fix-nav-bar .pro-name a span {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        line-height: 20px
    }
}

@media screen and (max-width:1080px) {
    .fix-nav-bar .right-btns {
        display: none
    }
}

.marquee-content,
.marquee-wrapper {
    display: -webkit-box;
    display: -ms-flexbox
}

@media screen and (max-width:980px) {
    .tools .art_more {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:850px) {

    h1,
    h2 {
        font-size: 36px;
        line-height: 40px
    }

    .fix-nav-bar>div {
        padding-bottom: 20px
    }
}

@media screen and (max-width:770px) {
    .why_choose ul li {
        margin-left: 0;
        margin-right: 0;
        padding: 24px
    }

    .tool_box .tool ul li {
        max-width: 200px;
        margin: 8px
    }

    .tool_box .tool {
        padding: 24px 12px 20px
    }

    .tool_box .tool .title {
        font-size: 20px
    }
}

@media (max-width:768px) {

    .creaty_box .item,
    .creaty_box .item:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .choose_box .table_content tr:first-child td:first-child {
        font-size: 16px
    }

    .choose_box .table_content td {
        padding: 16px 12px;
        font-size: 14px
    }

    .creaty_box .item {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px
    }

    .creaty_box .item:nth-child(2) {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .creaty_box .item img {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 24px;
        width: 100%;
        height: auto
    }

    .creaty_box .item .title {
        font-size: 24px;
        line-height: 32px;
        text-align: center
    }

    .creaty_box .item .info,
    .creaty_box .item .infobox ul li {
        font-size: 14px;
        line-height: 26px
    }

    .creaty_box .item .info {
        text-align: center
    }
}

@media (max-width:630px) {
    .btmcontent h2 {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width:600px) {
    h1 {
        font-size: 26px !important;
        line-height: 32px !important
    }

    h2 {
        font-size: 24px;
        line-height: 30px
    }

    .fix-nav-bar {
        overflow: hidden
    }

    .fix-nav-bar .pro-name a {
        font-size: 18px
    }

    .fix-nav-bar>div {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .fix-nav-bar .pro-name span {
        font-size: 16px
    }

    .fix-nav-bar .pro-name .pro-icon {
        margin-right: 5px
    }

    .fix-nav-bar .more-menu {
        margin: 0;
        float: none;
        font-size: 0;
        height: initial;
        line-height: initial;
        text-align: center
    }
}

@media screen and (max-width:320px) {
    .fix-nav-bar .pro-name span {
        font-size: 14px
    }
}

.trust_box {
    padding: 80px 0 16px;
    background: #f8fafc
}

.trust_box h2 {
    color: #0f172a;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center
}

.trust_box .h2_info {
    margin-top: 16px;
    color: #475569;
    text-align: center;
    line-height: 30px;
    font-size: 18px
}

.marquee-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 64px 0
}

.marquee-container::after,
.marquee-container::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none
}

.marquee-container::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#f8fafc), to(transparent));
    background: linear-gradient(to right, #f8fafc 0, transparent 100%)
}

.marquee-container::after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#f8fafc), to(transparent));
    background: linear-gradient(to left, #f8fafc 0, transparent 100%)
}

.marquee-wrapper {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.marquee-content {
    display: flex;
    gap: 24px;
    -webkit-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite
}

.review-card .avatar,
.review-header {
    display: -webkit-box;
    display: -ms-flexbox
}

.marquee-content:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.review-card {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .502);
    border-radius: 16px;
    padding: 24px;
    min-width: 320px;
    max-width: 320px;
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .102), 0 1px 3px rgba(0, 0, 0, .102);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .102), 0 1px 3px rgba(0, 0, 0, .102);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.review-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.review-header {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.review-card .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2b7fff 0, #155dfc 100%);
    -webkit-box-shadow: 0 4px 6px -4px rgba(43, 127, 255, .302), 0 10px 15px -3px rgba(43, 127, 255, .302);
    box-shadow: 0 4px 6px -4px rgba(43, 127, 255, .302), 0 10px 15px -3px rgba(43, 127, 255, .302);
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.review-card .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0
}

.review-card .user-info .name {
    color: #0F172B;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.review-card .user-info .role {
    color: #62748E;
    font-size: 14px;
    line-height: 20px
}

.review-card .stars {
    color: #fbbf24;
    font-size: 18px;
    margin-bottom: 12px;
    letter-spacing: 2px
}

.review-card .review-text {
    color: #45556c;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-style: italic
}

.review-card .star {
    display: inline-block;
    background: url(/images/free-online-image-enhancer/star.svg) center no-repeat;
    width: 96px;
    height: 16px;
    margin: 24px 0 16px
}

@media (max-width:1200px) {
    .trust_box {
        padding: 60px 0
    }

    .trust_box h2 {
        font-size: 36px;
        line-height: 42px
    }

    .marquee-container {
        margin-top: 40px
    }
}

@media (max-width:768px) {
    .trust_box h2 {
        font-size: 28px;
        line-height: 36px
    }

    .trust_box .h2_info {
        font-size: 16px;
        line-height: 26px
    }

    .review-card {
        min-width: 280px;
        max-width: 280px;
        padding: 20px
    }

    .marquee-content {
        gap: 16px
    }
}

body>.error,
body>.success {
    background: #F2F9EC;
    line-height: 48px;
    border-radius: 4px;
    border: 1px solid #D7EDC5;
    position: fixed;
    z-index: 1000;
    top: 81px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-size: 16px;
    color: #7DBD4C;
    padding-left: 20px;
    padding-right: 20px
}

body>.error img,
body>.success img {
    display: inline-block;
    margin-right: 12px;
    vertical-align: -2px
}

body>.error {
    background: #FDDEDE;
    border-color: #FCC2C2;
    color: #FC3636
}

.header_box>ul>li {
    vertical-align: middle
}

.header .login_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 0
}

.header .login_btn>a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #3fada2;
    border-radius: 5px;
    text-align: center;
    color: #3fada2;
    line-height: 22px;
    height: 30px;
    font-size: 16px;
    display: none;
    cursor: pointer;
    padding: 3px 13px
}

.header .login_btn>a:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.header .login_box {
    position: relative;
    display: none;
    line-height: 0
}

.header .login_box ul li:nth-child(1)::after {
    clear: both;
    content: "";
    width: 100%;
    height: 30px;
    background: 0 0;
    position: absolute;
    top: -30px;
    left: 0
}

.header .login_box ul li span {
    padding: 0
}

.header .login_box ul li div,
.login_box>div {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 1px solid transparent
}

.header .login_box ul li div img,
.login_box>div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: 0
}

.header .login_box ul li div.active,
.login_box>div.active {
    border: 1px solid #e9b1ff
}

.header .login_box ul li div {
    vertical-align: -2px;
    margin-right: 6px
}

.header_box>ul>li:last-child:hover::after {
    display: none
}

.header .login_box ul li:first-child {
    padding-bottom: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.header .login_box ul li:first-child>p {
    font-size: 14px;
    color: #222;
    width: 174px;
    display: inline-block;
    line-height: 20px
}

.header .login_box ul li:first-child>p * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.header .login_box ul li:first-child>p>span {
    display: block
}

.header .login_box ul li:first-child>p .verification {
    font-size: 14px;
    color: #3E6AF9;
    text-decoration: underline;
    line-height: 14px;
    cursor: pointer
}

.header .login_box ul {
    display: none;
    width: 240px;
    background: #FFF;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute !important;
    right: -40px;
    top: 40px
}

.header .login_box ul li:first-child>p .verification img {
    vertical-align: -2px;
    margin-left: 2px;
    width: 14px;
    height: 14px;
    -webkit-animation: rotate 1.5s infinite linear;
    animation: rotate 1.5s infinite linear;
    opacity: 0
}

.header .login_box ul::after,
.header .login_box ul::before {
    clear: both;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 48px
}

.header .login_box ul li:first-child>p .verification.unbind img {
    opacity: 1
}

.header .login_box ul::before {
    border: 8px solid #fff;
    border-color: transparent transparent #e6e6e6;
    top: -16px
}

.header .login_box ul::after {
    border: 8px solid #fff;
    border-color: transparent transparent #fff;
    top: -14px
}

.header .login_box ul li {
    border-top: 1px solid #e6e6e6;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0 !important;
    display: block !important;
    text-align: left;
    line-height: 24px
}

.header .login_box ul li:first-child {
    padding-top: 0;
    border-top: none
}

.header .login_box ul li:last-child {
    padding-bottom: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox !important;
    display: flex !important
}

.header .login_box ul li a,
.login_box ul li,
.login_box ul li:last-child>span {
    font-size: 16px;
    color: #222;
    line-height: 24px
}

.header .login_box ul li a img,
.login_box ul li img {
    margin-left: 12px;
    margin-right: 9px;
    display: inline-block
}

.header .login_box ul li a,
.login_box ul li {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .login_box ul li a span {
    width: 168px
}

.header .login_box ul li a:hover {
    text-decoration: none;
    color: #3E6AF9
}

@media(max-width:1200px) {
    .header .center {
        display: block
    }

    .header .center>a {
        display: inline-block;
        vertical-align: middle;
        float: left;
        margin: 5px 0 0
    }

    .header .login_btn,
    .header_box .toggle {
        display: inline-block;
        vertical-align: middle;
        float: right
    }

    .header_box .toggle {
        margin: 17px 10px 0
    }

    .header .login_btn {
        margin: 20px 10px 0
    }

    .header .login_box {
        width: 100%;
        position: initial;
        margin-top: -6px
    }

    .header .login_box div {
        margin-top: 0
    }

    .header .login_bg .login_bg_box {
        padding: 0 20px
    }

    .header .login_box ul {
        background: #fff;
        top: 60px;
        left: 0;
        border-radius: 0 0 3px;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .header .login_box ul::before,
    .login_box ul::after {
        display: none
    }

    .header .login_box ul li a span {
        width: auto
    }

    .header .login_box ul li:first-child>span {
        width: calc(100% - 50px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .header .login_box ul li div.active,
    .login_box>div.active {
        border: 1px solid #fff
    }
}

@media(max-width:630px) {

    body>.error,
    body>.success {
        width: 90%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}