.right {
    float: right;
}

body {
    font-family: open_sans_regular, Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    font-weight: 400;
    font-style: normal;

    background-color: #fff;
}

/*nav*/

.news-wrap {
    width: 100%;
    height: 44.8em;
    /* font-size: 1.4em; */
}

.news-left {
    font-size: 1.4em;

    position: relative;

    float: left;

    box-sizing: border-box;
    width: 66.66%;
    height: 32em;
    padding: 5em;

    background: #333;
}

.news-right {
    font-size: 1.4em;

    float: right;
    overflow: hidden;

    width: 33.33%;
    height: 32em;

    background: #e6e6e6;
}

.news-label-wrap {
    position: relative;

    float: left;

    width: 50%;
    height: 100%;
}

.news-label {
    font-size: 3em;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1em;
    margin: auto;
    margin-left: -1.5em;

    text-align: center;

    color: #fff;
}

.news-scroll {
    position: absolute;
    top: 5em;
    right: 50%;

    width: .3em;
    height: 10em;

    background: #ccc;
}

.news-items-wrap {
    overflow-y: scroll;

    box-sizing: border-box;
    width: 50%;
    height: 22em;
    padding-right: 1.5em;
    padding-left: 4.3em;

    color: #fff;
}

.news-scroll-hide {
    position: absolute;
    top: 5em;
    right: 5em;

    width: 1.5em;
    height: 25em;

    background: #333;
}

.news-items-wrap::-webkit-scrollbar {
    display: none;
}

.news-item {
    font-size: 1em;
    line-height: 1.5em;

    margin-bottom: 1em;
}

.news-item .date {
    color: #999;
}

.news-item a .title {
    cursor: pointer;
    text-decoration: underline;

    color: #3fa9f5;
}

.news-items-fade-bottom {
    position: absolute;
    top: 21.5em;
    left: 50%;

    width: 50%;
    height: 7.5em;

    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 1) 70%, rgba(51, 51, 51, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 51, 51, 0)), color-stop(70%, rgba(51, 51, 51, 1)), color-stop(100%, rgba(51, 51, 51, 1)));
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 1) 70%, rgba(51, 51, 51, 1) 100%);
    background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 1) 70%, rgba(51, 51, 51, 1) 100%);
    background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 1) 70%, rgba(51, 51, 51, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 1) 70%, rgba(51, 51, 51, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00333333', endColorstr='#333333', GradientType=0);
}

.news-items-fade-top {
    position: absolute;
    top: 5em;
    left: 50%;

    display: none;

    width: 50%;
    height: 7.5em;

    background: -moz-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 30%, rgba(51, 51, 51, 0) 98%, rgba(51, 51, 51, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 51, 51, 1)), color-stop(30%, rgba(51, 51, 51, 1)), color-stop(98%, rgba(51, 51, 51, 0)), color-stop(100%, rgba(51, 51, 51, 0)));
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 30%, rgba(51, 51, 51, 0) 98%, rgba(51, 51, 51, 0) 100%);
    background: -o-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 30%, rgba(51, 51, 51, 0) 98%, rgba(51, 51, 51, 0) 100%);
    background: -ms-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 30%, rgba(51, 51, 51, 0) 98%, rgba(51, 51, 51, 0) 100%);
    background: linear-gradient(to bottom, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 30%, rgba(51, 51, 51, 0) 98%, rgba(51, 51, 51, 0) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#00333333', GradientType=0);
}

.partners-title {
    font-size: 3em;
    line-height: 1em;

    position: relative;

    margin-top: 2.5em;

    text-align: center;

    color: #ff1d25;
}

.partners-hr {
    position: relative;

    width: 80%;
    height: 4px;
    margin: 3em auto;

    background: #ff1d25;
}

