html {
    font-size: 62.5%;
}

h1, h2, h4, h6, div, body, html, p, ul, ol, dl, dd, form, input {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    box-sizing: border-box;
    font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul, ol, dl {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
    max-height: 100%;
}

input {
    outline: none;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

i, em, b, strong, h1, h2, h4, h6 {
    font-style: normal;
    font-weight: normal;
}

h2 {
    font-size: 34px;
    font-size: 3.4rem;
    color: #1a1a1a;
    padding-bottom: 4.2%;
    text-align: center;
    word-spacing: normal;
}

h4 {
    font-size: 20px;
    font-size: 2.0rem;
    color: #333;
}

/*工具类*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.del {
    text-decoration: line-through;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
    word-spacing: normal;
}

.table-cell {
    display: table-cell;
}

/*text*/
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.ver-top {
    vertical-align: top;
}

.ver-middle {
    vertical-align: middle;
}

.ver-bottom {
    vertical-align: bottom;
}

.text-top {
    vertical-align: text-top;
}

.text-bottom {
    vertical-align: text-bottom;
}

.bold {
    font-weight: bold;
}

.last {
    margin: 0 !important;
}

/*font*/
.font-size14 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    line-height: 20px;
}

.font-size16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.font-size18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.font-size20 {
    font-size: 20px;
    font-size: 2.0rem;
}

.font-size22 {
    font-size: 22px;
    font-size: 2.2rem;
}

.font-size24 {
    font-size: 24px;
    font-size: 2.4rem;
}

.font-size26 {
    font-size: 26px;
    font-size: 2.6rem;
}

.font-size28 {
    font-size: 28px;
    font-size: 2.8rem;
}

.font-size30 {
    font-size: 30px;
    font-size: 3.0rem;
}

.link {
    color: #4294e9;
    text-decoration: none;
}

.link:hover,
.link:active {
    color: #2f97f7;
    text-decoration: underline;
}

/*重置样式 end*/
/*
*邮件订阅
*/
#infoBox {
    position: fixed;
    z-index: 10000;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: none;
}

#info {
    border: 1px solid #bbb;
    width: 26%;
    height: 190px;
    position: absolute;
    z-index: 10001;
    left: 50%;
    top: 50%;
    margin: -95px 0 0 -13%;
    background-color: #fff;
    /*display: none;*/
}

#info h3 {
    height: 34px;
    background-color: #F8F8F8;
    border-bottom: 1px solid #eee;
    line-height: 34px;
    font-size: 18px;
    text-align: left;
    padding: 0 5%;
    margin: 0;
}

#info h3.warning {
    color: #B35C5A;
}

#info h3.success {
    color: green;
}

/*.close {
	font-size: 34px;
	line-height: 30px;
	width: 34px;
	height: 34px;
	text-align: center;
	position: absolute;
	top: 8px;
	right: 8px;
	color: #fff;
	z-index: 3449;
	cursor: pointer;
}*/
#info .close {
    top: 0;
    color: #2D2C3B;
}

#info .close:hover {
    color: #6A6974;
    font-weight: normal;
}

#info .msg {
    color: #666;
    padding: 2.5% 5%;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
}

#info button {
    width: 20%;
    line-height: 1.8;
    padding: 3px 6px;
    position: absolute;
    bottom: 10%;
    right: 5%;
    border: none;
    border-radius: 2px;
    background-color: #2D8CEC;
    color: #fff;
}

/*公共样式*/
.devider {
    display: block;
    border-bottom: 1px solid #d9dfe5;
    width: 100%;
    margin: 2% 0;
}

.center-block {
    max-width: 1190px;
    margin: 0 auto;
}

.container {
    width: 100%;
    padding: 6.5% 0;
    font-size: 0;
}

.icon-free::after {
    content: "Gratis";
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    width: 44px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    color: #fff;
    text-indent: 7px;
    background: url(../images/bg-lb-green.png) no-repeat;
    font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.icon30::after {
    content: "30 días";
    width: 57px;
    text-indent: 8px;
    background: url(../images/bg-lb-green2.png) no-repeat;
}

.icon-gift::after {
    content: "Gift";
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    width: 44px;
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-indent: 11px;
    background: url(../images/bg-lb-Orange.png) no-repeat;
}

.hide-content1 .buy-msg::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 10px;
    width: 119px;
    height: 162px;
    background: url(../images/img-Tec-plus.png) no-repeat;
}

.icon-award:before {
    content: "\e900";
}

.icon-backup:before {
    content: "\e901";
}

.icon-change:before {
    content: "\e902";
}

.icon-contact:before {
    content: "\e903";
}

.icon-document:before {
    content: "\e904";
}

.icon-faq:before {
    content: "\e905";
}

.icon-feature:before {
    content: "\e906";
}

.icon-license:before {
    content: "\e907";
}

.icon-partner:before {
    content: "\e908";
}

.icon-support:before {
    content: "\e909";
}

.icon-upgrad:before {
    content: "\e90a";
}

.icon-user:before {
    content: "\e90b";
}

.icon-video:before {
    content: "\e90c";
}

.mobile-menu {
    display: none;
}

/*头部结束*/

.link.arrow::after,
.more.arrow::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 20px;
    color: #2f97f7;
    background: url("../images/ic-LM-b.png") no-repeat 0 5px;
}

/*banner*/
#banner,
.banner {
    background: #2e3643 url(../../images/index/bg-br.jpg) no-repeat center center;
    background-size: cover;
}

#banner .container,
.banner .container {
    padding-top: 0;
    padding-bottom: 35px;
    text-align: center
}

#banner h1,
.banner h1 {
    font-size: 50px;
    font-size: 5.0rem;
    color: #FFF;
    padding: 5.7% 0 2.5% 0;
}

#banner.banner-index h1 {
    padding-top: 8%;
}

#banner.banner-index .container {
    padding-bottom: 10.5%;
}

#banner.banner-index p {
    width: 65%;
    margin: 0 auto;
}

#banner h1.pro {
    padding-top: 7%;
    line-height: 1.2;
}

#banner p,
.banner p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    font-weight: lighter;
}

.download-blue,
.download-green,
.download-white {
    display: block;
    box-sizing: border-box;
    width: 19.3%;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 2.5;
    text-align: center;
    background: #4294e9;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 4.9%;
    margin-bottom: 1.7%;
    transition: all .5s;
    border: 1px solid transparent;
}

.download-blue:hover {
    background: #2e7dd0;
}

.download-blue {
    border-color: #4294e9;
}

.download-green {
    background: #5dc560;
}

.download-green:hover {
    background: #44bb48;
}

.download-white {
    background: #fff;
    color: #666;
    border: 1px solid #acacac;
}

.download-white:hover {
    background: #4294e9;
    border-color: #4294e9;
    color: #fff;
}

.more {
    font-size: 16px;
    font-size: 1.6rem;
}

.more-bg {
    display: block;
    box-sizing: border-box;
    color: #aab3be;
    width: 50%;
    text-align: center;
    line-height: 2.4;
    border: 1px solid #aab3be;
    border-radius: 2px;
    margin: 0 auto;
    transition: all .5s;
}

.more-index {
    line-height: 2.5;
}

.more-white {
    color: #aab3be;
    border-color: #aab3be;
}

.more::after {
    content: "";
    width: 11px;
    height: 9px;
    margin-left: -4px;
    opacity: 1;
    background: url(../../images/icon/more-hover-icon.png) no-repeat center center;
    transition: all 0.2s linear;
    display: inline-block;
}

.buy {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    width: 50%;
    line-height: 2.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #666;
    border: 1px solid #acacac;
    border-radius: 2px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.buy.buy-orange {
    background-color: #fd8a2e;
    border-color: #fd8a2e;
    color: #fff;
}

.buy.buy-orange:hover {
    background-color: #ff510d;
    border-color: #ff510d;
}

.buy.buy-blue {
    background-color: #4294e9;
    border-color: #4294e9;
    color: #fff;
}

.buy.buy-blue:hover {
    background-color: #2e7dd0;
    border-color: #2e7dd0;
}

/*banner end*/
.product-comparison {
    background-color: #fff;
}

.product-comparison h2 {
    padding-bottom: 3%;
}

.product-comparison ul {
    font-size: 0;
    text-align: center;
    word-spacing: -3px;
}

.product-comparison ul li {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 26.9%;
    margin-right: 4%;
    border: 1px solid #ebf0f5;
    word-spacing: normal;
}

.product-comparison ul p {
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #666;
    padding: 9% 6% 0 6%;
    height: 128px;
    text-align: center;
}

.product-comparison .more-bg {
    margin: 9% auto;
}

.main-product {
    background: #eef1f3;
    word-spacing: -4px;
}

.main-product .txt {
    vertical-align: top;
    width: 74%;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    line-height: 2.0;
    margin-right: 0;
    word-spacing: normal;
}

.main-product h4 {
    line-height: 1.5;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 2%;
    margin-bottom: 2%;
    word-spacing: normal;
}

.main-product ul li {
    padding-left: 14px;
    background: url(../../images/icon/ic-hook-gray.png) no-repeat left 10px;
}

.main-product ul li.new > span {
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    display: inline-block;
    vertical-align: baseline;
    padding-left: 3px;
    width: 42px;
    height: 18px;
    line-height: 18px;
    background-color: #FD8A2E;
    border-radius: 3px;
    /* background: url("../../images/icon/icon-bg.png") no-repeat 1px -501px */
}

.main-product .pic {
    vertical-align: top;
    width: 24%;
    word-spacing: normal;
    margin-right: 2%;
}

.main-product .pic img {
    display: block;
    margin: 0 auto;
}

.main-product .download-blue {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 27.8%;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 2%;
}

.main-product .more-bg {
    display: inline-block;
    vertical-align: top;
    width: 27.8%;
    margin-top: 4.9%;
}

.carousel {
    background: url(../../images/index/bg-carousel.jpg) no-repeat center center;
    background-size: cover;
}

.carousel h2 {
    color: #fff;
}

#carousel-uesr-reviews .msg {
    width: 80%;
    margin: 0 auto;
}

#carousel-uesr-reviews h4 {
    text-align: center;
    padding-bottom: 3%;
    color: #fff;
}

#carousel-uesr-reviews h4 span,
#carousel-uesr-reviews h4 img {
    display: inline-block;
    vertical-align: middle;
}

#carousel-uesr-reviews h4 img {
    margin-right: 5px;
}

#carousel-uesr-reviews h4 i {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
}

#carousel-uesr-reviews p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.86;
    color: #fff;
    height: 165px;
    position: relative;
}

#carousel-uesr-reviews p::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../images/icon/icon-bg.png) no-repeat -9px -220px;
    position: absolute;
    left: -5%;
}

#carousel-uesr-reviews p::after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../images/icon/icon-bg.png) no-repeat -9px -247px;
    position: absolute;
    right: -5%;
}

.carousel .swiper-button-prev {
    background: url(../../images/icon/icon-bg.png) no-repeat -8px -26px;
    background-size: auto;
}

.carousel .swiper-button-next {
    background: url(../../images/icon/icon-bg.png) no-repeat -5px -74px;
    background-size: auto;
}

.carousel .swiper-button-prev:hover {
    background-position-y: -122px;
}

.carousel .swiper-button-next:hover {
    background-position-y: -170px;
}

.swiper-pagination-bullet {
    width: 22px;
    height: 4px;
    background: rgba(255, 255, 255, .7);
    border-radius: 2px;
    opacity: .5;
    transition: all .5s;
}

