html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}
.hide {
    display: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}
.show, .active {
    display: block !important;
}
audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: "Titillium Web",sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: #000
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: inherit
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 28px;
    margin-bottom: 14px
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 14px;
    margin-bottom: 14px
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%
}

.h1extra {
    font-size: 68px
}

h1,.h1 {
    font-size: 46px
}

h2,.h2 {
    font-size: 40px
}

h3,.h3 {
    font-size: 30px
}

h4,.h4 {
    font-size: 20px
}

h5,.h5 {
    font-size: 18px
}

h6,.h6 {
    font-size: 16px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-primary,.text-blue {
    color: #1264fc
}

.text-success,.text-green {
    color: #33c748
}

.text-info .text-blue {
    color: #1264fc
}

.text-warning,.text-orange {
    color: #f7981c
}

.text-error,.text-red {
    color: #ed1c24
}

.text-white {
    color: #fff
}

.bg-primary {
    color: #fff;
    background-color: #1264fc
}

.bg-success {
    color: #fff;
    background-color: #33c748
}

.bg-info {
    color: #fff;
    background-color: #1264fc
}

.bg-warning {
    color: #fff;
    background-color: #f7981c
}

.bg-error {
    color: #fff;
    background-color: #ed1c24
}

.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    font-family: "Titillium Web",sans-serif;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap
}

.button:hover,.button:focus,.button.focus {
    color: #fff;
    text-decoration: none
}

.button:active,.button.active {
    outline: 0;
    background-image: none
}

.button.disabled,.button[disabled] {
    cursor: default
}

.button.large {
    min-width: 198px;
    border-radius: 34px;
    font-size: 22px;
    padding: 7px 30px
}

.button.large small {
    font-size: 16px
}

.button.middle {
    font-size: 18px;
    padding: 1px 20px;
    border-radius: 24px
}

.button.small {
    font-size: 16px;
    padding: 3px 28px;
    border-radius: 24px
}

.button.small small {
    font-size: 12px
}

.button.btn-jadegreen {
    color: #191920;
    background: #23fd47;
    box-shadow: 0 10px 46px rgba(0,0,0,0.6)
}

.button.btn-jadegreen:hover {
    background: #4cff87
}

.button.btn-green {
    color: #fff;
    background: #09ba2f
}

.button.btn-green:hover {
    background: #38d65a
}

.button.btn-orange {
    color: #fff;
    background: #ff5f00
}

.button.btn-orange:hover {
    background: #ff8400
}

.button.btn-red {
    color: #fff;
    background: #d91f1f
}

.button.btn-red:hover {
    background: #ff2919
}

.button.btn-blue {
    color: #fff;
    background: #1264fc
}

.button.btn-blue:hover {
    background: #4184ff
}

.button.blkghost {
    color: #191920;
    border: 1px #191920 solid;
    background-color: transparent
}

.button.blkghost:hover {
    color: #1264fc;
    border: 1px #1264fc solid;
    background-color: #ebf0f8
}

.button.blk-green-ghost {
    color: #191920;
    border: 1px #191920 solid;
    background-color: transparent
}

.button.blk-green-ghost:hover {
    color: #009a22;
    border: 1px #009a22 solid;
    background-color: rgba(9,186,47,0.2)
}

.button.whiteghost {
    color: #fff;
    border: 1px #fff solid;
    background-color: transparent
}

.button.whiteghost:hover {
    color: #fff;
    background-color: #45454d;
    border: 1px #fff solid
}

.button.grayghost {
    color: #95959e;
    border: 1px #95959e solid;
    background-color: transparent
}

.button.grayghost:hover {
    color: #eaeaee;
    background-color: #45454c;
    border: 1px #eaeaee solid
}

.button.btn-ghost {
    color: #fff;
    color: #e3e5fe;
    background-color: rgba(255,255,255,0.3)
}

.button.btn-ghost:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.5)
}

.button.btn-google {
    text-indent: -9999px;
    background-color: #000;
    padding: 0
}

.button.btn-google.middle {
    width: 144px;
    height: 34px;
    background: #000 url(../images/btn-google.svg);
    background-size: 144px 34px
}

.button.btn-google.large {
    width: 260px;
    height: 58px;
    background: #000 url(../images/btn-google.svg);
    background-size: 260px 58px
}

.button.text-link:hover {
    color: #1264fc;
    text-decoration: underline
}

.button.noshadow {
    box-shadow: none
}

.button.rabbit-btn {
    position: relative
}

.button.rabbit-btn::after {
    position: absolute;
    content: "";
    width: 52px;
    height: 59px;
    top: -34px;
    right: -3px;
    background: url(../images/easter/pro-rabbit.png)
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0
}

.clearfix:after {
  clear: both
}

.clear {
  clear: both
}

.none {
  clear: none
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent
}

body {
    font-size: 14px;
    line-height: 2;
    color: #545454;
    font-family: "Roboto",Arial,sans-serif
}

del {
    text-decoration: line-through
}

hr {
    color: transparent;
    height: 1px;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
    margin-bottom: 10px
}

input,select {
    outline: 0 none;
    vertical-align: middle
}

input:focus {
    outline: none
}

button {
    outline: none
}

p {
    padding: 0 0 14px
}

.container {
    position: relative;
    width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
    height: inherit
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: #1264fc;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: underline
}

.header {
    position: relative;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 55px;
    display: none !important;
    box-sizing: border-box;
    background: #2f2f3e
}

.header .header-logo {
    float: left;
    display: block;
    width: 56px;
    height: 17px;
    margin-top: 19px
}

.header .header-logo .logo {
    display: inline-block;
    width: 56px;
    height: 17px;
    text-indent: -9999px;
    background: url(https://www.iobit.com/tpl/images/logo.svg);
    background-size: 56px 17px
}

.header .navBtnWrap {
    display: none
}

.header .header-nav {
    float: left;
    display: block;
    height: inherit;
    margin-left: 80px
}

.header .header-nav .nav-tabs {
    list-style: none
}

.header .header-nav .nav-tabs>li {
    position: relative;
    float: left;
    margin-right: 10px;
    cursor: pointer
}

.header .header-nav .nav-tabs>li .gnavi-list-wrap>span,.header .header-nav .nav-tabs>li a>span {
    display: inline-block;
    padding: 8px 32px 9px 10px;
    font-size: 18px;
    font-family: "Titillium Web",sans-serif;
    color: #aeb5ca;
    border-bottom: 2px transparent solid
}

.header .header-nav .nav-tabs>li .fa-angle-up,.header .header-nav .nav-tabs>li .fa-angle-down {
    position: absolute;
    top: 20px;
    right: 8px;
    display: none;
    color: #aeb5ca;
    transition: all .3s
}

.header .header-nav .nav-tabs>li.hasSub {
    cursor: auto
}

.header .header-nav .nav-tabs>li.hasSub .gnavi-list-wrap {
    cursor: pointer
}

.header .header-nav .nav-tabs>li.hasSub i {
    display: inline-block
}

.header .header-nav .nav-tabs>li.hasSub i.fa-headset {
    display: none
}

.header .header-nav .nav-tabs>li:hover>span {
    color: #fff;
    border-bottom: 2px #1264fc solid
}

.header .header-nav .nav-tabs>li:hover>i {
    color: #fff
}

.header .header-nav .nav-tabs>li a:hover {
    text-decoration: none
}

.header .header-nav .nav-tabs>li a span {
    color: #aeb5ca
}

.header .header-nav .nav-tabs>li a span:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px #1264fc solid
}