.partners-logos {
    width: 100%;
    height: 8em;

    background: url(/images/logos.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner-wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.banner-content {
    background: url(../images/homepage/office4_logo.png) no-repeat top center;
    background-size: cover;
}

.banner-top {
    padding-top: 3em;
    padding-left: 55%;
}

.banner-top .logo-wrap {
    display: inline-block;

    width: 265px;

    vertical-align: top;
}

.banner-top > a {
    display: inline-block;

    vertical-align: top;
}

.banner-top a div {
    display: inline-block;
}

.banner-top .cd-bts {
    width: 405px;

    text-align: right;
}

.cd-bts > a {
    font-size: 13px;

    display: block;

    width: 180px;
    height: 38px;

    text-align: center;
    vertical-align: middle;
    text-decoration: none;

    color: white;
}

.banner-disclaimer {
    font-size: 3em;

    padding-top: 220px;
    padding-left: 55%;
}

.banner-disclaimer span {
    font-family: open_sans_extrabold, 'Open Sans', sans-serif;
    font-weight: 600;

    display: block;
}

.banner-products .cd-bts > a {
    width: auto;
}

.banner-top .cd-bts > a {
    display: inline-block;

    padding: 0 1em;
}

.cd-bts > a:first-child {
    padding-left: 0;
}

.cd-bts .buy:hover,
.cd-bts .try:hover {
    opacity: .75;
}

.cd-logo {
    width: 109px;
    height: 126px;

    background: url(../images/homepage/Logo.svg) no-repeat center center;
}

.cd-office {
    width: 236px;
    height: 80px;
    padding-left: 2.5em;

    background: url(../images/homepage/cd-office.svg) no-repeat center center;
}

.buy {
    border-radius: 3px;
    background: #51c5fd;
}

.try {
    box-sizing: border-box;

    color: #51c5fd;
    border: 1px solid #51c5fd;
    border-radius: 3px;
    background: white;
}

.sys {
    width: 135px;
    height: 36px;
    margin: 2.5em 0 6.25em;
    padding-left: .8em;

    text-align: left;
}

.banner-products .cd-bts {
    width: 190px;
}

.banner-products .cd-bts > a {
    line-height: 2.7;

    display: inline-block;

    margin-bottom: 18px;

    text-decoration: none;

    color: white;
}

.cd-bts .buy,
.cd-bts .try {
    font-weight: 500;
    line-height: 36px;

    position: static;

    display: inline-block;

    width: 180px;
    height: 36px;

    cursor: pointer;
    letter-spacing: 1px;
}

.sys .mac,
.sys .win {
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cd-bts .try {
    line-height: 34px;
}

.sys > a {
    display: inline-block;

    margin-right: .5em;
    margin-left: .5em;
}

.sys .win,
.sys .mac {
    width: 31px;
    height: 26px;

    cursor: pointer;
    transition: opacity .2s;

    background: no-repeat center;
    background-size: 24px 24px;
}

.sys .win {
    left: auto;

    background: url(../images/cdprotop/win@2x.png) no-repeat 0 1px;
    background-size: 24px 24px;
}

.sys .mac {
    background: url(../images/cdprotop/mac_new.png) no-repeat 0 0;
    background-size: 26px 26px;
}

.sys .win:hover,
.sys .mac:hover {
    opacity: .75;
}

/**************/

.banner-products {
    width: 100%;
    margin: 4.5em auto;

    text-align: center;

    background-color: #fff;
}

.ban-pro,
.ban-mm,
.ban-prj {
    display: inline-block;

    box-sizing: border-box;
    width: 208px;
    margin: 0 6.5%;
    padding: 48px 0;

    text-align: left;
    vertical-align: top;
}

.ban-desc {
    font-size: 12px;
    line-height: 1.5;

    width: 190px;
    padding: 1.2em 0;

    color: #373737;
}

/* < > responsive */
@media only screen and (min-width: 1349px) {
    .banner-content {
        /*width: 704px;*/
        margin: 0 auto;
    }
}

/* </> responsive */

.product-logo {
    width: 100%;
    height: 70px;

    background: no-repeat left center;
}

.ban-pro .product-logo {
    background-image: url(../images/homepage/pro.svg);
}

.ban-mm .product-logo {
    background-image: url(../images/homepage/mindmap.svg);
    background-position-y: 9px;
}

.ban-prj .product-logo {
    height: 72px;

    background-image: url(../images/homepage/project.svg);
    background-position-y: 18px;
}

.solp-wrap {
    height: auto;
    padding-bottom: 5em;

    background: #72447b;
}

.solp-wrap > div {
    width: 1100px;
    margin: 0 auto;

    text-align: center;
}

.solp-wrap a {
    color: white;
}

.solp-head-wrap {
    height: 65px;
    padding: 4.5rem 0;
}

.solp-head-left {
    display: inline-block;
    float: left;

    box-sizing: border-box;
    min-width: 385px;
    height: 100%;
    margin-right: 1.5em;

    background: url(../images/homepage/store.svg) no-repeat left;
}

.solp-head-right {
    font-family: open_sans_semibold, 'Open Sans', sans-serif;
    font-size: 24px;

    display: inline-block;
    float: right;

    box-sizing: border-box;
    margin-top: .7em;

    text-align: right;
    vertical-align: top;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: white;
}

.solp-item {
    display: inline-block;

    width: 324px;
    height: 195px;
    margin-right: 5.5em;
    margin-bottom: 5.5em;

    background: white;
}

.solp-item:nth-child(3),
.solp-item:nth-child(6) {
    margin-right: 0;
}

.solp-item a {
    font-family: open_sans_regular, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 2.25;

    display: inline-block;

    width: 100%;
    height: 50px;

    text-align: center;
    vertical-align: middle;
    text-decoration: none;

    color: #363636;
    border-top: 1px solid #979797;
    border-bottom: none;
}

.solp-item img {
    width: 324px;

    border-bottom: 1px silver solid;
}

.solp-head-wrap a,
.solp-footer-wrap a {
    font-size: 18px;
    line-height: 2;

    display: inline-block;

    width: 180px;
    height: 36px;

    text-align: center;
    vertical-align: middle;
    text-decoration: none;

    border: 1px solid #51c5fd;
    border-radius: 3px;
}

.solp-head-wrap a {
    font-size: 14px;
    line-height: 2.5;

    float: left;

    margin-top: 1em;
    margin-left: 18em;

    border-color: white;
}

.banner-planner {
    margin-top: 70px;

    text-align: center;
}

.banner-planner > * {
    display: inline-block;

    vertical-align: top;
}

.banner-planner svg {
    width: 100%;
    max-width: 277px;
    margin-right: 50px;
}

.banner-planner a {
    text-decoration: none;
}

.banner-planner .desc {
    font-size: 21px;
    line-height: 1.43;

    max-width: 465px;
    margin-top: 40px;

    text-align: left;

    color: #1a1a1a;
}

.banner-planner .try-plan {
    font-family: open_sans_semibold, 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    width: 246px;
    height: 40px;
    margin-top: 30px;

    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;

    color: #fff;
    border-radius: 3px;
    background-color: #50c5fd;
}