.swiper-pagination-bullet:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}

.media-menu {
    font-size: 0;
    text-align: center;
    padding-bottom: 5%;
    border-radius: 2px;
}

.media-menu li {
    display: inline-block;
    vertical-align: top;
    width: 18.5%;
    background: #eaeaea;
    position: relative;
    cursor: pointer;
}

.media-menu li:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right: 1px solid #d5dade;
}

.media-menu li:nth-child(2) {
    border-right: 1px solid #d5dade;
}

.media-menu li:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.media-menu .active {
    background: #4294e9;
}

.media-menu .active::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #4294E9 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
    z-index: 10;
}

.media-reviews .hide-content {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    line-height: 1.86;
    position: relative;
}

.media-reviews .hide-content li {
    display: none;
    text-align: center;
    position: relative;
}

.media-reviews .hide-content::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../images/icon/icon-bg.png) no-repeat -9px -275px;
    position: absolute;
    left: -5%;
}

.media-reviews .hide-content::after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../images/icon/icon-bg.png) no-repeat -9px -301px;
    position: absolute;
    bottom: 0;
    right: -5%;
}

.media-reviews .more-bg {
    width: 13.4%;
    margin-top: 5%;
}

.carousel .more-white {
    width: 13.5%;
    margin-top: 2%;
}

.special-offers ul {
    text-align: center;
}

.special-offers ul li {
    width: 44.5%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-right: 6%;
    border: 1px solid #EBF0F5;
    padding: 2%;
    word-spacing: -4px;
    font-size: 0;
}

.special-offers a.link.arrow {
    word-spacing: normal;
    float: right;
    display: block;
    text-align: right;
    margin-top: 2%;
    color: #2f97f7;
    height: auto;
    width: 100%;
}

.special-offers h4 {
    border-bottom: 1px solid #EBF0F5;
    padding-bottom: 4%;
    margin-bottom: 6%;
    word-spacing: normal;
}

.special-offers .pic,
.special-offers .msg {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    word-spacing: normal;
}

.special-offers .pic {
    width: 40%;
    padding-right: 2%;
}

.special-offers .pic img {
    margin: 0 auto;
}

.special-offers .msg {
    width: 60%;
    text-align: left;
    position: relative;
}

.special-offers .msg .font-size14 {
    margin-bottom: 2%;
    padding-bottom: 0;
    height: 150px;
}

.special-offers .msg strong {
    font-size: 24px;
    font-size: 2.4rem;
    color: #ff250e;
    text-align: left;
}

.special-offers .msg del {
    font-size: 14px;
    font-size: 1.4rem;
    color: #bcbfc3;
    margin-left: 4px;
}

.special-offers .msg .price {
    margin-bottom: 4%;
    display: inline-block;
}

.special-offers .msg .buy {
    width: 44%;
    position: absolute;
    right: 0;
    left: auto;
}

/*
*service_wrapper
*/
.service_wrapper {
    background: url(../../images/purchase/bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.service_wrapper .service {
    padding-left: 50%;
}

.service_wrapper .service h2 {
    font-size: 3.4rem;
    font-size: 34px \0;
    font-weight: 400;
    color: #fff;
    padding-bottom: 2%;
    text-align: left;
}

.service_wrapper .service p {
    font-size: 1.4rem;
    font-size: 14px \0;
    line-height: 2.125;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    padding-left: 14px;
    background: url('../../images/icon/ic-hook-gray.png') no-repeat 0 10px;
}

.service_wrapper .service p.txt {
    padding-left: 0;
    background-image: none;
    padding-bottom: 3%;
}

/*
*resource
*/
.resource {
    background-size: cover;
}

.resource h2 {
    padding-bottom: 1.5%;
    color: #fff;
}

.resource p {
    color: #fff;
    margin-bottom: 2%;
}

.resource .container {
    text-align: center;
}

.product-feature {
    background: url(../../images/free-backup-software/bg1.jpg) no-repeat center center;
    background-size: cover;
}

.product-feature h2 {
    color: #fff;
    padding-bottom: 4%;
}

.product-feature h6 {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    color: rgba(255, 255, 255, .7) !important;
}

.product-feature .font-size18,
.product-feature .font-size24 {
    color: #fff;
    margin-bottom: 2%;
    word-spacing: normal;
}

.product-feature .title {
    color: #fff;
    text-align: center;
    margin-bottom: 5%;
}

.main-nav-menu {
    text-align: center;
    position: relative;
    z-index: 10;
}

.main-nav-menu li {
    width: 20.5%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.9;
    color: #fff;
    text-align: center;
    background: #3c485d;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-right: 2%;
    cursor: pointer;
    transition: all 1s;
}

.main-nav-menu li:hover,
.main-nav-menu li.active {
    background: #4294E9;
    border-color: #4294E9;
}

.main-menu-content {
    margin-top: 3%;
    display: none;
    word-spacing: -4px;
}

.main-menu-content.show {
    display: block;
}

.main-menu-content .font-size14 {
    color: rgba(255, 255, 255, .7);
    margin-bottom: 2%;
    word-spacing: normal;
}

.main-menu-content ol li,
.main-menu-content ul li {
    width: 32%;
    height: 330px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
    padding: 85px 20px;
    word-spacing: normal;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, 0.02);
    margin-right: 2%;
    margin-bottom: 3%;
    transition: all 0.25s linear;
}

.main-menu-content ol li.lastli {
    margin-bottom: 0
}

.main-menu-content ul li {
    width: 17%;
    height: 130px;
    box-sizing: border-box;
    padding: 17px 20px;
    margin-bottom: 0;
}

.main-menu-content li h4 {
    color: #fff;
    margin-bottom: 4%;
}

.main-menu-content li h4 a {
    color: #fff;
}

.main-menu-content li h4 a:hover,
.main-menu-content li:hover h4 a {
    text-decoration: underline;
}

.main-menu-content ol li p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    opacity: 0;
    transition: all 0.25s linear;
}

.main-menu-content ol li:hover {
    border-color: rgba(255, 255, 255, 0.18);
    padding: 20px;
}

.main-menu-content ol li img {
    transition: all 0.25s linear;
    width: 108px;
    height: 108px;
}

.main-menu-content ol li:hover img {
    transform: scale(0.75);
}

.main-menu-content ol li:hover p {
    opacity: 1;
    display: block;
}

.main-menu-content > ul {
    overflow: hidden;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.main-menu-content:last-child ul li {
    float: left;
    width: 48%;
    height: auto;
    padding: 0;
    border: none;
    background: none;
    margin-bottom: 3%;
}

.main-menu-content:last-child ul li.lastli {
    margin-bottom: 0;
}

.main-menu-content:last-child ul li p {
    text-align: left;
    padding: 0.75% 0 0.75% 10px;
    background: url("../../images/icon/ic-serial-number-gray1.png") left center no-repeat;
}

.main-menu-content:last-child ul li h4 {
    text-align: left;
    padding: 0 0 1.5% 0;
    color: #fff;
}

.main-menu-content ul li:hover {
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.main-menu-content:last-child ul li:hover {
    border: none;
}

.main-menu-content ul li.empty {
    width: 2%;
    border: none;
    padding: 0;
    background: none;
}

.main-menu-content:last-child ul li.empty {
    width: 9%
}

.main-menu-content .title-line {
    color: #ccc;
}

.main-menu-content .title-line::before,
.main-menu-content .title-line::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: 1px;
    background: #666e7c;
}

.main-menu-content .title-line::before {
    margin-right: 1%;
}

.main-menu-content .title-line::after {
    margin-left: 1%
}

.main-menu-content dl {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 5%;
    word-spacing: normal;
}

.main-menu-content dl dt {
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 2%;
}

.main-menu-content dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, .7);
    line-height: 30px;
}

.main-menu-content .require-msg {
    word-spacing: normal;
}

.main-menu-content .require {
    display: inline-block;
    vertical-align: top;
    margin-right: 25%;
    margin-left: 8%;
}

.main-menu-content .long {
    margin-left: 8% !important;
    margin-top: 3% !important;
}

.main-menu-content .long span {
    width: 65%;
}

.main-menu-content .require img,
.main-menu-content .require span {
    display: inline-block;
    vertical-align: middle;
}

.main-menu-content .require img {
    margin-right: 10px;
}

.main-menu-content .require h6 {
    color: #fff !important;
    text-align: left;
    padding-bottom: 10px;
}

.main-menu-content .require p {
    text-align: left;
}

.product-feature .txt-msg {
    margin-bottom: 4%;
}

.product-feature .txt-msg img,
.product-feature .txt-msg dl {
    display: inline-block;
    vertical-align: middle;
}

.product-feature .txt-msg dl {
    width: 80%;
    margin-left: 5%;
}

.product-feature .txt-msg dt {
    font-size: 20px;
    font-size: 2.0rem;
    color: #fff;
    margin-bottom: 1%;
}

.product-feature .txt-msg dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    color: rgba(255, 255, 255, .6);
}

.guarantee ul {
    font-size: 0;
    word-spacing: -3px;
    margin: 0 auto;
    display: table;
}

.guarantee ul li {
    text-align: center;
    display: table-cell;
    width: 32%;
    padding: 2%;
    border: 1px solid #ebf0f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ebf0f4;
}

.guarantee ul li.line {
    width: 2%;
    height: 90px;
    padding: 0;
    background: #fff;
    border: none;
    top: 0;
}

.guarantee ul li > p {
    font-size: 14px \0;
    font-size: 1.4rem;
    color: #666;
    padding-top: 5%;
    word-spacing: 1px;
}

.upgrade-server-wrapper {
    background: url('../../images/professional/bg3.jpg') no-repeat center center;
    background-size: cover;
}

.upgrade-server-wrapper .container {
    padding-left: 19%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.upgrade-server-wrapper p {
    font-size: 16px \0;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
    background: url('../../images/icon/ic-hook-gray.png') no-repeat 0 10px;
    padding-left: 15px;
    line-height: 1.875;
}

.line {
    width: 100%;
    height: 0;
    border-top: 1px solid #b1b6bf;
    position: relative;
    top: -20px;
    z-index: 1;
}

.table-comparison h2 {
    padding-bottom: 2%;
}

.table-comparison .title {
    text-align: center;
    margin-bottom: 4%;
}

.table-comparison ul {
    box-sizing: border-box;
    border: 1px solid #ebf0f5;
    border-right: none;
    position: relative;
    width: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    z-index: 99;
}

.table-comparison .bg-color ul {
    background: #eaf4fc;
}

.table-comparison ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border-right: 1px solid #ebf0f5;
}

.table-comparison .bg-color ul li {
    border-color: #fff;
}

.table-comparison ul .eq1 {
    height: 270px;
    line-height: 270px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #22252a;
    text-align: center;
    position: relative;
}

.table-comparison .eq1 .free-select {
    width: 100%;
    position: absolute;
    top: 10%;
}

.table-comparison .bg {
    height: 132px;
}

.table-comparison .bg h4 {
    text-align: center;
    padding: 5% 0;
    color: #fff;
}

.table-comparison .bg > p {
    color: #fff;
    text-align: center;
}

.table-comparison .bg > p.discount {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: -1%;
    padding-bottom: 5%
}

.table-comparison .bg p span {
    font-size: 30px;
    font-size: 3.0rem;
}

.table-comparison .bg p .del {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 2px;
    color: rgba(255, 255, 255, 0.6);
}

.table-comparison .bg-blue {
    background-color: #4294e9;
}