.header .header-nav .nav-tabs>li .gnavi-list-wrap.active>span {
    color: #fff;
    border-bottom: 2px #1264fc solid
}

.header .header-nav .nav-tabs>li .gnavi-list-wrap.active i {
    color: #fff;
    transform: rotate(180deg)
}

.header .header-nav .main-nav {
    width: 1160px;
    height: auto;
    position: absolute;
    display: none;
    top: 55px;
    left: -135px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1)
}

.header .header-nav .main-nav.support-nav {
    left: -485px
}

.header .header-nav .main-nav.active {
    display: block
}

.header .header-nav .main-nav .category {
    float: left;
    display: inline-block;
    width: 205px;
    background: #eef0f5;
    list-style-type: none
}

.header .header-nav .main-nav .category li .category-box {
    position: relative;
    list-style: none;
    cursor: pointer
}

.header .header-nav .main-nav .category li .category-box:first-child {
    border-top: 1px transparent solid
}

.header .header-nav .main-nav .category li .category-box span {
    display: inline-block;
    padding: 22px 0 22px 30px;
    font-size: 18px;
    font-family: "Titillium Web",sans-serif;
    color: #191920
}

.header .header-nav .main-nav .category li .category-box.active span,.header .header-nav .main-nav .category li .category-box:hover span,.header .header-nav .main-nav .category li .category-box.active i,.header .header-nav .main-nav .category li .category-box:hover i {
    color: #1264fc
}

.header .header-nav .main-nav .category li .category-box.active {
    background: #fff;
    border-top: 1px transparent solid
}

.header .header-nav .main-nav .category li .category-box.active i {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in-out
}

.header .header-nav .main-nav .category li .category-box.active+li {
    border-top: 1px #fff solid
}

.header .header-nav .main-nav .category li .category-box i {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
    opacity: 0;
    transform: translate3d(-20px, 0, 0)
}

.header .header-nav .main-nav .category .sub-category {
    position: absolute;
    top: 1px;
    left: 200px;
    width: 922px;
    display: none
}

.header .header-nav .main-nav .category .sub-category dl {
    float: left;
    margin: 0 60px;
    margin-top: 20px
}

.header .header-nav .main-nav .category .sub-category dl dt {
    position: relative;
    font-size: 18px;
    display: inline-block;
    padding-bottom: 14px
}

.header .header-nav .main-nav .category .sub-category dl dt i {
    display: none
}

.header .header-nav .main-nav .category .sub-category dl dt.tag:after {
    position: absolute;
    top: 9px;
    right: -50px;
    content: "";
    display: inline-block;
    width: 36px;
    height: 14px;
    overflow: hidden;
    background-image: url('https://www.iobit.com/tpl/images/tags.png');
    background-repeat: no-repeat
}

.header .header-nav .main-nav .category .sub-category dl dt.tag.hot::after {
    background-position: 0 -14px
}

.header .header-nav .main-nav .category .sub-category dl dd {
    line-height: 28px
}

.header .header-nav .main-nav .category .sub-category dl dd a {
    position: relative;
    color: #5b5d6d
}

.header .header-nav .main-nav .category .sub-category dl dd a:hover {
    color: #1264fc;
    text-decoration: none
}

.header .header-nav .main-nav .category .sub-category dl dd a.tag:after {
    position: absolute;
    top: 0;
    right: -50px;
    content: "";
    display: inline-block;
    width: 36px;
    height: 14px;
    overflow: hidden;
    background-image: url('https://www.iobit.com/tpl/images/tags.png');
    background-repeat: no-repeat
}

.header .header-nav .main-nav .category .sub-category dl dd a.tag.new::after {
    background-position: 0 0
}

.header .header-nav .main-nav .category .sub-category dl dd a.tag.hot::after {
    background-position: 0 -14px
}

.header .header-nav .main-nav .category .sub-category dl dd a.tag.partner::after {
    width: 61px;
    right: -72px;
    background-position: -50px 0
}

.header .header-nav .main-nav .nav-sub {
    float: left;
    width: 950px
}

.header .header-nav .main-nav .nav-sub .sub-category {
    display: none
}

.header .header-nav .main-nav .nav-sub .sub-category.active {
    display: block
}

.header .header-nav .main-nav .navpop {
    float: right;
    margin-top: 6px;
    margin-right: 10px;
    width: 418px;
    height: 140px;
    background: url('https://www.iobit.com/tpl/images/navpop-bg.png') center no-repeat
}

.header .header-nav .main-nav .navpop .inner {
    margin-top: 25px;
    margin-left: 125px;
    width: 280px
}

.header .header-nav .main-nav .navpop .inner h3 {
    font-size: 20px;
    margin-bottom: 20px
}

.header .header-nav .main-nav .navpop .inner p {
    font-size: 14px;
    padding-bottom: 0;
    line-height: 22px
}

.header .header-nav .main-nav .navpop .inner p strong {
    font-size: 22px;
    font-weight: normal;
    color: #1264fc
}

.header .header-nav .main-nav .navpop .inner p+p {
    font-size: 12px
}

.header.nav-christms {
    background: #a80d1a url('https://www.iobit.com/tpl/images/theme/christmas/navi_bg_snowfield.png') center top no-repeat
}

.header.nav-christms:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    width: 100%;
    content: '';
    background: url('https://www.iobit.com/tpl/images/theme/christmas/snowing.gif') 0 0 repeat-x
}

.header.nav-christms .header-logo {
    width: 287px;
    height: 55px;
    margin-top: 0;
    margin-left: -100px
}

.header.nav-christms .header-logo .logo {
    display: inline-block;
    width: 287px;
    height: 55px;
    text-indent: -9999px;
    background: url('https://www.iobit.com/tpl/images/theme/christmas/logo_christmas.png') center no-repeat
}

.header.nav-christms .header-nav {
    margin-left: -20px
}

.header.nav-christms .header-nav .nav-tabs>li .gnavi-list-wrap>span,.header.nav-christms .header-nav .nav-tabs>li a>span {
    color: #ffa4ad
}

.header.nav-christms .header-nav .nav-tabs>li .fa-angle-up,.header.nav-christms .header-nav .nav-tabs>li .fa-angle-down {
    color: #ffa4ad
}

.header.nav-christms .header-nav .nav-tabs>li a:hover {
    text-decoration: none
}

.header.nav-christms .header-nav .nav-tabs>li a span {
    color: #ffa4ad
}

.header.nav-christms .header-nav .nav-tabs>li a span:hover {
    border-bottom: none
}

.header.nav-christms .header-nav .nav-tabs>li a span:hover:after {
    position: absolute;
    bottom: -3px;
    left: -5px;
    content: '';
    width: 109px;
    height: 6px;
    background: url('https://www.iobit.com/tpl/images/theme/christmas/navi_selectionbar_snowfield.png') center bottom no-repeat
}

.header.nav-christms .header-nav .nav-tabs>li .active>span {
    border-bottom: none
}

.header.nav-christms .container {
    z-index: 99
}

.header-new {
    position: relative;
    z-index: 1000;
    width: 100%;
    display: block !important;
    box-sizing: border-box;
    background: #1f1f29;
    height: 94px;
    font-family: "Titillium Web",sans-serif
}

.header-new .hrefbox {
    float: left;
    margin-left: 50px
}

