/*重置样式*/
.wrap-header{
    height: 94px;
}
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;
}
.wrap-header {
    background: #1a1c1e;
}
#header {
    box-sizing: border-box;
    background: #1a1c1e;
    position: fixed;
    z-index: 100;
    width: 100%;
    font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header .container {
    font-size: 0;
    word-spacing: -4px;
    padding: 18px 0;
}
#nav,
#logo {
    display: inline-block;
    vertical-align: middle;
    word-spacing: normal;
}
#logo {
    width: 27%;
    position: relative;
    top: 0;
}
#nav {
    width: 73%;
    text-align: right;
}
#logo a {
    display: block;
    font-size: 0;
}
#logo a img,
#logo a span {
    display: inline-block;
    vertical-align: middle;
}
#logo .logo-pic {
    display: inline-block;
    width: 20%;
    height: 54px;
    background: url(../images/logo.svg) no-repeat center center;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s;
}
#logo .logo-txt {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    margin-left: 10px;
}
#logo .logo-txt strong {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
}
.nav-top .menu li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
}
.nav-top .menu li a {
    color: #a3a6aa;
}
.nav-top .menu li a:hover {
    color: #4294e9;
}
.nav-top .menu,
.nav-top form,
#language-choice {
    display: inline-block;
    vertical-align: middle;
}
#language-choice:hover p {
    color: #fff;
}
.nav-top form input {
    vertical-align: top;
    border: none;
}
.nav-top form {
    margin-right: 10px;
    transition: all 0.5s;
}
.nav-top form .gg-search-btn {
    width: 22px;
    height: 24px;
    cursor: pointer;
    border: none;
    background: url(../images/ic-search.png) no-repeat center center;
    transition: all 0.5s;
}
.nav-top form .active-btn {
    border: 1px solid rgb(218, 215, 215);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#gg-search {
    width: 0;
    height: 22px;
    display: none;
}
#gg-search.active {
    border: 1px solid rgb(218, 215, 215);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
    padding-left: 2px;
    display: inline-block;
}
#language-choice {
    font-size: 0;
    position: relative;
    cursor: pointer;
}
#language-choice::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 15px;
    background: url(../images/ic-nav.png) no-repeat -30px -32px;
}
#language-choice:hover::after {
    background-position-x: -49px;
}
#language-choice p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    color: #a3a6aa;
}
#language-choice ul {
    width: 72px;
    position: absolute;
    background-color: #EAEAEA;
    border-top: 0;
    z-index: 999;
    right: 0;
    display: none;
}
#language-choice ul li {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #3f3f3f;;
    line-height: 2.0;
    text-align: left;
    padding: 0 10px;
}
#language-choice ul li:hover {
    background-color: #C9C9C9;
}
.nav-bottom {
    width: 100%;
    position: relative;
    top: 17px;
}
.nav-bottom .menu {
    text-align: right;
}
.nav-bottom .menu li {
    display: inline-block;
    position: relative;
    z-index: 200;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
    height: 34px;
    margin-right: 2%;
}
.nav-bottom .menu li > a {
    color: #fff;
}
.nav-bottom .menu li:hover > a {
    color: #4294e9;
}
.nav-bottom .show > a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 4px;
    background: url(../images/ic-nav.png) no-repeat -71px -39px;
}
.nav-bottom .menu li:hover > a::after {
    background-position-x: -90px;
}
.nav-bottom .menu .last {
    margin-right: 0;
}
.nav-bottom .hide-content {
    width: 762px;
    height: auto;
    background: #FFFFFF;
    text-align: left;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    position: absolute;
    top: 34px;
    z-index: 99999;
    -webkit-box-shadow: 0 0 6px #000;
    box-shadow: 0 0 6px #000;
    display: none;
}
.nav-bottom .hide-content1 {
    right: -294px;
}
.nav-bottom .hide-content4 {
    width: 412px;
    left: -142px;
}
.nav-bottom .hide-content5 {
    width: 325px;
    left: -117px;
}
.nav-bottom .hide-content5 dl,
.nav-bottom .hide-content4 dl {
    margin-bottom: 0 !important;
}
.nav-bottom .hide-content5 dd {
    padding-left: 0 !important;
}
.nav-bottom .hide-content::before {
    content: "";
    width: 20px;
    height: 10px;
    background: url(../images/bg-Triangle.png) no-repeat center center;
    position: absolute;
    top: -9px;
}
.nav-bottom .hide-content1::before {
    left: 53%;
}
.nav-bottom .hide-content2::before {
    left: 70%;
}
.nav-bottom .hide-content3::before {
    right: 4%;
}
.nav-bottom .hide-content4::before {
    left: 48%;
}
.nav-bottom .hide-content5::before {
    left: 45%;
}
.nav-bottom .wrapper {
    padding: 24px;
    font-size: 0;
    word-spacing: -4px;
}
.nav-bottom .hide-content dl {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    word-spacing: normal;
}
.nav-bottom .hide-content1 dl.eq1 {
    width: 60%;
}
.nav-bottom .hide-content1 dl.last {
    width: 40%;
}
.nav-bottom .hover-bg1 .bg1, .nav-bottom .hover-bg1 .up {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 26px;
    display: none;
}
.nav-bottom .hover-bg1:hover .bg1 {
    display: inline-block;
    background: url(../images/ic-Download.png) no-repeat -4px -8px;
}
.nav-bottom .hover-bg1:hover .up {
    display: inline-block;
    background: url(../images/ic-Upgrade.png) no-repeat -4px -8px;
}
.nav-bottom .hover-bg1 .bg1:hover {
    background-position-x: -34px;
}
.nav-bottom .hover-bg1 .up:hover {
    background-position-x: -34px;
}
.nav-bottom .hover-bg2 .bg {
    vertical-align: middle;
    width: 55px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    background: #fd8a2e;
    margin-left: 6px;
    /*	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;
}*/
.nav-bottom .hide-content dl .icon-free {
    font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.nav-bottom .hide-content dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #333;
}
.nav-bottom .hide-content dt::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    background: url(../images/ic-nav.png) no-repeat -9px -7px;
    margin-right: 6px;
}
.nav-bottom .hide-content dd {
    padding-left: 31px;
}
.nav-bottom .hide-content1 .ic::before {
    background-position-x: -41px;
}
.nav-bottom .hide-content2 .ic1::before {
    background-position-x: -98px;
}
.nav-bottom .hide-content2 .ic2::before {
    background-position-x: -127px;
}
.nav-bottom .hide-content2 .ic3::before {
    background-position-x: -190px;
}
.nav-bottom .hide-content2 .ic3 span {
    margin-left: 30px;
}
.nav-bottom .hide-content2 .ic4::before {
    background-position: -159px -4px;
}
.nav-bottom .hide-content3 .ic1::before {
    background-position-x: -222px;
}
.nav-bottom .hide-content3 .ic2::before {
    background-position-x: -253px;
}
.nav-bottom .hide-content3 .ic3::before {
    background-position-x: -282px;
}
.nav-bottom .hide-content2 .ic3 span {
    margin-left: 30px;
}
.nav-bottom .hide-content4 .ic::before {
    background-position-x: -70px;
}
.nav-bottom .hide-content dd a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    color: #333;
    vertical-align: middle;
}
.nav-bottom .hide-content dd a:hover {
    color: #4294e9;
}
.nav-bottom .hide-content dl dd span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999999;
    vertical-align: middle;
}
.nav-bottom .hide-content dl dd strong {
    color: #fd8a2e;
    vertical-align: middle;
}
.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;
}
.nav-bottom .buy-msg {
    font-size: 14px;
    font-size: 1.4rem;
    color: #FFFFFF;
    position: relative;
    background: url(../images/bg-freeware.jpg) no-repeat;
    background-size: cover;
    padding: 4% 2%;
}
.nav-bottom .buy-msg p,
.nav-bottom .buy-btn {
    display: inline-block;
    vertical-align: middle;
}
.nav-bottom .buy-msg p {
    width: 62%;
    line-height: 1.8;
}
/*.nav-bottom .buy-btn {
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 2px;
	transition: all 0.5s;
}*/
.nav-bottom .more {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 20%;
    color: #fff;
    border-color: #fff;
}
.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;
}
.nav-bottom .hide-content2 {
    width: 882px;
    font-size: 0;
    right: -214px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    word-spacing: -4px;
}
.nav-bottom .hide-content2 .wrapper > dl,
.nav-bottom .hide-content2 .eq2 {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 50%;
    word-spacing: normal;
}
.nav-bottom .hide-content2 .buy-msg {
    background: url(../images/bg-ad-tec.jpg) no-repeat;
    background-size: cover;
    word-spacing: normal;
}
.nav-bottom .hide-content2 .buy-msg p {
    width: 60%;
}
.nav-bottom .hide-content2 .buy-msg::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 24px;
    width: 134px;
    height: 181px;
    background: url(../images/OKR-Cust.png) no-repeat;
    background-size: cover;
}
.nav-bottom .hide-content3 {
    width: 807px;
    font-size: 0;
    right: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.nav-bottom .hide-content3 dl {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.nav-bottom .hide-content3 .eq1 {
    width: 33%;
}
.nav-bottom .hide-content3 .eq2 {
    width: 40%;
}
.nav-bottom .hide-content3 .buy-msg {
    background: url(../images/bg-ad-pro.jpg) no-repeat;
    background-size: cover;
}
.nav-bottom .hide-content3 .buy-msg p {
    width: 60%;
}
.nav-bottom .hide-content3 .buy-msg p b {
    font-size: 24px;
    font-size: 2.4rem;
}
.nav-bottom .hide-content3 .buy-msg::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 24px;
    width: 116px;
    height: 157px;
    background: url(../images/img-pro.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%
}