.table-comparison .bg-orange {
    background-color: #fd8a2e;
}

.table-comparison .download-blue {
    width: 64%;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4%;
    margin-top: 27%;
}

.table-comparison .buy {
    width: 67%;
    display: block;
    margin: 4% auto;
}

.table-comparison .select {
    width: 33%;
    height: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
    text-indent: 20px;
    border: 1px solid #e6e6e6;
    margin: 20px auto;
    cursor: pointer;
    position: relative;
}

.table-comparison .select::after {
    content: "";
    display: block;
    width: 20px;
    height: 25px;
    background: #e6e6e6 url(../../images/icon/ic-down.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
}

.table-comparison .options {
    width: 100%;
    border: 1px solid #e6e6e6;
    margin-left: -1px;
    display: none;
}

.table-comparison .options span {
    display: block;
    width: 100%;
    background-color: #fff;
}

.table-comparison .options span:hover {
    background-color: #e6e6e6;
}

.tec-editio {
    background: url(../images/tec-editio.jpg) no-repeat center center;
    background-size: cover;
}

.tec-editio h2 {
    color: #fff;
}

.tec-editio p {
    width: 70%;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.43;
    text-align: center;
    margin: 0 auto;
}

.tec-editio p a {
    color: #fffc03;
}

.tec-editio p a:hover {
    text-decoration: underline;
}

#review .container {
    overflow: hidden;
}

#review ul {
    float: left;
    width: 45%;
    margin-right: 10%;
}

#review ul li {
    display: inline-block;
    vertical-align: middle;
}

#review .text {
    width: 410px;
    height: 217px;
    box-sizing: border-box;
    background: url(../images/review-text-bg.png) no-repeat center center;
    padding: 5% 5% 2% 12%;
    margin-left: -55px;
    position: relative;
}

#review .text h4 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #000;
    font-weight: 400;
    margin-bottom: 2%;
    text-align: left;
}

#review .text p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #5c5d5e;
    line-height: 1.57;
    text-align: left;
}

#review .font-size14 {
    color: #4294e9;
    vertical-align: middle
}

#review .font-size14:hover {
    text-decoration: underline;
}

#review .btn {
    width: 80%;
    position: absolute;
    bottom: 5%;
    text-align: left;
}

#review .btn span {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background: #e7e7e7 url(../images/arrow-review.png) no-repeat 6px 4px;
    margin-right: 10px;
    float: right;
    cursor: pointer;
}

#review .btn .right {
    background-position-x: -90px;
}

#review .btn .right.show {
    background-position-x: -24px;
}

#review .btn .left.show {
    background-position-x: -59px;
}

#review .btn .show {
    background-color: #4294e9;
}

#review ul li img,
#review .text p {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#review ul li .active {
    display: block;
}

/*
*license下拉选择框
*/
.table-comparison .check_license,
#banner .check_license {
    margin: 5% auto 3%;
    width: 114px;
    position: relative;
    cursor: pointer;
}

.table-comparison .bg-color .check_license {
    background: #fff;
}

#banner .check_license {
    margin: 0 0 0 1%;
}

.table-comparison .check_license .lisence_num,
#banner .check_license .lisence_num {
    border: 1px solid #C8CACC;
    width: 90px;
    display: inline-block;
    vertical-align: top;
}

.table-comparison .check_license .lisence_num,
.table-comparison .check_license .chose_lisence > p,
#banner .check_license .lisence_num,
#banner .check_license .chose_lisence > p {
    box-sizing: border-box;
    font-size: 1.4rem;
    font-size: 14px \0;
    color: #a1a5a8;
    line-height: 1.5;
    padding-left: 10px;
    text-align: left;
    height: 23px;
    cursor: pointer;
}

#banner .check_license .lisence_num,
#banner .check_license .chose_lisence > p {
    color: #fff;
}

.table-comparison .check_license .iconlisence,
#banner .check_license .iconlisence {
    display: inline-block;
    width: 23px;
    height: 21px;
    vertical-align: bottom;
    border: 1px solid #C8CACC;
    border-left: none;
    background: url("../../images/icon/drop-down-arrow.png") no-repeat center center;
}

#banner .check_license .iconlisence {
    background: url("../../images/icon/icon-bg.png") no-repeat -5px -440px;
}

#banner .check_license .iconlisence {
    vertical-align: top;
}

.table-comparison .check_license .chose_lisence,
#banner .check_license .chose_lisence {
    display: none;
    width: 112px;
    border: 1px solid #C8CACC;
    border-top: none;
    position: absolute;
    z-index: 200;
    background-color: #fff;
    top: 23px;
    left: 0;
}

#banner .check_license .chose_lisence {
    z-index: 10;
}

#banner .check_license .chose_lisence {
    background: #4E5768;
}

.table-comparison .check_license .chose_lisence > p:hover {
    background-color: #f0f0f0;
}

#banner .check_license .chose_lisence > p:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#banner a.link {
    width: 25%;
    display: block;
    color: #fffc03;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
}

#banner .sale {
    margin-top: 1.5%
}

#banner .sale > p,
#banner .check_license {
    display: inline-block;
    vertical-align: baseline;
    color: #fff;
}

#banner .sale > p {
    margin-bottom: 0.5%;
}

#banner .sale > p.discount {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1%;
    width: 20%;
}

#banner .sale > form {
    margin-bottom: 2%;
}

#banner .sale > p > span {
    color: #fffc03;
    font-size: 34px;
    font-size: 3.4rem;
}

#banner .sale > p > span.del,
#banner .sale > p > span.savePrice {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-size: 1.4rem;
}

#banner .sale > span.del {
    color: rgba(255, 255, 255, 0.7);
    margin-left: 1%
}

#banner .check_license p {
    line-height: 1.875;
    color: #fff;
}

/*
*license 下拉选择框结束
*/
.table-comparison .free-select {
    text-align: center;
}

.free-select input {
    display: none;
}

.free-select input + label {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    vertical-align: bottom;
    cursor: pointer;
}

#banner .free-select input + label {
    color: #fff;
}

.free-select input:checked + label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(../../images/icon/technology-icon.png) no-repeat -51px -5px;
    margin-right: 4px;
}

#banner .free-select input:checked + label::before {
    background: url(../../images/icon/technology-icon2.png) no-repeat -51px -5px;
}

.free-select input:not(:checked) + label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(../../images/icon/technology-icon.png) no-repeat -5px -5px;
    margin-right: 4px;
}

#banner .free-select input:not(:checked) + label::before {
    background: url(../../images/icon/technology-icon2.png) no-repeat -5px -5px;
}

.free-select input:checked + label:hover::before {
    background-position-x: -74px;
}

.free-select input:not(:checked) + label:hover::before {
    background-position-x: -28px;
}

.tips-icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../../images/icon/ic-life15x15.png) no-repeat 0 0;
    margin-left: 4px;
    position: relative;
}

.tips-icon p,
#banner .tips-icon p {
    width: 250px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #666;
    padding: 5px;
    background-color: #fff1d1;
    border: solid 1px #ffc995;
    border-radius: 2px;
    position: absolute;
    bottom: 20px;
    left: -210px;
    display: none;
}

.free-select .tips-icon p,
#banner .free-select .tips-icon p {
    width: 430px;
    height: 250px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding: 15px;
    background-color: #0f2944;
    border: solid 1px #081b2f;
    border-radius: 3px;
    position: absolute;
    left: 31px;
    right: 0;
    bottom: 0;
    top: -112.5px;
    display: none;
    line-height: 1.4 !important;
    word-spacing: normal;
    letter-spacing: normal;
    box-sizing: border-box;
    text-align: left !important;
}

.free-select .tips-icon.bottom p,
#banner .free-select .tips-icon.bottom p {
    top: 31px;
    left: -207.5px;
}

.free-select .tips-icon.top p,
#banner .free-select .tips-icon.top p {
    top: -235px;
    left: -207.5px;
}

.free-select .tips-icon.left p,
#banner .free-select .tips-icon.left p {
    left: -445px;
}

.free-select .tips-icon p::before {
    content: "";
    width: auto !important;
    margin-bottom: 0;
    display: inline-block;
    border: 15px solid transparent;
    border-right-color: #0f2944;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -30px;
}

.free-select .tips-icon.bottom p::before {
    border-right-color: transparent;
    border-bottom-color: #0f2944;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 0;
}

.free-select .tips-icon.top p::before {
    border-right-color: transparent;
    border-top-color: #0f2944;
    left: 50%;
    top: 218px;
    margin-left: -15px;
    margin-top: 0;
}

.free-select .tips-icon.left p::before {
    border-right-color: transparent;
    border-left-color: #0f2944;
    left: auto;
    right: -30px;
    top: 50%;
    margin-top: -15px;
}

.free-select .tips-icon p span {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.free-select .tips-icon p span:last-child {
    margin-bottom: 0;
}

.tips-icon:hover {
    background-position-y: -25px;
}

.tips-icon:hover p,
#banner .tips-icon:hover p {
    display: block;
    z-index: 1000;
}

.table-comparison .table-content {
    border-left: 1px solid #ebf0f5;
    border-right: 1px solid #ebf0f5;
}

.table-comparison .table-content li:first-child span {
    display: inline-block;
    min-width: 51%;
    line-height: 1.2;
    margin-bottom: 5px;
    padding-left: 8px;
    background: url(/images/icon/ic-serial-number-gray1.png) no-repeat left 6px;
}

.table-comparison h6 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    line-height: 55px;
    background: #f6f7f7;
    text-align: left;
    text-indent: 10px;
}

.table-comparison ol {
    visibility: visible;
    border-bottom: 1px solid #ebf0f5;
}

.table-comparison ol li {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    line-height: 20px;
    padding: 20px 10px;
}

.table-comparison .bg-color ol li {
    border-right: 1px solid #fff;
}

.table-comparison ol .hook {
    background: url(../../images/icon/hook.png) no-repeat center center;
    text-align: center;
}

.table-comparison ol .nohook {
    text-align: center;
    position: relative;
}

.table-comparison ol .nohook::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 16px;
    height: 3px;
    background: #bdbdbd;
    border-radius: 1px;
}

.table-comparison ol .nohook::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.table-comparison ol .hook span {
    display: block;
    margin-top: 20%;
}

.table-comparison ol .tips-icon p {
    width: 310px;
    bottom: 20px;
    left: 10px;
}

.table-comparison ol .tips-right p {
    left: -314px;
}

.table-comparison ol .txt {
    text-align: center;
}

.table-comparison dl {
    margin-top: 2%;
}

.table-comparison dl dt {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 1%;
}

.table-comparison dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    line-height: 20px;
    padding-left: 8px;
    margin-bottom: 1%;
    background: url(../../images/icon/ic-serial-number-gray1.png) no-repeat left 8px;
}

.table-comparison dl b {
    font-weight: 600;
}

.message-text p {
    text-align: center;
}

#tool {
    position: fixed;
    right: 0;
    bottom: 50px;
    cursor: pointer;
}

.return-top {
    width: 60px;
    height: 60px;
    border-radius: 2px;
    background: url(../images/footer_share.png) no-repeat -10px -10px;
    display: none;
}

.return-top:hover {
    background-position-x: -80px;
}

.share {
    width: 60px;
    height: 60px;
    border-radius: 2px;
    background: url(../images/footer_share.png) no-repeat -150px -10px;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    z-index: 999;
}

.share:hover {
    background-position-x: -220px;
}