.header-new .hrefbox .logo {
    float: left;
    margin-top: 34px;
    text-indent: -9999px;
    width: 96px;
    height: 28px;
    background: url(https://www.iobit.com/tpl/images/logo.svg);
    background-size: 96px 28px
}

.header-new .hrefbox .secure {
    position: relative;
    float: left;
    height: 28px;
    margin-top: 32px;
    margin-left: 20px;
    padding-left: 20px
}

.header-new .hrefbox .secure:after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 28px;
    left: -3px;
    top: 4px;
    background: #434356
}

.header-new .hrefbox .secure p {
    padding: 0;
    margin: 0;
    line-height: 18px;
    color: #a2a2ae;
    font-size: 12px
}

.header-new .message-module {
    position: absolute;
    right: 83px;
    z-index: 10;
    list-style-type: none
}

.header-new .message-module>li {
    position: relative;
    float: left;
    padding: 0 30px;
    color: #a2a2ae;
    height: 50px;
    line-height: 50px;
    font-size: 14px
}

.header-new .message-module>li:after {
    position: absolute;
    content: "";
    left: 1px;
    top: 19px;
    width: 1px;
    height: 12px;
    background: #434356
}

.header-new .message-module>li.black-icon {
    position: relative;
    padding-right: 0
}

.header-new .message-module>li.black-icon a {
    display: block;
    width: 184px;
    height: 64px;
    background: url(https://www.iobit.com/tpl/images/black/black-icon.png) no-repeat center top
}

.header-new .message-module>li.black-icon a:hover {
    background: url(https://www.iobit.com/tpl/images/black/black-icon-hover.png) no-repeat center top
}

.header-new .message-module>li.black-icon::after {
    display: none
}

.header-new .message-module>li.itop::after {
    display: none
}

.header-new .message-module>li.itop .text-box {
    display: none;
    width: 130px;
    height: 25px;
    left: -13px;
    top: 46px;
    background: #fff;
    line-height: 25px;
    text-align: center;
    color: #000;
    position: absolute;
    border: solid #ccc 1px
}

.header-new .message-module>li.itop .img {
    width: 32px;
    height: 29px
}

.header-new .message-module>li.itop .img i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 29px;
    z-index: 2;
    background: url(https://www.iobit.com/tpl/images/itop-icon.svg)
}

.header-new .message-module>li.itop .img::before {
    position: absolute;
    content: "";
    width: 59px;
    height: 59px;
    left: 16px;
    top: -3px;
    opacity: 0;
    transition: all .3s;
    background: url(https://www.iobit.com/tpl/images/itop-icon-hover.svg)
}

.header-new .message-module>li.itop.idr .img i {
    width: 35px;
    height: 35px;
    background: url(https://www.iobit.com/tpl/images/idr-icon.png)
}

.header-new .message-module>li.itop:hover .text-box {
    display: block
}

.header-new .message-module>li.itop:hover .img::before {
    opacity: 1
}

.header-new .message-module>li.tdp::after {
    display: none
}

.header-new .message-module>li.tdp .text-box {
    display: none;
    width: 130px;
    height: 25px;
    left: -13px;
    top: 46px;
    background: #fff;
    line-height: 25px;
    text-align: center;
    color: #000;
    position: absolute;
    border: solid #ccc 1px
}

.header-new .message-module>li.tdp .img {
    width: 51px;
    height: 36px
}

.header-new .message-module>li.tdp .img i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 51px;
    height: 36px;
    z-index: 2;
    background: url(https://www.iobit.com/tpl/images/tdp-icon.png)
}

.header-new .message-module>li.tdp:hover .text-box {
    display: block
}

.header-new .message-module>li.valentine a {
    position: relative;
    display: block;
    margin-top: 5px;
    width: 150px;
    height: 42px;
    background: url(https://www.iobit.com/tpl/images/valentine/sale.png) no-repeat center
}

.header-new .message-module>li.valentine a::after {
    position: absolute;
    opacity: 1;
    content: "";
    width: 147px;
    height: 48px;
    left: 7px;
    top: -1px;
    animation: sale 3s infinite linear;
    background: url(https://www.iobit.com/tpl/images/valentine/sale-hover.png) no-repeat center
}

.header-new .message-module>li.valentine a:hover::after {
    opacity: 0;
    background: none
}

.header-new .message-module>li.halloween-nav a {
    position: relative;
    display: block;
    margin-top: -5px;
    width: 147px;
    height: 57px;
    background: url(https://www.iobit.com/tpl/images/halloween/halloween-icon.png) no-repeat top
}

.header-new .message-module>li.halloween-nav a:hover {
    background-position: 0 -57px
}

.header-new .message-module>li.news:after {
    display: none
}

.header-new .message-module>li.support {
    transition: all .5s
}

.header-new .message-module>li.support span {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.header-new .message-module>li.support i {
    margin-left: 10px;
    transition: all .3s
}

.header-new .message-module>li.support:hover {
    background: #262630
}

.header-new .message-module>li.support:hover:after {
    display: none
}

.header-new .message-module>li.support.active {
    background: #262630
}

.header-new .message-module>li.support.active:after {
    display: none
}

.header-new .message-module>li.support.active i {
    color: #fff;
    transform: rotate(180deg)
}

.header-new .message-module>li.support .content {
    position: absolute;
    width: 1068px;
    height: 220px;
    right: 0;
    top: 50px;
    display: none;
    background: #fff;
    border: 1px solid #dddde2
}

.header-new .message-module>li.support .content dl {
    float: left;
    width: 202px;
    margin-left: 50px;
    line-height: 24px;
    margin-bottom: 23px
}

.header-new .message-module>li.support .content dl dt {
    height: 75px;
    line-height: 75px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000;
    border-bottom: solid #dddde2 1px
}

.header-new .message-module>li.support .content dl dd a {
    font-size: 16px;
    color: #000
}

.header-new .message-module>li.support .content dl.center {
    width: 642px;
    margin-left: 80px
}

.header-new .message-module>li.support .content dl.center ul {
    float: left;
    list-style-type: none;
    width: 214px
}

.header-new .message-module>li.support .content p {
    padding: 0;
    clear: both;
    height: 40px;
    line-height: 40px;
    background: #3a3a4a;
    text-align: center;
    font-size: 14px;
    color: #a2a2ae
}

.header-new .message-module>li.support .content p strong {
    color: #fff
}

.header-new .message-module>li>a {
    color: #a2a2ae;
    font-size: 14px
}

.header-new .message-module>li>a:hover {
    color: #fff;
    text-decoration: none
}

.header-new .search-zone {
    position: absolute;
    width: 380px;
    right: 60px;
    top: 9px;
    height: 30px;
    margin-top: 0;
    text-align: center;
    border-radius: 45px
}

.header-new .search-zone .search-bar {
    height: 28px;
    z-index: 99;
    line-height: 28px
}

.header-new .search-zone .search-bar.active {
    width: 380px;
    background: #fff;
    border: 1px solid #dddde4
}

.header-new .search-zone .search-bar.active input[type="text"] {
    margin-left: 0;
    margin-top: -3px;
    width: 300px;
    color: #cfcfd5
}

.header-new .search-zone .search-bar.active .search-btn {
    left: 5px
}

.header-new .search-zone .search-bar.active .search-btn i {
    color: #dddde4
}

.header-new .search-zone .search-bar.active .search-close {
    opacity: 1
}

.header-new .search-zone .search-bar.active.on-error {
    background: #fff;
    border: 1px #741411 solid
}

.header-new .search-zone .search-bar.active.on-error .search-btn {
    background: transparent
}

.header-new .search-zone .search-bar.active.on-error .search-btn i {
    color: #741411
}

.header-new .search-zone .search-btn {
    background: transparent;
    top: 1px
}

.header-new .search-zone .search-btn i {
    color: #a2a2ae
}

.header-new .search-zone .search-btn i:hover {
    color: #1264fc
}

.header-new .search-zone .search-close {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    right: 5px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    border: solid #dddde4 2px;
    cursor: pointer;
    opacity: 0;
    transition: all .5s
}

.header-new .search-zone .search-close i {
    color: #dddde4;
    font-size: 12px
}

.header-new .nav-box {
    position: absolute;
    right: 50px;
    top: 44px
}

.header-new .nav-box>li {
    position: relative;
    list-style-type: none;
    float: left;
    padding: 0 20px;
    height: 50px;
    margin-left: 17px;
    transition: all .3s
}

.header-new .nav-box>li.active span {
    color: #1264fc
}

.header-new .nav-box>li.active span i {
    color: #1264fc;
    transform: rotate(180deg)
}

.header-new .nav-box>li.active span i.heart {
    transform: rotate(0deg)
}

.header-new .nav-box>li:hover span {
    color: #1264fc
}

.header-new .nav-box>li:hover span i {
    color: #1264fc;
    transform: rotate(180deg)
}

.header-new .nav-box>li:hover span i.heart {
    transform: rotate(0deg)
}

.header-new .nav-box>li:hover::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #1264fc
}

.header-new .nav-box>li>span {
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}

.header-new .nav-box>li>span i {
    font-size: 12px;
    margin-left: 10px;
    transition: all .3s
}

.header-new .nav-box>li .content {
    position: absolute;
    width: 864px;
    height: 240px;
    background: #fff;
    top: 50px;
    left: -105px;
    display: none;
    border: 1px solid #dddde2
}

.header-new .nav-box>li .content dl.module.ptrmodule {
    position: relative
}

.header-new .nav-box>li .content dl.module.ptrmodule.newyear dt {
    margin-right: 26px;
    margin-bottom: 30px;
    margin-top: 50px;
    margin-left: 41px
}

.header-new .nav-box>li .content dl.module.ptrmodule.newyear dt img {
    width: 158px
}

.header-new .nav-box>li .content dl.module.halloween-gift {
    position: relative
}

.header-new .nav-box>li .content dl.module.halloween-gift::after {
    position: absolute;
    width: 136px;
    height: 151px;
    left: 0;
    top: 42px;
    content: "";
    background: url(https://www.iobit.com/tpl/images/halloween/halloween-gift.png)
}

.header-new .nav-box>li .content dl.module>a.ptalink {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block
}

.header-new .nav-box>li .content dl.module dt {
    float: left;
    margin-right: 12px;
    margin-bottom: 30px;
    margin-top: 65px;
    margin-left: 71px
}

.header-new .nav-box>li .content dl.module dt.halloween-tag {
    position: relative
}

.header-new .nav-box>li .content dl.module dt.halloween-tag::after {
    position: absolute;
    content: "";
    width: 65px;
    height: 72px;
    left: 59px;
    top: -38px;
    background: url(https://www.iobit.com/tpl/images/halloween/balloon.png)
}

.header-new .nav-box>li .content dl.module dt.halloween-tag:before {
    position: absolute;
    content: "";
    width: 129px;
    height: 57px;
    top: 61px;
    left: -20px;
    background: url(https://www.iobit.com/tpl/images/halloween/pumpkin.png)
}

.header-new .nav-box>li .content dl.module dt img {
    width: 96px
}

.header-new .nav-box>li .content dl.module dt.easter-rabbit {
    position: relative
}

.header-new .nav-box>li .content dl.module dt.easter-rabbit::after {
    position: absolute;
    content: "";
    width: 83px;
    height: 74px;
    left: 20px;
    bottom: -18px;
    background: url(https://www.iobit.com/tpl/images/easter/rabbit.png)
}

.header-new .nav-box>li .content dl.module dd {
    float: left;
    max-width: 220px;
    padding-top: 65px
}

.header-new .nav-box>li .content dl.module dd h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Titillium Web",sans-serif
}

.header-new .nav-box>li .content dl.module dd h3 a {
    color: #000
}

.header-new .nav-box>li .content dl.module dd span {
    display: inline-block;
    height: 19px;
    padding: 0 10px;
    line-height: 19px;
    background: #07f;
    color: #f9f9f9;
    font-size: 12px
}

.header-new .nav-box>li .content dl.module dd span.dbbg {
    background: #eb2d2d
}

.header-new .nav-box>li .content dl.module dd span.dbpro-bg {
    position: relative;
    background: rgba(235,45,45,0.1);
    color: #eb2d2d
}

.header-new .nav-box>li .content dl.module dd span.dbpro-bg::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 19px;
    right: -8px;
    top: 0;
    background: url(https://www.iobit.com/tpl/images/db-bg.png)
}

.header-new .nav-box>li .content dl.module dd span.dbpro-bg.db-rebate {
    background: transparent;
    text-indent: -9999px
}

.header-new .nav-box>li .content dl.module dd span.dbpro-bg.db-rebate::after {
    width: 139px;
    height: 36px;
    right: -118px;
    top: -12px;
    background: url(https://www.iobit.com/tpl/images/db-box-rebate.png)
}

.header-new .nav-box>li .content dl.module dd span.imfbg {
    background: #09a2ab
}

.header-new .nav-box>li .content dl.module dd span.imfpro-bg {
    position: relative;
    background: rgba(9,162,171,0.1);
    color: #09a2ab
}

.header-new .nav-box>li .content dl.module dd span.imfpro-bg::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 19px;
    right: -8px;
    top: 0;
    background: url(https://www.iobit.com/tpl/images/imf-bg.png)
}

.header-new .nav-box>li .content dl.module dd span.ascubg {
    background: #0af
}

.header-new .nav-box>li .content dl.module dd span.isr {
    color: #dd2320;
    background-color: rgba(221,35,32,0.1)
}

.header-new .nav-box>li .content dl.module dd span.issbg {
    color: #dd2320;
    background-color: rgba(221,35,32,0.1)
}

.header-new .nav-box>li .content dl.module dd span.ascbg {
    position: relative;
    background: #e7effe;
    color: #1264fc
}

.header-new .nav-box>li .content dl.module dd span.ascbg::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 19px;
    right: -8px;
    top: 0;
    background: url(https://www.iobit.com/tpl/images/blue.png)
}

.header-new .nav-box>li .content dl.module dd span.easter-tag {
    position: relative;
    width: 111px;
    padding: 0;
    background: none;
    text-indent: -9999px
}

.header-new .nav-box>li .content dl.module dd span.easter-tag::after {
    position: absolute;
    content: "";
    width: 111px;
    height: 31px;
    left: 0;
    top: -5px;
    background: url(https://www.iobit.com/tpl/images/easter/easter-tag.png)
}

.header-new .nav-box>li .content dl.module dd span.black-tag {
    position: relative;
    width: 117px;
    padding: 0;
    background: none;
    text-indent: -9999px
}

.header-new .nav-box>li .content dl.module dd span.black-tag::after {
    position: absolute;
    content: "";
    width: 117px;
    height: 35px;
    left: 0;
    top: -7px;
    background: url(https://www.iobit.com/tpl/images/black/black-tag.png)
}

.header-new .nav-box>li .content dl.module dd p {
    padding: 0;
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    line-height: 21px
}

.header-new .nav-box>li .content dl.module.last dt {
    margin-left: 20px
}

.header-new .nav-box>li .content dl.module.last dt.black-balloon {
    position: relative
}

.header-new .nav-box>li .content dl.module.last dt.black-balloon::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 73px;
    left: -7px;
    top: 39px;
    background: url(https://www.iobit.com/tpl/images/black/smail-balloon.png)
}

.header-new .nav-box>li .content dl.module.last dt img {
    width: 112px
}

.header-new .nav-box>li .content dl.tool-icon {
    width: 470px;
    padding-left: 45px
}

.header-new .nav-box>li .content dl.tool-icon dd p {
    padding: 0 0 14px !important;
    float: left;
    width: 50%;
    line-height: 24px
}

.header-new .nav-box>li .content dl.tool-icon dd p img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin-right: 10px
}

.header-new .nav-box>li.speedup dl.module {
    float: left;
    width: 50%
}

.header-new .nav-box>li.db-nav .content {
    left: -250px
}

.header-new .nav-box>li.db-nav .content.share-wid {
    left: -140px;
    width: 440px
}

.header-new .nav-box>li.db-nav .content.share-wid dl.module {
    width: 100%
}

.header-new .nav-box>li.db-nav .content.share-wid dl.module.last dt {
    margin-left: 55px
}

.header-new .nav-box>li.db-nav .content dl.module {
    float: left;
    width: 50%
}

.header-new .nav-box>li.antivirus .content {
    width: 1296px;
    left: -838px
}

.header-new .nav-box>li.antivirus .content dl {
    float: left;
    width: 33.3%
}

.header-new .nav-box>li.antivirus .content dl dd {
    max-width: 245px
}

.header-new .nav-box>li.antivirus .content dl.ascu dt {
    margin-left: 0
}

.header-new .nav-box>li.screenre .content {
    left: -350px
}

.header-new .nav-box>li.must-tool .content {
    width: 1392px;
    left: inherit;
    right: -100px;
    height: 320px
}

.header-new .nav-box>li.must-tool .content .tool-message {
    float: left;
    margin-left: 54px;
    width: 936px
}

.header-new .nav-box>li.must-tool .content .tool-message h3 {
    margin: 0;
    height: 79px;
    line-height: 79px;
    font-size: 14px;
    border-bottom: solid #dddde2 1px
}

.header-new .nav-box>li.must-tool .content .tool-message dl,.header-new .nav-box>li.must-tool .content .tool-message .more {
    float: left;
    width: 312px;
    margin-top: 20px
}

.header-new .nav-box>li.must-tool .content .tool-message dl dt,.header-new .nav-box>li.must-tool .content .tool-message .more dt {
    color: #000;
    font-size: 18px;
    font-weight: bold
}

.header-new .nav-box>li.must-tool .content .tool-message dl dt a,.header-new .nav-box>li.must-tool .content .tool-message .more dt a {
    color: #000
}

.header-new .nav-box>li.must-tool .content .tool-message dl dt span,.header-new .nav-box>li.must-tool .content .tool-message .more dt span {
    display: inline-block;
    height: 19px;
    padding: 0 10px;
    margin-left: 5px;
    line-height: 19px;
    background: rgba(18,100,252,0.1);
    color: #1264fc;
    font-weight: normal;
    font-size: 12px
}

.header-new .nav-box>li.must-tool .content .tool-message dl dt span.black-tag,.header-new .nav-box>li.must-tool .content .tool-message .more dt span.black-tag {
    position: relative;
    width: 111px;
    padding: 0;
    background: none;
    text-indent: -9999px
}

.header-new .nav-box>li.must-tool .content .tool-message dl dt span.black-tag::after,.header-new .nav-box>li.must-tool .content .tool-message .more dt span.black-tag::after {
    position: absolute;
    content: "";
    width: 111px;
    height: 35px;
    left: 0;
    top: -9px;
    background: url(https://www.iobit.com/tpl/images/black/black-tag.png)
}

.header-new .nav-box>li.must-tool .content .tool-message dl dd,.header-new .nav-box>li.must-tool .content .tool-message .more dd {
    line-height: 20px
}

.header-new .nav-box>li.must-tool .content .tool-message dl dd p,.header-new .nav-box>li.must-tool .content .tool-message .more dd p {
    padding: 0;
    height: 29px
}

.header-new .nav-box>li.must-tool .content .tool-message dl dd p.last,.header-new .nav-box>li.must-tool .content .tool-message .more dd p.last {
    height: 20px
}

.header-new .nav-box>li.must-tool .content .tool-message dl dd p.last a,.header-new .nav-box>li.must-tool .content .tool-message .more dd p.last a {
    color: #686868;
    font-size: 14px;
    margin-right: 15px
}

.header-new .nav-box>li.must-tool .content .tool-message dl dd p.last a.red-size,.header-new .nav-box>li.must-tool .content .tool-message .more dd p.last a.red-size {
    color: #f00
}

.header-new .nav-box>li.must-tool .content .tool-message dl dd p.more a,.header-new .nav-box>li.must-tool .content .tool-message .more dd p.more a {
    font-size: 14px;
    color: #7d7d8b
}

.header-new .nav-box>li.must-tool .content .tool-message dl a,.header-new .nav-box>li.must-tool .content .tool-message .more a {
    color: #f9f9f9;
    font-size: 16px
}

.header-new .nav-box>li.must-tool .content .tool-message .more a {
    display: block;
    margin-top: 30px;
    color: #1264fc;
    font-size: 14px;
    text-decoration: underline
}

.header-new .nav-box>li.must-tool .content .online-message {
    float: right;
    height: 100%;
    width: 240px;
    padding: 0 41px;
    background-color: #f2f2f2
}

.header-new .nav-box>li.must-tool .content .online-message dt {
    margin-bottom: 24px;
    height: 79px;
    line-height: 79px;
    font-size: 14px;
    border-bottom: solid #dddde2 1px
}

.header-new .nav-box>li.must-tool .content .online-message dd {
    line-height: 28px
}

.header-new .nav-box>li.must-tool .content .online-message dd span {
    display: inline-block;
    height: 19px;
    padding: 0 10px;
    margin-left: 15px;
    line-height: 19px;
    background: #eb2d2d;
    color: #fff;
    font-weight: normal;
    font-size: 12px
}

.header-new .nav-box>li.must-tool .content .online-message dd a {
    color: #000
}

.header-new .nav-box>li.store-nav .en-heart i.heart {
    position: absolute;
    width: 12px;
    top: 21px;
    height: 12px;
    left: 40px;
    margin-left: 0;
    background: url(https://www.iobit.com/tpl/images/store/heart.png)
}

.header-new .nav-box>li.store-nav .en-heart i.space {
    margin-left: 0;
    width: 16px
}

.header-new .nav-box>li.store-nav.easter-store::after {
    position: absolute;
    content: "";
    width: 137px;
    height: 41px;
    left: -38px;
    bottom: 0;
    background: url(https://www.iobit.com/tpl/images/easter/nav-easter.png)
}

.header-new .nav-box>li.store-nav.easter-store .content {
    width: 845px
}

.header-new .nav-box>li.store-nav.halloween-store-nav .content {
    width: 448px
}

.header-new .nav-box>li.store-nav .black-store {
    width: 845px;
    border: solid #32303a 1px;
    border-top: none;
    background: url(https://www.iobit.com/tpl/images/black/store-bg.png)
}

.header-new .nav-box>li.store-nav .black-store .module dt {
    opacity: 0
}

.header-new .nav-box>li.store-nav .black-store .module dd h3,.header-new .nav-box>li.store-nav .black-store .module dd p {
    color: #fff
}

.header-new .nav-box>li.store-nav .black-store .module dd span.isr {
    color: #ffb100;
    background: rgba(155,152,146,0.1)
}

.header-new .nav-box>li.store-nav .content {
    width: 435px;
    right: 0;
    left: inherit
}

.header-new .nav-box>li.store-nav .content.halloween-nav-store {
    background: #fff url(https://www.iobit.com/tpl/images/halloween/nav-store-bg.png) no-repeat center
}

.header-new .nav-box>li.store-nav .content.halloween-nav-store dt {
    position: relative
}

.header-new .nav-box>li.store-nav .content.halloween-nav-store dt img {
    opacity: 0
}

.header-new .nav-box>li.store-nav .content.halloween-nav-store dt::after {
    position: absolute;
    content: "";
    width: 128px;
    height: 151px;
    left: -30px;
    top: -35px;
    background: url(https://www.iobit.com/tpl/images/halloween/store-hat.png)
}

.header-new .nav-box>li.store-nav .content dl {
    float: left
}

.header-new .nav-box>li.store-nav .content dl.module {
    width: 435px
}

.header-new .nav-box>li.store-nav .content .advertising {
    margin-top: 20px
}

.header-new .nav-box>li.store-nav .valentine {
    width: 450px
}
.footer {
    min-width: 1100px;
    background: #191920
}

.footer hr {
    border-bottom: 1px #212229 solid
}

.footer .subscribe {
    display: block;
    width: 470px;
    margin: 0 auto;
    text-align: center;
    color: #aeb5ca
}

.footer .subscribe h3 {
    font-size: 30px;
    display: inline-block;
    margin-top: 42px;
    margin-bottom: 18px;
    color: #aeb5ca !important
}

.footer .subscribe p.discription {
    font-size: 12px;
    color: #5b5d6d
}

.footer .btm-nav {
    margin-top: 36px;
    margin-bottom: 36px
}

.footer .btm-nav .region-zone {
    display: block;
    float: left;
    height: 200px;
    width: 260px
}

.footer .btm-nav .region-zone embed {
    width: 80px;
    height: 24px
}

.footer .btm-nav .region-zone .region-selector {
    position: relative;
    display: block;
    margin-top: 160px;
    width: 210px;
    height: 30px;
    box-sizing: border-box;
    border: 1px #22222b solid;
    background: #1e1e26;
    color: #5b5d6d;
    border-radius: 15px;
    cursor: pointer
}

.footer .btm-nav .region-zone .region-selector i {
    position: absolute;
    top: 8px;
    right: 8px
}

.footer .btm-nav .region-zone .region-selector span {
    display: inline-block;
    margin-left: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px
}

.footer .btm-nav .region-zone .region-selector:before {
    opacity: .4
}

.footer .btm-nav .nav-zone {
    float: left;
    display: block;
    width: 840px
}

.footer .btm-nav .nav-zone .row {
    float: left;
    margin-left: 60px;
    max-width: 180px
}

.footer .btm-nav .nav-zone .row:first-child {
    margin-left: 80px
}

.footer .btm-nav .nav-zone .row h4 {
    display: inline-block;
    font-size: 18px;
    color: #aeb5ca;
    margin-bottom: 10px
}

.footer .btm-nav .nav-zone .row ul {
    list-style: none
}

.footer .btm-nav .nav-zone .row ul.vertical li {
    font-size: 12px
}

.footer .btm-nav .nav-zone .row ul.vertical li a {
    color: #5b5d6d
}

.footer .btm-nav .nav-zone .row ul.vertical li a:hover {
    color: #1264fc;
    text-decoration: none
}

.footer .btm-nav .nav-zone .row ul.horizontal li {
    float: left
}

.footer .btm-nav .nav-zone .row ul.horizontal li a {
    display: inline-block;
    margin-right: 20px;
    font-size: 22px;
    color: #5b5d6d
}

.footer .btm-nav .nav-zone .row ul.horizontal li a:hover {
    color: #1264fc
}

.footer .bottom {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #5b5d6d
}

.footer .bottom .copy {
    float: left
}

.footer .bottom .links {
    float: right
}

.graylayer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  background: #191920
}

.footer .bottom .links a {
    margin-left: 20px
}

.footer .bottom .links a:first-child {
    margin-left: 0
}

.footer .bottom a {
    color: #5b5d6d
}

.footer .bottom a:hover {
    color: #1264fc;
    text-decoration: none
}

.footer .bottom .spacer {
    display: inline-block;
    font-style: normal;
    padding: 0 10px
}

.floatlayer {
    background: #fff;
    height: 60px;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 20;
    top: -120px;
    visibility: hidden;
    transition: all .4s;
    box-shadow: 0 2px 0 rgba(174,181,202,0.2)
}

.floatlayer.on {
    top: 0;
    visibility: visible
}

.floatlayer h4 {
    display: inline-block;
    float: left;
    margin-top: 14px;
    margin-left: 14px;
    line-height: 32px
}

.floatlayer h4 span {
    color: #93939d
}

.floatlayer h4 i {
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px
}

.floatlayer h4 i img {
    width: inherit;
    height: inherit
}

.floatlayer .button {
    float: right;
    margin: 0 7px;
    margin-top: 10px
}

.floatlayer .button.btn-jadegreen {
    min-width: 144px;
    box-shadow: 0 3px 6px #ddd
}

.floatlayer .button.btn-ghost {
    min-width: 144px;
    color: #fff;
    background-color: #aeb5ca
}

.floatlayer .button.btn-ghost:hover {
    background-color: #464655
}

.region-layer .abscenter {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1070;
    margin: auto;
    width: 1100px;
    height: 600px
}

.region-layer .btn-zone {
    position: absolute;
    right: 0
}

.region-layer .btn-zone span {
    cursor: pointer
}

.region-layer .btn-zone span i {
    font-size: 26px;
    color: #383946
}

.region-layer .btn-zone span:hover i {
    color: #1264fc
}

.region-layer .lang-zone {
    width: 100%;
    display: block;
    margin-top: 90px
}

.region-layer .lang-zone .row {
    float: left;
    margin-left: 120px
}

.region-layer .lang-zone .row .lang-list {
    list-style: none
}

.region-layer .lang-zone .row .lang-list li {
    position: relative;
    height: 24px;
    display: block;
    margin: 13px 0
}

.region-layer .lang-zone .row .lang-list a {
    display: inline-block;
    margin-left: 35px;
    margin-top: 2px;
    color: #5b5d6d
}

.region-layer .lang-zone .row .lang-list a:hover {
    color: #fff;
    text-decoration: none
}

.region-zone .region-selector:before,.region-layer .lang-list li:before {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(https://www.iobit.com/tpl/images/region-flag.png);
    background-repeat: no-repeat
}

.region-zone .region-selector.es-ar:before,.region-layer .lang-list li.es-ar:before {
    background-position: 0 0
}

.region-zone .region-selector.en-au:before,.region-layer .lang-list li.en-au:before {
    background-position: 0 -24px
}

.region-zone .region-selector.vl-be:before,.region-layer .lang-list li.vl-be:before {
    background-position: 0 -48px
}

.region-zone .region-selector.fr-be:before,.region-layer .lang-list li.fr-be:before {
    background-position: 0 -48px
}

.region-zone .region-selector.pt-br:before,.region-layer .lang-list li.pt-br:before {
    background-position: 0 -72px
}

.region-zone .region-selector.en-ca:before,.region-layer .lang-list li.en-ca:before {
    background-position: 0 -96px
}

.region-zone .region-selector.es-ch:before,.region-layer .lang-list li.es-ch:before {
    background-position: 0 -120px
}

.region-zone .region-selector.es-co:before,.region-layer .lang-list li.es-co:before {
    background-position: 0 -144px
}

.region-zone .region-selector.de-de:before,.region-layer .lang-list li.de-de:before {
    background-position: 0 -168px
}

.region-zone .region-selector.es-es:before,.region-layer .lang-list li.es-es:before {
    background-position: 0 -192px
}

.region-zone .region-selector.fr-fr:before,.region-layer .lang-list li.fr-fr:before {
    background-position: 0 -216px
}

.region-zone .region-selector.id-ba:before,.region-layer .lang-list li.id-ba:before {
    background-position: 0 -240px
}

.region-zone .region-selector.it-it:before,.region-layer .lang-list li.it-it:before {
    background-position: 0 -264px
}

.region-zone .region-selector.fr-lu:before,.region-layer .lang-list li.fr-lu:before {
    background-position: 0 -288px
}

.region-zone .region-selector.ms-my:before,.region-layer .lang-list li.ms-my:before {
    background-position: 0 -312px
}

.region-zone .region-selector.es-me:before,.region-layer .lang-list li.es-me:before {
    background-position: 0 -336px
}

.region-zone .region-selector.fr-mo:before,.region-layer .lang-list li.fr-mo:before {
    background-position: 0 -360px
}

.region-zone .region-selector.ne-ne:before,.region-layer .lang-list li.ne-ne:before {
    background-position: 0 -384px
}

.region-zone .region-selector.de-os:before,.region-layer .lang-list li.de-os:before {
    background-position: 0 -408px
}

.region-zone .region-selector.es-pe:before,.region-layer .lang-list li.es-pe:before {
    background-position: 0 -432px
}

.region-zone .region-selector.en-ph:before,.region-layer .lang-list li.en-ph:before {
    background-position: 0 -456px
}

.region-zone .region-selector.de-sw:before,.region-layer .lang-list li.de-sw:before {
    background-position: 0 -480px
}

.region-zone .region-selector.fr-su:before,.region-layer .lang-list li.fr-su:before {
    background-position: 0 -480px
}

.region-zone .region-selector.sv-sv:before,.region-layer .lang-list li.sv-sv:before {
    background-position: 0 -504px
}

.region-zone .region-selector.it-sv:before,.region-layer .lang-list li.it-sv:before {
    background-position: 0 -480px
}

.region-zone .region-selector.en-uk:before,.region-layer .lang-list li.en-uk:before {
    background-position: 0 -528px
}

.region-zone .region-selector.en-us:before,.region-layer .lang-list li.en-us:before {
    background-position: 0 -552px
}

.region-zone .region-selector.hi-in:before,.region-layer .lang-list li.hi-in:before {
    background-position: 0 -576px
}

.region-zone .region-selector.ja-jp:before,.region-layer .lang-list li.ja-jp:before {
    background-position: 0 -600px
}

.region-zone .region-selector.bu-my:before,.region-layer .lang-list li.bu-my:before {
    background-position: 0 -624px
}

.region-zone .region-selector.th-th:before,.region-layer .lang-list li.th-th:before {
    background-position: 0 -648px
}

.region-zone .region-selector.ko-kr:before,.region-layer .lang-list li.ko-kr:before {
    background-position: 0 -672px
}

.region-zone .region-selector.ru-ru:before,.region-layer .lang-list li.ru-ru:before {
    background-position: 0 -696px
}

.region-zone .region-selector.dk-dk:before,.region-layer .lang-list li.dk-dk:before {
    background-position: 0 -720px
}

.region-zone .region-selector.pl-pl:before,.region-layer .lang-list li.pl-pl:before {
    background-position: 0 -745px
}

.backtop {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 1060;
    width: 65px;
    height: 65px;
    display: none;
    cursor: pointer
}

.backtop i {
    font-size: 55px;
    color: rgba(0,0,0,0.5)
}

.backtop:hover i {
    color: rgba(0,0,0,0.8)
}

.float-bar {
    position: fixed;
    z-index: 1000;
    bottom: -100px;
    width: 100%;
    min-height: 80px;
    height: auto;
    background: rgba(25,25,32,0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5191920,endColorstr=#E5191920)"
}

.float-bar p {
    display: block;
    float: left;
    margin-top: 18px;
    width: 700px;
    line-height: 20px;
    color: #95959e
}

.float-bar p a {
    color: #cdcdd4;
    text-decoration: underline
}

.float-bar .button {
    float: right;
    padding: 4px 20px;
    margin-top: 18px;
    min-width: 180px
}

.float-bar.active {
    bottom: 0;
    transition: bottom 1s ease-in-out
}
 @media screen and (max-width: 768px) {
    .pc-reveal {
        display: none;
    }
     body {
        min-width: 0;
    }
    img {
        max-width: 100%;
    }
    .container,
    .store-summer > .showcase {
        width: 100% !important;
        min-width: 100% !important;
        padding: 0px 10px !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }
   .header {
        position: static;
        display: block !important;
    }
     .header {
    position: fixed;
    height: 60px;
    line-height: 60px;
    font-family: "Titillium Web", sans-serif;
  }
  .header .container {
    position: inherit;
  }
  .header .navBtnWrap {
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #1264fc;
    display: block;
    color: #fff;
  }
  .header .navBtnWrap .navIcon {
    display: block;
    position: relative;
    top: 27px;
    width: 28px;
    height: 5px;
    margin: 0 auto;
    background-color: #fff;
    transition: 0.2s;
  }
  .header .navBtnWrap .navIcon:after,
  .header .navBtnWrap .navIcon:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 5px;
    margin-left: -14px;
    background: #fff;
    transition: 0.2s;
  }
  .header .navBtnWrap .navIcon:before {
    margin-top: -11px;
  }
  .header .navBtnWrap .navIcon:after {
    margin-top: 5px;
  }
  .header .header-logo {
    margin-top: 21px;
  }
  .header .search-zone {
    display: none;
  }
  .header .header-nav {
    display: ;
    overflow-y: auto;
    position: fixed;
    margin-left: 0px;
    left: 0;
    top: 60px;
    clear: both;
    float: none;
    width: 100%;
    height: 0px;
    z-index: 99;
    transition: height .4s;
    background-color: #1264fc;
  }
  .header .header-nav .nav-tabs {
    display: flex;
    flex-direction: column;
  }
  .header .header-nav .nav-tabs > li {
    width: 100%;
    float: none;
    min-height: 80px;
    line-height: 80px;
    color: #fff;
    border-bottom: solid #4788ff 1px;
  }
  .header .header-nav .nav-tabs > li > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header .header-nav .nav-tabs > li.hasSub i.fa-headset {
    display: block;
  }
  .header .header-nav .nav-tabs > li .gnavi-list-wrap span,
  .header .header-nav .nav-tabs > li a span {
    padding: 0px 32px 0px 10px;
    color: #fff;
    font-size: 24px;
  }
  .header .header-nav .nav-tabs > li .fa-angle-up,
  .header .header-nav .nav-tabs > li .fa-angle-down {
    display: block;
    right: 15px;
    top: 35px;
    font-size: 24px;
    color: #ffffff;
    transform: rotate(-90deg);
  }
  .header .header-nav .nav-tabs > li .main-nav {
    position: inherit;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: none;
  }
  .header .header-nav .nav-tabs > li .main-nav .category {
    float: none;
    display: block;
    width: auto;
  }
  .header .header-nav .nav-tabs > li .main-nav .category li {
    min-height: 70px;
    line-height: 70px;
    background: #4788ff;
    color: #fff;
    font-size: 18px;
  }
  .header .header-nav .nav-tabs > li .main-nav .category li .category-box span {
    display: block;
    padding: 0px;
    text-indent: 50px;
    color: #fff;
  }
  .header .header-nav .nav-tabs > li .main-nav .category li .category-box i {
    opacity: 1;
    color: #fff;
    right: 0px;
    font-size: 18px;
  }
  .header .header-nav .nav-tabs > li .main-nav .category li .category-box.active i {
    right: 20px;
    transform: rotate(-90deg);
  }
  .header .header-nav .nav-tabs > li .main-nav .category li .sub-category dl {
    padding: 20px 20px;
    border-top: solid #72a3ff 1px;
  }
  .header .header-nav .nav-tabs > li .main-nav .category li .sub-category dl dt {
    font-weight: bold;
    display: block;
    padding-bottom: 0px;
  }
  .header .header-nav .nav-tabs > li .main-nav .category li .sub-category dl dt span {
    display: inline-block;
    width: 34px;
  }
  .header .header-nav .nav-tabs > li .main-nav .category li .sub-category dl dt i {
    display: block;
  }
  .header .header-nav .nav-tabs > li .main-nav .category li .sub-category dl dt i.fa-angle-up {
    transform: rotate(0deg);
    font-size: 18px;
    right: -14px;
  }
  .header .header-nav .nav-tabs > li .main-nav .category li .sub-category dl dt.tag:after {
    display: none;
  }
  .header .header-nav .nav-tabs > li .main-nav .category li .sub-category dl dd {
    text-indent: 30px;
    line-height: 48px;
    color: #fff;
  }
  .header .header-nav .nav-tabs > li .main-nav .category li .sub-category dl dd a {
    display: block;
    color: #fff;
    font-size: 18px;
  }
  .header .header-nav .nav-tabs > li .main-nav .category li .sub-category dl dd a.tag:after {
    display: none;
  }
  .header .header-nav .nav-tabs > li .main-nav .category li div.active {
    background: transparent;
  }
  .header .header-nav .nav-tabs > li .main-nav .sub-category {
    position: inherit;
    top: 0;
    width: 100%;
    left: 0px;
  }
  .header .header-nav .nav-tabs > li .main-nav .sub-category dl {
    float: none;
    margin: 0px 10px;
  }
  .header .header-nav .nav-tabs > li .main-nav .navpop {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 15px 0px;
    background: #004cd9;
    border-top: solid #1264fc 5px;
  }
  .header .header-nav .nav-tabs > li .main-nav .navpop i {
    position: absolute;
    opacity: 1;
    top: 17px;
    left: 20px;
    font-size: 30px;
    color: #fff;
  }
  .header .header-nav .nav-tabs > li .main-nav .navpop .inner {
    margin-left: 74px;
    margin-top: 0px;
    color: #fff;
  }
  .header .header-nav .nav-tabs > li .main-nav .navpop .inner h3,
  .header .header-nav .nav-tabs > li .main-nav .navpop .inner strong {
    color: #fff !important;
  }
  .header.open .header-nav {
    display: block;
    /*height: calc(100% - 80px);
		    animation: naviOpen .4s 1 forwards;*/
  }
  .header.open .navBtnWrap {
    /*position: fixed;*/
  }
  .header.open .navBtnWrap .navIcon {
    background: transparent;
  }
  .header.open .navBtnWrap .navIcon:before,
  .header.open .navBtnWrap .navIcon:after {
    margin-top: 0;
  }
  .header.open .navBtnWrap .navIcon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .header.open .navBtnWrap .navIcon:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
  }
   .footer {
        min-width: 100%;
    }
  .footer hr {
    display: none;
  }
  .footer .subscribe {
    display: none;
  }
  .footer .btm-nav {
    margin-bottom: 0px;
  }
  .footer .btm-nav .region-zone {
    float: none;
    width: 100%;
    height: auto;
    background: none;
    margin-bottom: 30px;
    border-bottom: solid #242432 1px;
  }
  .footer .btm-nav .region-zone embed {
    display: block;
    margin: 0px auto;
  }
  .footer .btm-nav .region-zone .region-selector {
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 30px auto;
    border-radius: 45px;
  }
  .footer .btm-nav .region-zone .region-selector span {
    vertical-align: middle;
    font-size: 20px;
    margin-left: 50px;
  }
  .footer .btm-nav .region-zone .region-selector i {
    font-size: 20px;
    top: 22px;
    right: 15px;
  }
  .footer .btm-nav .region-zone .region-selector:before,
  .footer .btm-nav .region-layer .lang-list li:before {
    top: 19px;
    left: 10px;
  }
  .footer .btm-nav .nav-zone {
    width: 100%;
  }
  .footer .btm-nav .nav-zone .row {
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    float: none;
    max-width: 100%;
    line-height: 40px;
    border-bottom: solid #242432 1px;
    margin-left: 0px !important;
  }
  .footer .btm-nav .nav-zone .row h4 {
    font-size: 22px;
  }
  .footer .btm-nav .nav-zone .row ul.vertical li {
    font-size: 20px;
  }
  .footer .btm-nav .nav-zone .row ul.horizontal li {
    float: none;
    display: inline-block;
  }
  .footer .btm-nav .nav-zone .row ul.horizontal li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    line-height: 53px;
    font-size: 30px;
    background: #5b5d6d;
    border-radius: 5px;
  }
  .footer .btm-nav .nav-zone .row ul.horizontal li:last-child {
    margin-left: 35px;
  }
  .footer .btm-nav .nav-zone .row ul.horizontal li i {
    color: #191920;
  }
  .footer .bottom-support {
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    border-bottom: solid #242432 1px;
  }
  .footer .bottom-support h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #aeb5ca;
  }
  .footer .bottom-support h3 i {
    margin-right: 5px;
  }
  .footer .bottom-support p {
    color: #5b5d6d;
  }
  .footer .bottom {
    text-align: center;
    font-size: 16px;
  }
  .footer .bottom .links {
    display: none;
  }
  .region-layer .abscenter {
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }
  .region-layer .lang-zone {
    margin-top: 0px;
  }
  .region-layer .lang-zone .row {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
  .region-layer .lang-zone .row .lang-list li {
    width: 85%;
    margin: 0px auto;
    min-height: 24px;
    height: auto;
    line-height: 20px;
    padding: 10px 0px;
  }
  .region-layer .lang-zone .row .lang-list li:before {
    top: 12px;
  }
  .region-layer .lang-zone .row a {
    font-size: 22px;
  }
  .region-layer .btn-zone {
    position: fixed;
    color: #fff;
    right: 10px;
    top: 10px;
  }
  .region-layer .btn-zone span i {
    color: #fff;
  }
  .float-bar p {
    float: none;
    width: 100%;
  }
  .float-bar .button {
    display: block;
    float: none;
    width: 50%;
    margin: 4px auto;
  }
 }