.share ul {
    font-size: 0;
    width: 300%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.share li {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
    transition: all .5s;
}

.share li.google {
    display: none;
}

.share li:hover,
.share .facebook {
    background: #e6f4ff;
}

.share .facebook::after {
    content: "";
    display: block;
    width: 20px;
    height: 40px;
    margin: 10px auto;
    background: url(../images/footer_share.png) no-repeat -8px -74px;
}

.share .facebook:hover::after {
    background-position-y: -114px;
}

.share .twitter::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px auto;
    background: url(../images/footer_share.png) no-repeat -27px -72px;
}

.share .twitter:hover::after {
    background-position-y: -112px;
}

.share .google::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px auto;
    background: url(../images/footer_share.png) no-repeat -66px -72px;
}

.share .google:hover::after {
    background-position-y: -112px;
}

/*合作公司logo无线滑动轮播*/
.message_wrapper {
    background: #eef1f3;
}

.message_wrapper .container {
    overflow: hidden;
    padding: 80px 0;
}

.message_wrapper h2 {
    color: #111;
    padding: 0 0 5.5% 0;
}

.message_wrapper ul {
    overflow: hidden;
    height: 60px;
    width: 4080px;
    position: relative;
    left: 0;
}

.message_wrapper ul li {
    float: left;
    /*position: relative;*/
    margin-right: 60px;
}

.message_wrapper ul li img {
    margin: 0 auto;
}

/*
*resource
*/
.resource {
    background: url("../../images/okr-free/bg2.png") no-repeat;
}

.resource a {
    display: inline-block;
    width: 15%;
}

.resource a:nth-child(3) {
    margin-right: 3%;
}

.resource2 a:nth-child(3) {
    margin-right: 0;
}

.resource2 a:nth-child(4) {
    margin: 0 2%;
}

/*
*comparison
*/
.comparison {
    border-top: 1px solid #ebedf0;
}

.comparison h2 {
    padding-bottom: 0;
}

.comparison .content-wrapper {
    display: none;
}

.comparison .down-icon,
.comparison .up-icon {
    width: 22px;
    height: 28px;
    margin: 4% auto 0;
    cursor: pointer;
}

.comparison .down-icon {
    background: url(../../images/purchase/dropdown-1.gif) no-repeat 0 0;
}

.comparison .up-icon {
    background: url(../../images/purchase/top-up.png) no-repeat -10px -10px;
    display: none;
}

.comparison .up-icon:hover {
    background-position: -44px -10px;
}

.comparison table {
    margin-top: 4%;
    border-collapse: separate;
    border-spacing: 0;
}

.comparison thead {
    background-color: #495B71;
}

.comparison thead tr th:first-child {
    border-top-left-radius: 3px;
}

.comparison thead tr th:last-child {
    border-top-right-radius: 3px;
}

.comparison tbody tr td:first-child {
    border-left: 1px solid #CAD5E3;
}

.comparison tbody tr td:last-child {
    border-right: 1px solid #CAD5E3;
}

.comparison tbody tr:last-child td {
    border-bottom: 1px solid #CAD5E3;
}

.comparison tbody tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.comparison tbody tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.comparison thead th,
.comparison tbody td {
    font-weight: normal;
    width: 23%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comparison thead th:nth-child(3),
.comparison tbody td:nth-child(3) {
    width: 54%;
}

.comparison thead th:nth-child(1),
.comparison tbody td:nth-child(1) {
    padding-left: 1.6%;
}

.comparison tbody td:nth-child(3) {
    padding-right: 1.6%;
}

.comparison thead th {
    text-align: left;
    color: #fff;
    font-size: 2.2rem;
    font-size: 22px \0;
    line-height: 3.65;
}

.comparison tbody tr:nth-child(even) {
    background-color: #E5E9EF;
}

.comparison tbody td {
    color: #666;
    line-height: 1.7;
    padding: 2.5% 0;
}

.comparison tbody td li {
    padding-left: 10px;
    background: url("../../images/icon/ic-serial-number-gray1.png") no-repeat 0 8px;
}

.comparison tbody tr td:first-child span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-image: url("../../images/purchase/icon2.png");
    background-repeat: no-repeat;
    vertical-align: middle
}

tbody tr:first-child td:first-child span {
    background-position: 0 2px
}

tbody tr:nth-child(2) td:first-child span {
    background-position: 0 -32px
}

tbody tr:nth-child(3) td:first-child span,
tbody tr:nth-child(4) td:first-child span {
    background-position: 0 -64px
}

#banner .addscroll {
    position: fixed;
    width: auto;
    top: 0;
    right: 0;
    z-index: 999;
    margin-top: 0;
}

#banner .addscroll .check_license {
    position: absolute;
    top: 16px;
    left: 0;
}

#banner .addscroll .price {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 162px;
    text-align: right;
}

#banner .addscroll .price span {
    font-size: 16px;
}

#banner .addscroll .price span.del {
    font-size: 12px;
    margin-left: 5px;
}

#banner .addscroll a {
    font-size: 14px;
    position: absolute;
    left: 385px;
    top: 10px;
    width: auto !important;
    line-height: normal;
    border: none;
    padding: 4px 15px;
    transition: none;
}

#banner .addscroll .download-blue {
    left: 550px;
    margin: 0;
}

#banner .addscroll form {
    position: absolute;
    top: 15px;
    left: 140px;
}

#banner .addscroll .tips-icon,
#banner .addscroll ul,
#banner .addscroll p.discount {
    display: none;
}

/*尾部开始*/
#footer {
    background: #212223;
}

#footer .container {
    padding: 5% 0 3%;
    font-size: 0;
    word-spacing: -3px;
}

#footer .container > dl,
#footer .center {
    display: inline-block;
    vertical-align: top;
    margin-right: 14%;
    width: 23.5%;
    word-spacing: normal;
}

#footer .center dl {
    margin-bottom: 5%;
}

#footer dl dt {
    font-size: 20px;
    font-size: 2.0rem;
    color: #ededee;
    padding-bottom: 4%;
    margin-bottom: 4%;
    border-bottom: 1px solid #666;
}

#footer dl dd {
    font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#footer .font-size16 {
    color: #d2d2d4;
    margin-top: 10%;
}

#footer dl dd a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    color: #868686;
}

#footer dl dd .download {
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    line-height: 2.5;
    background-color: #359EFF;
    border-radius: 2px;
    margin-top: 8%;
    overflow: hidden;
    transition: all .5s;
}

#footer .download::before {
    content: "";
    float: left;
    width: 20%;
    height: 40px;
    background: #2481e1 url(../images/download.png) no-repeat center center;
}

#footer dl dd .download:hover {
    background-color: #2481e1;
}

#footer .forum a {
    display: block;
    border-bottom: 2px dashed #4e4f52;
    padding-bottom: 5%;
    margin-bottom: 10%;
}

#footer .friendlink {
    margin-top: 5%;
    word-spacing: -4px;
}

#footer .friendlink a {
    display: inline-block;
    vertical-align: top;
    word-spacing: normal;
    width: 30px;
    height: 30px;
    /*transition: all .5s;*/
    margin-right: 8%;
    background-image: url("../images/ic-share.png");
    background-repeat: no-repeat;
    background-size: 400%;
}

#footer .friendlink .facebook {
    background-position: 0 0;
}

#footer .friendlink .twitter {
    background-position: -30px 0;
}

#footer .friendlink .google {
    display: none;
}

#footer .friendlink .youtube {
    background-position: -90px 0;
}

#footer .friendlink .facebook:hover {
    background-position: 0 -30px;
}

#footer .friendlink .twitter:hover {
    background-position: -30px -30px;
}

#footer .friendlink .youtube:hover {
    background-position: -90px -30px;
}

#send-email {
    margin-top: 10%;
    line-height: 32px;
    word-spacing: -4px;
}

#send-email p {
    color: #999;
    word-spacing: normal;
    margin-bottom: 2%;
}

#email-txt,
#email-btn {
    display: inline-block;
    box-sizing: border-box;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    word-spacing: normal;
}

#email-txt {
    width: 40%;
    color: #666;
    height: 32px;
    padding-left: 2px;
    padding-right: 6px;
    border: 1px solid #33373d;
    background-color: #2a2a2b;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#email-btn {
    width: 25%;
    color: #fff;
    height: 32px;
    background-color: #3381d0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.footer-two {
    background-color: #1a1b1c;
}

#footer .footer-two .container {
    padding: 2% 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
    text-align: center;
    word-spacing: normal;
}

#footer .footer-two ul {
    margin-top: 1%;
}

#footer .footer-two ul li {
    display: inline-block;
}

#footer .footer-two a {
    color: #999;
}

#footer a:hover {
    color: #fff;
}

/*PC footer结束*/

/*safari 兼容性调试*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #email-btn {
        position: relative;
        left: -4px;
    }

    .safari-hack {
        word-spacing: -4px;
    }

    #logo .logo-pic > img {
        max-height: 54px;
    }
}

@media only screen and (min-width: 993px) {
    .nav-bottom .hover-bg2 .bg {
        display: none;
        transition: all .5s;
    }

    .nav-bottom .hover-bg2 .bg2 {
        background: #4294e9;
    }

    .nav-bottom .hover-bg2 dd:hover > .bg {
        display: inline-block;
    }

    .nav-bottom .hover-bg2 .bg:hover {
        background: #c26922;
        color: #fff;
    }

    .nav-bottom .hover-bg2 .bg2:hover {
        background: #3475b8;
    }

    .more::after {
        opacity: 0;
    }

    .more:hover::after {
        margin-left: 6px;
        opacity: 1;
    }

    .more-bg:hover {
        color: #fff;
        background: #4294E9;
        border-color: #4294E9;
    }
}

/*移动端样式*/
@media only screen and (min-width: 320px) and (max-width: 1099px) {
    .center-block {
        width: 90%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
    #header .container {
        padding: 5px 0;
    }

    .wrap-header {
        height: 64px;
    }

    .main-menu-content ol li, .main-menu-content ul li {
        height: auto;
        padding: 20px;
    }

    .main-menu-content ol li p {
        opacity: 1;
    }

    /*手机端头部*/
    #logo {
        background-image: none;
    }

    #logo .logo-txt > i,
    #nav .nav-top,
    .nav-bottom .menu,
    .nav-bottom .show > a::after,
    .nav-bottom .hide-content::before {
        display: none;
    }

    #logo .logo-txt strong {
        font-size: 20px;
        position: absolute;
        top: 15px;
        left: 60%;
    }

    .nav-bottom {
        top: 0;
        position: static;
        display: inline-block;
        width: auto;
        text-align: right;
    }

    .mobile-menu {
        display: inline-block;
        width: 50%;
        height: 50%;
    }

    .nav-bottom .menu {
        box-sizing: border-box;
        width: 100%;
        /*height: 100%;*/
        padding: 20px;
        text-align: left;
        background: #22262c;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999999;
    }

    .nav-bottom .menu li {
        display: block;
        margin-right: 0;
        border-bottom: 1px solid #595c60;
        height: auto;
        line-height: 50px;
        position: relative;
    }

    .nav-bottom .menu li > a {
        color: #a2a5aa;
    }

    .nav-bottom .menu li::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 10%;
        height: 50px;
        background: url(../images/mobile-nav-down.png) no-repeat center center;
    }

    .nav-bottom .menu .mobile-nav-close a {
        font-size: 0;
    }

    .nav-bottom .menu .mobile-nav-close::after {
        background: url(../images/mobile-nav-close.png) no-repeat center center;
    }

    .nav-bottom .menu .last::after {
        display: none;
    }

    .nav-bottom .menu li a {
        display: inline-block;
    }

    .nav-bottom .hide-content {
        position: static;
        width: auto;
        background-color: #22262c;
        box-shadow: none;
    }

    .nav-bottom .wrapper {
        padding: 0;
    }

    .nav-bottom .hide-content dl dt {
        font-size: 1.6rem;
        color: #656a71;
        line-height: 25px;
    }

    .nav-bottom .hide-content dl dd {
        line-height: 1.4;
    }

    .nav-bottom .hide-content dl dd a {
        color: #fff;
    }

    .nav-bottom .buy-msg {
        display: none;
    }

    .nav-bottom .hide-content2 dl,
    .nav-bottom .hide-content3 dl {
        display: block;
        width: 100%;
    }

    [class^="icon-"], [class*=" icon-"] {
        color: #fff;
    }

    /*手机端头部 end*/
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    /*手机端尾部*/
    #footer .container > dl, #footer .center {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    #footer .center dl {
        margin-bottom: 0;
    }

    #footer .font-size16 {
        margin-top: 4%
    }

    #footer dl dt {
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 60px;
        background: url(../images/mobile-nav-down.png) no-repeat right center;
    }

    #footer dl dd {
        display: none;
    }

    #footer .footer-two ul {
        display: none;
    }

    /*手机端尾部 end*/
    #banner .tips-icon p {
        left: -120px;
    }

    /*add*/
    .nav-bottom .hover-bg2 .bg {
        display: inline-block;
        background: #c26922;
        color: #fff;
    }

    .nav-bottom .hover-bg2 .bg {
        background-color: #4294e9;
    }

    .more-bg {
        color: #fff;
        background: #4294E9;
        border-color: #4294E9;
    }

    .more::after {
        margin-left: 3px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #logo {
        width: 20%;
    }

    #nav {
        height: 60px;
        width: 80%;
    }

    #nav .nav-top {
        display: none;
        position: relative;
        top: 30px;
    }

    #nav .nav-bottom {
        margin-top: 18px;
    }

    #logo .logo-pic {
        width: 32%;
    }

    #logo .logo-txt strong {
        left: 40%;
    }

    .mobile-menu {
        width: 50%;
    }

    .paid-width {
        width: 60% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .download-blue, .download-green, .download-white {
        margin-bottom: 0;
    }

    .main-product .pic {
        margin-top: 40px;
    }

    .nav-bottom .menu li::after {
        width: 6%;
    }

    .paid-block {
        display: block !important;
        width: 100% !important;
    }

    .product-comparison ul p {
        height: 165px;
    }

    .main-nav-menu li {
        width: 22%;
    }

    .main-menu-content ul li {
        height: 130px;
        padding: 10px;
    }

    .main-product .pic, .main-product .txt {
        vertical-align: middle;
    }

    #review ul {
        text-align: center;
        margin-bottom: 40px;
    }

    .special-offers .msg .font-size14 {
        height: auto;
    }

    .special-offers h4 {
        height: auto;
    }

    .special-offers .pic {
        width: 36%;
        margin-right: 2%;
    }

    .special-offers .msg .price {
        display: block;
    }

    .special-offers .msg .buy {
        position: static;
        width: 80%;
    }

    .service_wrapper .service {
        padding-left: 30%;
    }

    .product-feature .txt-msg dl {
        margin-left: 0;
    }

    .product-comparison ul li {
        width: 30%;
    }

    .resource a {
        width: 24%;
    }

    #footer .friendlink a, #email-btn {
        width: 10%;
    }

    .main-product .pic, .main-product .txt {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .special-offers ul li {
        display: block;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4%
    }

    .special-offers ul li:last-child {
        margin-bottom: 0;
    }

    .special-offers ul li.last {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .special-offers a.link.arrow {
        float: none;
        text-align: center;
    }

    .special-offers .msg {
        width: 62%;
    }

    #banner a.link {
        width: 40%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    html {
        font-size: 50%;
    }

    #banner h1, .banner h1 {
        padding-top: 13% !important;
    }

    #banner .container, .banner .container {
        padding-bottom: 13% !important;
    }

    .nav-bottom .hide-content dl, .nav-bottom .hide-content .eq2 {
        display: block !important;
        width: 100% !important;
    }

    .nav-bottom .hide-content .last {
        margin-bottom: 20px !important;
    }

    #logo .logo-pic {
        width: 50%;
    }

    #banner p {
        padding: 0;
    }

    .mobile-block {
        display: block !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mobile-none {
        display: none !important;
    }

    .mobile-btn-block {
        display: block !important;
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .product-comparison ul li {
        margin-bottom: 10px;
    }

    .main-product .pic {
        margin-top: 20px;
    }

    #carousel-uesr-reviews p {
        height: 230px;
    }

    #carousel-uesr-reviews p::before {
        left: -12%;
    }

    #carousel-uesr-reviews p::after {
        right: -10%;
    }

    .media-reviews .hide-content .show::before {
        left: -7%;
    }

    .media-menu li {
        width: 33%;
    }

    .media-menu .active::after {
        border-width: 8px;
        bottom: -16px;
        margin-left: -8px;
    }

    .special-offers .msg .font-size14 {
        height: auto;
        margin-top: 4%;
        margin-bottom: 4%;
    }

    .special-offers ul li {
        margin-bottom: 20px;
    }

    .special-offers .msg .price {
        width: 100%;
        text-align: center;
    }

    .special-offers .msg .buy {
        width: 80%;
        position: static;
        display: block;
        margin: 0 auto;
    }

    .main-nav-menu li {
        margin-bottom: 10px;
    }

    .line {
        display: none;
    }

    .main-product ul li {
        background-position-y: 6px;
    }

    .main-menu-content ol li {
        display: block;
        width: 100%;
    }

    .main-menu-content ol .last {
        margin-bottom: 20px !important;
    }

    .table-comparison .bg h4 {
        font-size: 14px;
        height: 30px;
        margin-bottom: 20px;
        word-wrap: break-word;
    }

    .table-comparison .bg p span {
        font-size: 12px;
        display: block;
    }

    .table-comparison .bg p .del {
        font-size: 10px;
    }

    .table-comparison .download-blue,
    .table-comparison .free-select,
    .table-comparison .check_license,
    .table-comparison .buy {
        display: none
    }

    .table-comparison ul .eq1 {
        height: 120px;
        line-height: 120px;
    }

    .table-comparison .bg {
        height: 120px;
    }

    .table-comparison ol .hook span {
        margin-top: 40%;
    }

    .table-comparison ol li {
        padding-left: 6px;
        padding-right: 0;
        font-size: 12px;
        word-wrap: break-word;
    }

    .main-menu-content ul li {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .main-product .more-index {
        margin-top: 2%;
    }

    .product-comparison ul p {
        height: auto !important;
    }

    #review ul {
        margin-bottom: 40px;
    }

    #review ul li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 20px;
        padding-top: 20px;
        border: 1px solid #EBF0F4;
        border-bottom: none;
    }

    #review ul li .active {
        margin: 0 auto;
    }

    #review .text {
        margin-left: 0;
        background-image: none;
        border: 1px solid #ebf0f4;
        padding: 5%;
        height: 160px;
    }

    #banner a.link {
        width: 65%;
    }

    .guarantee ul li {
        display: block;
        width: 100%;
        margin-bottom: 2%;
    }

    .guarantee ul li.line {
        display: none;
    }

    .upgrade-server-wrapper .container {
        padding-left: 0;
    }

    .media-reviews .more-bg.indexmore {
        margin-left: auto !important;
    }

    .service_wrapper .service {
        padding-left: 0;
    }

    .product-feature .txt-msg img, .product-feature .txt-msg dl {
        display: block;
        margin: 0 auto;
    }

    .product-feature .txt-msg dl {
        width: 100%;
    }

    .product-feature .txt-msg img {
        margin-bottom: 20px;
    }

    .resource a,
    .resource2 a:nth-child(4) {
        margin-bottom: 20px;
    }

    .special-offers a.link.arrow {
        float: none;
        display: block;
        text-align: center;
    }

    .special-offers h4 {
        height: auto;
    }

    #review .btn {
        width: 90%;
    }

    .table-comparison .check_license .lisence_num,
    #banner .check_license .lisence_num,
    #banner .check_license .chose_lisence > p {
        font-size: 1.8rem;
    }

    .upgrade-server-wrapper p {
        background-position-y: 5px
    }

    #banner .sale > p.discount {
        display: block;
        text-align: center;
        width: 100%;
    }
}

/*周发梅让加的free lisence板块*/
.free-lisence {
    background: #454f62 url("/public/images/free-licence-bg.jpg") no-repeat center top;
    background-size: cover;
    max-height: 450px;
    text-align: center;
}

.free-lisence .container {
    padding: 6.2% 0;
}

.free-lisence h2 {
    color: #fff;
    padding-bottom: 3%;
}

.free-lisence h4 {
    padding-top: 20px;
    text-align: center;
    height: 88px;
    line-height: 1;
    margin-bottom: 5px;
    color: #fff;
    background: url("/public/images/free-licence-title.png") no-repeat center top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.free-lisence p {
    color: #fff;
}

.free-lisence p.text {
    width: 32%;
    margin: 1% auto 1.5%;
}

.free-lisence p.text b {
    font-weight: bold;
}

.free-lisence .link {
    color: #4294e9;
    padding-left: 25px;
    background: url("/public/images/free-licence-mouse.png") no-repeat left center;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .free-lisence p.text {
        width: 100%;
    }

    .free-lisence h4 {
        background: none;
        font-weight: bolder;
        padding-top: 0;
        height: auto;
    }

    .free-lisence p:last-child,
    .free-lisence p:last-child a {
        display: inline-block;
        line-height: 2;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .free-lisence p.text {
        width: 80%;
    }
}

#active-entry, .am-promotion-entry {
    display: block !important;
    position: fixed;
}

.am-promotion-entry .btn-promotion {
    right: -2% !important;
}

p[data-type=check] {
    display: inline-block !important;
    color: #46505a;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checked[data-type=check]:before, .checked[data-type=check]:hover:before {
    background: url(/public/active/upgrade-now/img/icon_gx.png) no-repeat center;
}

[data-type=check]:before, [data-type=check]:hover:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    vertical-align: middle;
    background: url(/public/active/upgrade-now/img/icon_wgx.png) no-repeat center;
}

.swiper-slide img {
    max-width: 700px;
}

#banner .free-select p.price {
    color: #fff;
    display: inline-block;
    width: auto;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
}

#banner .free-select, #banner .check_license {
    display: inline-block;
    margin-bottom: 0;
}

#banner .check_license + .free-select {
    display: block;
    clear: both;
}

#banner a.buy {
    display: block;
    clear: both;
}

#banner a.download-green, #banner a.download-blue {
    vertical-align: top;
    margin: 0;
}

#banner a.download-green + a.buy, #banner a.download-blue + a.buy {
    display: inline-block;
    vertical-align: middle;
}

#banner p.font-size30 {
    margin-bottom: 45px !important;
}

#banner a.download-green, #banner a.download-blue {
    margin: 0 auto;
}

#banner .addscroll {
    text-align: right !important;
    height: auto !important;
    padding: 8px 0 0 0;
}

#banner .addscroll .free-select,
#banner .addscroll .check_license,
#banner .addscroll .btn-group,
#banner .addscroll .btn-group > a,
#banner .addscroll .btn-group + a {
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    position: static;
    margin: 0 auto;
}

#banner .addscroll .free-select > .checked,
#banner .addscroll .free-select > .tips-icon,
#banner .addscroll .free-select > .price {
    word-break: keep-all !important;
    white-space: normal !important;
    display: inline-block !important;
    position: static !important;
    width: auto !important;
}

._es-disk-clone-software #banner a.download-white {
    margin-left: 45px !important;
}

._es-download-iso #banner h1 + p {
    margin-bottom: 10px;
}

.es-mb {
    margin-bottom: 80px !important;
}

#banner .free-select {
    display: block;
}

#banner .check_license-box {
    position: static;
    display: inline-block;
    vertical-align: middle;
}

#banner .addscroll .check_license-box .check_license {
    position: relative;
    top: 0;
}

.fb_iframe_widget_fluid_desktop iframe {
    width: auto !important;
    display: block !important;
}

#banner ul.rights {
    margin-top: 2%;
    text-align: left
}

#banner ul.rights li {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5)
}

#banner ul.rights h6 {
    font-size: 14px
}

#banner ul.rights img, #banner ul.rights .txt {
    display: inline-block;
    vertical-align: middle
}

#banner ul.rights img {
    margin-right: 1%
}


/*********xxxxxxxxxxxxxxxxx*********/
ul, dl, ol, ul li, dl dt, dl dd, ol li, ul.top-nav li {
    list-style: none;
}


.selectMenu1 {
    -ms-word-break: break-all;
    word-break: break-all;
    white-space: nowrap;
}

.selectMenu1:after {
    content: '';
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    display: block;
}

.selectMenu1 > * {
    display: inline-block !important;
    float: left;
}

/*header 20191012 begin*/
.lj-container {
    max-width: 1170px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#top-nav {
    position: relative;
    z-index: 9999999
}

#top-nav {
    position: relative;
    z-index: 9999999
}

.lj-hide {
    display: none !important
}

#navbar-placeholder {
    background-color: #1a1c1e
}

.lj-brand {
    float: left;
    position: relative;
    width: 166px;
    margin-right: -160px;
    margin-top: .4em;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20180825;
    width: 100%
}

.lj-navbottom .lj-bottom-nav li > a {
    font-size: 16px;
    text-transform: uppercase
}

.lj-link-wrapper {
    margin-left: 162px;
    text-align: right;
    position: relative;
    margin-top: 10px
}

.lj-rel {
    position: relative
}

.am-promotion-entry.am-remove {
    height: 0;
    overflow: hidden;
    position: absolute;
    min-height: auto;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.close-promotion {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: #707377
}

.lj-link-container {
    width: 100%;
    text-align: center;
    color: #555
}

.lj-nav {
    background-color: #1a1c1e;
    color: #bcbfc2;
    border-top: 1px solid #1a1c1e
}

.brand-logo {
    display: block;
    position: relative
}

.brand-logo img, .brand-logo h3 {
    float: left
}

.lj-link-container a {
    color: #bcbfc2
}

.brand-logo h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 7px 0 0 7px;
    text-align: left;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.brand-logo .vice-logo {
    width: 174px;
    height: 58px;
    display: block;
    position: absolute;
    top: -10px;
    right: -103%;
    background-image: url(/vendor/static/lj-icon.png);
    background-repeat: no-repeat
}

.lj-top-nav-bu .vice-logo {
    background-position: 1px -217px
}

.lj-top-nav-bu .brand-logo:hover .vice-logo {
    background-position: 1px -154px
}

.lj-dropdown-menu dd > a.icon-free:after {
    content: none
}

.brand-logo h3 small {
    display: block;
    font-size: 14px;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.lj-nav li, .lj-nav dd, .lj-nav ul, .lj-nav dl, .lj-nav ol, .lj-nav dt {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.lj-navtop, .lj-navbottom {
    text-align: left
}

.lj-top-nav li a {
    font-size: 14px;
    color: #666;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.lj-top-nav li a:hover {
    color: #fff
}

.lj-navtop {
    text-align: right;
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    word-spacing: -0.43em;
    height: 58px;
    line-height: 58px;
    margin-bottom: 5px
}

.lj-navtop .lj-top-nav, .lj-navtop .lj-special-point, .lj-navtop .lj-lang-area, .lj-navtop .lj-search-form {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    word-spacing: normal;
    letter-spacing: normal;
    text-align: left;
    margin-left: .43em
}

.lj-navtop .lj-top-nav {
    margin-left: 0;
    margin-right: 18px
}

.lj-top-nav li {
    float: left;
    margin-left: 12px
}

.lj-top-nav li:first-child {
    margin-left: 0
}

.lj-special-point {
    position: relative;
    width: 64px
}

.lj-special-point a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fffc10;
    color: #000;
    padding: 5px 5px 15px;
    font-weight: 600;
    position: relative;
    line-height: normal;
    top: -1px;
    border-bottom: 1px solid #1a1c1e;
    -webkit-animation: 1s specialOfferLoop infinite normal;
    -o-animation: 1s specialOfferLoop infinite normal;
    -moz-animation: 1s specialOfferLoop infinite normal;
    animation: 1s specialOfferLoop infinite normal
}

.lj-special-point a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-bottom-color: #1a1c1e;
    border-left-width: 33px;
    border-right-width: 33px;
    bottom: -2px;
    left: 0;
    z-index: 11
}

.lj-special-point a:hover {
    background-color: #efec00;
    font-weight: 700
}

.lj-search-form {
    position: relative
}

.lj-search-form .lj-search-input {
    float: left
}

.lj-search-form .lj-search-input, .lj-search-form .lj-search-submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    padding: 2px 5px;
    display: block;
    outline: none;
    border: none;
    font-size: 14px
}

.lj-search-form .lj-search-submit {
    width: 30px
}

.lj-search-form .lj-search-input {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    background-color: #fff;
    background-image: none;
    width: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: width 600ms, padding-left 600ms, padding-right 600ms;
    -moz-transition: width 600ms, padding-left 600ms, padding-right 600ms;
    -o-transition: width 600ms, padding-left 600ms, padding-right 600ms;
    transition: width 600ms, padding-left 600ms, padding-right 600ms
}

.active .lj-search-input {
    border: 1px solid #fff;
    border-right: 0;
    background-color: #fff;
    color: #555;
    padding-left: 5px;
    padding-right: 5px;
    width: 320px;
    -webkit-transition: width 600ms, padding-left 600ms, padding-right 600ms;
    -moz-transition: width 600ms, padding-left 600ms, padding-right 600ms;
    -o-transition: width 600ms, padding-left 600ms, padding-right 600ms;
    transition: width 600ms, padding-left 600ms, padding-right 600ms
}

.active .lj-search-form .lj-search-submit {
    background-color: #fff
}

.lj-search-form .lj-search-input:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.lj-search-form .lj-search-submit {
    background-image: url(/vendor/static/lj-icon.png);
    background-repeat: no-repeat;
    background-position: -30px 5px;
    background-color: transparent;
    border-left: 0;
    overflow: hidden;
    border-color: #4b4b4b
}

.lj-search-form .lj-search-submit:hover {
    background-color: #4b4b4b
}

.lj-navtop .lj-search-form {
    margin: 0 12px 0 18px
}

.lj-navtop-bu .lj-search-form {
    margin-left: 0
}

.lj-lang-area {
    line-height: normal;
    height: auto;
    position: relative;
    top: 2px
}

.lj-lang-area .lj-lang-list {
    position: absolute;
    background-color: #fff;
    top: 26px;
    right: 0;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 23px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 23px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 23px -5px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
    min-width: 100px
}

.scrolling .lj-lang-area .lj-lang-list {
    top: 32px
}

.lj-lang-area .lj-lang-list.vertical-slide {
    max-height: 300px
}

.lj-lang-area h4 {
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    color: #666;
}

.lj-lang-area:hover h4, .lj-lang-area:hover h4:after {
    color: #fff;
    border-top-color: #fff
}

.lj-lang-area .lj-lang-list li > a {
    padding: 4px 15px;
    display: block;
    font-size: 14px;
    color: #3f3f3f
}

.lj-lang-area .lj-lang-list li > a:hover {
    background-color: #c9c9c9
}

.lj-lang-area .lj-lang-list li:first-child:before, .lj-lang-area .lj-lang-list li:last-child:after {
    content: '';
    display: block;
    height: 5px;
    background-color: #fff
}

.lj-navbottom {
    text-align: right
}

.lj-navbottom .lj-bottom-nav {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative
}

.lj-navbottom .lj-bottom-nav > li {
    text-align: left;
    float: left;
    margin-left: 15px
}

.lj-navbottom .lj-bottom-nav > li:first-child {
    margin-left: 0
}

.lj-navbottom .lj-bottom-nav li > a {
    display: block;
    min-height: 20px;
    padding-bottom: 14px;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.lj-navbottom .lj-bottom-nav li > a:hover {
    color: #fff;
    text-decoration: none;
}

.lj-navbottom .lj-bottom-nav li.lj-has-dropdown > a:after, .lj-lang-area h4:after {
    content: '';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 0;
    margin-left: 2px;
    width: 12px;
    height: 10px;
    background: url(/vendor/static/top-icon2.png) no-repeat -19px -172px
}

.lj-lang-area h4:after {
    height: 24px;
    width: 15px;
    margin-left: 0;
    background-position: -70px -133px !important
}

.lj-lang-area:hover h4:after {
    background-position-x: -53px !important
}

.lj-navbottom .lj-bottom-nav li.lj-has-dropdown:hover > a:after {
    background-position-x: -35px
}

.lj-top-nav-bu .lj-navtop {
    height: auto;
    line-height: normal
}

.lj-dropdown-menu {
    -webkit-box-shadow: 0 5px 23px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 23px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 23px -5px rgba(0, 0, 0, 0.4);
    position: absolute;
    background-color: #fff;
    padding: 0 15px;
    top: 35px;
    right: 0;
    max-height: 0;
    overflow: hidden
}

.lj-fadein .lj-dropdown-menu, .lj-has-dropdown:hover .lj-dropdown-menu {
    max-height: 1200px;
    padding: 30px 15px 30px;
    -webkit-transition: all 900ms;
    -moz-transition: all 900ms;
    -o-transition: all 900ms;
    transition: all 900ms
}

.scrolling .vice-logo {
    display: none
}

.scrolling .lj-link-wrapper {
    margin-top: 0
}

.scrolling .lj-brand {
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.scrolling .lj-brand img {
    width: 48px;
    height: auto !important;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
    position: relative;
}

.scrolling .lj-brand .brand-logo h3 small {
    font-size: 14px !important;
    font-weight: 400;
    position: relative;
    top: -5px;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.scrolling .lj-lang-area {
    height: 36px;
    line-height: 36px
}

.scrolling .lj-lang-area ul li {
    line-height: normal
}

.scrolling .lj-navtop {
    height: auto;
    line-height: normal;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
    margin-bottom: 0;
    margin-top: 0;
    height: 0;
    overflow: hidden
}

.scrolling .lj-special-point {
    width: 120px;
    text-align: center;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.scrolling .lj-special-point a:after {
    border: 8px solid transparent;
    border-bottom-color: #1a1c1e;
    border-left-width: 60px;
    border-right-width: 60px;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.scrolling .lj-special-point a {
    padding: 4px 5px 12px;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.scrolling .lj-navbottom .lj-bottom-nav li > a {
    padding-bottom: 16px;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.scrolling .lj-top-nav li a {
    font-size: 13px;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.scrolling .lj-dropdown-menu {
    top: 36px
}

.scrolling .lj-fadein > a:before, .scrolling .lj-has-dropdown:hover > a:before {
    top: 12px;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms
}

.lj-dropdown-menu dt, .lj-dropdown-menu dt > a {
    color: #21252a;
    font-size: 20px;
    padding-left: 35px;
    margin-bottom: 9px;
    padding-top: 2px;
    padding-bottom: 2px
}

.lj-dropdown-menu dt > a {
    padding-left: 0
}

.lj-dropdown-menu dt > a:hover {
    color: #37a2fc
}

.lj-dropdown-menu dl dd:first-child {
    margin-top: 0
}

.lj-dropdown-menu dd > a {
    color: #4b4e53;
    font-size: 16px;
    display: inline-block;
}

.lj-dropdown-menu dd {
    padding: 3px 15px;
}

.lj-dropdown-menu dd > p {
    font-size: 14px;
}

.lj-dropdown-menu dd > a:hover {
    color: #37a2fc
}

.lj-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: normal
}

.lj-btn i {
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -4px
}

.lj-btn-o {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff
}

.lj-btn-o:hover {
    color: #fff;
    background: #4294e9;
    border-color: #4294e9
}

/*.lj-dropdown-menu > dl {*/
/*padding-right: 15px*/
/*}*/

.lj-dropdown-with:after {
    content: '';
    display: table;
    clear: both
}

.lj-dropdown-with {
    width: -webkit-calc(130%);
    width: -moz-calc(130%);
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    position: relative;
    clear: both;
    padding: 25px 135px 25px 15px;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: -15px;
    top: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    word-break: keep-all
}

.lj-dropdown-with-bg1 {
    background-image: url(/vendor/static/dropdown-with-bg1.jpg)
}

.lj-dropdown-with-bg2 {
    background-image: url(/vendor/static/dropdown-with-bg2.jpg)
}

.lj-dropdown-with-bg3 {
    background-image: url(/vendor/static/dropdown-with-bg3.jpg)
}

.lj-dropdown-with > p {
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    text-align: left;
    width: 74%;
    display: inline-block;
    vertical-align: middle;
    word-break: break-word;
    white-space: normal;
    margin-right: 15px
}

.lj-dropdown-with .lj-btn-o {
    min-width: 100px;
    color: #fff
}

.lj-dropdown-with:after {
    display: block;
    width: 134px;
    height: 181px;
    position: absolute;
    bottom: 0;
    right: 0
}

.lj-navicon {
    display: inline-block;
    margin-left: 12px;
    margin-right: 4px;
    padding: 2px 9px;
    border: 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    position: relative;
    top: -3px
}

.lj-navicon:after {
    content: '';
    width: 0;
    display: block;
    height: 0
}

.lj-dropdown-menu dd > :nth-child(1) {
    margin-right: 5px
}

.lj-dropdown-menu dd > a ~ span {
    display: inline-block;
    vertical-align: middle;
    min-height: auto;
    font-size: 14px
}

.lj-dropdown-menu dd > .lj-navicon {
    display: inline-block;
    margin-left: 5px;
    margin-right: 2px;
    padding: 1px 7px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    position: relative;
    vertical-align: middle;
    top: -6px;
    color: #fff;
    min-height: auto;
    font-size: 12px;
}

.lj-dropdown-menu dd > a.lj-navicon:hover {
    color: #fff;
    text-decoration: none;
}

.lj-navicon-free {
    color: #fff;
    background-color: #5dc560;
    border-color: #5dc560
}

.lj-navicon-free:after {
    border: 5px solid transparent;
    border-bottom-color: #5dc560;
    border-left-width: 10px;
    position: absolute;
    left: -10px;
    top: .5em
}

.lj-navicon-new {
    color: #fff;
    background-color: #3892e6;
    border-color: #3892e6;
    margin-left: 5px;
    bottom: 3px
}

.lj-navicon-new:after {
    border: 5px solid transparent;
    border-bottom-color: #3892e6;
    border-left-width: 10px;
    position: absolute;
    left: -10px;
    top: .5em
}

.lj-dropdown-menu dd > .lj-navicon.lj-navicon-buy {
    visibility: hidden
}

.lj-navicon-buy {
    color: #fff;
    background-color: #fd8a2e;
    border-color: #fd8a2e;
    margin-left: 5px;
    bottom: 3px;
    display: none
}

.lj-navicon-buy:hover {
    background-color: #ff510d !important
}

.lj-dropdown-menu dd > .lj-navicon-buy {
    margin-left: 5px;
    margin-right: 3px
}

.lj-dropdown-menu dd :last-child {
    margin-right: 0 !important
}

.lj-dropdown-menu dd > .lj-navicon.lj-navicon-try {
    visibility: hidden
}

.lj-navicon-try {
    color: #fff;
    background-color: #37a2fc;
    border-color: #37a2fc;
    margin-left: 5px;
    bottom: 3px
}

.lj-navicon-try:hover {
    background-color: #2481e1 !important
}

.lj-dropdown-menu dd > .lj-navicon-try {
    margin-left: 2px;
    margin-right: 3px
}

.lj-naviconfont {
    font-size: 24px;
    border: 0;
    vertical-align: middle;
    position: relative;
    top: -3px
}

.lj-naviconfont-download:hover {
    color: #2481e1
}

.lj-dropdown-menu dd > a.lj-naviconfont {
    padding: 0;
    background-color: #fff;
    font-size: 20px;
    visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    min-height: 22px;
    line-height: 1.07em;
    margin-right: 2px;
    width: 20px;
    outline: none;
    vertical-align: middle;
    border: 0 !important;
    text-align: center
}

.lj-dropdown-menu dd > a.lj-naviconfont:last-child {
    margin-right: 0
}

.lj-dropdown-menu dd > :nth-child(1):hover ~ .lj-naviconfont {
    visibility: visible !important
}

.lj-navbottom .lj-bottom-nav .lj-dropdown-menu dd:hover .lj-naviconfont {
    visibility: visible !important
}

.lj-naviconfont-download {
    color: #fff;
    background-color: #37a2fc;
    border-color: #37a2fc;
    margin-left: 3px
}

.lj-navbottom .lj-bottom-nav .lj-dropdown-menu dd .lj-naviconfont-download:hover:before {
    color: #2481e1 !important
}

.lj-naviconfont-upgrade {
    color: #fff;
    background-color: #ff8b3b;
    border-color: #ff8b3b;
    margin-left: 3px
}

.lj-navbottom .lj-bottom-nav .lj-dropdown-menu dd .lj-naviconfont-upgrade:hover:before {
    color: #ff510d !important
}

.lj-dropdown-menu .lj-row {
    margin-bottom: 25px;
    display: table;
    width: 100%
}

.lj-dropdown-menu .lj-row:last-child {
    margin-bottom: 0
}

.lj-dropdown-menu .lj-row dl {
    display: table-cell;
    width: 50%
}

.lj-dropdown-menu dt {
    position: relative;
    word-break: keep-all;
    white-space: nowrap
}

.lj-dropdown-menu dt:before {
    content: '';
    display: block;
    width: 26px;
    height: 22px;
    background-image: url(/vendor/static/lj-icon.png);
    background-repeat: no-repeat;
    background-position: -999px -999px;
    position: absolute;
    top: 7px;
    left: 5px
}

.icon-nav-pc:before {
    background-position: 0 3px !important
}

.icon-nav-user:before {
    background-position: 3px -40px !important
}

.icon-nav-server:before {
    background-position: 2px -18px !important
}

.icon-nav-cpr:before {
    background-position: 2px -62px !important
}

.icon-nav-backup:before {
    background-position: 5px -106px !important
}

.icon-nav-disk:before {
    background-position: 3px -82px !important
}

.icon-nav-cbackup:before {
    background-position: 2px -130px !important
}

.icon-nav-tools:before {
    background-position: -60px -105px !important
}

.icon-nav-ok:before {
    background-position: -117px -105px !important
}

.icon-nav-games:before {
    background-position: -29px -59px !important
}

.icon-nav-depimg:before {
    background-position: -149px -105px !important
}

.icon-nav-net:before {
    background-position: -63px -61px !important
}

.icon-nav-us:before {
    background-position: -96px -63px !important
}

.icon-nav-pman:before {
    background-position: -126px -63px !important
}

.icon-nav-file:before {
    background-position: -153px -63px !important
}

.lj-fadein > a, .lj-has-dropdown:hover > a {
    position: relative
}

.lj-fadein > a:before, .lj-has-dropdown:hover > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-bottom-color: #fff;
    left: 50%;
    margin-left: -7px;
    top: 11px
}

.lj-cell {
    display: table-cell;
    width: 2000px;
    padding-right: 45px
}

.lj-row .lj-cell {
    display: table-cell;
    width: 2000px
}

.lj-row .lj-cell dl {
    display: block;
    width: auto;
    margin-bottom: 20px
}

.lj-row .lj-cell dl:last-child {
    margin-bottom: 0
}

#toggle-bar {
    clip: rect(0, 0, 0, 0);
    position: absolute
}

.lj-navmenu, .ctrl-menu {
    display: none
}

.lj-has-dropdown > input[type=checkbox], .lj-navbottom > input[type=checkbox] {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    top: -9999px
}

.fadeOut {
    opacity: 0;
    height: 0;
    overflow: hidden;
    width: 0
}

.lj-dropdown-menu dd {
    word-break: keep-all;
    white-space: nowrap
}

.lj-dropdown-menu dt:after, .lj-dropdown-menu dd:after {
    content: '';
    display: table;
    clear: both
}

@media screen and (max-width: 1199.98px) {
    .brand-logo .vice-logo {
        display: none
    }

    .lj-navtop .lj-top-nav, .lj-navtop .lj-lang-area, .lj-navtop .lj-special-point, .lj-navbottom {
        display: none;
        height: auto;
        line-height: normal
    }

    .ctrl-menu {
        display: block
    }

    .lj-navtop {
        height: auto;
        line-height: normal
    }

    .lj-navtop .lj-search-form {
        position: absolute;
        top: -42px;
        right: 35px;
        z-index: 200
    }

    .lj-nav {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .lj-brand {
        margin-top: 0;
        -webkit-transition: all 600ms;
        -moz-transition: all 600ms;
        -o-transition: all 600ms;
        transition: all 600ms
    }

    .lj-navmenu {
        display: block;
        float: right;
        width: 34px;
        position: relative;
        top: .712em
    }

    .lj-navmenu label > span {
        display: block;
        background: #fff;
        width: 100%;
        margin-top: 7px;
        margin-bottom: 8px;
        overflow: hidden;
        position: relative;
        opacity: 1;
        height: 2px;
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms
    }

    #toggle-bar:checked ~ .lj-nav .lj-navmenu > label > span:last-child {
        top: -9px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms
    }

    #toggle-bar:checked ~ .lj-nav .lj-navmenu > label > span:first-child {
        top: 10px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms
    }

    #toggle-bar:checked ~ .lj-nav .lj-navmenu > label > span:nth-child(2) {
        opacity: 0;
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms
    }

    #toggle-bar:checked ~ .lj-nav.navbar-fixed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    #toggle-bar:checked ~ .lj-nav .lj-link-container {
        margin-top: 15px;
        display: block;
        height: auto;
        -moz-transition: all 800ms;
        -o-transition: all 800ms;
        -webkit-transition: all 800ms;
        transition: all 800ms
    }

    #toggle-bar:checked ~ .lj-nav .lj-link-container .lj-navtop .lj-top-nav {
        display: block;
        margin: 0 auto;
        border-bottom: 1px solid #707377;
        border-top: 1px solid #707377;
        padding: 8px 15px;
        width: auto;
        -moz-transition: all 800ms;
        -o-transition: all 800ms;
        -webkit-transition: all 800ms;
        transition: all 800ms
    }

    #toggle-bar:checked ~ .lj-nav .lj-link-container .lj-link-wrapper:before {
        content: '';
        display: block;
        clear: both;
        height: 15px
    }

    #toggle-bar:checked ~ .lj-nav .lj-link-container .lj-navtop .lj-top-nav > li {
        display: table-cell;
        width: 33.33%;
        margin-left: 0;
        padding: 2px 0
    }

    #toggle-bar:checked ~ .lj-nav .lj-link-container .lj-navbottom {
        display: block
    }

    #toggle-bar:checked ~ .lj-nav .lj-link-container .lj-navbottom .lj-bottom-nav li > a {
        padding: 10px 15px;
        border-bottom: 1px solid #707377
    }

    #toggle-bar:checked ~ .lj-nav .lj-link-container .lj-navbottom .lj-bottom-nav, #toggle-bar:checked ~ .lj-nav .lj-link-container .lj-navbottom .lj-bottom-nav li {
        display: block;
        margin: auto;
        float: none;
        width: auto
    }

    .lj-has-dropdown {
        position: relative
    }

    .lj-has-dropdown .ctrl-menu {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 41px;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 30
    }

    .lj-has-dropdown .lj-dropdown-menu {
        width: auto;
        height: auto;
        position: static;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: auto !important
    }

    .lj-fadein > a:before, .lj-has-dropdown:hover > a:before {
        content: none
    }

    .lj-has-dropdown > input[type=checkbox]:checked ~ .lj-dropdown-menu {
        width: 100%;
        height: auto
    }

    .lj-has-dropdown > input[type=checkbox]:not(:checked) ~ .lj-dropdown-menu {
        height: auto;
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-transition: max-height 700ms, padding-bottom 800ms, padding-top 800ms;
        -moz-transition: max-height 700ms, padding-bottom 800ms, padding-top 800ms;
        -o-transition: max-height 700ms, padding-bottom 800ms, padding-top 800ms;
        transition: max-height 700ms, padding-bottom 800ms, padding-top 800ms
    }

    .lj-dropdown-menu .lj-row dl, .lj-dropdown-menu .lj-cell {
        display: block;
        width: auto;
        margin-top: 20px
    }

    .lj-dropdown-menu .lj-row dl:first-child, .lj-dropdown-menu .lj-cell:first-child {
        margin-top: 0
    }

    .lj-link-container, .lj-navtop, .lj-link-wrapper {
        float: none;
        width: auto;
        margin: auto;
        clear: both;
        max-width: none;
        min-width: auto;
        -moz-transition: all 800ms;
        -o-transition: all 800ms;
        -webkit-transition: all 800ms;
        transition: all 800ms
    }

    #toggle-bar:checked ~ .lj-nav .lj-link-container > .lj-link-wrapper {
        max-height: 2500px;
        overflow: hidden;
        -webkit-transition: all 1600ms;
        -moz-transition: all 1600ms;
        -o-transition: all 1600ms;
        transition: all 1600ms
    }

    #toggle-bar:not(:checked) ~ .lj-link-container > .lj-link-wrapper {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 1600ms;
        -moz-transition: all 1600ms;
        -o-transition: all 1600ms;
        transition: all 1600ms
    }

    .lj-brand {
        margin-right: 0
    }

    .lj-dropdown-menu {
        background-color: #1a1c1e
    }

    .lj-dropdown-menu dt, .lj-dropdown-menu dt > a, .lj-dropdown-menu dd > a {
        color: #fefefe
    }

    .lj-has-dropdown > .lj-dropdown-menu .lj-cell, .lj-has-dropdown > .lj-dropdown-menu .lj-row {
        display: table-cell;
        width: 2000px
    }

    #ctrl-menu-all:checked ~ .lj-bottom-nav > .lj-has-dropdown > :not(input[type=checkbox]:checked).ctrl-menu {
        opacity: 0
    }

    #ctrl-menu-all:checked ~ .lj-bottom-nav > .lj-has-dropdown > input[type=checkbox]:checked ~ .ctrl-menu {
        opacity: .1
    }

    .scrolling .lj-brand {
        margin-top: 0
    }

    .scrolling.lj-nav {
        padding: 5px 0
    }

    .scrolling .lj-top-nav li a {
        font-size: 14px
    }

    .scrolling .lj-navbottom .lj-bottom-nav li > a {
        font-size: 16px
    }

    .scrolling .lj-brand .brand-logo h3 {
        font-size: 24px;
        font-size: 2.4rem;
        margin: 0 0 0 7px
    }

    .scrolling .lj-brand .brand-logo h3 {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 2;
        -webkit-transition: all 800ms;
        -moz-transition: all 800ms;
        -o-transition: all 800ms;
        transition: all 800ms;
        height: 47px;
        line-height: 40px;
    }

    .scrolling .lj-brand .brand-logo h3 small {
        font-size: 14px
    }

    .scrolling .lj-navbottom .lj-bottom-nav {
        position: relative;
        top: 15px
    }

    .lj-bottom-nav :nth-child(4) .lj-row:last-child {
        display: block;
        width: auto;
        margin-top: 25px
    }

    .lj-dropdown-with {
        top: 17px
    }

    #toggle-bar:checked ~ #navbar-placeholder {
        height: auto !important
    }
}

@media screen and (max-width: 767.98px) {
    .lj-has-dropdown > .lj-dropdown-menu .lj-cell, .lj-has-dropdown > .lj-dropdown-menu .lj-row {
        display: block;
        width: auto
    }

    .lj-dropdown-with > p, .lj-dropdown-with {
        word-break: break-word;
        white-space: normal
    }

    .lj-dropdown-with > p {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 575.98px) {
    #toggle-bar:checked ~ .lj-nav .lj-link-container .lj-navtop .lj-top-nav > li {
        width: 50%
    }

    .lj-dropdown-menu dt, .lj-dropdown-menu dd {
        word-break: break-word;
    }
}

#google_translate_element {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

body {
    top: 0 !important
}

.goog-te-banner-frame {
    display: none !important
}

.goog-te-menu-frame {
    width: 950px !important;
    top: 50% !important;
    margin-top: -147px !important;
    left: 50% !important;
    margin-left: -490px !important;
    padding: 45px 15px
}

@media screen and (min-width: 920px) {
    .nav-emp-node {
        min-height: 25px
    }

    .lj-dropdown-menu > dl:first-child {
        margin-top: 0
    }

    .lj-dropdown-menu.lj-thin dl:first-child {
        padding-bottom: 20px;
        border-bottom: 1px solid #c8c8c8;
        margin-bottom: 15px;
    }

    .lj-dropdown-menu.lj-thin {
        right: 50%;
        margin-right: -187px
    }
}

#banner .free-select {
    margin-bottom: 15px;
}

.addscroll .free-select {
    margin: 0;
    display: inline-block;
    line-height: normal;
    height: auto;
    float: left;
}

#banner .addscroll .price {
    margin: auto;
}

#banner .sale.addscroll p.price {
    margin-top: 0
}

#banner.bg-abnetwork .addscroll a {
    margin-top: 0;
    top: 15px
}

#banner.bg-abnetwork .addscroll a.acb-buy-btn {
    right: 100px;
    border: 1px solid #fd8a2e
}

#banner.bg-abnetwork .addscroll a.am-btn-org-o {
    border: 1px solid #fff
}

.am-promotion-entry {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    z-index: 20000000;
}

.brand-logo {
    color: #fff;
}

.lj-cell {
    padding-right: 0;
}

.lj-has-dropdown {
    position: relative;
}

.lj-bottom-nav li:nth-child(2) .lj-dropdown-menu {
    right: -138px;
}

.lj-bottom-nav li:nth-child(4) .lj-dropdown-menu {
    right: -99px;
}

.lj-dropdown-menu dd > a:hover {
    text-decoration: underline;
}

.lj-dropdown-menu dd > a.compar-link {
    color: #0d1eaa;
    margin-top: 15px;
}

.lj-dropdown-menu dd .lj-navicon-newfree {
    background: url("/vendor/static/free-icon_es.png") no-repeat center;
    width: 50px;
    height: 15px;
    padding: 0;
    border: 0;
}

.lj-dropdown-menu dd .lj-navicon-newnew {
    width: 38px;
    height: 14px;
    padding: 0;
    border: 0;
    background: url("/vendor/static/new-icon_es.png") no-repeat center;
}

.lj-dropdown-menu dd .lj-navicon-thirtyday {
    width: 42px;
    height: 13px;
    padding: 0;
    border: 0;
    background: url("/vendor/static/30days-icon_es.png") no-repeat center;
}

.lj-top-nav-bu .brand-logo h3 {
    font-weight: normal;
    font-stretch: normal;
    background: none;
    background-size: cover;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;

    margin: 0 0 0 12px;
    height: 47px;
    color: #fff;
    font-family: "arial";
    letter-spacing: 1px;
    line-height: 2;
    height: 54px;
    line-height: 57px;
    font-size: 26px;
}

@media all and (max-width: 1199.98px) {
    .lj-dropdown-menu dd > a.compar-link {
        color: #2481e1;
    }

    .scrolling .lj-navmenu {
        top: 0.2em;
    }
}

.scrolling .lj-brand .brand-logo h3 {
    height: 47px;
    line-height: 40px;
}

.scrolling .lj-dropdown-menu {
    top: 37px
}

.lj-brand .brand-logo h3 small {
    display: none;
}

.scrolling .lj-navbottom .lj-bottom-nav {
    top: 15px;
}

#top-nav .lj-dropdown-menu dd > a:nth-child(1) {
    padding: 0;
}

#top-nav .lj-dropdown-menu dd > :nth-child(1) {
    margin-right: 0;
}

.lj-dropdown-menu dd {
    font-size: 0;
[;
    font-size: 12px;
];
    *font-size: 0;
[;
    letter-spacing: -3px;
];
    *letter-spacing: normal;
    *word-spacing: -1px;
}

.lj-dropdown-menu dd > a, .lj-dropdown-menu dd > span {
    display: inline-block;
    *display: inline;
    font-family: Segoe UI, helvetica neue, Helvetica, Arial, sans-serif;
    *zoom: 1;
    line-height: normal;
    letter-spacing: normal;
    word-spacing: normal;
}

.lj-bottom-nav li:nth-child(2) .lj-dropdown-menu dd {
    padding-top: 0;
    padding-bottom: 0;
}

#lang-area.open h4 {
    color: #fff;
}

#lang-area.open h4:after {
    background-position-x: -53px !important;
}

.lj-navbottom .lj-bottom-nav .lj-dropdown-menu dd:hover .lj-navicon-try,
.lj-navbottom .lj-bottom-nav .lj-dropdown-menu dd:hover .lj-navicon-buy,
.lj-navbottom .lj-bottom-nav .lj-dropdown-menu dd:hover .lj-naviconfont-download,
.lj-navbottom .lj-bottom-nav .lj-dropdown-menu dd:hover .lj-naviconfont-upgrade {
    visibility: visible !important
}

#top-nav * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*header 20191012   end*/

