input[type="radio"], input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
    flex-shrink: 0;

    /* 去除默认样式 */
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.swiper-slide {
    height: unset;
}

.pre-header *:not(i), .header *:not(i), .neo-banner *:not(i), .main-page *:not(i), footer *:not(i), .footer-div *:not(i) {
    transition: background-color 0.25s, box-shadow 0.25s, border-radius 0.25s, opacity 0.25s, transform 0.25s;
}

.bottom-layer .container {
    height: 320px;
    background-image: linear-gradient(257deg, #1d6b75 0%, #4ad1cd 100%), linear-gradient(#003c94, #003c94);
    background-blend-mode: normal, normal;
    box-shadow: 0 1px 17px 1px rgba(0, 0, 0, 0.25);
    text-align: -webkit-center;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: 60px;
}

.bottom-layer h2 {
    height: 40px;
    line-height: 40px;
    font-family: var(--default-font-family);
    font-size: 40px;
    font-weight: bolder;
    font-stretch: normal;
    letter-spacing: 0;
    color: white;

    margin-top: 0;
    margin-bottom: 30px;
}

.bottom-layer p {
    line-height: 28px;
    font-family: var(--default-font-family);
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: white;

    margin-top: 0;
    margin-bottom: 30px;
}

.bottom-layer a {
    height: 50px;
    line-height: 46px;
    border-radius: 10px;
    border: solid 2px white;
    font-family: var(--default-font-family);
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: white;

    display: block;
    margin: 0 auto;
    padding: 0 10px;
}

.bottom-layer a:hover {
    background-color: white;
    color: var(--default-hover-color);
}

@media (max-width: 1601px) {
    .bottom-layer h2 {
        font-size: 38px;
    }

    .bottom-layer p {
        font-size: 20px;
    }

    .bottom-layer a {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .bottom-layer h2 {
        height: unset;
        line-height: unset;
        top: 11%;
    }

    .bottom-layer p {
        top: 15%;
    }

    .bottom-layer a {
        top: 44%;
        font-size: 15px;
    }
}

/** BEGIN 顶部Tip **/
.neo-tip {
    background-size: cover;
    background-position: center;
    position: relative;
}

.neo-tip .tip-logo {
    position: absolute;
    z-index: 10;
    top: 37px;
    left: 20px;
}

.neo-tip .tip-logo img {
    height: 32px;
}

.neo-tip .tip-info {
    width: 80%;
    height: 108px;
    max-width: 1160px;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 15px 0;
}

.neo-tip .info-name {
    line-height: 38px;
    font-size: 20px;
    font-weight: bolder;
    color: #FFFFFF;
}

.neo-tip .tip-date {
    width: 390px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.neo-tip .reg-btn {
    width: 166px;
    height: 42px;
    line-height: 42px;
    color: #063B3B;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    background-color: #FDFF6A;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.25s;
}

.neo-tip .reg-btn:hover {
    color: #FFFFFF;
    background-color: var(--default-color);
}

.neo-tip .reg-gift {
    width: 224px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.neo-tip .reg-gift img {
    width: fit-content;
}

.neo-tip .reg-gift span {
    line-height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    margin-top: -10px;
    margin-left: 64px;
}

.neo-tip .tip-close {
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;

    width: 16px;
    height: 16px;
    color: #444444;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.neo-tip .tip-close:hover {
    color: white;
    background-color: #444444;
}

@media (max-width: 1800px) {
    .neo-tip .tip-info .info-name {
        font-size: 20px;
    }
}

@media (max-width: 1620px) {
    .neo-tip .tip-logo {
        left: 10px;
    }

    .neo-tip .tip-info {
        width: 75%;
    }

    .neo-tip .tip-info .info-name {
        font-size: 18px;
    }
}

@media (max-width: 1366px) {
    .neo-tip .tip-info .info-name {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .neo-tip .tip-info .info-name {
        line-height: 25px;
    }
}

/** END 顶部Tip **/

/** 弹窗信息 **/
.neo-pop {
    display: none
}

.neo-pop .pop-shade {
    background-color: rgba(0, 0, 0, 0.2);

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999998;
}

.neo-pop .pop-modal .cls-modal {
    font-size: 18px;
    color: #303035;
    cursor: pointer;
    transition: transform 0.25s;
    position: absolute;
    top: 20px;
    right: 16px;
}

.neo-pop .pop-modal .cls-modal:hover {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari å’Œ Chrome */
    -o-transform: rotate(90deg);
}

.neo-pop .pop-modal .tbody {
    cursor: pointer;
}

.neo-pop .pop-modal .tbody img {
    width: 100%;
}

/** END 弹窗信息 **/

.pre-header .container, .header .container, .neo-banner .item .item-container, .technique-container .container {
    width: 80%;
    max-width: 1366px;
}

/* BEGIN HEADER */
.pre-header {
    height: 40px;
    line-height: 40px;
    color: #666666;
    background-color: white;
}

.header-container {
    display: flex;
    justify-content: space-between;
}

.header-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-contact > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-contact .social-media {
    margin-right: 10px;
}

.header-contact .social-media a {
    width: 20px;
    height: 20px;
    background-color: var(--default-hover-color);
    border-radius: 4px;
    color: white;
    margin-right: 4px;
    transition: border-radius 400ms;

    display: flex;
    align-items: center;
    justify-content: center;
}

.header-contact .social-media a:last-child {
    margin-right: 0;
}

.header-contact .social-media a.youtube:hover {
    background-color: var(--share-youtube-color);
}

.header-contact .social-media a.twitter:hover {
    background-color: var(--share-twitter-color);
}

.header-contact .social-media a.facebook:hover {
    background-color: var(--share-facebook-color);
}

.header-contact .social-media a.linkedin:hover {
    background-color: var(--share-linkedin-color);
}

.header-contact .contact-info {
    margin-right: 0;
}

.header-contact .contact-info span:first-child {
    margin-right: 10px;
}

.header-contact .contact-info span i {
    margin-right: 2px;
}

.header-contact .contact-info span a {
    color: #666666;
}

.header-contact .contact-info span a:hover {
    text-decoration: underline;
}

.lang-change {
    display: flex;
    justify-content: flex-end;
}

.lang-change a {
    font-size: 16px;
    color: #333333;
}

.lang-change .page-href {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.lang-change .page-href a {
    margin-right: 30px;
}

.lang-change .page-href a:last-child {
    margin-right: 0;
}

.lang-change .dropdown {
    margin-right: 30px;
    position: relative
}

.lang-change .dropdown-toggle {
    cursor: pointer;
}

.lang-change .dropdown-menu {
    min-width: 100px;
    border: none;
    background-color: #1d6b75;
    border-radius: 0;

    margin: 0;
    padding: 0;
    left: -40px;
    right: 0;
    z-index: 10000;
}

.lang-change .dropdown-item {
    height: 30px;
    line-height: 20px;
    transition: background-color 0.25s;
    padding: 5px 10px;
}

.lang-change .dropdown-item:hover {
    background-color: #2B8990;
}

.lang-change .dropdown-item:last-child {
    margin-bottom: 0;
}

.lang-change .dropdown-item a {
    font-size: 14px;
    color: white;
    display: block;
}

.lang-change .member-box {
    cursor: pointer;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}

.lang-change .member-box img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.lang-change .member-box .name {
    max-width: 120px;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
}

@media (max-width: 1440px) {
    .lang-change a {
        font-size: 14px;
    }

    .lang-change .page-href {
        margin-right: 20px;
    }

    .lang-change .page-href a {
        margin-right: 20px;
    }

    .lang-change .dropdown {
        margin-right: 20px;
    }
}

@media (max-width: 1200px) {
    .header-contact span {
        font-size: 12px;
    }

    .lang-change a {
        font-size: 12px;
    }

    .lang-change .page-href {
        margin-right: 10px;
    }

    .lang-change .page-href a {
        margin-right: 10px;
    }

    .lang-change .dropdown {
        margin-right: 10px;
    }

    .header #pcNav {
        display: none;
    }

    .header #mobileNav {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .header-contact, .header-contact > div {
        width: 100%;
    }
}

.header {
    height: 70px;
    background-color: #173b47;
    position: relative;
    z-index: 9999;
}

.header .logo {
    width: 120px;
    margin-top: 23px;
    float: left;
}

.page-header-fixed .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
}

.header ul li {
    margin-top: 0;
    margin-bottom: 10px;
}

.header ul li:last-child {
    margin-bottom: 0;
}

.header #nav2 {
    width: 100%;
    background: #364150;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
}

.header #nav2 a:hover, .header #nav2 a:active, .header #nav2 a:focus {
    background-color: #2e3744;
    color: #4ad1cd;
}

#nav2 ul {
    margin-bottom: 0;
    padding-left: 0;
}

#nav2 li {
    margin: 0;
}

#nav2 i {
    color: white;
    float: right;
    padding-right: 20px;
    padding-top: 7px;
}

#nav2 a {
    text-decoration: none;
    display: block;
    color: #FFF;
}

#nav2 ul.navAll > li > div,
#nav2 ul.navTwo > li > div, #nav2 ul.navTwo > li > a,
#nav2 ul.navThree > li > a {
    height: 34px;
    line-height: 34px;
    color: white;
}

#nav2 ul.navAll {
    background-color: #29343B;
}

#nav2 ul.navAll > li > div {
    padding-left: 10px;
}

#nav2 ul.navTwo {
    background-color: #364150;
}

#nav2 ul.navTwo > li > div, #nav2 ul.navTwo > li > a {
    padding-left: 25px;
}

#nav2 ul.navThree > li {
    background-color: #29343B;
    position: relative;
}

#nav2 ul.navThree > li > a {
    padding-left: 40px;
}

#nav2 ul.navThree > li > img {
    position: absolute;
    top: 10px;
    right: 10px;
}

@media (min-width: 1201px) {
    .header #nav2 {
        display: none;
    }
}

.navbar-header {
    float: right;
}

.header #mobileNav {
    margin-top: 15px;
    margin-right: 0;
}

.navbar-toggle {
    background-color: #4ad1cd;
}

.navbar-toggle .icon-bar {
    background: #FFFFFF;
}

.nav-top {
    float: right;
}

.nav-top > ul {
    padding-top: 3px;
    overflow: hidden;
}

.nav-top > ul > li {
    margin: 0;
    float: left;
    position: relative;
    display: block;
}

.nav-top > ul > li > .nav-one {
    line-height: 34px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
    padding: 15px;
}

.nav-top > ul > li > .nav-one:hover {
    color: var(--default-color);
}

.nav-top > ul > li .new {
    position: absolute;
    top: 8px;
    left: 4px
}

.nav-top .active {
    border-bottom: 3px solid #4ad1cd;
}

.nav-top .free-trail {
    color: white;

    display: block;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.nav-top .free-trail span {
    min-width: 98px;
    height: 34px;
    line-height: 34px;
    background-color: #4ad1cd;
    border-radius: 20px;
    display: block;
    padding: 0 28px;
}

.nav-top .free-trail:hover span {
    color: white;
    background-color: #00B6CE;
}

.nav-down {
    background-color: white;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);

    padding: 30px 0;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
}

.nav-down ul li a {
    color: #757575;
    text-decoration: none;
}

.nav-down ul li a:hover {
    color: #02E0DC;
}

@media (max-width: 1440px) {
    .nav-top > ul > li > .nav-one {
        font-size: 14px;
    }

    .nav-top .free-trail span {
        font-size: 12px;
    }
}

.nav__important .two-name, .nav__bar .two-name {
    font-size: 16px;
    font-weight: bolder;
    color: #3D3D3D;
    border-left: 4px solid #02E0DC;
    display: block;
    margin-bottom: 10px;
    padding-left: 8px;
}

.nav__important .two-name:hover {
    color: #02E0DC;
}

.nav__bar .header-hyperlink:hover {
    color: #02E0DC;
}

.nav__important .nav__important-text {
    margin-bottom: 60px;
    padding-left: 12px;
}

.nav__important .nav__important-text:last-child {
    margin-bottom: 0;
}

.nav__important .trial-illustration {
    display: flex;
    align-items: center;
}

.nav__important .trial-illustration a {
    width: 100%;
    display: block;
}

.nav__important .trial-illustration img {
    width: calc(100% - 48px);
    border-left: 2px solid #D8D8D8;

    margin-left: 48px;
    padding-left: 48px;
}

.nav__bar ul {
    margin-bottom: 30px;
    padding-left: 12px;
    padding-right: 5px;
}

.nav__bar ul:last-child {
    margin-bottom: 0;
}

.nav__bar li {
    width: 100%;
    line-height: 20px;
    color: #CCCCCC;
    font-size: 14px !important;

    margin-bottom: 0 !important;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
}

/* END HEADER */

/* BEGIN Homepage*/
.news-notice {
    background-color: #319295;
    width: 100%;
    height: 33px;
    text-align: center;
    position: fixed;
    z-index: 100;
    padding-top: 2px;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.5);
}

.news-notice a {
    color: white;
    font-size: 20px;
    font-weight: bolder;
    text-decoration: none;
}

.news-notice a:hover,
.news-notice a:active,
.news-notice a:focus {
    color: #c1f6ff;
    text-decoration: none;
}

/*BEGIN Carousel*/
.carousel-fade .carousel-inner .item {
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    display: none;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

#myCarousel .active {
    border: 0;
}

#myCarousel .bannerHref {
    display: block;
    width: 100%;
    height: 595px;
    position: absolute;
    z-index: 100;
}

.carousel-indicators li {
    width: 100px;
    height: 5px;
    background-color: white;
    opacity: 0.1;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.carousel-indicators .active {
    width: 100px;
    height: 5px;
    opacity: 1;
    background-color: #4ad1cd;
}

@media (max-width: 450px) {
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }

    .carousel-indicators .active {
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
}

/*END Carousel*/

.why-vinchin {
    margin: 70px auto 0;
}

.advantage {
    margin: 0 auto;
    margin-bottom: 70px;
    max-width: 1080px;
    text-align: center;
}

.advantage span {
    font-size: 26px;
    font-weight: bolder;
    color: #000;
    padding-left: 15px;
}

.advantage p {
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    text-align: center;
}

.why-vinchin .adva-title {
    text-align: center;
    margin-bottom: 20px;
}

.adva-title .advantage-three {
    margin-left: 120px;
}

.more-features {
    text-align: center;
    margin: 60px auto 20px;
}

.more-features p {
    font-size: 18px;
    margin: 30px 0;
}

.more-features span {
    font-size: 18px;
    color: #4ad1cd;
    font-weight: bolder;
}

.more-features a {
    font-size: 20px;
    font-weight: bolder;
    padding: 10px 30px;
    border: 3px solid #4ad1cd;
    color: #4ad1cd;
    border-radius: 5px;
}

.more-features a:hover {
    color: #00B6CE;
    border: 3px solid #00B6CE;
}

.vm-trust {
    margin-top: 90px;
}

.vm-trust h3 {
    text-align: center;
    font-size: 26px;
    font-weight: bolder;
    margin-bottom: 30px;
}

.vm-trust .partner-logo,
.vm-trust .partner-logo-two {
    text-align: center;
    margin: 20px 0;
}

.vm-trust .partner-logo img {
    width: 260px;
}

.vm-trust .partner-logo-two img {
    width: 150px;
}

.fun-content .fun-img {
    max-width: 580px;
}

.fun-content .fun-img img {
    width: 100%;
}

.fun-content .col-md-6 {
    padding: 0 10px;
}

.fun-content h3 {
    margin-bottom: 40px;
}

.fun-content {
    padding: 30px 0 25px;
}

/*swiper插件重写CSS*/
.swiper-pagination-bullet-active {
    background: #4ad1cd;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -5px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.vm-comment {
    margin: 60px auto 0;
}

.vm-comment p {
    max-width: 470px;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 50px;
}

.vm-comment span {
    font-weight: bolder;
}

.hypervisor-sup {
    margin-bottom: 90px;
    width: 90%;
    margin: 0 auto 90px;
}

.manufacturer {
    margin-bottom: 30px;
}

.manufacturer ul {
    text-align: center;
}

.manufacturer ul li {
    width: 150px;
    height: 56px;
    margin: 0 30px;
    cursor: default;
}

@media (max-width: 767px) {
    .manufacturer ul li {
        margin: 0;
    }

    .adva-title .advantage-three {
        margin-left: 0;
    }

    .vm-comment p {
        margin-left: 0;
    }
}

/*vmware*/
.manufacturer .logo-vmware {
    background: url(../img/homepage/logos.png) -0px -224px no-repeat;
}

.manufacturer .logo-vmware:hover {
    background: url(../img/homepage/logos.png) -0px -336px no-repeat;
}

/*citrix*/
.manufacturer .logo-citrix {
    background: url(../img/homepage/logos.png) -0px -0px no-repeat;
}

.manufacturer .logo-citrix:hover {
    background: url(../img/homepage/logos.png) -300px -56px no-repeat;
}

/*redhat*/
.manufacturer .logo-redhat {
    background: url(../img/homepage/logos.png) -0px -168px no-repeat;
}

.manufacturer .logo-redhat:hover {
    background: url(../img/homepage/logos.png) -150px -280px no-repeat;
}

/*certusnet*/
.manufacturer .logo-certusnet {
    background: url(../img/homepage/logos.png) -300px -0px no-repeat;
}

.manufacturer .logo-certusnet:hover {
    background: url(../img/homepage/logos.png) -0px -56px no-repeat;
}

/*h3c*/
.manufacturer .logo-h3c {
    background: url(../img/homepage/logos.png) -150px -0px no-repeat;
}

.manufacturer .logo-h3c:hover {
    background: url(../img/homepage/logos.png) -300px -112px no-repeat;
}

/*inspur*/
.manufacturer .logo-inspur {
    background: url(../img/homepage/logos.png) -0px -112px no-repeat;
}

.manufacturer .logo-inspur:hover {
    background: url(../img/homepage/logos.png) -300px -224px no-repeat;
}

/*halsign*/
.manufacturer .logo-halsign {
    background: url(../img/homepage/logos.png) -150px -56px no-repeat;
}

.manufacturer .logo-halsign:hover {
    background: url(../img/homepage/logos.png) -300px -168px no-repeat;
}

/*sangfor*/
.manufacturer .logo-sangfor {
    background: url(../img/homepage/logos.png) -150px -168px no-repeat;
}

.manufacturer .logo-sangfor:hover {
    background: url(../img/homepage/logos.png) -300px -280px no-repeat;
}

/*winhong*/
.manufacturer .logo-winhong {
    background: url(../img/homepage/logos.png) -150px -224px no-repeat;
}

.manufacturer .logo-winhong:hover {
    background: url(../img/homepage/logos.png) -150px -336px no-repeat;
}

/*kvm*/
.manufacturer .logo-kvm {
    background: url(../img/homepage/logos.png) -150px -112px no-repeat;
}

.manufacturer .logo-kvm:hover {
    background: url(../img/homepage/logos.png) -0px -280px no-repeat;
}

/*openstack*/
.manufacturer .logo-openstack {
    background: url(../img/homepage/openstack.png) no-repeat;
}

.manufacturer .logo-openstack:hover {
    background: url(../img/homepage/openstack-hover.png) no-repeat;
}

/*END Homepage*/

.title-company {
    background: url(../img/company/pagetitle-company.png) no-repeat;
    background-size: cover;
}

/*BEGIN backup&recovery*/
.page-title {
    padding-top: 30px;
    min-height: 540px;
    text-align: center;
}

.page-title .title {
    font-size: 46px;
    color: white;
    font-weight: bolder;
    margin-top: 150px;
    margin-bottom: 30px;
}

.page-title p {
    font-size: 36px;
    color: #FCFDFD;
}

.overview {
    margin: 50px auto 60px;
}

.overview p {
    margin-bottom: 60px;
    max-width: 600px;
}

.overview i {
    color: #4ad1cd;
    font-size: 20px;
}

.overview .col-md-6 {
    padding: 0;
}

.overview .col-md-6 a {
    color: #4ad1cd;
    font-size: 18px;
    display: block;
    max-width: 200px;
    margin: 5px 0;
}

.overview .col-md-6 a:hover {
    opacity: 0.8;
}

.overview h3 {
    color: #4ad1cd;
}

.download {
    color: white;
    background-color: #169BD5;
    font-size: 18px;
    font-weight: bolder;
    padding: 10px 45px;
}

.download:hover {
    background-color: #4ad1cd;
    color: white;
}

.recover-mode span {
    display: block;
    padding-left: 25px;
}

.recover-mode {
    margin-top: 25px;
}

.recover-mode p {
    border-left: 15px solid #4ad1cd;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: bolder;
}

.operate-manage {
    margin: 30px auto 40px;
}

.operate-manage h3 {
    color: inherit;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.operate-mode .operate-span {
    padding-left: 25px;
    display: block;
}

.operate-mode div {
    margin-left: 25px;
}

.operate-mode p {
    border-left: 15px solid #4ad1cd;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: bolder;
}

.operate-mode i {
    color: #000;
}

.operate-mode {
    margin-top: 25px;
}

.web-img {
    max-width: 400px;
    text-align: center;
}

.web-img img {
    width: 70%;
    border-radius: 10px;
}

.trial-des {
    font-size: 14px;
    margin-left: 10px;
    color: #999999;
}

.overview .col-md-5 img {
    width: 100%;
}

@media (max-width: 1264px) {
    .trial-des {
        display: block;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .moreFun {
        max-width: 450px;
        margin: 0 auto;
    }

    .overview .col-md-5 img {
        width: 100%;
    }

    .web-img img {
        margin-left: 0;
        width: 90%;
    }
}

/*END backup&recovery*/

/*BEGIN VMWARE*/
.vmware-banner.xen-banner {
    background: url(../img/hypervisor/new-vmware-backup/bg-vmware-backup.png) no-repeat;
    background-size: 100%;
}

.vmware-text {
    color: #1c6973;
    line-height: 28px;
    margin: 45px auto 70px;
    text-align: center;
    width: 40%;
}

.vmware-text p {
    font-size: 22px;
}

.vmware-advantage h1, .vmware-platform h1, .VMware-Partner h1 {
    text-align: center;
    color: #10515a;
    font-size: 30px;
    font-family: var(--default-font-family-bold);
    padding: 20px 0;
    margin: 0;
}

.vmware-advantage.container, .vmware-platform .container, .VMware-Partner.container, .vmware-trynow.container {
    width: 1349px;
}

.vmware-advantage .col-lg-3 {
    width: 23%;
    margin-right: 2.5%;
}

.vmware-advantage .col-lg-3:last-child {
    margin-right: 0;
}

.vmware-advantage .row {
    margin: 6% 0 5%;
}

.vmware-advantage .row .title {
    font-family: var(--default-font-family-bold);
    font-size: 20px;
    font-weight: 700;
    color: #155861;
    text-align: left;
    margin: 30px 0 20px;
}

.vmware-advantage .row p {
    font-size: 16px;
    color: #1c6973;
    font-weight: normal;
}

.vmware-advantage .row .col-lg-4:nth-child(2) {
    margin-top: -60px;
}

.vmware-advantage .row .col-lg-4:nth-child(3) {
    margin-top: 24px;
}

.vmware-advantage.hidden-lg .sm-box1 {
    margin-top: 60px;
}

.vmware-advantage.hidden-lg .sm-box3 {
    margin-top: 25px;
}

.vm.xen-feature .subtitle {
    font-size: 16px;
    color: #155861;
    margin-bottom: 15px;
}

.vmware-platform {
    background-color: #f8f8f8;
    margin: 0 0 90px;
    padding: 65px 0 85px 0;
    width: 100%;
}

.vmware-platform h1 {
    margin-bottom: 55px;
}

.vmware-platform dl {
    text-align: center;
    border-right: 2px solid #7ea6ac;
    margin: 0;
}

.vmware-platform .last {
    border-right: none
}

.vmware-platform dl dt {
    width: 70%;
    margin: 0 auto 28px;
    border-radius: 25px 0 25px 0;
    border: solid 2px #4ad1cd;
    color: #4ad1cd;
    font-size: 20px;
    text-align: center;
    line-height: 51px;
}

.vmware-platform dl dd {
    margin-bottom: 11px;
    color: #1c6973;
    font-size: 18px;
}

.vmware-platform dl .last {
    margin-bottom: 0;
}

.vmware-platform .col-lg-3 {
    padding: 0;
}

.vmware-hear {
    display: block;
    margin: 63px auto 0;
    width: 334px;
    height: 50px;
    border-radius: 10px;
    border: solid 2px #4ad1cd;
    color: #4ad1cd;
    font-size: 24px;
    text-align: center;
    line-height: 44px;
}

.vmware-hear:hover {
    color: white;
    background-color: #4ad1cd;
}

.vmware-hear:focus {
    color: #4ad1cd;
}

.vmware-trynow .background {
    width: 100%;
    background-image: linear-gradient(257deg, #1d6b75 0%, #4ad1cd 100%), linear-gradient(#003c94, #003c94);
    box-shadow: 0 1px 17px 1px rgba(0, 0, 0, 0.25);
    color: white;
    position: relative;
    top: 60px;
    margin: 0 auto;
    padding: 40px 60px 60px;
    text-align: center;
}

.vmware-trynow .background button {
    height: 50px;
    border-radius: 10px;
    border: solid 2px #FFFFFF;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    margin-top: 40px;
    padding: 0 10px;
}

.vmware-trynow .background button:hover {
    color: #173b47;
    border: solid 2px #173b47;
}

@media (max-width: 1920px) {
    .vmware-banner {
        height: 665px;
    }
}

/*END VMWARE*/

/*BEGIN SANGFOR*/
.sangfor-introduce {
    margin: 80px auto;
    width: 90%;
}

.sangfor-introduce p {
    color: #000;
    font-size: 18px;
}

.sangfor-fun {
    margin: 0 auto 60px;
    width: 90%;
}

.sangfor-fun h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bolder;
}

.sangfor-fun p {
    color: #000;
    font-size: 18px;
}

/*END SANGFOR*/

/*BEGIN XENSERVER*/
.hypervisor-features {
    padding: 60px 0 20px;
    background: #F1F1F1;
    margin-bottom: 60px;
}

.hypervisor-feature .col-md-4 {
    text-align: center;
}

.hypervisor-feature .col-md-4 img {
    margin-top: 30px;
}

.hypervisor-features .col-md-8 {
    margin-bottom: 60px;
}

.hypervisor-features .col-md-4 {
    text-align: center;
}

.hypervisor-features h3 {
    font-size: 22px;
    font-weight: bolder;
}

.hypervisor-features p {
    color: #666666;
    max-width: 600px;
    text-align: justify;
}

.bg-openstack {
    margin: 60px 0 100px;
    min-height: 500px;
    background: url(../img/hypervisor/bg-openstack.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.bg-openstack p {
    font-size: 30px;
    font-weight: bolder;
    color: white;
}

.xen-banner {
    position: relative;
    background: url(../img/hypervisor/new-xenserver/xenserver-banner.png) no-repeat;
    background-size: 100%;
    height: 832px;
    top: -70px;
}

.xensever-text p {
    color: #1c6973;
    font-size: 22px;
    margin: -33px 679px 90px;
    text-align: center;
}

.xen-whatget h1, .openstack-backup-solution h1 {
    font-family: var(--default-font-family-bold);
    color: #10515a;
    text-align: center;
    font-size: 32px;
    margin-bottom: 120px;
}

.xen-whatget .col-lg-4 {
    width: 30%;
    margin-right: 5%;
}

.xen-whatget .col-lg-4:nth-child(3) {
    margin-right: 0;
}

.xen-whatget .col-lg-4 h2 {
    font-family: var(--default-font-family-bold);
    font-size: 20px;
    color: #155861;
    margin: 40px 0 25px 0;
}

.xen-whatget .col-lg-4 .center {
    margin-top: 33px;
}

.xen-whatget .col-lg-4 .last {
    margin-top: 30px;
}

.xen-whatget .col-lg-4 p {
    font-size: 16px;
    color: #1c6973;
}

.xen-platforms {
    margin: 50px 0;
    padding: 70px 0 85px 0;
    background-color: #f8f8f8;
}

.xen-platforms .container {
    width: 1349px;
}

.xen-platforms h1 {
    font-family: var(--default-font-family-bold);
    font-size: 32px;
    color: #10515a;
    text-align: center;
    line-height: 90px;
    margin-bottom: 45px;
}

.xen-platforms dl {
    text-align: center;
    border-right: 2px solid #7ea6ac;
    margin: 0;
}

.xen-platforms .row .col-lg-6:last-child dl {
    border-right: none
}

.xen-platforms dt {
    width: 70%;
    margin: 30px auto 28px;
    border-radius: 25px 0 25px 0;
    border: solid 2px #4ad1cd;
    color: #4ad1cd;
    font-size: 20px;
    text-align: center;
    line-height: 51px;
}

.xen-platforms dd {
    margin-bottom: 11px;
    color: #1c6973;
    font-size: 18px;
}

.xen-citrixpartner {
    padding: 0 0 96px 0;
    text-align: center;
}

.xen-citrixpartner .container {
    width: 1349px;
}

.xen-citrixpartner h1 {
    font-family: var(--default-font-family-bold);
    font-size: 32px;
    color: #10515a;
    text-align: center;
    margin-bottom: 80px;
}

.xen-citrixpartner p {
    margin-top: 40px;
    font-size: 18px;
    color: #1c6973;
    padding: 0 90px;
}

.xen-citrixpartner .col-lg-6 {
    padding: 0;
}

.xen-provider {
    background: url(../img/hypervisor/new-xenserver/Provider-bg.png) no-repeat;
    background-size: 100%;
    padding: 98px 0 87px 0;
    margin-bottom: 70px;
    text-align: center;
}

.xen-provider a {
    display: inline-block;
    width: 719px;
    height: 52px;
    border-radius: 10px;
    border: solid 2px #fff;
    color: white;
    font-family: var(--default-font-family-bold);
    line-height: 46px;
    margin-left: 100px;
}

.xen-provider a:hover {
    border: solid 2px #4ad1cd;
    background-color: #4ad1cd;
}

.xen-provider a span {
    font-size: 24px;
}

.xen-brands h1 {
    font-family: var(--default-font-family-bold);
    font-size: 32px;
    color: #10515a;
    text-align: center;
    margin-bottom: 80px;
}

.xen-brands.container {
    width: 1349px;
    position: relative;
}

.xen-brands .xen-show .content {
    width: 100%;
    color: #1f6f79;
    height: 308px;
    border: solid 2px #4ad1cd;
    background-color: white;
    padding: 30px;
}

.xen-brands .col-lg-4:nth-child(2) .xen-show .content {
    border: solid 2px #319295;
}

.xen-brands .col-lg-4:nth-child(3) .xen-show .content {
    border: solid 2px #1f6f79;
}

.xen-brands .xen-show .content h5 {
    margin: 0;
    font-family: var(--default-font-family-bold);
    font-size: 22px;
}

.xen-brands .xen-show .content p {
    font-size: 16px;
    margin-top: 20px;
}

.xen-brands .xen-show img, .xen-brands .row .xen-hide img {
    width: 100%;
}

.xen-brands .row .xen-hide {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    padding: 0 15px;
}

.xen-brands .xen-hide .content {
    width: 100%;
    height: 308px;
    text-align: center;
    background-color: #4ad1cd;
    padding-top: 25%;
    color: white;
}

.xen-brands .xen-hide .content h5 {
    font-family: var(--default-font-family-bold);
    font-size: 26px;
    color: white;
    margin: 0;
    text-align: center;
}

.xen-brands .allhide {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.xen-brands .xen-hide .content span {
    font-size: 20px;
    display: block;
    color: white;
    position: relative;
    margin: 85px 0 0 250px;
    cursor: pointer;
}

.xen-brands .col-lg-4:nth-child(2) .xen-hide .content {
    background-color: #319295;
}

.xen-brands .col-lg-4:nth-child(2) .xen-hide a {
    position: relative;
}

.xen-brands .col-lg-4:nth-child(3) .xen-hide .content {
    background-color: #1f6f79;
}

.xen-brands .col-lg-4:hover .xen-show {
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
}

.xen-brands .col-lg-4:hover .xen-hide {
    opacity: 1;
    transition: opacity 0.7s ease-in-out;
}

.xen-brands .xen-hide .content span:hover {
    /* animation: remove 1s ease-in-out; */
    font-size: 22px;
    text-shadow: 0.4px 1px 2px #000;

}

.xen-trynow.vmware-trynow .background {
    padding: 40px 110px 60px;
    width: 98%;
}

@media (max-width: 1920px) {
    .xensever-text p {
        margin: 10px 580px 50px;
    }

    .xen-banner {
        height: 665px;
    }
}

@media (max-width: 1600px) {
    .xensever-text p {
        margin: -100px 416px 50px;
    }

    .xen-provider img {
        width: 150px;
    }
}

/* w<1440px */
@media (max-width: 1440px) {
    .xen-whatget.container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 76%;
        padding: 0;
    }

    .xensever-text p {
        margin: -154px 340px 59px;
    }

    .xen-brands .row .xen-hide, .xen-brands .row .xen-show, .xen-brands .row .xen-show img, .xen-brands .row .xen-show .content, .xen-brands .row .xen-hide img, .xen-brands .row .xen-hide .content {
        width: 100%;
    }

    .xen-brands .row .xen-hide .content {
        height: 365px;
    }

    .xen-brands .xen-show .content {
        height: 365px;
    }

    .xen-brands .xen-hide .content span {
        margin: 85px 0 0 195px;
    }
}

@media (max-width: 1366px) {
    .xen-citrixpartner .container, .xen-whatget.container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 90%;
        padding: 0;
    }

    .xen-brands .xen-show .content, .xen-brands .row .xen-hide .content {
        height: 400px;
    }

    .xen-brands .xen-hide .content span {
        margin: 85px 0 0 165px;
    }

    .xensever-text p {
        margin: -175px 284px 59px;
    }

    .xen-provider {
        padding: 58px 0 87px 0;
        margin-bottom: 70px;
    }

    .xen-provider img {
        width: 135px;
    }

    .xen-provider a {
        margin-left: 60px;
    }
}

@media (max-width: 1200px) {
    .xen-banner {
        height: 570px;
    }

    .xen-whatget.container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 90%;
    }

    .xen-brands .xen-show .content, .xen-brands .row .xen-hide .content {
        height: 440px;
    }

    .xen-brands .xen-hide .content span {
        margin: 85px 0 0 130px;
    }

    .xensever-text p {
        margin: -138px 220px 57px;
    }
}

/* w<1200px */
@media (max-width: 1200px) {
    .xen-whatget h1, .xen-platforms h1, .xen-brands h1 {
        font-size: 26px;
    }

    .xensever-text p {
        margin: -159px 220px 36px;
    }

    .xen-platforms dt {
        width: 87%;
        border: solid 1px #4ad1cd;
        font-size: 16px;
        line-height: 45px;
    }

    .xen-platforms dd {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .xen-platforms dl {
        border-right: 1px solid #7ea6ac;
    }

    .xen-citrixpartner {
        padding-top: 0;
    }

    .xen-citrixpartner .container {
        width: 991px;
    }

    .xen-citrixpartner .col-lg-6 {
        margin-bottom: 60px;
    }

    .xen-brands .row .xen-hide .content {
        height: 450px;
    }

    .xen-brands .xen-show .content {
        height: 450px;
        padding: 20px;
    }

    .xen-brands .xen-hide .content {
        padding: 40% 1%;
    }

    .xen-brands .xen-hide .content h5 {
        font-size: 24px;
    }

    .xen-brands .xen-hide .content span {
        margin: 90px 0 0 130px;
        font-size: 18px;
    }
}

/* w<1024px */
@media (max-width: 1024px) {
    .xen-citrixpartner .container, .xen-whatget.container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 90%;
    }

    .xen-whatget h1, .xen-platforms h1, .xen-brands h1 {
        font-size: 24px;
    }

    .xen-banner {
        height: 580px;
    }

    .xensever-text p {
        margin: -235px 162px 35px;
        font-size: 20px;
    }

    .xen-whatget .col-lg-4 h2, .vmware-trynow .background h3 {
        font-size: 18px;
    }

    .xen-whatget .col-lg-4 p, .xen-brands .xen-show .content p {
        font-size: 14px;
    }

    .xen-trynow.vmware-hear {
        width: 290px;
        font-size: 22px;
    }

    .xen-trynow.vmware-trynow .background button {
        width: 190px;
        height: 40px;
        font-size: 18px;
    }

    .xen-brands .row .xen-hide {
        padding: 0;
    }

    /* .xen-brands .row .xen-hide {
		width: 240.61px;
	} */
    .xen-brands .xen-hide .content span {
        margin: 90px 0 0 70px;
        font-size: 16px;
    }

    .xen-brands .xen-show .content {
        border-width: 1px !important;
    }

    .xen-brands .col-lg-4 {
        padding: 0;
        margin-right: 10px;
    }

    .xen-brands .col-lg-4.col-md-4.col-sm-4 {
        width: 31.33%;
    }

    .xen-brands .row .xen-hide {
        left: 0;
    }

    .xen-brands .xen-show .content h5 {
        font-size: 20px;
    }
}

/* w<991px */
@media (max-width: 991px) {
    .xen-brands .xen-show .content, .xen-brands .row .xen-hide .content {
        height: 360px;
    }

    .xen-banner {
        height: 380px;
    }

    .xensever-text p {
        margin: -46px 93px 36px;
    }

    .xen-platforms h1 {
        margin-bottom: 50px;
    }

    .xen-platforms dl {
        border-right: none;
    }

    .xen-platforms dt {
        width: 100%;
        font-size: 14px;
    }

    .xen-platforms dd {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .xen-citrixpartner h1 {
        font-size: 24px;
    }

    .xen-citrixpartner p {
        padding: 0 10px;
    }

    .xen-citrixpartner img {
        width: 195px;
    }

    .xen-provider {
        padding: 66px 0 66px 0;
    }

    .xen-provider img {
        display: none;
    }

    .xen-provider a {
        width: 590px;
        height: 40px;
        line-height: 33px;
        margin-left: 0;
    }

    .xen-provider a span {
        font-size: 20px;
    }

    .xen-brands .xen-show .content {
        padding: 10px;
    }

    .xen-brands .xen-show .content h5 {
        font-size: 17px;
    }

    .xen-whatget .col-lg-4 p, .xen-brands .xen-show .content p {
        font-size: 13px;
    }

    .xen-brands .xen-hide .content h5 {
        font-size: 18px;
    }

    .xen-brands .xen-hide .content span {
        font-size: 14px;
    }

    .xen-hear.vmware-hear {
        width: 245px;
        font-size: 18px;
    }

    .xen-trynow.vmware-trynow .background button {
        width: 145px;
        height: 35px;
        font-size: 16px;
    }

    .xen-whatget .col-lg-4 h2, .vmware-trynow .background h3 {
        font-size: 15px;
    }
}

/* w<768px */
@media (max-width: 767px) {
    .vmware-advantage .row .col-lg-4:nth-child(2) {
        margin-top: 0;
    }

    .xen-brands .xen-show .content, .xen-brands .row .xen-hide .content {
        height: 200px;
    }

    .xen-citrixpartner .container, .xen-whatget.container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 551px;
    }

    .xen-banner {
        height: 470px;
    }

    .xensever-text p {
        margin: -199px 49px 40px;
        font-size: 18px;
    }

    .xen-whatget img {
        display: none;
    }

    .xen-whatget .col-lg-4 {
        width: 100%;
    }

    .xen-citrixpartner img {
        width: 150px;
    }

    .xen-citrixpartner p {
        font-size: 14px;
    }

    .xen-provider a {
        width: 484px;
        height: 34px;
        line-height: 28px;
    }

    .xen-provider a span {
        font-size: 16px;
    }

    .xen-provider {
        padding: 42px 0 42px 0;
    }

    .xen-brands .col-lg-4:hover .xen-show {
        opacity: 1;
    }

    .xen-brands .col-lg-4.col-md-4.col-sm-4 {
        width: 100%;
        margin-top: 10px;
    }

    .xen-brands .col-lg-4.col-md-4.col-sm-4 img {
        display: none;
    }

    .xen-brands.container {
        margin-bottom: 20px;
    }

    .xen-brands .xen-show .content h5 {
        font-size: 14px;
    }

    .xen-brands .xen-show a.hidden-lg.hidden-md.hidden-sm span {
        font-size: 12px;
        color: #1f6f79;
    }

    .xen-brands .row .xen-hide {
        width: 100%;
    }

    .vmware-trynow .background h3 {
        display: none;
    }

    .xen-whatget .col-lg-4 p, .xen-brands .xen-show .content p {
        font-size: 12px;
    }

    .xen-trynow.vmware-trynow .background {
        padding: 10px 0 25px 0;
    }

    .xen-trynow.vmware-trynow.container {
        height: 90px;
    }
}

@media (max-width: 680px) {
    .xen-citrixpartner .container, .xen-whatget.container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 400px;
    }

    .xen-whatget h1 {
        margin-bottom: 35px;
    }
}

/* w<540px */
@media (max-width: 540px) {
    .xen-citrixpartner .container, .xen-whatget.container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 300px;
    }

    .xen-banner {
        height: 330px;
    }

    .xensever-text p {
        font-size: 14px;
    }

    .xen-citrixpartner .container {
        padding: 0;
    }

    .xen-citrixpartner h1 {
        font-size: 14px;
    }

    .xen-provider a {
        width: 433px;
        height: 30px;
        line-height: 23px;
    }

    .xen-provider a span {
        font-size: 14px;
    }
}

/* w<411px */
@media (max-width: 414px) {
    .xen-citrixpartner .container, .xen-whatget.container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 270px;
    }

    .xen-provider {
        padding: 23px 0 23px 0;
    }

    .xen-provider a {
        width: 330px;
        height: 31px;
    }

    .xen-provider a span {
        font-size: 12px;
    }

    .xen-whatget h1, .xen-platforms h1, .xen-brands h1 {
        font-size: 20px;
    }
}

/*END XENSERVER*/
/*BEGIN XCP-NG*/
.xcp-ng.xen-banner {
    background: url(../img/hypervisor/new-xenserver/xcp-ng-banner.png) no-repeat;
    background-size: 100%;
}

.xcp-ng.xen-platforms {
    margin: 50px 0 0 0;
}

.xcp-ng.xen-whatget .col-lg-4:first-child {
    margin-top: -15px;
}

.xcp-ng.rhv-ovirt-platforms.xen-platforms .col-lg-6 .col-lg-5 {
    margin-top: 0;
}

.live-webinar .container {
    width: 1349px;
    padding: 100px 15px;
}

.live-webinar.move {
    margin-top: -60px;
}

.live-webinar.gary {
    background-color: #F2F2F2;
}

.live-webinar h1 {
    font-family: var(--default-font-family-bold);
    font-size: 32px;
    color: #10515a;
    text-align: center;
    margin: 0 0 50px;
}

.live-webinar .col-lg-8 {
    padding-right: 100px;
    font-size: 18px;
    color: #1c6973;
}

.live-webinar p {
    font-size: 18px;
    color: #1c6973;
}

.live-webinar .webinar-right {
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}

.live-webinar .webinar-bottom {
    margin: 20px 0 30px;
}

.live-webinar .webinar-bottom li {
    margin-bottom: 6px;
}

.live-webinar .webinar-bottom i {
    margin-right: 10px;
}

.live-webinar .webinar-learn a {
    font-size: 18px;
    margin-top: 25px;
}

.live-webinar .webinar-learn a,
.live-webinar .webinar-learn a i {
    color: #4ad1cd;
}

.live-webinar .webinar-learn a:hover,
.live-webinar .webinar-learn a:hover i {
    color: #1c6973;
}

.live-webinar .webinar-learn i {
    margin-left: 10px;
}

.live-webinar .col-lg-4 {
    padding-left: 10px;
}

.live-webinar .video-cover {
    width: 100%;
}

.live-webinar .video-play {
    max-width: 80px;
}

.live-webinar .col-lg-4 p {
    font-size: 16px;
}

@media (max-width: 1440px) {
    .live-webinar .container {
        width: 76%;
    }
}

@media (max-width: 1366px) {
    .live-webinar .container {
        width: 1170px;
    }
}

@media (max-width: 1246px) {
    .live-webinar .container {
        width: 90%;
    }
}

@media (max-width: 1199px) {
    .xcp-ng .double .col-lg-4:nth-child(2) {
        width: 32% !important;
    }

    .xcp-ng .double .col-lg-4:nth-child(4) {
        width: 37% !important;
    }

}

@media (max-width: 991px) {
    .xcp-ng.xen-banner {
        height: 560px;
    }
}

@media (max-width: 767px) {
    .xcp-ng.xen-banner {
        height: 497px;
    }
}

@media (max-width: 540px) {
    .xcp-ng.xen-banner {
        height: 359px;
    }

    .xen-citrixpartner .container, .xen-whatget.container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 90%;
    }
}

/*END XCP-NG*/

/*BEGIN sangfor-hci*/
.sangfor-hci-banner {
    background: url(../img/hypervisor/new-sangfor-hci/banner.png) no-repeat;
    background-size: 100%;
}

.sangfor-hci-text.xensever-text p {
    margin: 30px 565px 75px;
}

.sangfor-hci-whatget.xen-whatget .col-lg-4 .last {
    margin-top: 51px;
}

.sangfor-hci-platforms.rhv-ovirt-platforms.xen-platforms .col-lg-6 .col-lg-5 {
    margin-top: 0;
}

.sangfor-hci-partner.xen-citrixpartner h1 {
    text-align: left;
    margin-bottom: 25px;
}

.sangfor-hci-partner.xen-citrixpartner img {
    margin-top: 5%;
}

.sangfor-hci.live-webinar {
    background-color: #f8f8f8;
    margin-bottom: 50px;
    padding: 60px 0 30px;
}

.sangfor-hci-provider.xen-provider {
    background: url(../img/hypervisor/new-sangfor-hci/elevate-bg.png) no-repeat;
    padding: 98px 0 97px 0;
}

.sangfor-hci-brands .xen-brands .xen-show .content, .sangfor-hci-brands .xen-brands .xen-hide .content {
    height: 370px;
}

@media (max-width: 1600px) {
    .sangfor-hci-banner {
        height: 565px;
    }

    .sangfor-hci-text.xensever-text p {
        margin: 30px 385px 75px;
    }
}

@media (max-width: 1440px) {
    .sangfor-hci-banner {
        height: 510px;
    }

    .sangfor-hci-text.xensever-text p {
        margin: 30px 315px 75px;
    }

    .sangfor-hci-trynow.xen-trynow.vmware-trynow .background h3 {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .sangfor-hci-banner {
        height: 485px;
    }
}

@media (max-width: 1200px) {
    .sangfor-hci-banner {
        height: 435px;
    }

    .sangfor-hci-text.xensever-text p {
        margin: 30px 207px 75px;
    }

    .sangfor-hci-brands.xen-brands .xen-show .content, .sangfor-hci-brands.xen-brands .row .xen-hide .content {
        height: 480px;
    }

    .sangfor-hci-partner.xen-citrixpartner h1 {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .sangfor-hci-banner {
        height: 368px;
    }

    .sangfor-hci-text.xensever-text p {
        margin: 30px 140px 75px;
    }

    .sangfor-hci-platforms.xen-platforms h1 {
        margin-bottom: 0;
    }

    .sangfor-hci-platforms.rhv-ovirt-platforms.xen-platforms dd {
        line-height: 63px;
        text-align: center;
        padding-left: 0;
    }

    .sangfor-hci-trynow.xen-trynow.vmware-trynow .background {
        padding: 40px 50px 60px;
    }

    .sangfor-hci-brands.xen-brands .xen-show .content, .sangfor-hci-brands.xen-brands .row .xen-hide .content {
        height: 430px;
    }

    .xen-brands .xen-hide .content span:hover {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .xen-brands .xen-hide .content span:hover {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .sangfor-hci-banner {
        height: 280px;
    }

    .sangfor-hci-text.xensever-text p {
        margin: 30px 53px 75px;
    }

}

@media (max-width: 767px) {
    .sangfor-hci-brands.xen-brands .xen-show .content, .sangfor-hci-brands.xen-brands .row .xen-hide .content {
        height: 200px;
    }

    .sangfor-hci-banner {
        height: 170px;
    }

    .sangfor-hci-provider.xen-provider a {
        width: 350px;
    }
}

@media (max-width: 540px) {
    .sangfor-hci-brands.xen-brands .xen-show .content, .sangfor-hci-brands.xen-brands .row .xen-hide .content {
        height: 269px;
    }

    .sangfor-hci-banner {
        height: 131px;
    }

    .sangfor-hci-text.xensever-text p {
        margin: 0 37px 25px;
    }
}

/* END sangfor-hci */
/* BEGIN huawei */
.openstack-backup-banner {
    background: url(../img/hypervisor/new-huawei/banner.png) no-repeat;
    background-size: 100%;
}

.openstack-backup-text.xensever-text p {
    margin: 1% 29.5% 3%;
}

.openstack-backup-text.xensever-text p:first-child {
    margin-bottom: 20px !important;
}

.openstack-backup-solution {
    padding-bottom: 90px;
}

.openstack-backup-solution .container, .openstack-backup-whatget.xen-whatget .container {
    width: 1349px;
}

.openstack-backup-solution h1 {
    margin-bottom: 90px;
}

.openstack-backup-solution .col-lg-4 {
    border: solid 2px #b7edeb;
    text-align: center;
    height: 210px;
    padding: 2% 0;
    margin: 1.5%;
    width: 30.3%;
}

.openstack-backup-solution .col-lg-4:hover {
    background-image: linear-gradient(257deg, #1d6b75 0%, #4ad1cd 100%), linear-gradient(#4ad1cd, #4ad1cd);
    border: solid 2px #b7edeb;
}

.openstack-backup-solution .col-lg-4:hover .show {
    display: none !important;
}

.openstack-backup-solution .col-lg-4:hover .hide {
    display: block !important;
}

.openstack-backup-solution .col-lg-4 img {
    margin: 0 auto;
}

.openstack-backup-solution .col-lg-4 h2 {
    font-family: var(--default-font-family-bold);
    font-size: 20px;
    color: #155861;
    margin-top: 25px;
}

.openstack-backup-solution .col-lg-4 p {
    font-size: 18px;
    color: #1c6973;
}

.openstack-backup-solution .col-lg-4:hover p, .openstack-backup-solution .col-lg-4:hover h2 {
    color: white;
}

.openstack-backup-whatget.xen-whatget {
    background-color: #f8f8f8;
    padding: 4% 0;
}

.openstack-backup-whatget.xen-whatget .row .col-lg-4:first-child {
    margin-top: -21px;
}

.openstack-backup-whatget.xen-whatget .row .col-lg-4:last-child {
    width: 28%;
    margin-right: 0;
    margin-top: -21px;
}

.openstack-backup-platforms.rhv-ovirt-platforms.xen-platforms .col-lg-5 {
    width: 33%;
}

.openstack-backup-platforms.rhv-ovirt-platforms.xen-platforms .col-lg-7 {
    width: 67%;
}

.openstack-backup-platforms.rhv-ovirt-platforms.xen-platforms dd {
    padding: 0;
    text-align: center;
}

.openstack-backup-platforms.rhv-ovirt-platforms.xen-platforms .col-lg-6 .col-lg-5 {
    margin-top: 0;
}

.openstack-backup-platforms.rhv-ovirt-platforms.xen-platforms {
    margin-bottom: 0;
    padding: 70px 0 30px !important;
}

.openstack-backup-provider.xen-provider {
    background: url(../img/hypervisor/new-huawei/bg-winner.png) no-repeat;
    background-size: 100%;
}

.openstack-backup-provider.xen-provider a {
    width: 45%;
}

.openstack-backup-brands.xen-brands .xen-show .content, .openstack-backup-brands.xen-brands .xen-hide .content {
    height: 370px;
}

.openstack-backup-trynow.vmware-trynow .background {
    padding: 40px 180px 60px;
}

@media (max-width: 1600px) {
    .openstack-backup-banner {
        height: 553px;
    }

    .openstack-backup-text.xensever-text p {
        margin: 1% 26.5% 3%;
    }

    .openstack-backup-whatget.xen-whatget .row .col-lg-4:last-child {
        width: 30%;
    }

    .openstack-backup-platforms.rhv-ovirt-platforms.xen-platforms {
        margin: 0;
    }

    .openstack-backup-provider.xen-provider a {
        width: 55%;
    }

    .openstack-backup-provider.xen-provider {
        margin-bottom: 20px;
    }
}

@media (max-width: 1440px) {
    .openstack-backup-solution .container, .openstack-backup-whatget.xen-whatget .container {
        width: 76%;
    }

    .openstack-backup-banner {
        height: 497px;
    }

    .openstack-backup-text.xensever-text p {
        margin: 1% 23.5% 3%;
        font-size: 21px;
    }

    .xen-whatget h1, .openstack-backup-solution h1, .openstack-backup-platforms.rhv-ovirt-platforms.xen-platforms h1, .openstack-backup-brands h1 {
        font-size: 26px;
    }

    .openstack-backup-solution .col-lg-4 h2, .openstack-backup-whatget.xen-whatget .col-lg-4 h2 {
        font-size: 18px;
    }

    .openstack-backup-solution .col-lg-4 p {
        font-size: 16px;
    }

    .openstack-backup-provider.xen-provider {
        padding: 4% 0;
    }

    .openstack-backup-brands.xen-brands .xen-show .content, .openstack-backup-brands.xen-brands .xen-hide .content {
        height: 420px;
    }
}

@media (max-width: 1366px) {
    .openstack-backup-provider.xen-provider a span {
        font-size: 22px;
    }

    .openstack-backup-provider.xen-provider a {
        width: 60%;
    }

    .openstack-backup-provider.xen-provider {
        margin-bottom: 50px;
    }

    .openstack-backup-brands.xen-brands .xen-show .content, .openstack-backup-brands.xen-brands .xen-hide .content {
        height: 465px;
    }

    .openstack-backup-trynow.vmware-trynow .background {
        padding: 40px 116px 60px;
    }
}

@media (max-width: 1200px) {
    .openstack-backup-banner {
        height: 414px;
    }

    .openstack-backup-text.xensever-text p {
        margin: 1% 22.5% 3%;
        font-size: 18px;
    }

    .openstack-backup-solution .col-lg-4 img {
        transform: scale(0.7);
    }

    .openstack-backup-solution h1 {
        margin-bottom: 50px;
    }

    .openstack-backup-solution .container, .openstack-backup-whatget.xen-whatget .container {
        width: 90%;
    }

    .openstack-backup-solution .col-lg-4 h2, .openstack-backup-whatget.xen-whatget .col-lg-4 h2 {
        font-size: 16px;
    }

    .openstack-backup-solution .col-lg-4 p {
        font-size: 14px;
    }

    .openstack-backup-solution .col-lg-4 {
        height: 185px;
    }

    .openstack-backup-provider.xen-provider a {
        width: 65%;
    }

    .openstack-backup-brands.xen-brands .xen-show .content, .openstack-backup-brands.xen-brands .xen-hide .content {
        height: 530px;
    }
}

@media (max-width: 991px) {
    .live-webinar h1 {
        font-size: 24px;
    }

    .live-webinar .col-lg-8 div, .live-webinar p {
        font-size: 16px;
    }

    .live-webinar .col-lg-8 a {
        margin-bottom: 20px;
    }

    .live-webinar .col-lg-4 p {
        margin-top: 30px;
    }

    .live-webinar .col-lg-8 {
        padding-right: 15px;
    }

    .openstack-backup-banner {
        height: 341px;
    }

    .openstack-backup-platforms.rhv-ovirt-platforms.xen-platforms {
        padding: 0 0 30px 0 !important;
    }

    .openstack-backup-platforms.rhv-ovirt-platforms.xen-platforms dt {
        width: 130% !important;
    }

    .openstack-backup-platforms.rhv-ovirt-platforms.xen-platforms h1 {
        margin-bottom: 0;
    }

    .openstack-backup-platforms.rhv-ovirt-platforms.xen-platforms dd {
        line-height: 40px;
    }

    .openstack-backup-provider.xen-provider a {
        width: 67%;
    }

    .openstack-backup-provider.xen-provider a span {
        font-size: 18px;
    }

    .openstack-backup-brands.xen-brands .xen-show .content, .openstack-backup-brands.xen-brands .xen-hide .content {
        height: 478px;
    }
}

@media (max-width: 767px) {
    .openstack-backup-banner {
        height: 262px;
    }

    .openstack-backup-text.xensever-text p {
        margin: 1% 9.5% 3%;
        font-size: 16px;
    }

    .openstack-backup-provider.xen-provider a {
        width: 90%;
    }

    .openstack-backup-provider.xen-provider a span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .openstack-backup-solution .col-lg-4 {
        width: 93%;
    }

    .openstack-backup-platforms.rhv-ovirt-platforms.xen-platforms .col-lg-5 {
        width: 68%;
    }

    .openstack-backup-platforms.rhv-ovirt-platforms.xen-platforms .col-lg-7 {
        width: 87%;
    }

    .openstack-backup-provider.xen-provider a span {
        font-size: 12px;
    }

    .openstack-backup-brands.xen-brands .xen-show .content, .openstack-backup-brands.xen-brands .xen-hide .content {
        height: 300px;
    }

    .openstack-backup-trynow.vmware-trynow .background {
        padding: 40px 85px 60px;
    }

    .openstack-backup-banner {
        height: 169px;
    }

    .openstack-backup-brands.xen-brands h1 {
        margin-bottom: 48px;
    }
}

@media (max-width: 540px) {
    .openstack-backup-text.xensever-text p {
        font-size: 14px;
    }

    .openstack-backup-brands.xen-brands .xen-show .content, .openstack-backup-brands.xen-brands .xen-hide .content {
        height: 330px;
    }
}

/* END huawei */
/*BEGIN MIXED*/
.mixed-title {
    margin: 40px auto;
    text-align: center;
    max-width: 1000px;
}

.mixed-title p {
    font-size: 18px;
    margin: 20px 0 0;
}

.mixed-title span {
    font-size: 18px;
}

.about-Mixed {
    margin: 40px auto;
}

.about-Mixed h3 {
    font-size: 28px;
    font-weight: bolder;
}

.about-Mixed .version h3 {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: bolder;
}

.about-Mixed span {
    font-size: 14px;
}

.about-Mixed ul {
    padding: 0;
}

.about-Mixed ul li {
    margin: 0;
}

/*END MIXED*/

/*BEGIN SUPPORT*/
.tech-help {
    width: 80%;
    margin: 40px auto 80px;
    text-align: center;
}

.tech-help .backup-plan {
    margin-top: 80px;
    color: #333333;
}

.tech-help p {
    max-width: 340px;
    font-size: 16px;
    display: block;
    margin: 0 auto 10px;
}

.tech-help p:hover {
    color: #4ad1cd;
}

.tech-help .supports {
    width: 200px;
    height: 176px;
    margin: 0 auto;
    border-radius: 10px;
}

.support-one {
    background: url(../img/support/supports.png) -200px -176px no-repeat;
}

.support-two {
    background: url(../img/support/supports.png) -0px -176px no-repeat;
}

.support-three {
    background: url(../img/support/supports.png) -200px -0px no-repeat;
}

.support-four {
    background: url(../img/support/supports.png) -0px -0px no-repeat;
}

.tech-help .col-md-3:hover {
    color: #4ad1cd;
}

.tech-help h3 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bolder;
}

.sup-help {
    width: 100%;
    margin: 0 auto;
    background-color: #F1F1F1;
}

.sup-help .item {
    margin-bottom: 40px;
}

.sup-help .item:last-child {
    margin-bottom: 0;
}

.sup-help .item h3 {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .sup-help .item-head {
        justify-content: unset;
    }

    .sup-help .item-head img {
        margin-right: 20px;
    }

    .sup-help .item-head h3 {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.support-mode .item {
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    color: #333333;

    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 14px 20px;
}

.support-mode .item:last-child {
    margin-bottom: 0;
}

.support-mode .item:hover {
    -webkit-box-shadow: 0 0 10px #999999;
    -moz-box-shadow: 0 0 10px #999999;
    box-shadow: 0 0 10px #999999;
}

.support-mode .item i {
    width: 60px;
    height: 60px;
    line-height: 30px;
    color: #4ad1cd;
    font-size: 30px;
    text-align: center;
    border: 2px solid #4ad1cd;
    border-radius: 40px;

    margin-right: 20px;
    padding: 13px 0;
}

.support-mode .item h3 {
    line-height: 28px;
    font-size: 20px;
    font-weight: bolder;

    display: block;
    margin-top: 0;
    margin-bottom: 10px
}

.support-mode .item p {
    line-height: 22px;
    display: block;
}

.enter-KB {
    color: white;
    background: url(../img/support/bg-KB.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.enter-KB .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.enter-KB a {
    font-size: 16px;
    color: white;
    border: 3px solid #fff;
    padding: 10px 30px;
    border-radius: 5px;

    display: inline-block;
}

.enter-KB a:hover {
    border: 3px solid #475f77;
    color: #475f77;
}

.enter-KB p {
    font-size: 14px;
    color: white;
    max-width: 600px;
    margin: 10px auto 0;
}

.support-success {
    color: green;
    text-align: right;
    margin-top: 100px;
}

#support-success {
    top: 25%;
    left: 4%;
}

@media (max-width: 991px) {
    .tech-help {
        width: 100%;
    }

    .support-mode .item {
        text-align: center;
        display: block;
        padding: 20px;
    }

    .support-mode .item i {
        margin-right: unset;
    }

    .support-mode .item h3, .support-mode span {
        margin: 10px auto 0;
    }
}

/*END SUPPORT*/

/*BEGIN VIDEO*/
.webinar-right:hover .video-play {
    opacity: 0.7;
}

.vinchin-video p {
    color: #666666;
}

.vinchin-video .title {
    margin-bottom: 30px;
}

.vinchin-video .title h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.video-install {
    width: 98%;
    margin: 0 auto 120px;
}

.video-backup {
    width: 98%;
    margin: 0 auto 60px;
}

.video-install .row, .video-backup .row {
    margin-bottom: 60px;
}

.video-install .row:last-child, .video-backup .row:last-child {
    margin-bottom: 0;
}

.video-backup .col-md-8 {
    margin-top: 20px;
}

.video-backup .row .new {
    color: #4AD1CD;
    border: 2px solid #4AD1CD;
    border-radius: 5px;
    padding: 0 5px;
    margin-left: 10px;
}

/*END VIDEO*/

/*BEGIN NEW VERSION*/
.vin-download {
    background-image: url(../img/software/bg-document.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.vin-download .col-md-6 {
    max-width: 600px;
    text-align: center;
}

.vin-download h2 {
    font-size: 29px;
    margin-bottom: 20px;
}

.vin-download p {
    font-size: 14px;
}

.vin-download .download-div {
    color: #4ad1cd;
    font-weight: bolder;
    border: 1px solid #4ad1cd;
    border-radius: 5px;
    margin-left: 80px;
    padding: 10px;
}

.vin-download .version-down {
    width: fit-content;
    text-align: center;
    font-size: 20px;

    display: block;
    margin: 60px 0 20px;
    padding: 10px 15px;
}

.list-table__filters {
    display: flex;
    flex-flow: wrap;
    margin: 0 auto 30px;
}

.list-table__filter {
    position: relative;
    width: calc(50% - 10px);
}

.list-table__filter label {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    color: #4ad1cd;
    display: block;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .list-table__filter:nth-child(2n+1) {
        margin-right: 10px;
    }

    .list-table__filter:nth-child(2n) {
        margin-left: 10px;
    }
}

.file-download {
    margin: 0 auto 80px;
}

.file-download h3 {
    font-size: 18px;
    margin: 0;
}

.file-download ul {
    padding: 0;
}

.file-download .guide-tr {
    margin: 0;
    height: 60px;
    line-height: 60px;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    transition: background-color 0.2s;

    display: flex;
    justify-content: space-between;
}

.file-download .guide-tr:nth-child(2n) {
    background-color: #FCFDFD;
}

.file-download .guide-tr:nth-child(2n + 1) {
    background-color: #F8F8F8;
}

.file-download .guide-tr .guide-td {
    border-left: 1px solid #D8D8D8;
}

.file-download .guide-tr .guide-td:first-child {
    padding-left: 40px;
}

.file-download .guide-tr .guide-td:last-child {
    width: 200px;
    text-align: center;
}

.file-download .guide-tr .guide-td a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-download .guide-tr .guide-td a i {
    font-size: 18px;
}

.file-download .guide-tr .guide-td a i:nth-child(1) {
    margin-left: 4px;
}

.file-download .guide-title {
    background-color: #4ad1cd;
    color: white;
    border-radius: 3px;
    text-align: center;
}

.file-download .guide-title h2 {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.file-download > div {
    margin-bottom: 40px;
}

.file-download > div:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .vin-download h2 {
        text-align: center;
    }

    .vin-download p {
        margin: 0 auto;
    }

    .vin-download .version-down {
        margin: 60px auto;
    }

    .vin-download .col-md-5 {
        text-align: center;
    }

    .vin-download span {
        margin-left: 0;
    }

    .vin-download .download-div {
        margin-left: 0;
    }

    .user-guide .guide-title {
        margin-top: 30px;
    }

    .file-download .col-md-3 {
        text-align: left;
        margin: 5px 0;
    }
}

/*END NEW VERSION*/

/* BEGIN FREE TRIAL*/
.form-trial p {
    font-size: 12px;
}

.form-trial p.error {
    color: red;
}

.form-trial a {
    color: #4ad1cd;
}

.form-trial button {
    line-height: 24px;
    background-color: #4ad1cd;
    color: white;
    font-size: 18px;
    opacity: 1 !important;
    display: block;
    margin-top: 20px;
    padding: 10px 20px;
}

.form-trial button i {
    margin-left: 5px;
}

.form-trial button[disabled] {
    pointer-events: none !important;
    cursor: default !important;
}

.form-trial button:hover, .form-trial button:focus {
    color: white;
    background-color: #337ab7;
}

.form-trial .trial-success {
    color: #4ad1ad;
    text-align: center;
    margin-top: 10px;
}

.form-trial .trial-success a {
    cursor: pointer;
    color: #E04E4B;
    margin-left: 20px;
    font-size: 16px;
}

#trial_form .col-md-2 {
    padding: 7px 0 0;
}

.form-trial .trial-success a:hover {
    text-decoration: underline;
}

.free-edition .trial-success {
    color: #4ad1ad;
    text-align: center;
    margin-top: 10px;
}

.free-edition .trial-success a {
    cursor: pointer;
    color: #E04E4B;
    margin-left: 20px;
    font-size: 16px;
}

.free-edition .trial-success a:hover {
    text-decoration: underline;
}

/* END FREE TRIAL */

/*BEGIN SUPPORT-KB*/
.page-KB .container {
    width: 100%;
}

.KB-system {
    position: relative;
    width: 100%;
    margin-bottom: 580px;
}

#page-details {
    margin-bottom: 30px;
}

.KB-system #search input::-webkit-input-placeholder {
    color: #666666;
}

.KB-system #search input:-ms-input-placeholder {
    color: #666666;
}

.KB-system #search input:-moz-placeholder {
    color: #666666;
}

.KB-system #search input::-moz-placeholder {
    color: #666666;
}

.KB-system #search input {
    background-color: transparent;
    border: 2px solid #666666;
    padding-left: 20px;
    color: #999999;
    font-size: 14px;
    border-radius: 30px 0 0 30px;
    height: 50px;
}

.KB-system #search button {
    height: 50px;
    font-size: 18px;
    background-color: #4ad1cd;
    color: white;
    padding-left: 30px;
    padding-right: 40px;
    border-radius: 0 30px 30px 0;
}

.KB-system #search button:hover {
    background-color: #00B6CE;
    color: white;
}

.search-KB p {
    color: #999999;
    font-size: 15px;
}

.KB-system .search-KB button:hover {
    background-color: #455F76;
}

.KB-system .search-div {
    padding-top: 60px;
}

.KB-system .search-div p {
    max-width: 760px;
    margin: 10px auto;
    text-align: left;
}

.KB-system .kbase-title {
    margin: 10px 0;
    text-align: center;
}

.KB-system .kbase-title p {
    font-size: 22px;
    margin: 20px 0;
}

.search-KB {
    width: 100%;
    min-height: 480px;
    background: url(../img/support/bg-FAQ.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 70px;
    padding-bottom: 180px;
    text-align: center;
    color: white;
    position: absolute;
    z-index: 1;
}

.search-KB h3 {
    font-size: 26px;
    font-weight: bolder;
}

.kb-form .form-control {
    width: 100%;
}

#search {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 800px;
}

.kb-list {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    -webkit-box-shadow: #666 0 0 10px;
    -moz-box-shadow: #666 0 0 10px;
    box-shadow: #666 0 0 10px;
    position: relative;
    top: 460px;
    z-index: 999;
}

.kb-list ul {
    padding-left: 0;
    margin-top: 60px;
}

.kb-list ul .kb-num {
    font-size: 20px;
    width: 90px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px solid #4ad1cd;
    color: #4ad1cd;
    text-align: center;
}

.kb-list ul span {
    margin-right: 10px;
    color: #999999;
}

.kb-list ul h3 {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 5px;
    color: #333333;
}

.kb-list ul p {
    color: #666666;
}

.kb-list ul li {
    padding: 20px 120px;
    margin: 0;
    border-bottom: 1px solid #bcbcbc;
    background-color: #E8F7F9;
}

.kb-list ul li:hover {
    background-color: #FCF0C0;
}

.kb-list .bt-page {
    display: block;
    height: 40px;
    margin: 40px 0;
    padding-left: 120px;
}

.kb-list .bt-page li {
    padding: 0;
}

.kb-list .null-KB {
    margin: 100px 0;
    text-align: center;
}

.kb-list .null-KB h3 {
    color: #4ad;
    font-size: 18px;
    max-width: 1000px;
    margin: 0 auto 20px;
}

.kb-list .null-KB a {
    color: #4ad;
    border: 1px solid #4ad;
    padding: 5px;
}

.kb-list .null-KB a:hover {
    color: #4ad1cd;
}

.bt-page li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    border: 0;
    padding: 0;
}

@media (max-width: 1440px) {
    .kb-list ul li {
        padding: 20px 40px;
    }

    .kb-list .bt-page {
        padding-left: 40px;
    }
}

@media (max-width: 1085px) {
    .kb-list {
        margin-bottom: 400px;
    }
}

@media (max-width: 992px) {
    .kb-list {
        width: 95%;
    }

    .kb-list ul .kb-num {
        margin: 10px 0;
    }
}

@media (max-width: 1085px) and (min-width: 1127px) {
    .KB-system {
        min-width: 1450px;
    }
}

@media (max-width: 992px) and (min-width: 600px) {
    .search-result {
        width: 24%;
    }
}

@media (max-width: 767px) {
    .page-KB .contanier {
        padding: 0;
    }

    .kb-list ul li {
        padding: 20px 10px;
    }

    .kb-list .bt-page {
        padding-left: 10px;
    }

    .bt-page li a {
        font-size: 14px;
        padding: 4px 0;
        width: 25px;
        height: 25px;
        line-height: 17px;
    }
}

@media (max-width: 538px) {
    .search-result {
        margin-top: 80px;
    }
}

.sale-consult {
    text-align: center;
    background: url(../img/support/bg-KB.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 100px;
    padding: 40px 0;
}

.preafter-sale {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 160px;
    height: 160px;
    padding-top: 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    color: white;
}

.preafter-sale:hover {
    border: 2px solid #4ad1cd;
    color: #4ad1cd;
}

.preafter-sale span {
    display: block;
    font-size: 20px;
    margin-top: 20px;
}

.sale-consult .container {
    width: 40%;
}

.sale-consult .sale-vinchin {
    width: 50%;
    float: left;
}

@media (max-width: 992px) {
    .sale-consult .container {
        width: 80%;
    }
}

@media (max-width: 500px) {
    .sale-consult {
        display: none;
    }
}

.kb-detail {
    background: #fff;
    width: 80%;
    margin: 10px auto 100px;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    -webkit-box-shadow: #666 0 0 10px;
    -moz-box-shadow: #666 0 0 10px;
    box-shadow: #666 0 0 10px;
    padding: 60px 40px 10px 40px;
}

.kb-detail .kb-num {
    font-size: 20px;
    width: 90px;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px solid #4ad1cd;
    color: #4ad1cd;
    text-align: center;
}

.kb-detail hr {
    height: 1px;
    border-top: 1px solid #bcbcbc;
    margin-top: 30px;
    margin-bottom: 40px;
}

.kb-detail p {
    color: #666666;
    margin-bottom: 20px;
}

.kb-detail span {
    display: block;
    color: #666666;
    max-width: 940px;
    margin-bottom: 40px;
}

.kb-detail h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 20px;
}

.detail-title {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: left;
}

.detail-title a /*, i*/
{
    color: #000;
    font-size: 16px;
}

.detail-title span {
    color: #666666;
    font-size: 16px;
}

.detail-title a:hover {
    color: #4ad1cd;
}

.feedback {
    min-height: 400px;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    -webkit-box-shadow: #666 0 0 10px;
    -moz-box-shadow: #666 0 0 10px;
    box-shadow: #666 0 0 10px;
    padding: 20px 20px 40px 20px;
    margin-top: 60px;
}

.feedback .kb-form button {
    float: right;
    color: white;
    background-color: #455F76;
    padding: 5px 30px;
    border-radius: 20px;
}

.feedback .kb-form button:hover {
    background-color: #4ad1cd;
}

.feedback .kb-success span {
    color: green;
    font-size: 16px;

}

.kb-error span {
    color: red;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: right;
}

.feedback .kb-form .col-md-5 {
    padding: 0;
}

#starScore {
    margin-top: 10px;
    padding: 0;
    text-align: right;
    max-width: 1100px;
}

#starScore i {
    color: #4ad1cd;
    font-size: 24px;
}

#starScore #input-star {
    display: none;
}

#starScore .clear-stars {
    border: 1px solid #455f76;
    color: #455f76;
    display: none;
}

@media (max-width: 767px) {
    .kb-detail {
        padding: 20px 10px;
        width: 90%;
    }

    .feedback {
        padding: 20px 10px 40px 10px;
        min-height: 440px;
        width: 90%;
    }

    .detail-title {
        width: 90%;
    }
}

.feedback h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bolder;
    margin-bottom: 30px;
}

.feedback h3 span {
    margin-left: 10px;
    color: #999999;
    font-size: 14px
}

.feedback .kb-form span {
    color: #333333;
    display: block;
    margin-bottom: 10px;
}

.kb-detail .ques-title span {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bolder;
    color: #4ad;
    text-align: right;
    display: block;
    max-width: 1100px;
}


/*END SUPPORT-KB*/

/* BEGIN HOW TO BUY */
.vin-editions,
.vin-licenses {
    margin: 0 auto 60px;
}

.edition-compare {
    margin: 40px auto;
}

.vin-editions h3,
.vin-licenses h3 {
    border-left: 10px solid #4ad1cd;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bolder;
}

.vin-editions span,
.vin-licenses span {
    color: #4ad1cd;
}

.editions-img {
    text-align: center;
    padding-top: 50px;
    max-width: 600px;
}

.editions-img img {
    width: 60%;
}

.vin-editions p {
    padding-left: 20px;
    margin-bottom: 15px;
}

.vin-licenses ul {
    padding: 0;
}

.vin-licenses ul li,
.vin-licenses p {
    margin: 0 0 15px;
    padding-left: 20px;
}

.edition-compare table {
    font-size: 16px;
}

.edition-compare h2 {
    text-align: center;
    font-weight: bolder;
    margin-bottom: 30px;
}

.edition-compare th {
    background-color: #4ad1cd;
    color: white;
    font-size: 18px;
}

.edition-compare th:not(:first-child),
.edition-compare td:not(:first-child) {
    width: 25%;
    text-align: center;
    padding: 12px 8px;
}

.table-title {
    color: #333333;
    font-size: 18px;
    font-weight: bolder;
    background-color: #E4E4E4;
}

@media (max-width: 991px) {
    .editions-img img {
        width: 100%;
    }
}

/* END HOW TO BUY */

/* BEGIN CONTACT SALES*/
.sale-form .title-form {
    color: #4ad1cd;
    font-size: 24px;
    font-weight: bolder;
    max-width: 400px;
    text-align: center;

    margin: 0 auto 60px;
    padding: 10px 0;
}

.sale-form #sale-submit {
    background-color: #4ad1cd;
    color: white;
    font-size: 19px;
    padding: 0 80px;
    margin: 40px 0;
    float: right;
}

.sale-form #sale-submit:hover, .apply-partner button:hover, .contact-modal button:hover {
    opacity: 0.8;
    color: white;
}

.contact-modal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background-color: white;
    padding: 0;
}

.contact-modal .close:hover {
    color: #000;
    opacity: .2;
}

.sale-success {
    color: green;
    text-align: right;
    margin-top: 100px;
}

/* END CONTACT SALES */

/*BEGIN DOWNLOAD*/
.download-list {
    width: 90%;
    margin: 0 auto;
}

.download-count {
    width: 90%;
    padding-top: 60px;
    margin-bottom: 30px;
}

.download-count span {
    float: right;
    color: #999999;
    font-size: 16px;
}

@media (max-width: 991px) {
    .download-list {
        width: 100%;
    }

    .download-count {
        width: 100%;
    }

    .sale-form {
        width: 90%;
    }
}

.download-list ul {
    padding: 0;
}

.download-list ul li {
    padding-top: 10px;
    padding-bottom: 20px;
    border-left: 5px solid red;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.download-list ul li:hover {
    -webkit-box-shadow: #666 0 0 10px;
    -moz-box-shadow: #666 0 0 10px;
    box-shadow: #666 0 0 10px;
    background-color: #EAEAF0;
}

.bt-download a {
    color: white;
    padding: 10px 30px;
    border-radius: 40px;
    background-color: #E04E4B;
}

.bt-download a:hover {
    background-color: #4ad1cd;
}

.bt-download .no-download {
    position: relative;
    top: -15px;
    background-color: #009788;
}

.bt-download .no-download:hover {
    background-color: #4ad1cd;
}

.bt-download {
    margin-top: 40px;
    text-align: center;
}

.download-des {
    padding-left: 40px;
}

.download-des a:hover {
    color: #4ad1cd;
}

.download-des i {
    color: #E04E4B;
}

.download-des > .userdoc {
    margin-left: 50px;
}

.download-des h3 {
    color: #333333;
}

/*END DOWNLOAD*/

/*BEGIN SOFTWARE-TRIAL*/
.down-trial {
    margin: 80px auto 0;
    width: 90%;
}

@media (max-width: 577px) {
    .down-trial {
        width: 100%;
    }

    .app-trial .recommend {
        display: none;
    }

    .down-trial .col-md-6 {
        padding: 0;
    }

    .trial-page .container {
        width: 100%;
    }

    .authorize-adv .col-md-4 {
        text-align: left;
    }
}

.down-trial h3 {
    text-align: center;
    margin-bottom: 30px;
}

.down-trial span {
    color: #666666;
    display: block;
    max-width: 300px;
    margin: 20px auto;
}

.down-trial .app-trial {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    min-height: 500px;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
}

.down-trial .app-trial:hover {
    -webkit-box-shadow: #666 0 0 10px;
    -moz-box-shadow: #666 0 0 10px;
    box-shadow: #666 0 0 10px;
}

.app-trial .bt-software {
    margin-top: 60px;
    background-color: #E04E4B;
}

.app-trial .bt-apply {
    background-color: #455F76;
}

.app-trial a:hover {
    background-color: #4ad1cd;
}

.app-trial a {
    max-width: 340px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 10px 0;
    display: block;
    text-align: center;
    border-radius: 20px;
    color: white;
}

.app-trial p {
    color: #999999;
    max-width: 300px;
    margin: 20px auto;
}

.app-trial .recommend {
    border: 30px solid #fff;
    border-color: transparent transparent #E04E4B transparent;
    height: 0;
    width: 90px;
    position: absolute;
    top: -29px;
    right: -19px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(45deg);
    z-index: -1;
}

.app-trial .recommend span {
    color: white;
    position: absolute;
    top: -16px;
    z-index: 99;
}

@media (max-width: 992px) {
    .app-trial .recommend {
        top: -39px;
        right: -19px;
    }
}

/*END SOFTWARE-TRIAL*/

/*BEGIN SOFTWARE-TRIAL-FORM*/
.trial-form {
    background-color: #4A555E;
    margin-bottom: -100px;
}

.write-form .submit-jump {
    font-size: 20px;
    text-align: center;
    display: block;
    margin-top: 80px;
}

.write-form {
    width: 90%;
    margin: 100px auto;
    padding: 20px 60px 60px;
    background-color: white;
}

.write-form h3 {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 70px;
}

.write-form label {
    line-height: 30px;
    text-align: right;
}

.write-form input {
    min-height: 40px;
    width: 70%;
}

.write-form select {
    width: 70%;
    min-height: 40px;
}

.write-form textarea {
    width: 70%;
}

.write-form .form-pro {
    width: 100%;
    min-height: 40px;
    margin-bottom: 15px;

}

.write-form .col-md-3 {
    padding: 0 10px;
}

.write-form button:hover,
.write-form button:focus {
    color: white;
    background-color: #4ad1cd;
}

.write-form button {
    color: white;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    background: #455F76;
    padding: 5px 30px;
    border-radius: 20px;
}

.write-form .trial-success {
    color: green;
    text-align: center;
    margin-top: 10px;
}

.write-form .trial-success a {
    cursor: pointer;
    color: #E04E4B;
    margin-left: 20px;
}

.write-form .trial-success a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .write-form textarea,
    .write-form input,
    .write-form select {
        width: 90%;
    }

    .write-form {
        padding: 10px 20px 90px;
        width: 90%;
    }

    .write-form h3 {
        margin-bottom: 30px;
    }
}

/*END SOFTWARE-TRIAL-FORM*/

/* BEGIN FREE-EDITION */
.free-edition {
    background-image: url(../img/software/bg-edition.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.free-edition h1, .free-edition p, .free-edition h1, .free-edition label, .free-edition div {
    color: white;
}

.free-edition .edition-title h1 {
    font-size: 36px;
}

.free-edition .edition-title p {
    margin-top: 40px;
}

.form-edition .form-group:last-child {
    margin-bottom: 0;
}

.form-edition label {
    margin-bottom: 5px;
}

.form-edition input.form-control {
    width: 85%;
    border-radius: 0;
}

.form-edition input + p {
    width: 85%;
    font-size: 12px;
    margin-top: 5px
}

.form-edition .input-item label {
    font-size: 12px;
    margin-bottom: 0;
}

.form-edition .edition-learn {
    font-size: 12px;
}

.form-edition .edition-learn a {
    color: var(--default-color);
}

.form-edition .edition-download {
    padding: 5px 10px;
    background: #4ad1cd;
    color: white;
    font-size: 20px;
}

.form-edition .edition-download i {
    color: white;
    margin-left: 20px;
    font-size: 20px;
}

.form-edition button {
    line-height: 24px;
    background-color: var(--default-color);
    color: white;
    font-size: 18px;
    padding: 6px 24px;
    display: block;
}

.form-edition button:hover, .form-edition button:focus {
    color: white;
    background-color: #337ab7;
}

.quick-overview h3 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bolder;
}

.quick-overview .col-md-9 {
    padding-left: 0;
}

.quick-overview .overview-edition {
    margin-bottom: 40px;
}

.edition-poster {
    color: #000000;
    background-image: url(../img/product/edition-poster-new.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.edition-poster h2 {
    font-size: 24px;
    font-weight: bolder;
}

.edition-poster ul {
    margin-left: 20px;
    padding: 0;
}

.edition-poster ul li {
    margin-bottom: 20px;
    list-style: disc;
}

.edition-poster .edtion-text {
    max-width: 700px;
    margin: 40px 0 60px;
}

.enter-edition {
    color: white;
    background-image: url(../img/support/bg-KB.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.enter-edition p {
    font-size: 24px;
    margin-bottom: 20px;
}

.enter-edition a {
    color: #666666;
    font-weight: bolder;
}

.edition-logo {
    width: 80%;
    background-color: #58BFBD;
    text-align: center;

    position: relative;
    margin: -40px auto 0;
    padding: 15px 0;
}

.edition-logo h2 {
    color: #fff;
    margin-top: 0;
}

.edition-logo .edition-logo__list img {
    max-width: 200px;
    margin: 0 15px;
}

.edition-content .title {
    margin: 0 auto 80px;
}

@media (max-width: 1264px) {
    .edition-poster .edtion-text {
        max-width: 700px;
    }
}

.eula-page h2 {
    font-size: 22px;
}

@media (max-width: 991px) {
    .form-edition .form-control {
        width: 60%;
        float: left;
    }

    .overview-edition .col-md-2 {
        padding-left: 0;
    }

    .form-edition .edition-learn {
        margin-bottom: 30px;
    }

    .edition-poster .edtion-text {
        max-width: 540px;
    }
}

@media (max-width: 921px) {
    .edition-logo {
        display: none;
    }

    .edition-content .title {
        margin-top: 120px;
    }
}

@media (max-width: 767px) {
    .form-edition .edition-learn {
        margin-left: 10px;
    }

    .form-edition .form-control {
        width: 100%;
    }

    .edition-poster .edtion-text {
        max-width: 460px;
    }
}

@media (max-width: 420px) {
    .free-edition .edition-title {
        padding: 20px 0;
    }

    .form-edition .edition-learn {
        max-width: 240px;
    }

    .form-edition .edition-download {
        padding: 5px 10px;
        font-size: 20px;
    }

    .form-edition .edition-download i {
        font-size: 26px;
    }

    .free-edition .edition-title p {
        margin-top: 20px;
    }
}

/*END FREE-EDITION*/


/*BEGIN CONTACT-SUPPORT*/
.sales-contact .item {
    text-align: center;
}

.sales-contact .item img {
    width: 75px;
}

.sales-contact .item h3 {
    font-size: 18px;
    font-weight: bolder;
    color: #333333;
}

.sales-contact .item p {
    color: #4ad1cd;
    font-size: 14px;
    word-break: break-all;
}

.support-title {
    margin: 40px auto;
    text-align: center;
    max-width: 1000px;
    font-size: 16px;
}

.support-title p {
    margin-bottom: 40px;
    font-size: 18px;
}

.title h2 {
    font-size: 26px;
    color: #000000;
    text-align: center;

    margin-top: 0;
    margin-bottom: 20px;
}

.title .title-sub {
    width: 30px;
    height: 5px;
    background-color: #4ad1cd;

    margin: 20px auto 0;
}

.sup-vinchin .col-md-5 {
    max-width: 500px;
    text-align: center;
}

.sup-vinchin h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}

.support-time {
    margin-top: 30px;
    margin-bottom: 40px;
}

.support-time span {
    color: #4ad1cd;
}

.sup-form h2 {
    color: #4ad1cd;
}

.sup-form button {
    background-color: #4ad1cd;
    color: white;
    font-size: 18px;
}

@media (max-width: 991px) {
    .sup-form {
        width: 90%;
    }
}

/*END CONTACT-SUPPORT*/

/*BEGIN ABOUT-US*/
.vinchin-intro {
    background-image: url(../img/company/bg-introduce.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 40px;
}

.about-vinchin {
    border-radius: 10px;
    min-height: 300px;
    background-color: rgba(255, 255, 255, .2);
}

.about-vinchin p {
    font-size: 16px;
    max-width: 900px;
    display: block;
    margin: 20px auto;
    padding: 0 10px;
    color: white;
}

.our-company {
    width: 60%;
    margin: 100px auto 100px;
}

.our-company p {
    font-size: 18px;
    line-height: 24px;
    color: #3D3D3D;
}

.our-company h2 {
    font-size: 26px;
    font-weight: bolder;
    color: #155861;
}

.our-company ul {
    padding: 0;
}

.our-company ul li {
    margin: 0;
    max-width: 575px;
    list-style-type: disc;
}

.our-company img {
    width: 100%;
    margin-left: 30px;
}

.our-international {
    margin: 70px auto 0;
    padding: 50px 0;
    text-align: center;
}

.our-international h3 {
    font-size: 20px;
}

.our-international h2 {
    color: #333333;
    font-size: 32px;
    font-weight: bolder;
    margin: 50px 0 30px;
    text-align: center;
}

.our-international p {
    font-size: 18px;
    max-width: 750px;
    margin: 20px auto;
}

.our-honorary {
    margin: 0 auto;
    background-image: linear-gradient(to right, #44C3C1, #247B83);
    padding: 90px 0;
}

.our-honorary .row {
    width: 800px;
    margin: 0 auto;
}

.our-honorary .col-md-3, .our-honorary .col-md-4 {
    text-align: center;
}

.our-honorary .honorary-div {
    height: 175px;
    width: 165px;
    background-color: #F3F3F3;
    border-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.our-honorary .honorary-div:hover {
    transition: 0.5s background-color;
    background-color: #C4E8E7;
}

.our-honorary .honorary-div img {
    width: 90px;
}

.our-honorary h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
}

.our-honorary span {
    color: #999999;
}

.our-honorary .honorary-gartner-div {
    background-color: #FDFDFD;
    border-radius: 10px;
    height: 175px;
}

.honorary-describe-div {
    background-color: #fff;
    padding: 0 15px;
    float: left;
    height: 175px;
}

.honorary-describe-div-left {
    width: 30%;
    margin-right: 5%;
    display: flex;
    align-items: center;
}

.honorary-describe-div-left img {
    height: 90px;
    margin: 0 auto;
}

.honorary-describe-div-right {
    width: 65%;
    display: flex;
    align-items: center;
}

.honorary-describe-div-right h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #3D3D3D;
    font-family: var(--default-font-family);
}

.honorary-group-div {
    margin-top: 50px;
    height: 500px;
    border-radius: 60px 0px 60px 0px;
    width: 48%;
    float: left;
    border: 1px solid #fdfdfd;
    padding: 10px;
}

.honorary-group-describe {
    border-radius: 60px 0px 60px 0px;
    background: #FDFDFD;
    height: 480px;
}

.honorary-group-describe h3 {
    position: relative;
    font-size: 19px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #3D3D3D;
    font-family: var(--default-font-family);
    top: 30px;
    padding: 0 21px;
    margin: 0;
}

.honorary-group-left-div {
    margin-right: 2%;
}

.honorary-group-left-div .honorary-group-describe h3, .honorary-group-right-div .honorary-group-describe h3 {
    height: 180px;
}

.honorary-group-left-div .honorary-group-describe .col-lg-4, .honorary-group-right-div .honorary-group-describe .col-lg-4 {
    text-align: center;
    margin-bottom: 10px;
}

.honorary-group-describe img {
    height: 80px;
}

.honorary-group-right-div {
    margin-left: 2%;
    margin-top: 150px;
}

.our-team .container {
    width: 100%;
}

.our-team p {
    font-size: 18px;
    line-height: 24px;
    color: #3D3D3D;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

.our-team .team-images {
    width: 50%;
    margin: 50px auto 0;
}

.our-team .team-images .team-left {
    float: left;
    width: 45%;
}

.our-team .team-images .team-right {
    float: left;
    width: 52.5%;
    margin-left: 7px;
}

.our-team .team-images img {
    width: 100%;
}

.our-team .team-images .team-content {
    width: 100%;
    position: relative;
}

.our-team .team-images .team-content .team-text {
    display: none;
}

.our-team .team-images .team-content .team-text-content {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: #fff;
    opacity: 1;

    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 99;
}

.our-team .team-images .team-content .team-text-background {
    position: absolute;
    background-color: #2B6261;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    border-radius: 10px;
}

.our-partners {
    margin-top: 70px;
    margin-bottom: 70px;
    overflow: hidden;
}

.our-partners h2 {
    font-size: 32px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 30px;
}

.our-partners .logo-group {
    width: 90%;
    margin: 0 auto;
}

.our-partners .logo-group .logo-content {
    float: left;
    width: 20%;
    height: 105px;
    display: flex;
    align-items: center;
}

.our-partners .logo-group .logo-content img {
    margin: 0 auto;
}

@keyframes fadeIn {
    from { /* 动画开始时 */
        opacity: 0; /* 完全透明 */
    }
    to { /* 动画结束时 */
        opacity: 1; /* 完全不透明 */
    }
}

.logo-roll-right div[class^=logo-content] {
    animation: fadeIn 4s ease-in-out forwards;
    transition: transform 2.5s;
    transform: translateX(-2000px);
}

.logo-roll-left div[class^=logo-content] {
    animation: fadeIn 4s ease-in-out forwards;
    transition: transform 2.5s;
    transform: translateX(2000px);
}


.our-partners .logo-roll-right .logo-content:nth-child(1) {
    animation-delay: 1s, 4ms;
    transition-delay: 1s, 4ms;
}

.our-partners .logo-roll-right .logo-content:nth-child(2) {
    animation-delay: 0.75s, 4ms;
    transition-delay: 0.75s, 4ms;
}

.our-partners .logo-roll-right .logo-content:nth-child(3) {
    animation-delay: 0.5s, 4ms;
    transition-delay: 0.5s, 4ms;
}

.our-partners .logo-roll-right .logo-content:nth-child(4) {
    animation-delay: 0.25s, 4ms;
    transition-delay: 0.25s, 4ms;
}

.our-partners .logo-roll-left .logo-content:nth-child(2) {
    animation-delay: 0.25s, 4ms;
    transition-delay: 0.25s, 4ms;
}

.our-partners .logo-roll-left .logo-content:nth-child(3) {
    animation-delay: 0.5s, 4ms;
    transition-delay: 0.5s, 4ms;
}

.our-partners .logo-roll-left .logo-content:nth-child(4) {
    animation-delay: 0.75s, 4ms;
    transition-delay: 0.75s, 4ms;
}

.our-partners .logo-roll-left .logo-content:nth-child(5) {
    animation-delay: 1s, 4ms;
    transition-delay: 1s, 4ms;
}

.our-support {
    padding-top: 140px;
    padding-bottom: 140px;
}

.our-support .support-div {
    background-color: #173B47;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    margin: 0 1%;
    width: 30%;
    height: 420px;
    float: left;
}

.our-support .support-div:first-child {
    margin-left: 3%;
}

.our-support .support-div img {
    padding: 15px;
    border: #fff solid 2px;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    margin: 70px auto 50px;
}

.our-support .support-div h3 {
    font-size: 26px;
    width: 80%;
    margin: 0 auto 10px;
}

.our-support .support-div p {
    font-size: 18px;
    width: 60%;
    margin: 10px auto 25px;
}

.our-support .support-div a {
    min-width: 80%;
    padding: 10px;
    margin-bottom: 30px;
}

.our-support.contact-us {
    padding-bottom: 50px;
}

.our-support.contact-us .support-div {
    height: 240px;
}

.our-support.contact-us .support-div img {
    margin: 30px auto 10px;
}

.our-support.contact-us .support-div h3 {
    font-size: 18px;
    margin: 10px auto 20px;
}

.our-support.contact-support {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.our-support.contact-support .support-div {
    height: 250px;
    width: 25%;
    margin: 0;
    margin-right: 5%;
}

.our-support.contact-support .support-div:first-child {
    margin-left: 7%;
}

.our-support.contact-support .support-div:last-child {
    margin: 0;
}

.our-support.contact-support .support-div img {
    margin: 30px auto 10px;
}

.our-support.contact-support .support-div h3 {
    font-size: 18px;
    margin: 10px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.contact-us-title, .title-support {
    min-height: auto;
    padding-top: 0;
    background: url(../img/software/pagetitle-software.png) no-repeat;
    background-size: 100% 100%;
}

.contact-us-title .title, .title-support .title {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.contact-us-title p, .title-support p {
    font-size: 24px;
    margin-top: 10px;
    padding-bottom: 30px;
}

.sup-vinchin.contact-support-content .col-md-5 {
    text-align: left;
}

.sup-vinchin.contact-support-content .col-md-5 h3 {
    font-size: 26px;
}

.sup-vinchin.contact-support-content .col-md-5 p {
    font-size: 16px;
}

@media (max-width: 767px) {
    .our-company {
        width: 100%;
    }

    .our-company img {
        margin-left: 0;
    }

    .our-international h3 {
        max-width: 100%;
    }
}

/*END ABOUT-US*/

/*BEGIN CONTACT-US*/
.contact-our {
    margin: 80px auto 120px;
}

.contact-our .us-head {
    font-size: 24px;
    color: #4ad1cd;
    margin-top: 0;
}

.contact-our .us-body {
    margin-bottom: 50px;
}

.contact-our p {
    line-height: 24px;
    margin-bottom: 0;
}

.contact-our img {
    position: absolute;
    left: -50px;
    width: 50px;
}

.leave-message {
    color: green;
}

.contact-modal {
    margin: 80px auto;
}

.contact-modal label {
    font-size: 12px;
    color: #666666;
}

.contact-modal input {
    min-height: 40px;
}

.contact-modal span {
    font-size: 12px;
    color: #999999;
    margin-bottom: 40px;
}

.bt-submit {
    outline: none !important;
}

.contact-modal button {
    background-color: #4ad1cd;
    color: white;
    outline: none;
    padding: 5px 40px;
    border-radius: 16px;
    margin-bottom: 0;
}

.about-news {
    background: url(../img/company/bg-news.png) no-repeat;
    background-size: 100% 100%;
    padding: 70px 0 40px;
    color: white;
    margin-top: 60px;
}

.about-news a {
    border: 3px solid #fff;
    color: white;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 22px;
}

.about-news a:hover {
    border: 3px solid #475f77;
    color: #475f77
}

.about-news i {
    margin-left: 20px;
    font-size: 24px;
}

.about-news h3 {
    font-size: 22px;
    font-weight: bolder;
    margin: 30px 0;
}

.about-news span {
    font-size: 20px;
}

.contact-success {
    margin-top: 112px;
    color: green;
}

@media (max-width: 767px) {
    .contact-our {
        width: 100%;
    }

    .contact-modal {
        width: 100%;
    }
}

/*END CONTACT-US*/

/*BEGIN VINCHIN-NEWS*/
.news-list {
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 40px 60px;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: #666 0 0 10px;
    -moz-box-shadow: #666 0 0 10px;
    box-shadow: #666 0 0 10px;
}

.news-list ul {
    padding: 0;
}

.news-list #newsList li {
    padding: 20px;
    border-bottom: 1px solid #bcbcbc;
}

.news-list .bt-page {
    display: block;
    height: 40px;
    margin: 40px 0;
    padding: 0;
}

.news-list .bt-page li {
    padding: 0;
}

.news-list #newsList li:hover {
    background-color: #DFE7EA;
}

.news-list ul li {
    margin-bottom: 0;
}

.news-list .news-img {
    text-align: center;
    padding: 0;
    margin-bottom: 5px;
}

.news-list .news-text h3 {
    margin: 0 auto 15px;
    color: #333333;
    font-size: 18px;
    font-weight: bolder;
}

.news-list .news-text p {
    font-size: 14px;
    color: #666666;
}

.news-list .news-text span {
    color: #999999;
    font-size: 12px;
    margin-right: 30px;
}

.news-list .news-text .news-icon {
    padding: 2px 10px;
    color: #475f77;
    border: 1px solid #475f77;
    border-radius: 20px;
}

@media (max-width: 440px) {
    .news-list .news-text .news-icon {
        display: block;
        text-align: center;
        margin-top: 10px;
        max-width: 100px;
    }
}

@media (max-width: 767px) {
    .neo-page .container {
        padding: 0;
    }

    .news-list {
        padding: 0;
    }

    .news-list ul {
        padding: 0;
    }

    .news-list ul li {
        padding: 5px;
    }

    .news-list .bt-page {
        padding-left: 5px;
    }
}

/*NEW NEWS CSS*/
.news-container {
    padding-bottom: 70px;
    position: relative;
    margin: 95px auto 0;
}

#news-list {
    margin: 0 0 50px;
    padding: 0;
}

#news-list li {
    padding: 45px 0;
    margin: 0;
    border-bottom: 1px solid #e2e6f5;
}

#news-list li:first-child {
    padding: 0 0 45px;
}

#news-list li .col-md-4 {
    text-align: left;
}

#news-list li .news-img {
    width: 100%;
    height: 325px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

#news-list li h2 {
    margin: 25px 0 10px;
    font-size: 20px;
    color: #1c2631;
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#news-list li p {
    font-size: 16px;
    color: #8089a5;
    margin: 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#news-list a:hover h3 {
    color: #44bcc4;
}

#news-list li .news-more {
    position: relative;
}

#news-list li .news-more p {
    text-align: center;
    width: 94px;
    font-size: 14px;
    color: #cbcfd9;
    border: 1px solid #cbcfd9;
    padding: 2px 0;
    border-radius: 5px;
    position: absolute;
    right: 10px;
}

#news-list li .news-more a {
    position: absolute;
    top: 3px;
    left: 0;
}

#news-list li .news-more span {
    font-size: 14px;
    color: #4a4a54;
}

#news-list li .news-more img {
    width: 16px;
    position: relative;
    top: -1px;
    margin-left: 5px;
}

#news-list li .news-more a:hover span {
    color: #44bcc4;
}

#news-list li .news-more a:hover img {
    content: url(../img/blog/arrows-hover.png);
}

#news-list .no-news {
    padding: 0 0 20px !important;
    font-size: 28px;
    color: #43bcc4;
}

.news-title {
    width: 100%;
    background-color: #f9faff;
    border-radius: 5px;
    padding: 30px 0;
    margin: 0 0 40px;
}

.news-title h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #1c2631;
    margin: 0 0 20px 25px;
}

.news-title ul {
    margin: 0;
    padding: 0;
}

.news-title ul li {
    padding: 0;
    margin: 0;

}

.news-title ul li a {
    display: block;
    width: 100%;
    position: relative;
    padding: 5px 0 5px 25px;
}

.news-title ul li p {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background-color: #515355;
    position: absolute;
    top: 11px;
}

.news-title ul li a:hover,
.news-title ul li a:focus,
.news-title ul li a:active,
.news-title ul li.active {
    background-color: #f0f2f9;
}

.news-title ul li span {
    font-size: 14px;
    color: #515355;
    margin: 0 0 0 24px;
}

.news-title ul li a:hover span,
.news-title ul li a:focus span,
.news-title ul li a:active span,
.news-title ul li.active span {
    color: #43bcc4;
}

.news-title ul li a:hover p,
.news-title ul li a:focus p,
.news-title ul li a:active p,
.news-title ul li.active p {
    background-color: #43bcc4;
}

.news-related-article {
    background-color: #f9faff;
    border-radius: 5px;
    padding: 30px 25px;
    margin: 0;
}

.news-related-article h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #1c2631;
}

.news-related-article ul {
    padding: 0;
    margin: 0;
}

.news-related-article ul li {
    margin: 35px 0 0;
}

.news-related-article ul li a {
    display: block;
    width: 100%;
}

.news-related-article ul li a:hover,
.news-related-article ul li a:focus {
    border-left: 4px solid #43bcc4;
    padding-left: 7px;
}

.news-related-article ul li h3 {
    font-size: 18px;
    font-weight: normal;
    color: #1c2631;
    margin: 0 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-related-article ul li a:hover h3,
.news-related-article ul li a:focus h3 {
    color: #43bcc4;
}

.news-related-article ul li p {
    font-size: 14px;
    color: #b2b2bf;
    margin: 0;
}

/*BEGIN NEWS-DETAILS*/

.news-jump {
    max-width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-jump a {
    font-size: 18px;
    font-weight: bolder;
    color: #1c2631;
}

.news-jump a:hover {
    color: #4ad1cd;
}

.news-jump i {
    color: #1c2631;
    font-size: 18px;
    margin-right: 5px;
}

.news-jump span {
    color: #8b91a4;
    font-size: 14px;
}

.news-top {
    margin-top: 40px;
    margin-bottom: 15px;
}

.news-top .article-topimg {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.news-top h1 {
    margin: 30px 0 0;
    font-size: 28px;
    font-weight: bolder;
    color: #1c2631;
    position: relative;
}

.news-top p {
    width: 210px;
    text-align: center;
    font-size: 14px;
    color: #cbcfd9;
    padding: 2px 0;
    border-radius: 5px;
    border: solid 1px #cbcfd9;
    margin-top: 15px;
}

.news-tag {
    margin: 20px 0 0;
    color: #515355;
}

.news-tag ul li {
    margin: 0 15px 0 0;
    font-size: 16px;
}

.news-tag ul li p {
    background-color: #f0f2f9;
    border-radius: 5px;
    width: 130px;
    text-align: center;
    font-size: 14px;
    color: #515355;
    padding: 4px 0;
}

.news-hobby {
    margin: 80px 0 0;
}

.news-hobby h3 {
    font-size: 24px;
    color: #1c2631;
    margin: 0 0 30px;

}

.news-hobby h3 a {
    text-decoration: none;
    display: inline;
}

.news-hobby h3 span {
    font-size: 16px;
    float: right;
    color: #8b91a4;
}

.news-hobby h3 i {
    float: right;
    color: #8b91a4;
    margin-left: 3px;
    font-size: 14px;
    margin-top: 3px;
}

.news-hobby h3 a:hover span,
.news-hobby h3 a:hover i {
    color: #4ad3db;
}

.news-hobby a {
    display: block;
    width: 100%;
}

.news-hobby .hobby-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #fff;
}

.news-hobby .hobby-img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-hobby p {
    width: 100%;
    font-size: 16px;
    font-weight: bolder;
    color: #585e66;
    margin: 20px 0;
}

.news-hobby a:hover p {
    color: #4ad3db;
}

.news-hobby a:hover .hobby-img {
    border: 1px solid #E5E0E0;
}

/*END VINCHIN-NEWS*/

/*BEGIN NEWS-DETAILS*/
.news-details {
    margin-top: 10px;
    padding: 60px 80px;
    margin-bottom: 20px;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: #666 0 0 10px;
    -moz-box-shadow: #666 0 0 10px;
    box-shadow: #666 0 0 10px;
}

.news-details h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #333333;
}

.news-jump {
    margin-top: 20px;
    font-size: 16px;
}

.news-jump i {
    padding: 0 5px;
    font-size: 20px;
    color: #333333;
}

.news-jump a {
    color: #333333;
    font-weight: bolder;
}

.news-jump a:hover {
    color: #4ad1cd;
}

.news-jump span {
    color: #666666;
}

.news-details p {
    color: #666666;
    font-size: 14px;
}

.details-img {
    max-width: 848px;
    max-height: 338px;
    margin-bottom: 30px;
}

.details-img img {
    width: 100%;
    height: 100%;
}

.hobby-news {
    margin-top: 30px;
    margin-bottom: 20px;
    min-height: 200px;
    padding: 40px 60px 20px 60px;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: #666 0 0 10px;
    -moz-box-shadow: #666 0 0 10px;
    box-shadow: #666 0 0 10px;
}

.news-next {
    text-align: right;
}

.hobby-news h3 {
    color: #333333;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 0;
}

.hobby-news p {
    margin-top: 20px;
    color: #666666;
    font-size: 14px;
}

.news-next a {
    color: #475f77;
    font-size: 16px;
}

.news-next i {
    color: #333333;
}

.news-next a:hover,
.news-next i:hover {
    color: #4ad1cd;
}

.news-change {
    color: #475f77;
    font-size: 16px;
    margin-bottom: 10px;
}

.news-change img {
    margin-right: 10px;
}

.news-sum {
    max-width: 950px;
    margin: 0 auto;
    padding: 20px;
}

.news-sum:hover {
    background-color: #DFE7EA;
}

@media (max-width: 992px) {
    .news-details {
        padding: 10px;
    }

    .news-next {
        margin-top: 10px;
        float: left;
    }

    .hobby-news {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .detail-page .container {
        padding: 0;
    }
}

/*END NEWS-DETAILS*/

/*BEGIN EMPLOYMENT*/
.employ-req {
    width: 80%;
    margin: 0 auto;
}

.employ-req ul li {
    margin-right: 50px;
}

.employ-req span:hover {
    color: #4ad1cd;
}

.employ-req i {
    color: #4ad1cd;
    font-size: 18px;
}

.join-right {
    width: 80%;
    margin: 0 auto;
}

.join-right .col-md-3 {
    margin-top: 10px;
}

.join-right .right-border {
    width: 185px;
    height: 185px;
    margin: 0 auto;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
}

.vinchin-right {
    padding-top: 20px;
    margin: 5px;
    width: 175px;
    height: 175px;
    border: 1px solid #4ad1cd;
    border-radius: 10px;
    text-align: center;
}

.vinchin-right span {
    display: block;
    margin-top: 10px;
    color: #333333;
}

.vinchin-right .welfares {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.welfares-salary {
    background: url(../img/company/welfares.png) -0px -80px no-repeat;
}

.welfares-promotion {
    background: url(../img/company/welfares.png) -0px -0px no-repeat;
}

.welfares-reward {
    background: url(../img/company/welfares.png) -80px -0px no-repeat;
}

.welfares-talent {
    background: url(../img/company/welfares.png) -80px -80px no-repeat;
}

.apply-entry {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 160px;
}

.entry-pro {
    text-align: center;
}

.entry-pro img {
    position: relative;
    left: 60px;
}

.entry-pro p {
    margin: 0 auto 30px;
    color: white;
    font-size: 18px;
    width: 140px;
    padding: 55px 0 55px 24px;
    border-radius: 80px;
    background-color: #475f77;
}

@media (max-width: 992px) {
    .entry-pro img {
        display: none;
    }

    .entry-pro p {
        margin-top: 10px;
        padding-left: 0;

    }
}

.entry-pro .pos-last {
    padding-left: 0;
}

.entry-pro span {
    display: block;
    color: #666666;
}

.vinchin-position {
    margin: 0 auto;
}

.vinchin-position ul li {
    padding-bottom: 20px;
    border-bottom: 1px solid #bcbcbc;
}

.vinchin-position ul .pos-bottom {
    border-bottom: 0;
}

.vinchin-position .col-md-2,
.vinchin-position .col-md-10 {
    padding: 0;
}

.vinchin-position .col-md-2 span {
    font-weight: bolder;
}

.vinchin-position .col-md-10 {
    margin-bottom: 10px;
}

/*END EMPLOYMENT*/

/*BEGIN CUSTOMER*/
.customer-detail {
    color: #4ad1cd;
    font-size: 16px;
}

.customer-detail:hover {
    opacity: 0.8;
}

/*END CUSTOMER*/

/*BEGIN CUSTOMER DETAIL*/
.customer-overview {
    width: 290px;
}

.customer-overview .quick {
    background: #363636;
    color: #fff;
    margin: 0;
    padding: 5px 10px;
}

.customer-overview .cover img {
    width: 100%;
}

.customer-overview .introduce {
    background: #f2f2f2;
    padding: 20px;
}

.customer-overview .introduce .name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.customer-overview .introduce .text {
    font-size: 14px;
    margin-bottom: 20px;
}

.customer-overview a {
    width: 214px;
    background-color: #4ad1cd;
    color: #fff;
    font-size: 18px;
    text-align: center;

    display: block;
    margin: 20px auto 0;
    padding: 10px 20px;
}

.customer-overview a i {
    margin-left: 5px;
    color: #fff;
}

.customer-case > div {
    margin-bottom: 40px;
}

.customer-case a {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    color: #333;
}

.customer-case a .cover {
    width: 100%;
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -ms-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
}

.customer-case a:hover .cover {
    object-fit: cover;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.customer-case .top {
    overflow: hidden;
    position: relative;
}

.customer-case .top .date {
    height: 30px;
    line-height: 30px;
    background-color: rgba(63, 203, 211, .8);
    text-align: center;
    font-size: 14px;
    font-family: var(--default-font-family-bold);
    color: white;
    border: 1px solid #3fcbd3;
    border-radius: 2px;

    display: block;
    padding: 0 8px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.customer-case .bottom {
    padding: 15px;
    min-height: 230px;
    background-color: #F6F6F6;
    position: relative;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #F6F6F6;
}

.customer-case a:hover .bottom {
    border-color: #3fcbd3;
}

.customer-case .bottom h2 {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 0;
}

.customer-case a .bottom .text {
    line-height: 24px;
}

.customer-case .bottom .more {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer-case a:hover .bottom h2,
.customer-case a:hover .bottom .text,
.customer-case a:hover .bottom .more {
    color: #3fcbd3;
}

.customer-case .bottom .more span {
    font-size: 14px;
}

.customer-case .bottom .more img {
    height: 50px;
}

/*END CUSTOMER DETAIL*/

/*BEGIN FOOTER*/
.footer-div {
    background-color: #173b47;
    color: #999999;
    padding-top: 90px;
}

.footer-div .container {
    width: 75%;
}

@media (max-width: 1500px) {
    .footer-div .container {
        width: 95%;
    }
}

.footer-div span, .footer-div p {
    font-size: 14px;
}

.footer-div ul {
    overflow: hidden;
    padding: 0;
}

.footer-div ul li {
    font-size: 14px;
}

.footer-div .row p {
    margin-bottom: 36px;
}

.footer-div .name {
    line-height: 24px;
    font-size: 18px;
    font-weight: bolder;
    color: #D7D7D7;
    margin-bottom: 14px;
}

.footer-div ul li a {
    text-decoration: none;
    color: #999999;
}

.footer-div ul li a:hover {
    color: #4ad1cd;
}

.foot-contact i {
    color: white;
}

.foot-contact ul {
    float: left;
}

.foot-contact ul li {
    margin-bottom: 20px;
}

.footer-div .contact-us ul {
    padding-left: 0;
    width: 100%;
}

.footer-div .contact-us i {
    color: #999999;
}

.footer-enter ul {
    margin-bottom: 30px;
    padding-left: 0;
}

.footer-enter ul li {
    color: white;
    margin-bottom: 20px;
    font-weight: bolder;
}

.footer-enter ul li:last-child {
    margin-bottom: 0;
}

.footer-subscribe > .row > * {
    margin-bottom: 30px;
}

.footer-subscribe > .row > *:last-child {
    margin-bottom: 0;
}

.footer-subscribe .subscribe label {
    font-weight: bolder;
    color: white;
    margin-bottom: 10px;
}

.footer-subscribe .subscribe .input-group {
    max-width: 320px;
}

.footer-subscribe .subscribe .input-group input {
    background-color: #173b47;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
    padding: 5px 10px;
}

.footer-subscribe .subscribe .input-group span {
    font-size: 12px;
    color: white;
    background-color: #4ad1cd;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
    cursor: pointer;
    padding: 5px 10px;
}

.footer-subscribe .subscribe .input-group span:hover, .footer-subscribe .subscribe .input-group span:focus {
    background-color: #00b6ce;
}

.footer-subscribe .subscribe .sub-span {
    max-width: 320px;
    font-size: 14px;
    color: #fefefe;
    opacity: 0.3;
    display: block;
    margin-top: 10px;
}

.footer-subscribe .subscribe #sub-success {
    display: none;
    color: #0EC228;
    font-size: 14px;
    margin-top: 10px;
}

.footer-subscribe .community .iconfont {
    display: flex;
    flex-wrap: wrap;
}

.footer-subscribe .community .iconfont a {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    font-size: 18px;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer-subscribe .community .iconfont a:last-child {
    margin-right: 0;
}

.footer-subscribe .community .iconfont a:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: transform 400ms;
    transform: scale(0);
    background-color: #FF2323;

    position: absolute;
    left: 0;
    top: 0;
}

.footer-subscribe .community .iconfont a:hover:before {
    transform: scale(1);
}

.footer-subscribe .community .iconfont a.feed:before {
    background-color: var(--share-feed-color);
}

.footer-subscribe .community .iconfont a.reddit:before {
    background-color: var(--share-reddit-color);
}

.footer-subscribe .community .iconfont a.youtube:before {
    background-color: var(--share-youtube-color);
}

.footer-subscribe .community .iconfont a.twitter:before {
    background-color: var(--share-twitter-color);
}

.footer-subscribe .community .iconfont a.facebook:before {
    background-color: var(--share-facebook-color);
}

.footer-subscribe .community .iconfont a.linkedin:before {
    background-color: var(--share-linkedin-color);
}

.footer-subscribe .community .iconfont i {
    color: white;
    z-index: 100;
    position: relative;
}

@media (max-width: 991px) {
    .footer-subscribe {
        margin-bottom: 20px;
    }

    .footer-subscribe .subscribe {
        text-align: center;
    }

    .footer-subscribe .subscribe .input-group {
        margin: 0 auto;
    }

    .footer-subscribe .subscribe .sub-span {
        margin: 10px auto;
    }

    .footer-subscribe .community .iconfont {
        justify-content: center;
    }
}

.changShang {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.changShang img {
    margin: 0 10px;
    height: 54px;
}

.changShang img.white-background {
    background-color: white;
    border-radius: 2px;
    padding: 2px;
}

.footer-copyright {
    background-color: #162530;
}

.footer-copyright .copyright {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-copyright a {
    text-decoration: none;
    color: #999999;
}

.footer-copyright a:hover {
    color: #4ad1cd;
}

@media (max-width: 440px) {
    .pre-header ul li {
        float: left;
    }

    .more-features a {
        padding: 10px 40px;
    }
}

/*END FOOTER*/


/*BEGIN 404 500*/
.page-404 {
    height: 400px;
    text-align: center;
    padding-top: 100px;
}

.page-404 .number {
    position: relative;
    top: 35px;
    display: inline-block;
    letter-spacing: -10px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #7bbbd6;
    text-align: right;
}

.page-404 .details {
    margin-left: 40px;
    display: inline-block;
    padding-top: 0;
    text-align: left;
}

.page-404 .details a {
    position: relative;
    top: 20px;
}

.page-404 .details i, .page-500 .details i {
    color: #7bbbd6;
    margin-left: 20px;
    font-size: 20px;
}

.page-404 a {
    text-decoration: underline;
}

.page-500 {
    text-align: center;
    height: 400px;
    padding-top: 100px;
}

.page-500 .number {
    display: inline-block;
    letter-spacing: -10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #ec8c8c;
    text-align: right;
}

.page-500 .details {
    margin-left: 40px;
    display: inline-block;
    text-align: left;
}

.page-500 a {
    text-decoration: underline;
}

/*END 404 500*/

/*BEGIN NEW-HOMEPAGE*/
.homepage-top {
    background-size: 100%;
    position: relative;
    margin-bottom: -40px;
}

.homepage-introduce {
    position: absolute;
    top: 602px;
    left: 0;
    right: 0;
    margin: 0 auto;
    min-height: 113px;
    border-radius: 30px 0 30px 0;
    background-image: linear-gradient(257deg,
    #1d6b75 0%,
    #4ad1cd 100%),
    linear-gradient(
            #003c94,
            #003c94);
    padding: 34px 0 20px;
    z-index: 100;
    animation: toVisable 3s linear;
}

.homepage-introduce p {
    width: 95%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #FFFFFF;
    z-index: 100;
}

.whyvinchin {
    width: 1346px;
    position: absolute;
    top: 876px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.whyvinchin .why-h3 {
    position: absolute;
    width: 185px;
    top: 71px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.whyvinchin .why-h3 span:first-child {
    font-family: CastleT;
    font-size: 34px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #feffff;
    position: relative;
    z-index: 100;
}

.whyvinchin .why-h3 span:last-child {
    font-family: CastleT;
    font-size: 40px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #4ad1cd;
    opacity: 0.6;
    position: absolute;
    top: -14px;
    left: 41px;
    z-index: 10;
}

.whyvinchin .col-md-4 {
    width: 480px;
    height: 394px;
    padding: 208px 0 0 60px;
    position: absolute;
}

.whyvinchin .col-md-4 h2 {
    height: 27px;
    font-size: 26px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0 0 24px;
}

.whyvinchin .col-md-4 p {
    width: 348px;
    height: 86px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
}

.whyvinchin .why-one {
    background-color: #FFFFFF;
    top: 0;
    transition: opacity 1s;
    opacity: 0;
    z-index: 100;
}

.whyvinchin .why-one h2,
.whyvinchin .why-one p {
    color: #1c6973;
}

.whyvinchin .why-two {
    background-color: #162731;
    top: 173px;
    left: 432px;
    transition: opacity 1s;
    transition-delay: 0.5s;
    opacity: 0;
    z-index: 50;
}

.whyvinchin .why-two h2,
.whyvinchin .why-two p {
    color: #c2f6ff;
}

.whyvinchin .why-three {
    background-color: #4ad1cd;
    top: 81px;
    left: 864px;
    transition: opacity 1s;
    transition-delay: 1s;
    opacity: 0;
    padding-top: 180px;
}

.whyvinchin .why-three h2,
.whyvinchin .why-three p {
    color: #1c6973;
}

@keyframes toVisable {

    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.video-scroll {
    position: relative;
    top: 260px;
}

.video-scroll .video_circle1,
.video-scroll .video2_circle1 {
    opacity: 0;
    animation: industry-circle-opacity1 1.5s infinite;
    animation-delay: 1s;
}

.video-scroll .video_circle2,
.video-scroll .video2_circle2 {
    opacity: 0;
    animation: industry-circle-opacity2 1.5s infinite;
    animation-delay: 1s;
}

@keyframes industry-circle-opacity1 {
    from {
        opacity: 0.1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(3);
    }
}

@keyframes industry-circle-opacity2 {
    from {
        opacity: 0.1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(3);
    }
}

.hypervisor-progress {
    position: relative;
    text-align: center;
}

.hypervisor-progress .progress1 {
    width: 1438px;
    height: 4px;
    background-color: #4d6872;
    position: relative;
    left: 234px;
    z-index: 1;
}

.hypervisor-progress .progress2 {
    width: 360px;
    height: 4px;
    background-color: #4bd8e0 !important;
    position: absolute !important;
    z-index: 10 !important;
    top: 0;
}

.hypervisor-progress .progress-icon {
    width: 83px;
    height: 83px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: solid 3px #4d6872;
    border-radius: 40px;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: -42px;
}

.hypervisor-progress .progress-icon-play {
    width: 83px;
    height: 83px;
    margin: 0 auto;
    background-color: transparent;
    border: solid 3px #4d6872;
    border-radius: 50%;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: -42px;
}

.hypervisor-progress .progress-icon-play canvas {
    position: absolute;
    top: -4px;
    left: -4px;
}

.trynow {
    position: absolute;
    display: block;
    width: 383px;
    height: 50px;
    background-color: #c1f6ff;
    border-radius: 24px;
    top: 21%;
    right: 22%;
    font-size: 26px;
    color: #000;
    line-height: 30px;
    text-align: center;
    padding-top: 8px;
    border: 2px solid #c1f6ff;
    text-decoration: none;
}

.trynow:hover {
    color: #c1f6ff;
    background-color: transparent;
}

.layui-layer-content {
    overflow: hidden !important;
}

.homepage-bottom {
    width: 100%;
    position: relative;
}

.cardBox-white {
    width: 200px;
    text-align: center;
    float: left;
    margin-right: 10px;
    padding: 5px;
    padding-top: 15px;
    border: 5px;
    border-style: solid;
    border-color: #f4f6f6;
    background-color: #FFFFFF;
}

.cardBox-white:hover {
    border-style: dashed;
    border-color: #4ad1cd;
}

.cardBox-gray {
    width: 200px;
    text-align: center;
    float: left;
    margin-right: 10px;
    padding: 5px;
    padding-top: 15px;
    border: 4px;
    border-color: #4ad1cd;
    background-color: #f4f6f6;
}

.cardBox-gray:hover {
    background-color: #f2f9fb;
}

.cardBox-msg-right {
    background-color: #173b47;
    border-top-right-radius: 50px;
    text-align: center;
    padding-top: 63px;
    margin-bottom: 20px;
    max-width: 508px;
    float: right;
}

.cardBox {
    width: 100%;
    height: 310px;
    padding: 30px 23px 18px;
    max-width: 339px;
}

.p-wight {
    margin-top: 22px;
    font-family: var(--default-font-family);
    font-weight: bolder;
    font-size: 22px;
    color: #1c6973;
}

.p-msg {
    color: #1c6973;
}

.big-blue-font-1 {
    color: #c3f6ff;
    font-size: 48px;
    line-height: 0.5;
    font-family: var(--default-font-family);
    font-weight: bolder;
    margin-top: 12px;
}

.big-blue-font-2 {
    color: #c3f6ff;
    font-size: 36px;
    font-family: var(--default-font-family);
    font-weight: bolder;
}

.big-blue-font-3 {
    color: #c3f6ff;
    font-size: 18px;
    padding: 0 50px;
    margin-top: 53px;
}

.big-blue-font-4 {
    font-weight: bolder;
    line-height: 1;
}

.big-blue-font-5 {
    font-size: 60px;
    margin-top: 130px;
    color: #c3f6ff;
    font-family: var(--default-font-family-bold);
    font-weight: bolder;
}

.big-blue-font-6 {
    font-size: 70px;
    color: #4ad1cd;
    font-family: var(--default-font-family-bold);
    font-weight: bolder;
    margin-bottom: 118px;
}

.big-blue-font-7 {
    padding-bottom: 50px;
    margin-bottom: 0;
}

.msg-but {
    color: #fefefe;
    background: #4ad1cd;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 24px;
    padding: 17px 23px;
    font-family: var(--default-font-family);
    font-weight: bolder;
    position: relative;
    left: -74px;
    display: block;
    width: 243px;
    text-align: center;
}

.msg-but:hover,
.msg-but:focus,
.msg-but:active {
    color: #173B47;
    text-decoration: none;
}

.cardBox2 {
    height: 70px;
    text-align: center;
    padding: 5px;
    padding-top: 15px;
    border: 4px;
    border-color: #4ad1cd;
    background-color: #4ad1cd;
    margin-bottom: unset;
    width: 530px;
    opacity: 0.8;
}

.a-msg-but {
    width: 530px;
    margin-left: 88px;
}

.a-msg-but-suc {
    padding: 12px 20px 12px 32px;
    font-weight: unset;
    float: right;
    font-size: 20px;
}

.container2-background {
    margin-bottom: 20px;
}

.container3-background {
    padding-top: 670px;
    margin-top: -747px;
}

.container3-background .container {
    margin-bottom: 150px;
}

.succeed-left-font {
    float: left;
    color: #FFFFFF;
    margin-left: 39px;
    font-size: 17px;
    padding-top: 8px;
}

.img-logo {
    float: left;
    width: 180px;
    margin-top: -30px;
    margin-left: 25px;

}

.row-top-1 {
    width: 90%;
    margin: 180px auto 0;
    text-align: center;
}

.row-top-2 {
    margin-top: -18px;
}

.row-top-3 {
    margin-top: -18px;
}

.success-p-disscuss {
    margin-top: 184px;
    font-size: 22px;
    margin-top: 174px;
}

.big-douhao {
    font-size: 125px;
    font-family: Arial;
    font-style: italic;
    color: #c2f6ff;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: -20px;
    margin-top: 35px;
    margin-left: -9px;
    margin-right: 12px;
}

.view-but:hover {
    color: #4ad1cd;
    text-decoration: none;
}

.foot-cardBox {
    background: -webkit-linear-gradient(left, #4ad1cd, #1d6b75);
    height: 319px;
    text-align: center;
    color: #FFFFFF;
    width: 96%;
    margin: -185px auto -39px;
}

.foot-download {
    font-size: 31px;
    border: solid;
    border-color: #FFFFFF;
    border-width: 2px;
    border-radius: 8px;
    color: #FFFFFF;
    padding: 6px 25px;
}

.foot-download:hover,
.foot-download:focus,
.foot-download:active {
    color: #173B47;
    text-decoration: none;
    border: 2px solid #173B47;
}

.suc-content-text {

    font-family: var(--default-font-family);
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0;
}

.suc-content-text-italic {
    font-style: italic;
    font-family: var(--default-font-family);
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 0.8;
}

.blockImg1 {
    background: url(../img/homepage/blog1.png) no-repeat;
    height: 272px;
    width: 630px;
    background-size: cover;
    margin-top: -16px;
    margin-left: 0;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.2);
}

.blog-row2 .col-md-1 {
    position: relative;
    left: 63px;
}

.BlackImg1 {
    background-color: #162731;
    opacity: 0.9;
    height: 272px;
    position: absolute;
    width: 630px;
    display: none;
}

.blockImg1:hover .blog-vcenter1,
.blockImg1:hover .BlackImg1 {
    display: block;
}

.blockImg2 {
    background: url(../img/homepage/blog2.png) no-repeat;
    margin-top: 27px;
    width: 630px;
    height: 272px;
    background-size: cover;
    margin-left: 13px;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.2);
}

.BlackImg2 {
    background-color: #162731;
    opacity: 0.9;
    height: 272px;
    position: absolute;
    width: 630px;
    display: none;
}

.blockImg2:hover .blog-vcenter2,
.blockImg2:hover .BlackImg2 {
    display: block;
}

.blockImg3 {
    background: url(../img/homepage/blog3.png) no-repeat;
    width: 416px;
    height: 272px;
    margin-top: -31px;
    margin-left: 97px;
    background-size: 100%;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.2);
}

.BlackImg3 {
    background-color: #162731;
    opacity: 0.9;
    height: 272px;
    position: absolute;
    width: 416px;
    display: none;
}

.blockImg3:hover .blog-vcenter3,
.blockImg3:hover .BlackImg3 {
    display: block;
}

.blockImg4 {
    background: url(../img/homepage/blog4.png) no-repeat;
    width: 416px;
    height: 272px;
    background-size: 100%;
    margin-left: 15px;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.2);
}

.BlackImg4 {
    background-color: #162731;
    opacity: 0.9;
    height: 272px;
    position: absolute;
    width: 416px;
    display: none;
}

.blockImg4:hover .blog-vcenter4,
.blockImg4:hover .BlackImg4 {
    display: block;
}

.blog-vcenter1 {
    position: relative;
    display: none;
    color: #FFFFFF;
    font-size: 22px;
    width: 452px;
    margin: 0 auto;
    top: 105px;
    text-align: center;
    font-weight: bolder;
}

.blog-vcenter2 {
    position: relative;
    display: none;
    color: #FFFFFF;
    font-size: 22px;
    width: 452px;
    margin: 0 auto;
    top: 55px;
    text-align: center;
    font-weight: bolder;
}

.blog-vcenter3 {
    position: relative;
    display: none;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    width: 350px;
    margin: 0 auto;
    top: 100px;
    font-weight: bolder;
}

.blog-vcenter4 {
    position: relative;
    display: none;
    color: #FFFFFF;
    font-size: 22px;
    width: 350px;
    margin: 0 auto;
    top: 49px;
    text-align: center;
    font-weight: bolder;
}

.homepage-free {
    position: relative;
    bottom: -115px;
}

.homepage-top a:hover, .homepage-bottom a:hover .homepage-top a:focus, .homepage-bottom a:focus {
    text-decoration: none !important;
}

@-webkit-keyframes load {
    0% {
        border-top: 3px solid #4bd8e0;
        border-right: 3px solid #4bd8e0;
        transform: rotate(45deg);
    }


    100% {
        border-right: 3px solid #4bd8e0;
        border-bottom: 3px solid #4bd8e0;
        transform: rotate(90deg);
    }
}

.hypervisor-progress .progress-icon img {
    position: relative;
    top: 19px;
    z-index: 200;
}

/*END NEW-HOMEPAGE*/
@media (max-width: 767px) {
    .trialForm-page {
        padding: 0;
    }

    .write-form {
        width: 100%;
        margin-bottom: 120px;
    }
}

@media (max-width: 992px) {
    .page-title.title-company {
        min-height: auto;
    }

    .page-title .title {
        margin-top: 30px;
    }

    .our-company {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .our-international p {
        width: 90%;
        margin: 0 auto;
    }

    .our-international img {
        width: 90%;
    }

    .our-honorary .row {
        width: 90%;
    }

    .our-honorary .row:last-child .col-md-4 {
        width: 100%;
    }

    .our-team p {
        width: 100%;
    }

    .our-team .team-images {
        width: 90%;
    }

    .our-team .team-images .team-left {
        width: 100%;
    }

    .our-team .team-images .team-left img {
        margin-top: -30%;
    }

    .our-team .team-images .team-right {
        width: 100%;
        margin-left: 0;
        margin-top: 7px;
    }

    .our-team .team-images .team-content {
        height: 180px;
        overflow: hidden;
        border-radius: 5px;
    }

    .our-partners .display-mobile .logo-group .logo-content {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1134px) {
    .support-mode .col-md-6 {
        padding: 0;
    }

    .write-form {
        padding: 20px 20px 60px;
    }

    .trialForm-page, .down-trial, .buy-page, .employment-page, .about-page, .contact-page {
        width: 98%;
    }

    .partner-page .container, .partner-title .container {
        width: 100%;
    }

    .vmwareSol .sol-block {
        height: 340px;
    }

    .vmware-page {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1134px) {
    .trial-page .container {
        padding: 0;
    }
}

/*BEGING SQUEEZE*/
.vmbackup-page .container {
    width: 89%;
}

.vmbackup-header {
    min-height: 961px;
    background-color: #1e2b34;
}

.vmbackup-header .header-content {
    background-color: #223039;
    padding: 25px 0 113px 308px;
    height: 100%;
    margin-left: -104px;
}

.header-content .logo-png {
    display: block;
    width: 294px;
    margin: 39px 0 139px;
}

.header-content .logo-png img {
    width: 60%;
}

.header-content .title-one h3 {
    font-weight: bolder;
    font-size: 40px;
    color: white;
    margin: 0;
    line-height: 48px;
}

.header-content .title-one p {
    margin: 16px 0 105px;
    font-size: 29px;
    color: white;
    line-height: 48px;
}

.header-content .title-two {
    margin: 0 0 130px;
}

.header-content .title-two h3 {
    color: #4bd8e0;
    font-size: 70px;
    font-weight: bolder;
    margin: 0 0 99px;
    line-height: 30px;
    letter-spacing: 0;
}

.header-content .title-two ul {
    padding: 0;
}

.header-content .title-two li {
    color: white;
    font-size: 21px;
    margin: 0 0 21px;
    line-height: 30px;
}

.header-content .title-two i {
    color: white;
    font-size: 12px;
    margin-right: 12px;
    margin-left: 5px;
    position: relative;
    top: -4px;
}

.header-content .title-two li span {
    font-size: 24px;
}

.vmbackup-header .header-form {
    padding: 23px 0 199px 78px;
    background-color: #1e2b34;
    height: 100%;
}

.header-form .form-title {
    font-size: 35px;
    font-weight: bolder;
    color: white;
    max-width: 462px;
    margin: 214px -60px 76px 0;
}

.header-form .form-title span {
    color: #4bd8e0;
    font-size: 35px;
}

.header-form .form-group {
    margin: 0 0 34px;
}

.header-form .form-group input {
    max-width: 462px;
    height: 62px;
    margin: 0;
    color: #494949;
    font-size: 18px;
    font-weight: bolder;
}

.header-form .form-group input:-webkit-autofill {
    color: #494949 !important;
    -webkit-text-fill-color: #494949;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.header-form .form-group input:autofill {
    color: #494949 !important;
    -webkit-text-fill-color: #494949;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.header-form .form-group input::-webkit-input-placeholder {
    color: #b8b7b7;
    font-size: 18px;
    font-weight: bolder;
}

.header-form .form-tips {
    font-size: 4px;
    color: #b9b8b8;
    max-width: 459px;
    margin: 3px -43px 68px 3px;
    line-height: 27px;
}

.header-form button {
    background-color: #4ad1cd;
    color: white;
    font-size: 20px;
    padding: 15px 124px 16px;
    display: block;
    width: 462px;
    border-radius: 25px;
    margin: 0 0 30px;
    font-weight: bolder;
}

.header-form button:hover,
.header-form button:focus {
    color: white;
    background-color: #00B6CE;
}

.header-form .has-success .form-control {
    border: 2px solid #4bd8e0;
    box-shadow: inset 0 1px 1px rgba(75, 216, 224, .075);
}

.header-form .has-error .form-control {
    border: 2px solid #d1501d;
    box-shadow: inset 0 1px 1px rgba(209, 80, 29, .075);
}

.vmbackup-header .trial-success {
    color: white;
    text-align: left;
    max-width: 462px;
    margin-top: 10px;
}

.vmbackup-header .trial-success p {
    font-size: 24px;
    margin: 0 0 140px;
}

.vmbackup-header .trial-success a {
    cursor: pointer;
    display: block;
    color: white;
    margin: 0 0 20px 0;
    font-size: 20px;
    background: #4bd8e0;
    border-radius: 5px;
    text-decoration: none;
    padding: 11px 0;
    width: 195px;
    float: left;
    text-align: center;
}

.vmbackup-header .trial-success a:hover,
.vmbackup-header .trial-success a:focus {
    background-color: #11a0a8;
}

.vmbackup-data {
    background-color: #4bd8e0;
    padding: 75px 0 20px;
}

.vmbackup-data .container {
    width: 85%;
}

.vmbackup-data .data-statistics {
    text-align: center;
    margin-bottom: 60px;
}

.vmbackup-data img {
    height: 87px;
}

.vmbackup-data h3 {
    margin: 40px 0 17px;
    color: #1e2b34;
    font-size: 58px;
    font-weight: bolder;
}

.vmbackup-data span {
    color: #1e2b34;
    font-size: 58px;
    font-weight: bolder;
}

.vmbackup-data p {
    font-size: 18px;
    color: #344a59;
    margin: 0;
    font-weight: bolder;
}

.vmbackup-download {
    padding: 207px 0 87px;
}

.vmbackup-download h3 {
    font-size: 38px;
    color: #4bd8e0;
    text-align: right;
    margin: 0 0 24px;
    font-weight: bold
}

.vmbackup-download .download-tips-one p {
    text-align: right;
    font-size: 25px;
    color: #64625d;
    margin: 0;
}

.vmbackup-download .download-tips-one {
    margin: 0 0 20px;
}

.vmbackup-download .download-tips-two p {
    text-align: right;
    font-size: 18px;
    color: #64625d;
    margin: 0;
}

.vmbackup-download .download-img {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}

.vmbackup-download .download-img img {
    width: 105%;
}

.vmbackup-download a {
    display: block;
    width: 256px;
    height: 100%;
    text-decoration: none;
    font-size: 20px;
    color: #4bd8e0;
    border: 3px solid #4bd8e0;
    padding: 12px 0;
    margin: 26px 0 150px;
    text-align: center;
    float: right;
}

.vmbackup-download a:hover {
    background-color: #4bd8e0;
    color: white;
}

.vmbackup-function {
    background-color: #4bd8e0;
    min-height: 937px;
    padding: 121px 0 0;
}

.vmbackup-function .container {
    width: 77%;
}

.vmbackup-function .function-title {
    font-size: 52px;
    color: #fefefe;
    margin: 0 0 98px 302px;
    font-weight: bolder;
}

.vmbackup-function .row {
    margin: 0 0 50px;
}

.vmbackup-function .col-md-6 {
    margin: 0 0 40px;
}

.vmbackup-function .col-md-6 .col-md-3 {
    text-align: right;
}

.vmbackup-function .col-md-6 img {
    width: 98px;

}

.vmbackup-function .col-md-6 h3 {
    color: #FFFFFF;
    font-size: 26px;
    margin: 0 0 25px;
    font-weight: bolder;
}

.vmbackup-function .col-md-6 p {
    max-width: 519px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0;
}

.vmbackup-module-one {
    padding: 112px 0 0;
}

.vmbackup-module-one .col-md-4 {
    text-align: center;
}

.vmbackup-module-one h3 {
    color: #3c3f41;
    font-size: 40px;
    font-weight: bolder;
    margin: 0 0 64px;
    white-space: nowrap;
}

.vmbackup-module-one p {
    color: #64625d;
    font-size: 20px;
    max-width: 933px;
    margin: 0;
}

.vmbackup-module-one ul {
    padding: 0;
    margin: 25px 0 25px 20px;
}

.vmbackup-module-one ul li {
    list-style-type: disc;
    font-size: 20px;
    color: #5ec1cb;
    margin: 0 0 5px;
}

.vmbackup-module-one ul li span {
    font-size: 17px;
}

.vmbackup-module-two {
    background-color: #f1f1f1;
    padding: 112px 0 0;
}

.vmbackup-module-two .col-md-4 {
    text-align: center;
}

.vmbackup-module-two h3 {
    color: #3c3f41;
    font-size: 40px;
    font-weight: bolder;
    margin: 0 0 70px;
    white-space: nowrap;
}

.vmbackup-module-two p {
    color: #64625d;
    font-size: 20px;
    margin: 0 0 20px;
    max-width: 930px;

}

.vmbackup-module-three {
    padding: 112px 0 0;
}

.vmbackup-module-three .col-md-4 {
    text-align: center;
}

.vmbackup-module-three h3 {
    color: #3c3f41;
    font-size: 40px;
    font-weight: bolder;
    margin: 0 0 71px;
    white-space: nowrap;

}

.vmbackup-module-three p {
    font-size: 20px;
    color: #64625d;
    margin: 0 0 20px;
    max-width: 910px;

}

.vmbackup-module-four {
    padding: 112px 0 0;
    background-color: #f1f1f1;
}

.vmbackup-module-four .col-md-4 {
    text-align: center;
}

.vmbackup-module-four h3 {
    color: #3c3f41;
    font-size: 40px;
    font-weight: bolder;
    margin: 0 0 60px;
    white-space: nowrap;
}

.vmbackup-module-four p {
    font-size: 20px;
    color: #64625d;
    margin: 0 0 20px;
    max-width: 953px;
}

.vmbackup-module-five {
    padding: 112px 0 0;
}

.vmbackup-module-five .col-md-4 {
    text-align: center;
}

.vmbackup-module-five h3 {
    color: #3c3f41;
    font-size: 40px;
    font-weight: bolder;
    margin: 0 0 60px;
}

.vmbackup-module-five p {
    font-size: 20px;
    color: #64625d;
    margin: 0 0 20px;
    max-width: 940px;
}

.vmbackup-module-five ul {
    padding: 0;
}

.vmbackup-module-five ul li {
    font-size: 20px;
    color: #5ec1cb;
    margin: 0;
    list-style-type: none;
}

.vmbackup-module-five ul li span {
    font-size: 20px;
}

.vmbackup-user {
    background: url(../img/vm-backup/vmbackup-user.png) no-repeat;
    background-size: 100% 100%;
    padding: 160px 0;
}

.vmbackup-user h3 {
    font-size: 55px;
    font-weight: bolder;
    color: #3c3f41;
    text-align: center;
    margin: 0 0 137px;
}

.vmbackup-user .container {
    width: 67%;
}

.vmbackup-user .user-content {
    display: none;
}

.vmbackup-user .user-content img {
    width: 154px;
    margin: 45px 0 67px;
}

.vmbackup-user .user-content p {
    font-size: 20px;
    color: #64625d;
    margin: 0 0 10px;
}

.vmbackup-user .user-comment {
    background: url(../img/vm-backup/dialog-box.png) no-repeat;
    background-size: 100% 100%;
    padding: 34px 26px 34px 80px;
}

.vmbackup-user .user-comment p {
    font-size: 20px;
    color: #64625d;
}

.vmbackup-user .content-float {
    width: 235px;
    float: left;
}

.vmbackup-user .content-float p {
    font-weight: bolder;
}

#customer-swiper {
    margin: 170px 0 0;
}

#customer-slider .swiper-slide {
    width: 280px;
    margin: auto 100px auto 0;
}

.vmbackup-contact {
    background-color: #40ced3;
    padding: 62px 0 61px;
}

.vmbackup-contact a {
    display: block;
    width: 451px;
    margin: 0 auto;
    border: solid 3px #FFFFFF;
    color: #FFFFFF;
    font-size: 55px;
    padding: 9px 24px 9px 44px;
    font-weight: bolder;
}

.vmbackup-contact a:hover,
.vmbackup-contact a:focus {
    border: solid 3px #FFFFFF;
    color: #FFFFFF;
    background-color: #27b6bc;
}

.vmbackup-footer {
    background-color: #22313b;
    padding: 20px 80px;

}

.vmbackup-footer span,
.vmbackup-footer a {
    color: #b7b7b7;
    font-size: 15px;
}

.vmbackup-footer a:hover {
    color: #4ad1cd;
}

.vmbackup-footer ul {
    float: right;
    margin: 0;
}

.vmbackup-footer ul li {
    margin: 0 50px 0 0;
    width: 30px;
    height: 30px;
}

.vmbackup-footer ul li a {
    text-decoration: none;
    color: #666666;
    font-size: 30px;
}

.vmbackup-footer ul li i {
    color: #666666;
}

.vmbackup-footer ul i:hover {
    color: #4ad1cd;
}

.content-middle {
    margin: auto 36px 120px 39px;
}

.content-middle img {
    width: 90%;
    margin: 36px;
}

.email-input {
    margin: 0 0 28px;
}

.vmbackup-module-one p,
.vmbackup-module-two p,
.vmbackup-module-three p,
.vmbackup-module-four p,
.vmbackup-module-five p {
    width: 95%;
}

.vmbackup-module-one ul,
.vmbackup-module-five ul {
    width: 95%;
}

.ml40 {
    margin-left: 40px !important;
}

.head-logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    display: none;
}

.head-logo div {
    background-color: #223039;
    min-height: 70px;
    padding: 15px 262px 0 293px;
}

.head-logo img {
    float: left;
    width: 182px;
}

.head-logo a {
    float: right;
    background-color: #4ad1cd;
    color: white;
    font-size: 13px;
    padding: 11px 51px;
    display: block;
    width: 228px;
    border-radius: 50px;
}

.head-logo a:hover {
    background-color: #337ab7;

}

.submit-center {
    text-align: center;
}

.submit-center button {
    height: 60px;
    font-size: 25px;
    font-weight: bolder;
    margin: 50px 0 100px 0;
}

.radio_pa_pp input[type="radio"]:checked + label::before {
    background-color: #4ad1cd;
    background-clip: content-box;
    padding: .2em;
}

.radio_pa_pp input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}


.r_redio1::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 1em;
    height: 1em;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #4ad1cd;
    text-indent: .15em;
    line-height: 1;
}

.r_redio2::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 1em;
    height: 1em;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #4ad1cd;
    text-indent: .15em;
    line-height: 1;
}


.error_radio::before {
    border: 1px solid red !important;
}

.email_tip p {
    color: red;
}

.email_tip {
    display: none;
}

/* BEGIN Leadership */
.leadership-content h2 {
    line-height: 34px;
    font-family: var(--default-font-family-bold);
    letter-spacing: 0;
    color: #0fb2c6;
    font-size: 28px;
    margin-top: 0;
}

.leadership-content .leader-job {
    font-family: var(--default-font-family-bold);
    font-size: 26px;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0;
    color: #10515a;
    margin-top: 0;
}

.leadership-content .leader-intro {
    margin-top: 30px;
}

.leadership-content .leader-intro p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: #1c6973;
}

.mark-hu {
    text-align: center;
}

.mark-hu img {
    margin: 16px 20px;
}

.mark-hu p {
    font-family: var(--default-font-family-bold);
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
    letter-spacing: 0;
    color: #1c6973;
    margin-bottom: 20px;
}

.mark-hu .leader-media a {
    display: inline-block;
    height: 32px;
    width: 38px;
    margin: 0 20px;
}

.mark-hu .leader-media i {
    font-size: 36px;
    color: #10515A;
}

.mark-hu .leader-media i:hover {
    color: #0FB2C6;
}

.four-people .cover-item {
    padding: 44px 55px;
    border-bottom: solid 10px transparent;
}

.four-people .cover-item:hover {
    background-color: #FFFFFF;
    box-shadow: 0 2px 17px 1px rgba(23, 59, 71, 0.1);
    padding: 44px 55px;
    border-bottom: solid 10px #0fb2c6;
}

.four-people .cover-item img {
    border: solid 4px transparent;
    border-radius: 50%;
}

.four-people .cover-item:hover img {
    border: solid 4px #0fb2c6;
}

.four-people .cover-item h2 {
    font-size: 20px;
    line-height: 34px;
    font-family: var(--default-font-family-bold);
    letter-spacing: 0;
    color: #0fb2c6;
    margin-top: 0;
    white-space: nowrap;
}

.four-people .cover-item .leader-job {
    line-height: 24px;
    font-family: var(--default-font-family);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    color: #10515a;

    margin-bottom: 10px;
}

.four-people .cover-item .leader-intro {
    line-height: 22px;
    font-size: 16px;
}

.four-people .cover-item .leader-media {
    font-size: 36px;
    color: #10515A;
    margin-top: 10px;
}

.four-people .cover-item i {
    font-size: 36px;
    color: #10515A;

    margin-right: 10px;
}

.four-people .cover-item i:hover {
    color: #0FB2C6;
}

@media (min-width: 992px) {
    .four-people .cover-item:last-child {
        margin-bottom: 0 !important;
    }

    .four-people .cover-item .slip {
        min-height: 168px;
        max-height: 168px;
        overflow: hidden;

        transition: max-height 0.25s;
    }

    .four-people .cover-item:hover .slip {
        max-height: 206px;
    }
}

/* END Leadership */

.homepage_bottom_p {
    font-size: 40px;
    font-weight: bolder;
    padding-top: 30px;
    font-family: var(--default-font-family);
}

@media (max-width: 1600px) {
    .vmbackup-download h3 {
        font-size: 24px;
    }

    .vmbackup-user {
        padding: 100px 0;
    }

    #customer-swiper {
        margin: 100px 0 0;
    }

    .vmbackup-user .user-content p,
    .vmbackup-user .user-comment p {
        font-size: 16px;
    }

    .vmbackup-module-one ul {
        margin: 0 0 25px 20px;
    }

    .vmbackup-module-five ul li span {
        font-size: 16px;
    }

    .vmbackup-module-one ul li,
    .vmbackup-module-one ul li span {
        font-size: 16px;
    }

    .vmbackup-user .container {
        width: 1170px;
    }

    .vmbackup-user h3 {
        margin: 0 0 87px;
        font-size: 50px;
    }

    .vmbackup-user .user-content img {
        margin: 40px 0 47px;
    }

    .vmbackup-function {
        min-height: 850px;
    }

    .vmbackup-function .row {
        margin: 0 0 56px;
    }

    .vmbackup-module-one,
    .vmbackup-module-three,
    .vmbackup-module-four,
    .vmbackup-module-five {
        padding: 102px 0 0;
    }

    .vmbackup-module-two {
        padding: 72px 0 0;
    }

    .vmbackup-module-one h3,
    .vmbackup-module-two h3,
    .vmbackup-module-three h3,
    .vmbackup-module-four h3,
    .vmbackup-module-five h3 {
        font-size: 32px;
        margin: 0 0 40px;
    }

    .vmbackup-module-one p,
    .vmbackup-module-two p,
    .vmbackup-module-three p,
    .vmbackup-module-four p,
    .vmbackup-module-five p {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .vmbackup-function .col-md-6 p {
        font-size: 16px;
    }

    .vmbackup-function .col-md-6 h3 {
        font-size: 24px;
        margin: 0 0 15px;
    }

    .header-content .logo-png {
        margin: 30px 0 60px;
        width: 254px;
    }

    .header-content .title-one h3 {
        font-size: 34px;
    }

    .header-content .title-one p {
        font-size: 24px;
        margin: 11px 0 60px;
    }

    .header-content .title-two {
        margin: 0 0 110px;
    }

    .header-form .form-title {
        font-size: 30px;
        margin: 138px 0 50px;
    }

    .header-form .form-group input {
        font-size: 16px;
        height: 50px;
        width: 363px;
    }

    .header-form .form-group {
        margin: 0 0 20px;
    }

    .header-form .form-tips {
        font-size: 14px;
        margin: 0 0 56px
    }

    .vmbackup-header .header-form {
        padding: 30px 0 108px 84px;
    }

    .vmbackup-header {
        min-height: 775px;
    }

    .vmbackup-header .header-content {
        padding: 31px 0 65px 246px;
    }

    .header-form button {
        font-size: 20px;
        padding: 15px 97px 18px;
        width: 386px;
    }

    .head-logo div {
        padding: 16px 252px 0 231px;
    }

    .content-middle {
        margin: auto -20px 119px 22px;
    }

    .vmbackup-function .function-title {
        font-size: 48px;
        margin: 0 0 95px 227px;
    }

    .header-content .title-two h3 {
        font-size: 60px;
        margin: 0 0 85px;
    }

    .header-content .title-two li {
        font-size: 22px;
        margin: 0 0 16px;
    }

    .header-content .title-two li span {
        font-size: 22px;
    }

    .header-form .form-title span {
        font-size: 30px;
    }
}

@media (max-width: 1485px) {
    .header-form button {
        width: 220px;
        font-size: 16px;
        padding: 14px 50px 14px 34px;
    }

    .vmbackup-download .download-tips-one p,
    .vmbackup-download .download-tips-two p {
        font-size: 18px;
    }

    .vmbackup-download a {
        width: 280px;
        margin: 26px 0 99px;
    }
}

@media (max-width: 1366px) {
    .vmbackup-module-one h3,
    .vmbackup-module-two h3,
    .vmbackup-module-three h3,
    .vmbackup-module-four h3,
    .vmbackup-module-five h3 {
        font-size: 26px;
        margin: 0 0 30px;
    }

    .vmbackup-module-one p,
    .vmbackup-module-two p,
    .vmbackup-module-three p,
    .vmbackup-module-four p,
    .vmbackup-module-five p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .vmbackup-module-one ul li, .vmbackup-module-one ul li span,
    .vmbackup-module-five ul li span {
        font-size: 14px;
    }

    .vmbackup-user .user-content p, .vmbackup-user .user-comment p {
        font-size: 14px;
    }

    .header-content .logo-png {
        margin: 25px 0 50px;
        width: 234px;
    }

    .vmbackup-header {
        min-height: 650px;
    }

    .vmbackup-header .header-content {
        padding: 47px 0 61px 194px;
    }

    .header-content .title-one h3 {
        font-size: 32px;
    }

    .header-content .title-one p {
        font-size: 22px;
        margin: 5px 0 50px;
    }

    .header-content .title-two {
        margin: 0 0 85px;
    }

    .header-content .title-two h3 {
        font-size: 56px;
        margin: 0 0 70px;
    }

    .header-content .title-two li {
        font-size: 20px;
        margin: 0 0 11px;
    }

    .header-content .title-two li span {
        font-size: 20px;
    }

    .header-form .form-title {
        font-size: 28px;
        margin: 128px 0 40px;
    }

    .header-form .form-group input {
        font-size: 14px;
        height: 45px;
        width: 335px;
    }

    .header-form .form-tips {
        font-size: 12px;
        margin: 0 0 46px;
    }

    .email-input {
        margin: 0 0 16px;
    }

    .vmbackup-function {
        min-height: 700px;
        padding: 81px 0 0;
    }

    .vmbackup-function .function-title {
        font-size: 40px;
        margin: 0 0 70px 190px;
    }

    .vmbackup-function .col-md-6 {
        margin: 0 0 30px;
    }

    .vmbackup-function .col-md-6 img {
        width: 88px;
    }

    .vmbackup-function .col-md-6 h3 {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .vmbackup-function .col-md-6 p {
        font-size: 14px;
    }

    .vmbackup-header .header-form {
        padding: 30px 0 6px 84px;
    }

}

@media (max-width: 1300px) {
    .vmbackup-function .col-md-6 p {
        max-width: 1000px;
    }

    .vmbackup-user .container {
        width: 90% !important;
    }

    .vmbackup-footer {
        padding: 20px;
    }

    .vmbackup-module-two {
        padding: 0 0 0;
    }

    .vmbackup-module-one,
    .vmbackup-module-three,
    .vmbackup-module-four,
    .vmbackup-module-five {
        padding: 0 0 0;
    }

    .vmbackup-header .header-form {
        padding: 30px 15px 112px 34px;
    }

    .vmbackup-function .function-title {
        font-size: 40px;
    }

    .vmbackup-user h3 {
        font-size: 40px;
    }

    .header-content .title-two li {
        font-size: 20px;
        margin: 0 0 11px;
    }

    .header-content .title-two li span {
        font-size: 20px;
    }

    .vmbackup-download a {
        margin: 26px 0 79px;
    }

}

@media (min-width: 1230px) {
    .col-xl-3 {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .vmbackup-header .header-form {
        padding: 30px 15px 112px 84px;
    }

    .vmbackup-contact a {
        width: 200px;
        font-size: 20px;
        padding: 12px 25px 12px 35px;
    }

    .vmbackup-footer ul {
        float: left;
    }

    .vmbackup-function .col-md-6 .col-md-3 {
        text-align: center;
    }

    .vmbackup-module-one .col-md-5,
    .vmbackup-module-two .col-md-5,
    .vmbackup-module-three .col-md-5,
    .vmbackup-module-four .col-md-5,
    .vmbackup-module-five .col-md-5 {
        margin: 20px 0;
    }

    .vmbackup-function .col-md-6 img {
        margin: 0 0 10px;
    }

    .vmbackup-function .function-title {
        margin: 0 0 98px;
        text-align: center;
    }

    .ml40 {
        margin-left: 0 !important;
    }

}

@media (min-width: 992px) {
    .vmbackup-module-five .row,
    .vmbackup-module-four .row,
    .vmbackup-module-three .row,
    .vmbackup-module-two .row,
    .vmbackup-module-one .row {
        display: flex;
    }

    .vmbackup-download .row {
        display: flex;
    }

    .vmbackup-user .user-content {
        display: block;
    }

    .vmbackup-header .col-md-7 {
        width: 63.333333%;
    }

    .vmbackup-header .col-md-5 {
        width: 36.666667%;
    }

}

/*END SQUEEZE*/

/*homepage*/
/*LS 11 6*/
.blog-row2 .col-md-1 {
    margin: -31px 61px 0 -63px;
}

.homepage-bottom a {
    text-decoration: none !important;
}

.container1-top {
    margin-top: 261px;
}

.homepage-bottom .container a:active,
.homepage-bottom .cotainer a:focus,
.homepage-bottom .container a:hover {
    text-decoration: none;
}

.appraiseImg2 {
    width: 63px;
    margin-top: 12px;
}

.appraiseImg3 {
    width: 226px;
    margin-top: 26px;
}

.appraiseImg1 {
    width: 267px;
}

.img-logo-1 {
    width: 157px;
    margin-top: -23px;
}

.img-logo-2 {
    width: 159px;
    margin-top: -4px;
    margin-left: 19px;
}

.img-logo-3 {
    width: 65px;
    margin-top: -8px;
    margin-left: 61px;
}

.img-logo-4 {
    width: 133px;
    margin-top: -1px;
    margin-left: 27px;
}

.img-logo-5 {
    width: 132px;
    margin-top: -2px;
    margin-left: 30px;
}

.img-logo-6 {
    width: 60px;
    margin-top: -10px;
    margin-left: 56px;
}

.suc-bigdouhaoLeft {
    font-size: 125px;
    margin-top: 105px;
    color: #c2f6ff;
    font-family: Arial;
    font-style: italic;
    margin-left: -13px;
}

.suc-bigdouhaoRight {
    font-size: 125px;
    text-align: right;
    color: #000000;
    font-family: Arial;
    font-style: italic;
    width: 96%;
}

.douhao-right1 {
    margin-top: 40px;
}

.douhao-right2 {
    margin-top: 37px;
}

.douhao-right3 {
    margin-top: 42px;
}

.suc-view-more {
    width: 169px;
    height: 17px;
    font-family: var(--default-font-family);
    font-weight: bolder;
    font-size: 22px;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: #173b47;
    float: right;
    margin-right: 40px;
}

.msg-but-view {
    float: right;
    margin-right: -20px;
    font-size: 20px;
    padding: 12px 20px 12px 32px;
}

.msgbut-div {
    margin: 0;
}

.row-work2 {
    margin-top: 45px;
}

.homepage-bottom .container {
    width: 75%;
}

#sItem {
    padding: 0 0 0 15px;
}

.appraise-div {
    position: relative;
    top: 20px;
}

.appraise-div .appraise-text {
    width: 95%;
    margin: 0 auto;
}

.container3-background .container {
    position: relative;
    left: 20px;
}

.appraise-container {
    height: 775px;
}

.blog-row1 {
    position: relative;
    top: -25px;
}

.blog-row2 {
    position: relative;
    top: -10px;
}

@media (max-width: 1600px) {

    .homepage-bottom .container {
        width: 80%
    }

    .cardBox-msg-right {
        max-width: 400px;
    }

    .homepage-top {
        margin-bottom: -20px;
    }

    .homepage-introduce {
        top: 480px;
        min-height: 100px;
        padding: 20px 0 15px;
    }

    .whyvinchin {
        width: 1244px;
        top: 710px;
    }

    .whyvinchin .col-md-4 {
        width: 430px;
        height: 354px;
        padding: 168px 0 0 40px;
    }

    .whyvinchin .why-three {
        padding-top: 140px;
        left: 814px;
    }

    .whyvinchin .why-two {
        left: 407px;
    }

    .big-blue-font-1 {
        font-size: 44px;
    }

    .big-blue-font-2 {
        font-size: 36px;
    }

    .big-blue-font-5 {
        font-size: 60px;
        margin-top: 130px;
    }

    .big-blue-font-6 {
        font-size: 70px;
    }

    .suc-content {
        width: 90%;
        float: right;
    }

    .suc-content .suc-content-text-italic,
    .suc-content .suc-content-text {
        font-size: 20px;
    }

    .row-top-1 {
        margin: 195px 0 auto;
    }

    .appraise-div .appraise-text {
        width: 92%;
    }

    .container3-background .container {
        left: 5px;
    }
}

@media (max-width: 1440px) {

    .homepage-top {
        margin-bottom: 40px;
    }

    .homepage-introduce {
        top: 460px;
        min-height: 90px;
        padding: 15px 0 10px;
        width: 75%;
    }

    .homepage-introduce p {
        font-size: 17px;
        width: 90%;
    }

    .whyvinchin {
        width: 1094px;
        top: 640px;
    }

    .whyvinchin .col-md-4 {
        width: 380px;
        height: 334px;
        padding: 148px 0 0 20px;
    }

    .whyvinchin .why-three {
        padding-top: 140px;
        left: 734px;
    }

    .whyvinchin .why-two {
        left: 367px;
        padding-top: 168px;
    }

    .whyvinchin .why-h3 {
        top: 85px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .whyvinchin .why-h3 span:first-child {
        font-size: 32px;
    }

    .whyvinchin .why-h3 span:last-child {
        font-size: 38px;
    }

    .whyvinchin .col-md-4 h2 {
        font-size: 24px;
    }

    .whyvinchin .col-md-4 p {
        font-size: 16px;
    }

    .homepage-bottom .container {
        width: 1170px;
    }

    .msg-but {
        width: 180px;
        left: -60px;
        font-size: 15px;
    }

    .container2-background {
        margin-bottom: -40px;
    }

    .row-top-1 {
        margin: 85px auto 0;
    }

    .blog-row2 .col-md-1 {
        position: relative;
        left: 58px;
    }

    .a-msg-but {
        margin-left: 75px;
    }
}

@media (max-width: 1275px) {
    .homepage-hypervisor-container {
        width: 95%;
    }
}

@media (min-width: 992px) and (max-width: 1366px) {
    .homepage-introduce {
        top: 420px;
    }

    .big-blue-font-3 {
        font-size: 16px;
    }

    .homepage-bottom .container {
        width: 1120px;
    }

    .homepage-hypervisor-content .introduce img {
        margin: 0 0 17px;
    }

    .homepage-hypervisor-content .introduce span {
        font-size: 18px;
    }

    .p-wight {
        font-size: 18px;
    }

    .msg-img {
        transform: scale(0.8);
    }

    .p-msg {
        font-size: 13px;
    }

    .msg-but {
        font-size: 15px;
    }

    .big-blue-font-1 {
        font-size: 35px;
    }

    .big-blue-font-2 {
        font-size: 28px;
    }

    .big-blue-font-5 {
        font-size: 53px;
    }

    .big-blue-font-6 {
        font-size: 62px;
    }

    .img-logo {
        transform: scale(0.7);
    }

    .succeed-left-font {
        font-size: 13px;
    }

    .img-logo-2 {
        margin-left: 4px;
    }

    .img-logo-1 {
        margin-left: 8px;
    }

    .img-logo-3 {
        margin-left: 45px;
    }

    .img-logo-4 {
        margin-left: 12px;
    }

    .img-logo-5 {
        margin-left: 15px;
    }

    .img-logo-6 {
        margin-left: 41px;
    }

    .cardBox2 {
        height: 61px;
        padding-top: 10px;
        width: 475px;
    }

    .a-msg-but {
        width: 475px;
    }

    .suc-content-text-italic {
        font-size: 17px;
    }

    .big-douhao {
        font-size: 120px;
    }

    .suc-content-text {
        font-size: 17px;
    }

    .appraiseImg1 {
        width: 204px;
    }

    .appraiseImg2 {
        width: 49px;
    }

    .appraiseImg3 {
        width: 181px;
        margin-top: 18px;
    }

    .suc-bigdouhaoLeft {
        font-size: 125px;
        margin-top: 79px;
    }

    .suc-bigdouhaoRight {
        font-size: 125px;
    }

    .suc-view-more {
        font-size: 17px;
    }

    .blockImg1 {
        height: 235px;
        width: 482px;
        margin-left: -65px;
    }

    .BlackImg1 {
        height: 235px;
        width: 483px;
    }

    .blockImg2 {
        width: 507px;
        height: 264px;
    }

    .BlackImg2 {
        height: 263px;
        width: 507px;
    }

    .blockImg3 {
        width: 274px;
        height: 211px;
    }

    .BlackImg3 {
        height: 180px;
        width: 277px;
    }

    .blockImg4 {
        width: 323px;
        height: 211px;
    }

    .BlackImg4 {
        height: 210px;
        width: 323px;
    }

    .blog-vcenter1 {
        font-size: 17px;
        top: 80px;
    }

    .blog-vcenter2 {
        font-size: 17px;
        top: 40px;
    }

    .blog-vcenter3 {
        width: 265px;
        font-size: 17px;
        top: 50px;
    }

    .blog-vcenter4 {
        width: 265px;
        font-size: 17px;
        top: 15px;
    }

    .foot-cardBox {
        width: 96%;
        height: 300px;
    }

    .row-work1 {
        margin-left: unset;
    }

    .row-work2 {
        margin-left: unset;
    }

    .container1-top {
        margin-top: 350px;
        position: relative;
    }

    .cardBox-msg-right {
        max-width: 370px;
    }

    .cardBox {
        height: 260px;
    }

    .big-blue-font-6 {
        margin-bottom: 98px;
    }

    .big-blue-font-3 {
        padding: 0 40px;
    }

    .big-blue-font-5 {
        margin-top: 100px;
    }

    .big-blue-font-3 {
        margin-top: 50px;
    }

    .big-blue-font-7 {
        padding-bottom: 40px;
    }

    .msg-but {
        width: 180px;
        left: -60px;
    }

    .whyvinchin {
        width: 1044px;
        top: 590px;
    }

    .whyvinchin .col-md-4 {
        width: 360px;
        height: 314px;
        padding: 128px 0 0 20px;
    }

    .whyvinchin .col-md-4 h2 {
        font-size: 22px;
    }

    .whyvinchin .col-md-4 p {
        font-size: 14px;
        width: 99%;

    }

    .whyvinchin .why-two {
        left: 342px;
        padding-top: 148px;
    }

    .whyvinchin .why-three {
        padding-top: 120px;
        left: 684px;
    }

    .container3-background .container {
        margin-bottom: -12px;
        position: relative;
        left: -15px;
        width: 1100px;
    }

    .blockImg3 {
        width: 323px;
        margin-left: 5px;
        height: 211px;
    }

    .BlackImg3 {
        height: 211px;
        width: 323px;
    }

    .blog-vcenter3 {
        top: 60px;
    }

    .msgbut-div {
        position: relative;
        bottom: 70px;
        right: -65px;
    }

    .blog-row2 {
        margin: -15px 94px;
    }

    .foot-cardBox {
        margin: 0 auto;
    }

    .msg-but-view {
        margin-right: 18px;
    }

    .container3-background {
        margin-top: -864px;
        padding-top: 692px;
    }

    .homepage-free {
        margin-top: -87px;
    }

    .container1-top {
        margin-top: 209px;
    }

    .row-top-1 {
        margin: 69px auto 0;
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .cardBox {
        height: 262px;
    }

    .p-wight {
        font-size: 17px;
    }

    .msg-img {
        transform: scale(0.8);
    }

    .p-msg {
        font-size: 12px;
    }

    .msg-but {
        font-size: 15px;
    }

    .big-blue-font-1 {
        font-size: 35px;
    }

    .big-blue-font-2 {
        font-size: 28px;
    }

    .big-blue-font-5 {
        font-size: 53px;
    }

    .big-blue-font-6 {
        font-size: 62px;
    }

    .cardBox-msg-right {
        margin-top: 35px;
    }

    .img-logo {
        transform: scale(0.7);
    }

    .succeed-left-font {
        font-size: 13px;
    }

    .img-logo-2 {
        margin-left: 4px;
    }

    .img-logo-1 {
        margin-left: 8px;
    }

    .img-logo-3 {
        margin-left: 45px;
    }

    .img-logo-4 {
        margin-left: 12px;
    }

    .img-logo-5 {
        margin-left: 15px;
    }

    .img-logo-6 {
        margin-left: 41px;
    }

    .cardBox2 {
        height: 61px;
        padding-top: 10px;
        width: 475px;
    }

    .suc-content-text-italic {
        font-size: 17px;
    }

    .big-douhao {
        font-size: 120px;
    }

    .suc-content-text {
        font-size: 17px;
    }

    .appraiseImg1 {
        width: 204px;
    }

    .appraiseImg2 {
        width: 49px;
    }

    .appraiseImg3 {
        width: 181px;
        margin-top: 39px;
    }

    .row-top-2 {
        margin-left: 284px;
        margin-top: 52px;
    }

    .row-top-3 {
        margin-top: 22px;
        margin-left: 216px;
    }

    .suc-bigdouhaoLeft {
        font-size: 125px;
        margin-top: 79px;
    }

    .suc-bigdouhaoRight {
        font-size: 125px;
    }

    .suc-view-more {
        font-size: 17px;
        margin-right: 0;
    }

    .blockImg1 {
        height: 235px;
        width: 482px;
    }

    .BlackImg1 {
        height: 210px;
        width: 483px;
    }

    .blockImg2 {
        width: 507px;
        height: 264px;
    }

    .BlackImg2 {
        height: 215px;
        width: 510px;
    }

    .blockImg3 {
        width: 274px;
        height: 268px;
    }

    .BlackImg3 {
        height: 180px;
        width: 277px;
    }

    .blockImg4 {
        width: 323px;
        height: 263px;
    }

    .BlackImg4 {
        height: 210px;
        width: 323px;
    }

    .blog-vcenter1 {
        font-size: 17px;
    }

    .blog-vcenter2 {
        font-size: 17px;
    }

    .blog-vcenter3 {
        font-size: 17px;
        margin-top: -18px;
    }

    .blog-vcenter4 {
        font-size: 17px;
        margin-top: -25px;
    }

    .foot-cardBox {
        width: 96%;
        height: 319px;
    }

    .row-work1 {
        margin-left: 32px;
    }

    .row-work2 {
        margin-left: 32px;
    }

    .container2-background {
        margin-bottom: -723px;
    }

    .col-success1 {
        margin-top: 236px;
        margin-left: 52px;
        margin-bottom: 84px;
    }

    .row-top-4 {
        margin-left: 211px;
        margin-top: -147px;
    }

    .blog-row1 {
        margin-left: 91px;
    }

    .blog-row2 {
        margin-left: 144px;
    }

    .a-msg-but {
        margin-left: -14px;
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .blockImg1 {
        margin-left: -4px;
        height: 231px;
        width: 532px;
    }

    .blockImg2 {
        margin-left: 13px;
        height: 225px;
        width: 530px;
    }

    .blockImg3 {
        margin-left: 84px;
        height: 229px;
        width: 350px;
    }

    .blockImg4 {
        margin-left: 17px;
        height: 229px;
        width: 352px;
    }

    .BlackImg1 {
        height: 231px;
        width: 532px;
    }

    .BlackImg2 {
        height: 225px;
        width: 530px;
    }

    .BlackImg3 {
        height: 229px;
        width: 350px;
    }

    .BlackImg4 {
        height: 229px;
        width: 352px;
    }

    .blog-vcenter1 {
        font-size: 20px;
        position: absolute;
        left: 32px;
        top: 75px;
    }

    .blog-vcenter2 {
        font-size: 20px;
        position: absolute;
        left: 92px;
        top: 108px;
    }

    .blog-vcenter3 {
        width: 300px;
        font-size: 20px;
        position: absolute;
        left: 125px;
        top: 56px;
    }

    .blog-vcenter4 {
        font-size: 20px;
        position: absolute;
        left: 58px;
        top: 81px;
        width: 300px;
    }

    .blog-row2 .col-md-1 {
        margin: -31px 16px 0 -22px;
    }

    .homepage-hypervisor-content .introduce span {
        font-size: 18px;
    }

    .homepage-top {
        margin-bottom: 20px;
    }

    .blog-row1 {
        position: relative;
        top: 20px;
    }

    .msg-but-view {
        position: relative;
        top: -60px;
        margin-right: -33px;
    }

    .container3-background .container {
        margin-bottom: 120px;
    }

    .blog-row2 {
        position: relative;
        top: -10px;
    }

    .container3-background {
        margin-top: -887px;
    }
}

@media (min-width: 1250px) and (max-width: 1366px) {
    .blog-row1 {
        margin: -57px 80px 0 76px;
    }

    .blog-row2 {
        margin: 0 94px;
    }

    .blog-row1 {
        position: relative;
        top: 20px;
    }

    .blog-row2 .col-md-1 {
        left: -18px;
    }
}

@media (max-width: 1200px) {
    .header {
        background-color: #1d6b75;
    }
}

@media (min-width: 900px) {
    .blog-row2 .col-md-1 {
        margin: -31px 61px 0 -63px;
    }
}

@media (min-width: 1920px) {
    .homepage-introduce {
        width: 1230px;
    }
}

@media (min-width: 1921px) {
    .cardBox {
        max-width: auto;
    }
}

@media (max-width: 992px) {
    /* 	英文首页小分辨率手机适配  start*/
    .homepage-content {
        display: none;
        padding: 30px;
        height: unset;
    }

    .whyvinchin .col-md-4 {
        width: unset;
        padding: 30px;
        height: unset;
    }

    .whyvinchin .why-two {
        width: unset;
        padding: 30px;
        height: unset;
    }

    .whyvinchin .why-three {
        width: unset;
        padding: 30px;
        height: unset;
    }

    .whyvinchin .col-md-4 {
        position: inherit;
    }

    .homepage-top .container,
    .homepage-bottom .container {
        width: 100%;
    }

    .news-notice {
        display: none;
    }

    .blockImg1, .blockImg2, .blockImg3, .blockImg4 {
        width: unset;
    }

    .BlackImg1.BlackImg2.BlackImg3.BlackImg4 {
        width: unset;
    }

    .blockImg1:hover .blog-vcenter1, .blockImg1:hover .BlackImg1 {
        width: 92%;
    }

    .blockImg2:hover .blog-vcenter2, .blockImg2:hover .BlackImg2 {
        width: 92%;
    }

    .blockImg3:hover .blog-vcenter3, .blockImg3:hover .BlackImg3 {
        width: 92%;
    }

    .blockImg4:hover .blog-vcenter4, .blockImg4:hover .BlackImg4 {
        width: 92%;
    }

    .blog-vcenter1, .blog-vcenter2, .blog-vcenter3, .blog-vcenter4 {
        width: unset;
    }

    .blog-row2 .col-md-1 {
        position: inherit;
        left: unset;
    }

    .homepage-top .container, .homepage-bottom .container {
        position: initial;
    }

    .blockImg1, .blockImg2, .blockImg3, .blockImg4 {
        margin: 0;
    }

    .big-blue-font-1 {
        font-size: 34px;
    }

    .big-blue-font-2 {
        font-size: 28px;
    }

    .msg-but {
        left: 0;
    }

    .whyvinchin .col-md-4 p {
        width: unset;
    }

    .BlackImg1, .blockImg1 {
        height: 152px;
    }

    .blog-vcenter1 {
        top: 21px;
    }

    .BlackImg2, .blockImg2 {
        height: 152px;
    }

    .blog-vcenter2 {
        top: -15px;
    }

    .BlackImg3, .blockImg3 {
        height: 229px;
    }

    .BlackImg4, .blockImg4 {
        height: 235px;
    }

    .foot-download {
        font-size: 14px;
    }

    .whyvinchin .why-h3 {
        top: 17%;
    }

    .homepage_bottom_p {
        font-size: 29px;
    }

    .trynow {
        width: 237px;
    }

    .whyvinchin .why-h3 span:first-child {
        color: #c9ffff;
    }

    .msg-but {
        margin: auto;
    }

    .container3-background .col-md-1 {
        display: none;
    }

    /* 	英文首页小分辨率手机适配  end */
}

.main-page-success {
    padding: 3% 0 0 0;
}

.main-page-success .container {
    width: 70%;
}

.main-page-success .prompt {
    margin-bottom: 60px
}

.main-page-success .prompt h1 {
    font-family: var(--default-font-family-bold);
    font-size: 36px;
    color: #0fb2c6;

    margin-top: 0;
    margin-bottom: 0;
}

.main-page-success .prompt p {
    line-height: 22px;
    font-family: var(--default-font-family);
    font-size: 18px;
    color: #0fb2c6;

    margin-top: 10px;
    margin-bottom: 0;
}

.main-page-success .process {
    margin-bottom: 60px;
}

.main-page-success .process .item {
    margin-bottom: 20px;
}

.main-page-success .process .item:last-child {
    margin-bottom: 0;
}

.main-page-success .process .name {
    line-height: 30px;
    font-family: var(--default-font-family-bold);
    font-size: 22px;
    color: #155861;
    text-align: left;

    margin-top: 0;
    margin-bottom: 10px;
}

.main-page-success .process .text {
    font-size: 18px;
    line-height: 30px;
    color: #1c6973;
    padding: 0;
}

.main-page-success .process .text span {
    color: #0fb2c6;
    font-weight: bolder;
}

.main-page-success .process .text a {
    color: #0fb2c6;
}

.main-page-success .process .text a:hover {
    color: #0fb1c6a1;
}

.main-page-success .explore .title-explore {
    margin-bottom: 70px;
    position: relative;
}

.main-page-success .explore .title-explore h2 {
    width: fit-content;
    background-color: white;
    color: #10515a;
    font-family: var(--default-font-family-bold);
    font-size: 28px;
    text-align: center;

    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.main-page-success .explore .title-explore:after {
    content: "";
    width: 100%;
    height: 1px;
    border: solid 1px #1c6973;

    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.main-page-success .explore .col-lg-4 {
    text-align: center;
    margin: 0 0 1%;
    position: relative;
}

.main-page-success .explore .name {
    font-family: var(--default-font-family-bold);
    font-size: 22px;

    margin-bottom: 0;
}

.main-page-success .explore .bg-img {
    width: 80%;
    box-shadow: 0 3px 14px 1px rgba(35, 38, 38, 0.4);
    border-radius: 10px;
    overflow: hidden;

    display: block;
    margin: 0 auto;
    position: relative;
}

.main-page-success .explore .bg-img img {
    width: 100%;

    position: relative;
    z-index: 1;
}

.main-page-success .explore .bg-img a {
    background-color: #00000065 !important;
    background-blend-mode: multiply !important;

    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.main-page-success .explore .bg-img:hover a {
    display: block !important;
}

.main-page-success .explore .bg-img a .btn-find {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;

    margin-top: -20px;
    margin-left: -60px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}

.main-page-success .notice {
    margin-bottom: 60px;
}

.main-page-success .notice .title {
    font-family: var(--default-font-family-bold);
    font-size: 20px;
    color: #0fb2c6;

    margin-top: 0;
    margin-bottom: 20px;
}

.main-page-success .notice p {
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 1600px) {
    .main-page-success .col-lg-4 .bg-img {
        width: 286px;
    }
}

@media (max-width: 1440px) {
    .main-page-success .col-lg-4 .bg-img {
        width: 250px;
    }
}

@media (max-width: 1366px) {
    .main-page-success .col-lg-4 .bg-img {
        width: 216px;
    }
}

@media (max-width: 1200px) {
    .main-page-success .container span.line {
        display: none;
    }
}

@media (max-width: 991px) {
    .main-page-success .col-lg-4 .bg-img {
        width: 157px;
    }

    .main-page-success .col-lg-4 a {
        line-height: 37px;
        border-radius: 10px;
        font-size: 13px;
    }

    .main-page-success .col-lg-4 h1 {
        font-size: 16px;
    }

    .main-page-success .container p {
        padding-left: 0;
    }

    .main-page-success .container p {
        font-size: 33px;
    }

    .main-page-success .container p:nth-child(2) {
        font-size: 20px;
    }

    .main-page-success .col-lg-1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-page-success .col-lg-4 .bg-img {
        width: 100%;
    }

    .main-page-success .container p {
        font-size: 30px;
    }

    .main-page-success .container p:nth-child(2) {
        font-size: 15px;
    }

    .main-page-success span.center {
        font-size: 24px;
    }
}

/* BEGIN 404 */
.main.notFound {
    padding: 100px 0;
    text-align: center;
    width: 100%;
}

.main.notFound .row {
    width: 100%;
    margin: 0;
}

.main.notFound img {
    margin: 0 auto 70px;
    display: inherit;
    width: 80%;
}

.main.notFound .col-md-5 {
    padding: 0;
}

.main.notFound .line {
    width: 100%;
    height: 1px;
    background-color: #1c6973;
    margin: 40px 0 70px;
}

.main.notFound .col-md-2 {
    text-align: center;
    color: #10515a;
    font-size: 28px;
    margin-top: 15px;
    font-weight: 700;
    padding: 0;
}

.main.notFound h2 {
    font-size: 34px;
    color: #155861;
    font-weight: 700;
}

.main.notFound a.return {
    width: 198px;
    height: 46px;
    line-height: 40px;
    border-radius: 10px;
    border: solid 2px #4ad1cd;
    display: inline-block;
    color: #4ad1cd;
    font-size: 24px;
    margin: 27px 0 100px;
}

.main.notFound a.return:hover {
    border: solid 2px white;
    color: white;
    background-color: #4ad1cd;
}

.main.notFound .background-content5 {
    top: 70px;
}

@media (max-width: 991px) {
    .main.notFound h2 {
        font-size: 26px;
    }
}

.subscription, .unsubscribe, .unsubscribe-success {
    background-image: linear-gradient(to right, #173B47, #1C666F);
    width: 100%;
    height: 100%;
    position: fixed;
}

.unsubscribe-reason {
    background-image: linear-gradient(to right, #173B47, #1C666F);
    width: 100%;
}

.subscription .row img, .unsubscribe .row img, .unsubscribe-success .row img {
    height: 400px;
    float: right;
    margin-top: 25%;
}

.unsubscribe-reason .row img {
    height: 300px;
    float: right;
    margin-top: 15%;
    margin-bottom: 15%;
}

.subscription .characters {
    margin-top: 44%;
}

.unsubscribe .characters, .unsubscribe-success .characters {
    margin-top: 35%;
}

.unsubscribe .button {
    margin-top: 5%;
}

.unsubscribe .button a {
    background-color: unset;
    color: #4AD1CD;
    font-size: 18px;
    border: 1px solid #4AD1CD;
    padding: 5px 60px;
    margin-right: 20px;
}

.unsubscribe .button .btn-active {
    background-color: #4AD1CD;
    color: white;
}

.unsubscribe .button a:hover {
    background-color: #4AD1CD;
    color: white;
}

.subscription .row h1, .unsubscribe .row h1, .unsubscribe-success .row h1 {
    color: white;
    text-shadow: 0 5px 3px #194954;
    font-size: 36px;
}

.subscription .row h3, .unsubscribe .row h3, .unsubscribe-success .row h3 {
    font-size: 24px;
    color: #C1F6FF;
}

.unsubscribe-reason .unsubscribing {
    width: 85%;
    margin: 15% auto 0;
}

.unsubscribe-reason .title {
    height: 75px;
    background-image: url(../img/email/subscription/unsubscribe-reason-img.png);
    background-repeat: no-repeat;
    background-size: 100% 115%;
    background-position: 0 105%;
    box-shadow: 0 5px 3px #194954;
    border-radius: 10px 10px 0 0;
}

.unsubscribe-reason .title p {
    color: white;
    font-size: 24px;
    line-height: 75px;
    margin-left: 40px;
}

.unsubscribe-reason .content {
    background-color: #FFFFFF;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 5px 20px #577073;
    margin-bottom: 50px;
}

.unsubscribe-reason .content .substance {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}

.unsubscribe-reason .content .substance p {
    color: #1b5c66;
    font-size: 14px;
}

.unsubscribe-reason .content .substance ul li {
    text-align: left;
    padding-left: 8px;
    border-radius: 10px;
    background-color: #EEEEEE;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    width: 85%;
    font-size: 13px;
    border: 2px solid #EEEEEE;
    cursor: pointer;
}

.unsubscribe-reason .content .substance .unsubscribe_reason_final {
    border-radius: 10px;
    width: 85%;
    height: 100px;
    background-color: #EEEEEE;
    border: none;
    resize: none;
    padding: 10px;
}

.unsubscribe-reason .content .substance .active {
    border: 2px solid #4AD1CD;
}

.unsubscribe-reason .content .substance .unsubscribe-submit {
    color: white;
    background-color: #4AD1CD;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 16px;
}

.unsubscribe-reason .content .substance .unsubscribe-submitted {
    display: none;
    color: white;
    background-color: #B5B5B5;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 16px;
}

.unsubscribe-reason .content .substance .unsubscribe-cancel {
    color: white;
    background-color: #eb9316;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 16px;
}

.unsubscribe-success .characters a {
    color: #47C8C5;
    text-decoration: underline;
}

.unsubscribe-success .modal-dialog, .subscription .modal-dialog {
    width: 450px;
    margin-top: 300px;
}

.unsubscribe-success .modal-header, .subscription .modal-header {
    background-image: url(../img/email/subscription/unsubscribe-reason-img.png);
    background-repeat: no-repeat;
    background-size: 100% 115%;
    background-position: 0 105%;
    color: white;
}

.unsubscribe-success .modal-header .close, .subscription .modal-header .close {
    color: white;
}

/* END 404 */

/* totop start */
.totop {
    width: 50px;
    height: 50px;
    background-color: #63dde4;
    border-radius: 5px;
    position: fixed;
    bottom: 100px;
    right: 2px;
    text-align: center;
    line-height: 38px;
    font-size: 30px;
    color: white;
    z-index: 999;
    cursor: pointer;
    display: none;
}

.totop a {
    display: inline-block;
    transform: scale(1.3, 1.5);
    color: white;
}

/* to top end */

ul:last-child, ol:last-child {
    margin-bottom: 0;
}

[class^="neo-"] .more {
    font-weight: 700;
    color: #4ad1cd;
    cursor: pointer;
}

[class^="neo-"] .more i {
    transition: transform 0.3s;
}

[class^="neo-"] .more:hover i {
    transform: translateX(5px);
}

.page-tab-fixed .neo-bar {
    position: fixed !important;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 990;
}

.main-page div.gary {
    background-color: #f8f8f8;
}

/** 蓝色 **/
.main-page div.blue {
    background-color: #d7eced;
}

/** 深蓝色 **/
.main-page div.navy-blue {
    background-color: #36a3a5;
}

/** 靛蓝色 **/
.main-page div.indigo {
    background-color: #08404c;
}

.main-page div > .container {
    padding-top: 78px;
    padding-bottom: 88px;
}

.main-page div > .container.no-padding-top {
    padding-top: 0;
}

/** 板块大标题 Begin **/
.main-page div.white .title-component {
    color: white;
}

.main-page .container > .title-component {
    color: #20124d;
    text-align: center;
    margin-top: 0;
    margin-bottom: 70px;
}

.main-page .container > .title-component > .heading {
    line-height: 46px;
    font-family: var(--default-font-family-bold) !important;
    font-size: 34px;
    margin-bottom: 70px;
}

.main-page .container > .title-component > h2 {
    line-height: 44px;
    font-family: var(--default-font-family-bold) !important;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
}

.main-page .container > .title-component > h2 > span {
    color: #329295;
    font-size: 32px;
}

.main-page .container > .title-component > p {
    line-height: 30px;
    font-family: var(--default-font-family) !important;
    font-size: 18px;
    margin-top: 10px;
}

/** Title Component 紧凑样式 **/
.main-page .container > .title-component.title-compact {
    margin-bottom: 50px;
}

/** 板块大标题 End **/

.main-page div > .container > .row {
    color: #333333;
}

.main-page .neo-tabs-panel {
    display: none
}

.main-page .neo-tabs-panel.active {
    display: block
}

.less-page div > .container {
    padding-top: 78px;
}

.less-page > div:last-child > .container {
    padding-bottom: 78px;
}

.padding-lt {
    padding-left: 56px;
}

.padding-rt {
    padding-right: 56px;
}

.neo-button {
    text-align: center;
}

.neo-button a {
    min-width: 380px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 80px auto 0;
    padding: 0 40px;
}

.neo-button.un-min a {
    min-width: unset;
}

/** Neo headline **/
.neo-headline {
    width: 100%;
    height: 260px;
    background-image: linear-gradient(257deg, #1d727c 0%, #1a4c55 44%, #16252e 100%), linear-gradient(#003c94, #003c94);
    background-blend-mode: normal, normal;
    text-align: -webkit-center;
    margin-top: -70px;
    padding-top: 70px;
}

.neo-headline.tall {
    height: 386px;
}

.neo-headline .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.neo-headline .title {
    font-size: 28px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: white;
    margin-top: 0;
    margin-bottom: 20px;
}

.neo-headline .title:last-child {
    margin-bottom: 0;
}

.neo-headline p {
    font-size: 20px;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: white;
    margin-top: 0;
}

/** Neo Banner **/
.neo-banner {
    margin-bottom: -70px;
    position: relative;
    top: -70px;
    z-index: 100;
}

.neo-banner .item {
    color: white;
    font-family: var(--default-font-family-bold);
    background-image: linear-gradient(257deg, #1c666f 0%, #162831 100%);
    margin: 0 auto;
    padding: 70px 0;
    position: relative;
    z-index: 1000;
}

.neo-banner .item .item-container {
    height: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 99;

    background-position-x: calc(100% + 20px);
    background-position-y: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.neo-banner .item .item-container .item-intro {
    width: 59%;
}

.neo-banner .item .item-container .item-intro + img {
    width: 560px;
    position: absolute;
    right: 0;
    z-index: -1;
}

.neo-banner .item .item-container .background-image {
    position: absolute;
    right: 0;
    z-index: -2;
}

.neo-banner .item .container-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 98;
}

.neo-banner .background-style1 {
    width: calc(50% - 20px);
    max-width: 900px;
}

.neo-banner .background-style2 {
    width: calc(66% - 20px);
    max-width: 1200px;
}

.neo-banner .background-style3 {
    height: calc(100% - 140px);
}

.neo-banner .background-style4 {
    height: 100%;
}

.neo-banner h1, .neo-banner .h1 {
    line-height: 48px;
    font-family: var(--default-font-family-bold);
    font-size: 36px;
    font-weight: bolder;
    color: white;
    margin-top: 0;
    margin-bottom: 20px;
}

.neo-banner.inner-banner p {
    line-height: 30px;
    font-size: 26px;
    margin: 20px 0 52px;
}

.neo-banner ul li {
    line-height: 24px;
    font-size: 16px;
}

.neo-banner .item-intro > ul {
    margin-top: 30px;
}

.neo-banner .item-intro > a {
    min-width: 172px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    margin-right: 30px;
    padding: 0 36px;
    color: #fff;
}

.neo-banner .item-intro > a:last-child {
    margin-right: 0;
}

.neo-banner .item-intro > a.btn-white {
    line-height: 46px;
}

.neo-banner .item-intro > a.btn-white:hover {
    color: #000000;
}

.neo-banner .align-center {
    justify-content: space-between;
}

.neo-banner .align-center img {
    height: 420px;
}

.neo-banner .item .item-illustration {
    width: 1000px;

    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 98;
}

.neo-banner .indicators {
    text-align: center;
    position: absolute;
    bottom: 30px !important;
    z-index: 1000;
}

.neo-banner .indicators span {
    width: 80px;
    height: 6px;
    background-color: #4ad1cd;
    border-radius: unset;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.neo-banner .item .gartner-banner {
    position: absolute;
    right: 5.5vw;
    z-index: 98;
    width: 650px;
    top: 30%;
}

.neo-banner .item .gartner-banner-background-1 {
    position: absolute;
    right: -15vw;
    z-index: 98;
    width: 60% !important;
    bottom: 0vh;
}

.neo-banner .item .gartner-banner-background-2 {
    position: absolute;
    left: -50vw;
    z-index: 98;
    top: 5vh;
    width: 80% !important;
}

/** 云祺中等界面 width 1200px ~ 1440px **/
@media (max-width: 1440px) {
    .neo-banner .banner-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .neo-banner .inner-banner h2 {
        font-size: 26px;
    }

    .neo-banner .item .item-container {
        height: 540px;
    }

    .neo-banner .item .item-container .item-intro + img {
        width: 460px;
    }

    .neo-banner .item .item-illustration {
        width: 800px;
    }
}

@media (max-width: 1366px) {
    .neo-banner .item .item-container {
        height: 520px;
    }

    .neo-banner .item .item-illustration {
        width: 720px;
    }
}

/** 中等屏幕 桌面显示器 width 992px ~ 1199px **/
@media (max-width: 1199px) {
    .neo-banner .item .item-container .item-intro {
        width: 100% !important
    }

    .neo-banner.inner-banner p {
        font-size: 22px;
        margin: 0 0 20px;
    }
}

@media (max-width: 767px) {
    .neo-banner .item-container .background-image {
        width: 100%;
        transform: none !important;
    }

    .neo-banner h1, .neo-banner .h1 {
        line-height: 32px;
        font-size: 24px !important;
    }

    .neo-banner.inner-banner p {
        font-size: 18px;
    }

    .neo-banner .item-intro > a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-right: 16px;
        padding: 0 14px;
    }
}

/*  Banner End  */

/*  Customer  */
.neo-customer .swiper-container {
    padding: 70px 0 10px;
}

.neo-customer .item {
    width: 80%;
    border: 20px;
    background-color: white;
    box-shadow: 0 0 10px 0 #d6d6d6;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.neo-customer .item p {
    font-size: 16px;
    font-weight: bolder;
    margin: 0 150px;
}

.neo-customer .item .name {
    font-size: 14px;
}

.neo-customer .item .info {
    font-size: 14px;
    margin-bottom: 10px;
}

.neo-customer .item .cover {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 20px solid #f8f8f8;
    margin: 0 auto -50px;
    position: relative;
    top: -80px;
}

.neo-customer .swiper-button-next, .neo-customer .swiper-button-prev {
    width: unset;
    height: unset;
    color: #16252e;
    background-image: unset;
    text-align: center;
    font-size: 60px;
}

.neo-customer hr {
    width: 72px;
    height: 2px;
    background-color: #0b898c;
    margin: 38px auto;
}

/*  customer-stories LS  */
.neo-start {
    width: 100%;
    height: 260px;
    background-image: linear-gradient(257deg, #1d727c 0%, #1a4c55 44%, #16252e 100%), linear-gradient(#003c94, #003c94);
    background-blend-mode: normal, normal;
    text-align: center;

    margin-top: -70px;
    padding-top: 70px;
}

.neo-start .container {
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neo-start .title {
    font-size: 28px;
    font-weight: bolder;
    line-height: 40px;
    letter-spacing: 0;
    color: white;

    margin: 0;
}

.neo-start p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: #ffffff;
}

.search_top {
    margin-bottom: 60px;
}

.search_top label {
    font-family: var(--default-font-family);
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: #4ad1cd;
    display: block;
}

.neo-page ._htools-select ._select-select-ul {
    max-height: 300px;
    overflow-y: auto;
}

.neo-page ._htools-select {
    width: 333px;
    height: 47px;
    border-radius: 4px;
    border: solid 1px #4ad1cd;
    font-family: var(--default-font-family);
    font-size: 18px;
    color: #4ad1cd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    transition: unset;
    background-color: white;
    padding: 0 10px;
}

.neo-page ._htools-select:hover {
    border: solid 1px #4ad1cd;
}

.neo-page ._htools-select ._select-input {
    width: 100% !important;
    line-height: 38px;
    color: #4ad1cd;
    font-size: 16px;
    margin-left: 0;
    padding: 0;
    display: block;

    background-image: url(../img/support/down-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.neo-page ._htools-select ._select-selectbtn {
    display: none;
}

.neo-page ._htools-select ._select-select-ul {
    border-radius: 4px;
    border: solid 1px #4ad1cd;
    padding: 8px;
    left: -11px;
}

.neo-page ._htools-select ._select-select-ul li {
    border-radius: 4px;
    transition: unset;
    color: #4ad1cd;
    line-height: 30px;
}

.neo-page ._htools-select ._select-select-ul li:hover {
    background-color: #4ad1cd;
    color: #FFFFFF;
}

/** Neo Carousel **/
.neo-carousel {
    position: relative;
    overflow: hidden;
}

.neo-carousel .brand-title {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 2;
}

.neo-carousel .brand-title .container {
    width: 100%;
    text-align: center;
    padding: 0;
}

.neo-carousel .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    padding: 120px 0 40px;
}

.neo-carousel .item h3.name {
    font-size: 26px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 18px;
}

.neo-carousel .item .info {
    font-size: 16px;
    margin-bottom: 20px;
}

.neo-carousel .item p {
    font-size: 16px;
    margin-top: 20px;
}

.neo-carousel .item .addr {
    font-size: 16px;
    margin-bottom: 40px;
}

.neo-carousel .item .more {
    font-size: 16px;
}

.neo-carousel .swiper-pagination {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
}

.neo-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 80px;
    height: 6px;
    background-color: #4ad1cd;
    border-radius: unset;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.neo-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

/** 制造商 **/
.neo-manufacturer {
    text-align: center;
    padding: 40px 0;
}

.neo-manufacturer img {
    height: 50px;
    display: inline-block;
    margin: 0 50px;
}

/** Text **/
.neo-text {
    padding-top: 70px;
}

.neo-text.padding-bt {
    padding-bottom: 80px;
}

.neo-text p {
    max-width: 940px;
    line-height: 32px;
    color: #434343;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
}

/** Panel **/
.neo-panel {
    position: relative;
    z-index: 100;
    margin-top: -140px;
}

.neo-panel .container {
    line-height: 30px;
    background-image: linear-gradient(90deg, #1f6f79 0%, #48cbc8 100%);
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 60px;
}

/** Why Vinchin **/
.neo-why .item {
    text-align: center;
}

.neo-why .item .icon {
    width: 90px;
    height: 90px;
    border: 2px solid #5DB8C1;
    border-radius: 50%;
    margin: 0 auto 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.neo-why .item h3 {
    font-size: 26px;
    font-weight: bolder;
    margin-bottom: 30px;
}

.neo-why .item p {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .neo-why .item {
        margin-bottom: 15px;
    }

    .neo-why .item:last-child {
        margin-bottom: 0;
    }
}

/** What Get **/
.neo-whatget.about-vinchin h2 {
    color: #333333;
    font-size: 32px;
    font-weight: bolder;
    margin: 0 0 50px;
    text-align: center;
}

.neo-whatget .col-lg-4 {
    width: 30%;
    margin-right: 5%;
}

.neo-whatget .col-lg-4:nth-child(3) {
    margin-right: 0;
}

.neo-whatget img {
    height: 118px;
}

.neo-whatget .what-icon {
    position: relative;
    height: 118px
}

.neo-whatget .what-icon img {
    height: 100%;
}

.neo-whatget .what-icon.hor img {
    width: 70px;
    height: unset;
    position: absolute;
    bottom: 0
}

.neo-whatget h3 {
    font-family: var(--default-font-family-bold);
    font-size: 20px;
    height: 44px;
    color: #0e0e0e;
    margin: 40px 0 10px 0;
}

.neo-whatget p {
    color: #434343;
}

/** Neo Bar **/
.neo-bar {
    height: 60px;
    background-color: #101c23;
}

.neo-bar .navigate {
    background-image: linear-gradient(257deg, #1d6b75 0%, #3ab1ad 100%), linear-gradient(#003c94, #003c94);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 15px;
}

.neo-bar .navigate li {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: white;
    text-align: center;
    cursor: pointer;
    margin-right: 15px;
}

.neo-bar .navigate li:last-child {
    margin-right: 0;
}

.neo-bar .navigate li.active, .neo-bar .navigate li:hover {
    border-bottom: 6px solid #C1F6FF;
}

.neo-bar .request {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.neo-bar .request a {
    min-width: 158px;
    height: 34px;
    line-height: 32px;
    color: white;
    border-radius: 4px;
    text-align: center;
    padding: 0 10px;
}

.neo-bar .request a:first-child {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .neo-bar .navigate {
        width: 100%;
    }

    .neo-bar .navigate li {
        margin-right: 0;
    }

    .neo-bar .request {
        display: none;
    }
}

/** Neo Solution **/
.neo-solution .item {
    border: 1px solid #36A4A6;
    text-align: center;
    margin-bottom: 15px;
    padding: 20px;
}

.neo-solution .item:hover {
    background-color: #36A4A6;
    color: #F5F5F5;
}

.neo-solution .col-sm-4:last-child .item {
    margin-bottom: 0;
}

.neo-solution .item .icon {
    width: 90px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.neo-solution .item h3 {
    min-height: 48px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 0;
}

.neo-solution.ns-series .item {
    border-radius: 5px;
}

.neo-solution.ns-series .item h3 {
    font-size: 20px;
}

@media (min-width: 768px) {
    .neo-solution .col-sm-4:nth-child(4) .item,
    .neo-solution .col-sm-4:nth-child(5) .item {
        margin-bottom: 0;
    }

    .neo-solution .item p {
        min-height: 72px;
        max-height: 72px;
        overflow: hidden;

        transition: max-height 0.25s;
    }

    .neo-solution .item:hover p {
        max-height: 216px !important;
    }

    .neo-solution.ns-series .item p {
        min-height: 96px;
        max-height: 96px;
    }
}

/** Neo Platforms **/
.neo-platforms .line {
    border-bottom: 1px dashed #7EA6AC;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.neo-platforms .row > div {
    display: flex;
    justify-content: left;
}

.neo-platforms h3 {
    font-size: 20px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 20px;
}

.neo-platforms ul {
    padding: 0;
    margin-bottom: 0;
}

.neo-platforms li {
    color: #434343;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
}

.neo-platforms li::before {
    content: "●";
    color: #36A4A6;
    margin-right: 8px;
}

/** Neo Brands **/
.neo-brands .item {
    overflow: hidden;
}

.neo-brands .item .cover {
    width: 100%;
    position: relative;
    background-color: currentcolor;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.neo-brands .col-lg-3 .item .cover {
    height: 300px;
}

.neo-brands .col-lg-4 .item .cover {
    height: 410px;
}

.neo-brands .item .cover .shade {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.neo-brands .item:hover .cover .shade {
    opacity: 0;
}

.neo-brands .item .content,
.neo-brands .item .intro,
.neo-brands .item .about {
    width: 100%;
    color: black;
    border: 1px solid #c8c8c8;
    padding: 28px 18px;
}

.neo-brands .item .content {
    background-color: #F5F5F5;
    height: 372px;
    position: relative;
}

.neo-brands .item:hover .content,
.neo-brands .item:hover .intro,
.neo-brands .item:hover .about {
    color: #F5F5F5;
    border: 1px solid var(--default-color);
    background-color: var(--default-color);
}

/* 产品页 - Overview */
.neo-brands .item .content .info {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.neo-brands .item .content .name {
    font-size: 22px;
    font-weight: bolder;
    margin-top: 4px;
    margin-bottom: 8px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.neo-brands .item .content .name.mini {
    font-size: 16px;
}

.neo-brands .item .content .addr {
    font-size: 16px;
}

.neo-brands .item .content .addr i {
    margin-right: 4px;
}

.neo-brands .item .content p {
    line-height: 24px;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 0;
    height: 144px;
    overflow: hidden;
}

.neo-brands .item .content .more {
    color: #155861;

    position: absolute;
    right: 18px;
    bottom: 20px;
}

.neo-brands .item:hover .content .more {
    color: #F5F5F5;
}

/* 产品页 - Resources */
.neo-brands .item .intro {
    height: 250px;
    background-color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neo-brands .item .intro .info {
    font-size: 16px;
}

.neo-brands .item .intro .name {
    line-height: 32px;
    font-size: 22px;
    font-weight: bolder;
    word-break: break-all;
    margin-bottom: 10px;
}

.neo-brands .item .intro .text {
    font-size: 16px;
    transition: none;
}

.neo-brands .item .intro .more {
    color: white;
    visibility: hidden;
}

.neo-brands .item:hover .intro .text {
    visibility: hidden;
}

.neo-brands .item:hover .intro .more {
    visibility: visible;
}

/* 关于我们 */
.neo-brands .item .about {
    position: relative;
}

.neo-brands .item .about .name {
    font-size: 22px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.neo-brands .item .about .fixed {
    height: 300px;
    overflow: hidden;
    margin-bottom: 12px;
}

.neo-brands .item .about .fixed p {
    line-height: 24px;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 12px;
}

.neo-brands .item .about .fixed .manager {
    line-height: 24px;
    font-size: 16px;
}

.neo-brands .item .about .fixed .manager:before {
    content: "-";
    display: inline-block;
    margin-right: 4px;
}

.neo-brands .item .about .info {
    color: #155861;
    font-size: 16px;
    font-weight: bolder;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.neo-brands .item .about .more {
    color: #155861;

    position: absolute;
    right: 18px;
    bottom: 20px;
}

.neo-brands .item:hover .about .more, .neo-brands .item:hover .about .info {
    color: #F5F5F5;
}

@media (max-width: 1264px) {
    .neo-brands .item .content p {
        line-height: 20px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .neo-brands .container > .row > div:nth-child(2n) .item {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    .neo-brands .container > .row > div {
        margin-bottom: 15px;
    }

    .neo-brands .container > .row > div:last-child {
        margin-bottom: 0;
    }

    .neo-brands .item .content, .neo-brands .item .intro {
        height: unset;
    }

    .neo-brands .item .content .name {
        white-space: normal;
        font-size: 18px;
    }

    .neo-brands .item .content p {
        height: unset;
        padding-bottom: 24px;
    }

    .neo-brands .item .about .fixed {
        height: unset;
    }
}

/** Half Content **/
.neo-half-content .title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bolder;
}

.neo-half-content .text {
    font-size: 16px;
    line-height: 28px;
}

.neo-half-content .button {
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 36px;
    margin-top: 40px;
}

.neo-need {
    background-color: #4ad1cd;
    text-align: center;
    padding: 70px 0;
}

.neo-need span, .neo-need a {
    font-size: 32px;
    font-weight: bolder;
}

.neo-need span {
    color: #000000;
}

.neo-need a {
    color: #FFFFFF;
    margin-left: 8px;
}

.neo-need a:hover {
    text-decoration: underline;
}

/** Neo Submit Form**/
.neo-submit .explain .name {
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 30px;
}

.neo-submit .explain .text {
    line-height: 28px;
    font-size: 18px;
}

.neo-submit .explain ul {
    margin-bottom: 50px;
}

.neo-submit .explain ul li {
    line-height: 30px;
    font-size: 18px;
    color: #0FB2C6;
}

.neo-submit .explain .tint {
    font-size: 16px;
}

.neo-submit .explain .tint span {
    font-weight: bolder;
    color: var(--default-color);
}

.neo-submit .version {
    background-color: #00bfbf;
}

.neo-submit .version > div {
    color: white;
    padding: 24px;
    position: relative;
}

.neo-submit .version > div:after {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.neo-submit .version > div:nth-child(1) {
    background-color: #2b9395;
    z-index: 10;
}

.neo-submit .version > div:nth-child(1):after {
    bottom: 36px;
    border-left: 20px solid #2b9395;
}

.neo-submit .version > div:nth-child(2) {
    background-color: #00bfbf;
}

.neo-submit .version > div:nth-child(2):after {
    top: 36px;
    border-left: 20px solid #00bfbf;
}

.neo-submit .version .name {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 24px;
}

.neo-submit .version p {
    font-size: 14px;
}

.neo-submit .version p span {
    font-weight: bolder;
}

.neo-submit .form {
    background-color: white;
    box-shadow: 0 0 10px 0 #d6d6d6;
    border-radius: 10px;
    padding: 18px;
}

.neo-submit .form .thead, .neo-submit .form .thead-rich {
    color: #0FB2C6;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.neo-submit .form .thead, .neo-submit .form .thead-rich .name {
    font-size: 24px;
}

.neo-submit .form .thead-rich .info {
    font-size: 18px;
}

.neo-submit .form .tbody {
    margin-bottom: 30px;
}

.neo-submit .form .row-item {
    margin-bottom: 12px;
    color: #4F4F45;
}

.neo-submit .form .row-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .neo-submit .explain .tint {
        margin-bottom: 30px !important;
    }
}

.form-group .iti, .row-item .iti {
    width: 100%;
}

.form-group .iti .iti__flag-container, .row-item .iti .iti__flag-container {
    left: 0;
    right: 0;
}

.form-group .iti .iti__flag-container .iti__selected-flag, .row-item .iti .iti__flag-container .iti__selected-flag {
    width: min-content !important;
    z-index: 2;
}

.form-group .iti .iti__country-list, .row-item .iti .iti__country-list {
    width: 100%;
}

.form-group .iti input, .row-item .iti input {
    padding-left: 48px !important;
}

.neo-submit .form label {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
}

.neo-submit .form input[type=text], .neo-submit .form select, .neo-submit .form textarea, .neo-submit .form .select {
    width: 100%;
    height: 40px;
    line-height: 28px;
    font-size: 12px;
    border: 1px solid #DFDFDF;
    background-color: #E9F2F4;
    padding: 5px 8px;
    border-radius: 4px;
    display: block;

    position: relative;
}

.input-item {
    min-height: 27px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.input-item:last-child {
    margin-bottom: 0;
}

.neo-submit .form textarea {
    height: 60px;
    line-height: 20px;
}

.neo-submit .form input:focus, .neo-submit .form select:focus, .neo-submit .form .select:focus, .neo-submit .form textarea:focus,
.neo-submit .form input:hover, .neo-submit .form select:hover, .neo-submit .form .select:hover, .neo-submit .form textarea:hover {
    border-color: #1EB6C9
}

.neo-submit .toggle .select:after {
    content: '';
    width: 38px;
    color: white;
    background-color: #4ad1cd;
    border-radius: 0 4px 4px 0;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
}

.neo-submit .toggle .select.up:after {
    content: '▲';
}

.neo-submit .toggle .select.down:after {
    content: '▼';
}

.neo-submit .toggle .toggle-option {
    background-color: #f6f6f6;
    margin-top: 8px;
    padding: 8px;
    border-radius: 4px;
}

.neo-submit .toggle .toggle-option input[type="checkbox"]::before {
    border-radius: 50%;
}

.neo-submit .toggle .toggle-option label {
    font-size: 12px;
}

.form-group .has-error:not([type=checkbox]),
.form-group .has-error[type=checkbox]::before,
.neo-submit .form .has-error:not([type=checkbox]),
.neo-submit .form .has-error[type=checkbox]::before {
    border: 1px solid red !important;
}

.form-group .has-success:not([type=checkbox]),
.form-group .has-success[type=checkbox]::before,
.neo-submit .form .has-success:not([type=checkbox]),
.neo-submit .form .has-success[type=checkbox]::before {
    border: 1px solid green !important;
}

.neo-submit .form .tips, .form-group .tips {
    color: red;
    display: none;
    padding: 4px 8px 0;
}

.neo-submit .form .button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    border-radius: 5px;
    cursor: pointer;
}

.neo-submit .form .button.disabled {
    cursor: not-allowed;
    background-color: #cccccc;
}

.neo-submit .form .button i {
    margin-left: 20px;
}

/** Neo Reason **/
.neo-reason .row {
    border-bottom: 1px dashed #7EA6AC;
    padding-bottom: 70px;
    margin-bottom: 70px;
}

.neo-reason .row:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.neo-reason .item {
    margin-bottom: 70px;
    overflow: hidden;
}

.neo-reason .item:last-child {
    margin-bottom: 0;
}

.neo-reason .item h3 {
    font-size: 18px;
    font-family: var(--default-font-family-bold) !important;
    margin-top: 0;
    margin-bottom: 25px;
}

.neo-reason .item img {
    height: 220px;
    display: block;
    margin: 0 auto;
}

/** Neo Benefits **/
.neo-benefit h2 {
    font-family: var(--default-font-family-bold) !important;
    font-size: 26px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 70px;
}

.neo-benefit .item.gary {
    background-color: #f8f8f8;
}

.neo-benefit .item:last-child {
    margin-bottom: 0;
}

.neo-benefit .item h3 {
    font-size: 18px;
    font-family: var(--default-font-family-bold) !important;
    margin-top: 0;
    margin-bottom: 0;
}

.neo-benefit .item p {
    line-height: 18px;
    font-size: 16px;
    font-family: var(--default-font-family) !important;
    margin-top: 10px;
    margin-bottom: 0;
}

.neo-benefit .item ul.tag {
    margin-top: 25px;
    margin-bottom: 0;
    overflow: hidden;

    display: flex;
}

.neo-benefit .item ul.tag li {
    height: 30px;
    line-height: 30px;
    background-color: #36c3cb;
    color: white;
    border-radius: 5px;

    margin-right: 28px;
    padding: 0 20px;
    cursor: pointer;
}

.neo-benefit .item ul.tag li.active {
    background-color: #072221;
}

.neo-benefit .item .text {
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
    border-left: 4px solid #36a4a6;
    margin-top: 25px;
    margin-bottom: 0;
}

.neo-benefit .item .text ul li {
    position: relative;
    margin: 15px 0;
    display: flex;
}

.neo-benefit .item .text ul li::before {
    content: "●";
    color: #36A4A6;
    margin-right: 8px;
    font-size: 10px;
}

.neo-benefit .item .text + a {
    display: inline-block;
    margin-top: 10px;
}

.neo-benefit .item .text span {
    font-weight: bolder;
}

.neo-benefit .item img {
    max-width: 280px;
    max-height: 220px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .neo-benefit .align-center {
        display: flex;
    }

    .neo-benefit > .item:nth-child(2n) .align-center {
        flex-direction: column;
    }

    .neo-benefit > .item:nth-child(2n+1) .align-center {
        flex-direction: column-reverse;
    }

    .neo-benefit .item img {
        margin-bottom: 10px;
    }
}

/** Product Guides Begin **/
.neo-guide .row > div {
    display: flex;
    flex-direction: column;
}

.neo-guide .item {
    margin-bottom: 50px;
    overflow: hidden;
}

.neo-guide .item:last-child {
    margin-bottom: 0;
}

.neo-guide .icon {
    background-repeat: no-repeat;
}

.neo-guide .icon.exe {
    background-image: url(../img/backup/general/resource/exe.png);
}

.neo-guide .icon.pdf {
    background-image: url(../img/backup/general/resource/pdf.png);
}

.neo-guide .icon.txt {
    background-image: url(../img/backup/general/resource/txt.png);
}

.neo-guide .icon.html {
    background-image: url(../img/backup/general/resource/html.png);
}

.neo-guide .item h3 {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 0;
}

.neo-guide .item p {
    font-size: 16px;
}

.neo-guide .item a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

@media (min-width: 992px) {
    .neo-guide .icon {
        background-position: left top;
        padding-left: 78px;
    }
}

@media (max-width: 991px) {
    .neo-guide .icon {
        background-position: right top;
        padding-right: 78px;
    }

    .neo-guide .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .neo-guide .row > div:first-child {
        margin-bottom: 25px;
    }

    .neo-guide .item {
        border-bottom: 1px dashed #7EA6AC;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
}

/** Product Guides End **/

.neo-edition .item {
    padding: 30px;
    background-color: white;
    border-radius: 10px;
}

.neo-edition .item.active {
    background-color: #00BFBF;
    transform: scale(1.04, 1.04);
}

.neo-edition .item h3.name {
    font-size: 26px;
    font-family: var(--default-font-family-bold) !important;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.neo-edition .item .text {
    font-size: 16px;
    color: #858585;
    text-align: center;
}

.neo-edition .item ul.char {
    min-height: 494px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.neo-edition .item ul.char li {
    line-height: 26px;
    font-size: 16px;
    background-image: url(../img/backup/general/icon/select.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 4px;
    padding-right: 24px;
}

.neo-edition .item.active .name, .neo-edition .item.active .text, .neo-edition .item.active ul.char li {
    color: white;
}

.neo-edition .item.active ul.char li {
    background-image: url(../img/backup/general/icon/select-hover.png);
}

.neo-edition .item .button {
    /*width: 200px;*/
    height: 46px;
    line-height: 46px;
    background-color: #00BFBF;
    color: white;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 23px;
}

.neo-edition .item .button:hover {
    background-color: #0aa5b9;
}

.neo-edition .item.active .button {
    background-color: white;
    color: #00BFBF;
}

.neo-edition .item.active .button:hover {
    box-shadow: 0 0 10px 0 white;
}

/** Neo Contact Us tip **/
.neo-getOffer {
    background-image: url(../img/backup/general/background/01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.neo-getOffer .tip {
    line-height: 56px;
    font-size: 32px;
    color: white;
}

.neo-getOffer .button {
    height: 56px;
    line-height: 52px;
    border-radius: 4px;
    font-size: 24px;
    text-align: center;
    display: block;
}

/** 版本对比 **/
.neo-comparison .item {
    border-bottom: 1px solid #dedede;
}

.neo-comparison .item:hover {
    background-color: #efefef;
}

.neo-comparison .item .item-tr {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.neo-comparison .item .item-th {
    width: unset;
    flex: auto;
    text-align: left;
}

.neo-comparison .item .item-td {
    width: 170px;
    flex: none;
    text-align: center;
    padding: 0 5px;
}

.neo-comparison .item > .item-tr > .item-td,
.neo-comparison .item-child > .item-tr > .item-td {
    display: none;
}

.neo-comparison .item .item-td-plus {
    flex: none;
    padding-right: 30px;
}

.neo-comparison .item .item-td a {
    color: white;
    background-color: var(--default-color);
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid var(--default-color);

    display: inline-block;
}

.neo-comparison .item .item-td a:hover {
    color: var(--default-color);
    background-color: white;
}

.neo-comparison .item .item-rowspan {
    width: 510px;
}

.neo-comparison .item.active > .item-tr > .item-td,
.neo-comparison .item-child.active > .item-tr > .item-td {
    display: block;
}

.neo-comparison .active > .item-thead .item-td-plus,
.neo-comparison .active > .item-title .item-td-plus {
    display: none;
}

.neo-comparison .item .item-thead {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bolder;
    cursor: pointer;
    transition: none;
}

.neo-comparison .item.active .item-thead {
    background-color: #1d727c;
    color: white;
}

.neo-comparison .item-tbody {
    background-color: #f8f8f8;
    border-bottom: 1px solid #dedede;
}

.neo-comparison .item-tbody {
    background-color: white;
    display: none;
}

.neo-comparison .item-tbody:last-child {
    border-bottom: unset;
}

.neo-comparison .item-tbody .item-title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bolder;
    cursor: pointer;
    transition: none;
}

.neo-comparison .item-child:hover {
    background-color: #efefef;
}

.neo-comparison .item-child.active .item-title {
    background-color: #42bbc9;
    color: white;
}

.neo-comparison .item-child.active .item-child .item-title {
    background-color: #ffffff;
    color: #333333;
}

.neo-comparison .item-child.active .item-child.active .item-title {
    background-color: #42bbc9;
    color: white;
}

.neo-comparison .item-feature {
    line-height: 30px;
    background-color: #f8f8f8;
    font-size: 16px;
    font-weight: bolder;
    color: #666666;
}

.neo-comparison .item-feature .item-tr {
    border-bottom: 1px solid #dedede;
    padding-top: 10px;
    padding-bottom: 10px;
}

.neo-comparison .item-feature .item-tr:last-child {
    border-bottom: none;
}

.neo-comparison .item-feature .item-tr > .item-th {
    font-weight: normal;
}

.neo-comparison .item .cell-blue, .neo-comparison .item .cell-gary {
    font-size: 16px;
}

.neo-comparison .item .cell-blue {
    color: #42BBC9;
}

.neo-comparison .item .cell-gary {
    color: #afafaf;
}

.neo-comparison .item .cell-green {
    color: #1d727c;
}

.neo-comparison .item.active .cell-green {
    color: unset;
}

.neo-comparison .item span.new {
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 12px;
    color: #fff;
    background: #2dabe2
}

.neo-comparison .note {
    margin-top: 22px;
    font-size: 16px;
    line-height: 30px;
    padding: 0 30px;
}

/** 图片列表 **/
.neo-thumb .item {
    padding: 0 45px;
}

.neo-thumb .cover {
    /*height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;*/
    margin-bottom: 20px;
    overflow: hidden;
}

.neo-thumb .cover img {
    width: 100%;
    display: block;
}

.neo-thumb .name {
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    color: #333;

    overflow: hidden;
    /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    margin-bottom: 10px;
}

.neo-thumb a {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #3496a2;
}

/** 文章列表 **/
.neo-rich .item:last-child {
    margin-bottom: 0;
}

.neo-rich h3, .neo-rich .content {
    padding-left: 20px;
}

.neo-rich h3 {
    line-height: 30px;
    font-family: var(--default-font-family-bold);
    font-size: 26px;
    border-left: 4px solid #36a4a6;
    margin-bottom: 30px;
}

.neo-rich .content {
    display: flex;
}

.neo-rich .content .intro {
    width: 55%;
    margin-right: 5%;
}

.neo-rich .intro .text {
    margin-bottom: 20px;
}

.neo-rich .intro .text,
.neo-rich .intro .text p {
    line-height: 26px;
    font-size: 16px;
}

.neo-rich .intro ul {
    margin-bottom: 30px;
}

.neo-rich .intro ul li {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.neo-rich .intro ul li::before {
    content: "●";
    color: #36A4A6;
    margin-right: 8px;
}

.neo-rich .intro a {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #3496a2;
}

.neo-rich .content .cover {
    width: 40%;
}

.neo-rich .content .cover .tips {
    font-size: 16px;
    margin-top: 16px;
}

/** 文字列表 **/
.text-collapse .item {
    border-bottom: 1px solid #e2e6f5;
}

.text-collapse .item h3 {
    font-size: inherit;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

.text-collapse .item a,
.text-collapse .item .panel-title {
    line-height: 34px;
    font-size: 18px;
    color: #000000;
    cursor: pointer;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 10px 0;
}

.text-collapse .item:hover a {
    color: #0fb2c6;
}

.text-collapse .item i {
    float: right
}

.text-collapse .item .panel-body {
    font-size: 14px;
    display: none;
}

.text-collapse .item.show .panel-title, .text-collapse .item .panel-title:hover {
    color: #0fb2c6;
}

.text-collapse .item.show .panel-body {
    display: block;
}

@media (max-width: 1264px) {
    /** Text List **/
    .text-collapse .item a,
    .text-collapse .item .panel-title {
        font-size: 16px;
    }
}

/** Neo Contact **/
.neo-contact .row {
    text-align: center;
}

.neo-contact img {
    margin-bottom: 20px;
}

.neo-contact h3 {
    font-weight: bolder;
}

/** Neo Contact **/
.new-contact .item {
    padding: 40px 0;
    background-color: white;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 24px #e0e0e066;
}

.new-contact i, .new-contact img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #36a3a5;
    font-size: 48px;
    color: white;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 0 24px #e0e0e066;
}

.new-contact h3 {
    font-size: 20px;
    font-weight: bolder;
}

/** Neo Request **/
.neo-request {
    background-color: #1D7078;
}

.neo-request .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.neo-request .block {
    color: white;
    text-align: center;
}

.neo-request .block a {
    width: 100%;
    max-width: 430px;
    height: 48px;
    line-height: 44px;
    font-size: 24px;
    border-radius: 24px;
    display: block;
    margin: 0 auto 40px;
}

.neo-request .block p {
    width: 100%;
    max-width: 430px;
    line-height: 25px;
    margin: 0 auto;
}

/** News **/
.neo-news {
    margin-bottom: 40px;
}

.neo-news .item {
    box-shadow: 0 0 10px 0 #d6d6d6;
    display: flex;
}

.neo-news .item:hover {
    box-shadow: 0 0 10px 0 #a1a1a1;
}

.neo-news .item img {
    display: block;
    height: 220px;
}

.neo-news .item .intro {
    background-color: white;
    color: black;
    padding: 20px;
    position: relative;
}

.neo-news .item .intro .name {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.neo-news .item .intro .text {
    line-height: 24px;
    font-size: 16px;
}

.neo-news .item .intro .more {
    color: #3496a2;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

/** Blog **/
.neo-blog .item {
    display: block;
    box-shadow: 0 0 10px 0 #d6d6d6;
}

.neo-blog .item:hover {
    box-shadow: 0 0 10px 0 #a1a1a1;
}

.neo-blog .cover img {
    width: 100%;
}

.neo-blog .item .intro {
    background-color: white;
    color: black;
    padding: 20px;
}

.neo-blog .item .intro .name {
    min-height: 50px;
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.neo-blog .item .intro .text {
    min-height: 144px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 30px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.neo-blog .item .intro .more {
    color: #3496a2;
}

/** Neo Partner **/
.neo-partner .col-lg-6 .item {
    background-color: #F4F4F4;
    padding: 40px 36px;
}

.neo-partner .col-lg-6 .item:hover {
    box-shadow: 0 0 10px 0 #d6d6d6;
}

.neo-partner .col-lg-6 .item p {
    min-height: 150px;
    margin-top: 30px;
    font-size: 18px;
    color: #434343;
}

.neo-partner .col-lg-4 {
    text-align: center;
}

.neo-partner .col-lg-4 .item {
    text-align: center;
}

.neo-partner .col-lg-4 .item p {
    font-size: 18px;
    margin: 25px 44px 0;
}

.neo-partner .col-lg-4 p {
    margin: 25px 0 0;
}

.neo-partner .col-lg-4 img {
    width: 50%;
    margin-bottom: 10px;
}

.neo-partner h3 {
    font-weight: bolder;
    margin-top: 0;
}

@media (max-width: 1264px) {
    .neo-partner .col-lg-6:first-child {
        margin-bottom: 20px;
    }

    .neo-partner .col-lg-6 .item p {
        min-height: unset;
    }
}

@media (max-width: 414px) {
    .neo-partner .col-lg-4 .item {
        margin-bottom: 30px;
    }

    .neo-partner .col-lg-4 .item p {
        font-size: 16px !important;
    }
}

/** Neo Provider **/
.neo-provider {
    background-image: url(../img/hypervisor/new-xenserver/Provider-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 86px 0;
}

.neo-provider a {
    min-width: 720px;
    height: 52px;
    font-family: var(--default-font-family-bold);
    color: white;
    border: solid 2px white;
    border-radius: 10px;
    display: inline-block;
    margin-left: 100px;
    padding: 0 20px;
}

.neo-provider a:hover {
    border: solid 2px #4ad1cd;
    background-color: #4ad1cd;
}

.neo-provider a span {
    line-height: 48px;
    font-size: 24px;
}

/** Feature Style 1 **/
.neo-feature {
    position: relative;
}

.neo-feature .item-auto {
    background-image: linear-gradient(to right, #20727b 0%, #172b34 100%);
    padding: 40px 0 40px 90px;
    border-radius: 30px;
    margin-bottom: 70px;
}

.neo-feature .item-auto h3 {
    font-family: var(--default-font-family-bold);
    font-size: 20px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

.neo-feature .item-auto p {
    color: white;
    margin-bottom: 20px;
}

.neo-feature .item-auto .button {
    width: fit-content;
    height: 32px;
    line-height: 30px;
    color: white;
    font-weight: unset;
    border: 1px solid #37a1a2;
    border-radius: 15px;
    padding: 0 15px;

    display: flex;
    align-items: center;
    justify-content: space-around;
}

.neo-feature .item-auto .button img {
    margin-left: 8px;
}

.neo-feature .item-auto .illustration {
    margin-left: 100px;
}

.neo-feature .item-auto .illustration img {
    height: 220px;
    display: block;
    margin: 0 auto;
    transform: scale(1.4);
}

.neo-feature .item {
    margin-bottom: 50px;
}

.neo-feature .item h3 {
    font-family: var(--default-font-family-bold);
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

.neo-feature .item .col-sm-12 {
    text-align: center;
}

.neo-feature .item img {
    max-width: calc(100% - 15px);
    margin-bottom: 20px;
}

.neo-feature .item .bottom .col-lg-2 {
    width: 13.6%;
    margin-top: 50px;
}

.neo-feature .item .bottom .col-lg-10 {
    width: 80.3%;
    padding-left: 48px;
    padding-right: 0;
}

@media (max-width: 1264px) {
    .neo-feature p {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .neo-feature > .container > .row > div:last-child .item {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .neo-feature .item img, .neo-feature .item h3 {
        margin-bottom: 10px;
    }

    .neo-feature li {
        height: auto;
    }
}

@media (max-width: 414px) {
    .neo-feature .item-auto {
        padding-left: 5%;
        padding-right: 5%;
    }

    .neo-feature .item-auto .illustration img {
        display: none;
    }

    .neo-feature .item img {
        display: none;
    }
}

.neo-file-backup-feature .item .col-sm-12 .row {
    background-color: #fff;
    min-height: 270px;
    padding: 20px;
    border: 1px solid #36a4a6;
    border-radius: 5px;
}

.neo-file-backup-feature .item .col-sm-12 .image {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    background-position: 50%;
}

.neo-file-backup-feature .item.active .row {
    background-color: #36A4A6;
    color: #fff;
}

/** Feature Style 2 **/
.neo-support .support-tab {
    display: flex;
    margin-bottom: 40px;
}

.neo-support .support-tab li {
    width: 33.33%;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;

    position: relative;
    padding-top: 32px;
}

.neo-support .support-tab li::before {
    width: 100%;
    height: 2px;
    background-color: #000000;

    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.neo-support .support-tab li::after {
    width: 36px;
    height: 36px;
    background-color: #f8f8f8;
    border: 2px solid #000000;
    border-radius: 18px;

    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
}

.neo-support .support-tab li.active {
    color: #4BD8E0;
}

.neo-support .support-tab li.active::before {
    background-color: #4BD8E0;
}

.neo-support .support-tab li.active::after {
    width: 50px;
    height: 50px;
    border: 12px solid #4BD8E0;
    border-radius: 25px;
    margin-top: -25px;
    margin-left: -25px;
}

.neo-support .support-panel .row {
    display: none;
}

.neo-support .support-panel .row.active {
    display: block;
}

.neo-support .support-panel .item {
    padding: 0 26px 30px;
}

.neo-support .row {
    padding-top: 50px;
}

.neo-support .item {
    background-color: white;
    text-align: center;
    box-shadow: 0 8px 15px #d6d6d6;
    margin-bottom: 90px;
    padding: 0 42px 30px;
    position: relative;

    cursor: pointer;
}

.neo-support .item::after {
    content: "";

    display: none;
    width: calc(100% - 84px);
    height: 10px;
    background-color: #339d9e;

    position: absolute;
    left: 42px;
    bottom: -10px;
}

.neo-support .item:hover::after {
    content: "";
    display: block;
}

.neo-support .item:last-child {
    margin-bottom: 0;
}

.neo-support .item .icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #d7eced;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    top: -40px;
}

.neo-support .item:hover .icon {
    background-color: #36a4a6;
}

.neo-support .item h3 {
    font-family: var(--default-font-family-bold);
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .neo-support .item:last-child {
        margin-bottom: 0 !important;
    }

    .neo-support .item .slip {
        min-height: 158px;
        max-height: 158px;
        overflow: hidden;

        transition: max-height 0.25s;
    }

    .neo-support .item:hover .slip {
        max-height: 278px;
    }

    .neo-support .support-panel .item .slip {
        min-height: 208px;
        max-height: 208px;
    }

    .neo-support .support-panel .item:hover .slip {
        max-height: 278px;
    }
}

@media (max-width: 991px) {
    .neo-support .container > .row > div:last-child .item:last-child {
        margin-bottom: 0 !important;
    }
}

/** Feature Style 3 **/
.neo-character .item {
    background-color: white;
    box-shadow: 0 8px 30px #d6d6d6;
    margin-bottom: 90px;
    padding: 38px;
    position: relative;

    cursor: pointer;
    text-align: center;
}

.neo-character .item:after {
    content: "";
    width: 100%;
    height: 16px;
    background-color: #339d9e;
    position: absolute;
    left: 0;
    bottom: -16px;
    display: none;
}

.neo-character .item:hover:after {
    display: block;
}

.neo-character .item > img {
    height: 60px;
    margin-bottom: 40px;
}

.neo-character .item h3 {
    font-family: var(--default-font-family);
    font-size: 20px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 20px;
}

.neo-character .item p {
    line-height: 24px;
}

/* 如果是 3 列, 内容块需要紧凑 */
.neo-character .col-md-4 .item {
    margin-bottom: 30px;
    padding: 36px;
}

.neo-character .col-md-4 .item > img {
    height: 56px;
}

@media (min-width: 992px) {
    .neo-character .item:last-child {
        margin-bottom: 0 !important;
    }

    .neo-character .item .slip {
        min-height: 138px;
        max-height: 138px;
        overflow: hidden;

        transition: max-height 0.25s;
    }

    .neo-character .item:hover .slip {
        max-height: 232px;
    }
}

@media (max-width: 991px) {
    .neo-character .container > .row > div:last-child .item:last-child {
        margin-bottom: 0 !important;
    }
}

.neo-file-backup-supported {
    background-image: url(../img/backup/file-backup/supported-background.png);
    background-position: 50% top;
}

.neo-file-backup-supported .item {
    color: white;
    font-weight: bolder;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.neo-file-backup-supported .item .info {
    width: 262px;
    height: 100px;
    border-radius: 24px 5px 5px 5px;
    background-color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
}

.neo-file-backup-supported .item:hover {
    transform: scale(1.06);
}

.neo-linux-server-backup-supported {
    background-image: url(../img/backup/file-backup/supported-background.png);
    background-position: 50% top;
    background-size: cover;
}

.neo-linux-server-backup-supported .item {
    color: white;
    font-weight: bolder;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.neo-linux-server-backup-supported .item .info {
    width: 262px;
    height: 100px;
    border-radius: 24px 5px 5px 5px;
    background-color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
}

.neo-linux-server-backup-supported .item .info img {
    max-height: 100px;
}

.neo-linux-server-backup-supported .item:hover {
    transform: scale(1.06);
}

.neo-tpology img {
    width: 90%;
    margin-top: 50px;
}

.neo-tpology p {
    line-height: 30px;
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 0;
}


.neo-tpology .blue-spot {
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background-color: #36A4A6;
    position: relative;
    top: 18px;
}

.neo-tpology table {
    width: 100%;
}

.neo-tpology table th {
    background: #4AD1CD;
    color: #fff;
    text-align: center;
    padding: 30px;
    font-size: 22px;
    line-height: 27px;
    width: 26%;
}

.neo-tpology table td {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #171717;
    padding: 30px;
    text-align: center;
}

.neo-tpology table th:first-child {
    width: 18%;
}

.neo-tpology table span {
    color: #4BD8E0;
}

.neo-tpology a {
    font-size: 22px;
    font-weight: normal;
    line-height: 20px;
    padding: 20px 50px;
    margin: 50px auto 30px;
}

.neo-supported-module .swiper-slide {
    width: 270px;
    text-align: center;
}

.neo-supported-module .swiper-slide > div {
    width: 220px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.neo-supported-module .swiper-slide .pn-amazon-s3 {
    background-image: url(../img/homepage/amazon-s3.png);
}

.neo-supported-module .swiper-slide .pn-amazon-s3:hover {
    background-image: url(../img/homepage/amazon-s3-hover.png);
}

.neo-supported-module .swiper-slide .pn-azure {
    background-image: url(../img/homepage/azure.png);
}

.neo-supported-module .swiper-slide .pn-azure:hover {
    background-image: url(../img/homepage/azure-hover.png);
}

.neo-supported-module .swiper-slide .pn-ceph {
    background-image: url(../img/homepage/ceph.png);
}

.neo-supported-module .swiper-slide .pn-ceph:hover {
    background-image: url(../img/homepage/ceph-hover.png);
}

.neo-supported-module .swiper-slide .pn-wasabi {
    background-image: url(../img/homepage/wasabi.png);
}

.neo-supported-module .swiper-slide .pn-wasabi:hover {
    background-image: url(../img/homepage/wasabi-hover.png);
}

.neo-supported-module .swiper-slide .pn-minio {
    background-image: url(../img/homepage/minio.png);
}

.neo-supported-module .swiper-slide .pn-minio:hover {
    background-image: url(../img/homepage/minio-hover.png);
}

.neo-supported-module .swiper-slide .pn-alibaba-cloud {
    background-image: url(../img/homepage/alibaba-cloud.png);
}

.neo-supported-module .swiper-slide .pn-alibaba-cloud:hover {
    background-image: url(../img/homepage/alibaba-cloud-hover.png);
}

.neo-supported-module .swiper-slide .pn-huawei-cloud {
    background-image: url(../img/homepage/huawei-cloud.png);
}

.neo-supported-module .swiper-slide .pn-huawei-cloud:hover {
    background-image: url(../img/homepage/huawei-cloud-hover.png);
}

.neo-supported-module .swiper-slide .pn-tencent-cloud {
    background-image: url(../img/homepage/tencent-cloud.png);
}

.neo-supported-module .swiper-slide .pn-tencent-cloud:hover {
    background-image: url(../img/homepage/tencent-cloud-hover.png);
}


/** Work **/
.neo-work img {
    width: 100%
}

.neo-work ul {
    margin-bottom: 0;
}

.neo-work ul li {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 24px;
}

.neo-work ul li:last-child {
    margin-bottom: 0;
}

.neo-work ul li::before {
    content: "●";
    color: #36A4A6;
    margin-left: -24px;
    margin-right: 8px;
}

/** MSPs **/
.neo-msp {
    background-image: url("../img/backup/tenant/background/msp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.neo-msp .item {
    background-color: #36a4a6;
    color: white;
    padding: 36px;
}

.neo-msp .item:hover {
    background-color: #00bfbf;
}

.neo-msp .item .info {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.neo-msp .item .name {
    line-height: 36px;
    font-size: 24px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 50px;

    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.neo-msp .item ul.list {
    height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.neo-msp .item ul.list li {
    background-image: url("../img/backup/tenant/icon/hook.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 56px;
}

.neo-msp .item ul.list li:last-child {
    margin-bottom: 0;
}

.neo-msp .item ul.list li .list-name {
    line-height: 30px;
    font-size: 18px;
    font-weight: bolder;
}

.neo-msp .item ul.list li .list-text {
    line-height: 24px;
    font-size: 14px;
    color: #f2f2f2;
}

@media (max-width: 991px) {
    .neo-msp .item .name {
        margin-bottom: 30px;
    }

    .neo-msp .item ul.list {
        height: unset;
    }

    .neo-msp .item ul.list li {
        margin-bottom: 10px;
    }
}

/** Supported Database **/
.neo-database {
    background-image: url(../img/backup/database/background/support.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.neo-database .col-md-4:nth-child(4),
.neo-database .col-md-4:nth-child(5),
.neo-database .col-md-4:nth-child(6) {
    margin-top: 50px;
}

.neo-database .item {
    color: white;
    font-weight: bolder;
    text-align: center;
}

.neo-database .item h3.name {
    height: 45px;
    font-size: 24px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 10px;
}

.neo-database .item .info {
    height: 120px;
    /*background-color: #36a4a6;*/
    border-radius: 24px 5px 5px 5px;
    /*padding: 50px 0;*/
    background-color: #FFFFFF;
}

.neo-database .item .info:hover {
    /*background-color: #00bfbf;*/
    transform: scale(1.06);
}

.neo-database .item .info .logo {
    padding-top: 20px;
    /*height: 80px;*/
    /*margin: 0 auto 18px;*/
}

.neo-database .item .info .logo img {
    height: 80px;
}

/** Supported Platforms **/
.neo-platforms-supported {
    background-image: url(../img/backup/database/background/support.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.neo-platforms-supported .swiper-container {
    margin: -15px -15px 0;
    padding: 15px 15px 40px;
}

.neo-platforms-supported .item {
    color: white;
    font-weight: bolder;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.neo-platforms-supported .item:last-child {
    margin-bottom: 0;
}

.neo-platforms-supported .item:hover {
    transform: scale(1.05);
}

.neo-platforms-supported .item .info {
    height: 100px;
    border-radius: 24px 5px 5px 5px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.neo-platforms-supported .item .info a {
    width: 100%;
    display: block;
}

.neo-platforms-supported .item .info img {
    max-width: 60%;
    max-height: 80px;
}

.neo-platforms-supported .swiper-pagination {
    height: 8px;
    line-height: 8px !important;

    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 1000;
}

.neo-platforms-supported .swiper-pagination span {
    width: 80px;
    height: 8px;

    background-color: white;
    border-radius: unset;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
}

.neo-platforms-supported .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--default-color);
}

/** s3 archive **/
.neo-amazon-s3 {
    background-image: url(../img/backup/amazon-s3/background/01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.neo-amazon-s3 .item {
    height: 386px;
    justify-content: space-between;
    color: white;
}

.neo-amazon-s3 .item > * {
    height: 100%;
}

.neo-amazon-s3 .intro {
    background-color: #36a4a6;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    flex: 1;
}

.neo-amazon-s3 .intro .text {
    font-size: 18px;
}

.neo-amazon-s3 .intro .info {
    font-size: 18px;
    margin: 0;
    counter-reset: number;
}

.neo-amazon-s3 .intro .info li {
    height: 32px;
    display: flex;
    align-items: center;
}

.neo-amazon-s3 .intro .info li:before {
    counter-increment: number;
    content: counter(number);

    font-size: 12px;
    font-weight: bolder;
    width: 22px;
    height: 22px;
    line-height: 18px;
    border: 2px solid white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 24px;
}

.neo-amazon-s3 .intro .tips {
    font-size: 16px;
    color: #f2f2f2;
}

.neo-amazon-s3 .cover img {
    width: unset;
    height: 100%;
}

/** Media 切换 **/
.neo-media .swiper-container {
    position: relative;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.neo-media .swiper-slide {
    width: 480px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

.neo-media .swiper-slide img {
    display: block;
}

.neo-media .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

.neo-media .media-pagination {
    width: 108px;
    line-height: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -54px;
    z-index: 80;
}

.neo-media .media-pagination > span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #d5ddde;
    border-radius: 8px;
    margin: 0 10px;
    opacity: 1;
}

.neo-media .media-pagination > span.swiper-pagination-bullet-active {
    background-color: #2F555B;
    border-radius: 0;

    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
}

.neo-media .media-button-prev, .neo-media .media-button-next {
    width: calc(50% - 240px);
    height: 270px;
    line-height: 300px;
    position: absolute;
    z-index: 50;
    color: #fff;
    top: 0;
    cursor: pointer;
}

.neo-media .media-button-prev {
    text-align: left;
    left: 0;
}

.neo-media .media-button-next {
    text-align: right;
    right: 0;
}

.neo-media .media-button-prev i, .neo-media .media-button-next i {
    font-size: 50px;
    color: white;
}

.neo-data .row {
    text-align: center;
}

.neo-data h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

.neo-data h3 span {
    color: #36c3cb;
    font-family: var(--default-font-family-bold);
    font-size: 42px;
    font-weight: bolder;
    border-bottom: 5px solid #36c3cb;
}

.neo-data p {
    margin-top: 0;
    margin-bottom: 0;
}

/** 上面为大屏幕 大桌面显示器 **/
@media (max-width: 1440px) {
    /** Neo Panel **/
    .neo-panel {
        margin-top: -100px;
    }
}

/** 云祺中等界面 width 1200px ~ 1264px **/
@media (max-width: 1264px) {
    /** Neo Bar **/
    .neo-bar .navigate li {
        font-size: 16px;
    }

    .neo-bar .request a {
        min-width: 136px;
    }

    /** Neo Reason **/
    .neo-reason p {
        font-size: 15px;
    }

    /** Neo Edition **/
    .neo-edition .item {
        padding: 22px;
    }

    .neo-edition .item ul.char li {
        font-size: 14px;
    }

    /** Contact Info **/
    .neo-getOffer .tip {
        font-size: 28px;
    }

    .neo-getOffer .button {
        font-size: 22px;
    }

    /** Submit Info **/
    .neo-submit .form .thead {
        font-size: 20px;
    }

    .neo-submit .form label {
        font-size: 12px;
    }

    /** s3 archive **/
    .neo-amazon-s3 .item {
        height: 300px;
    }

    .neo-amazon-s3 .intro .text {
        font-size: 16px;
    }

    .neo-amazon-s3 .intro .info li {
        font-size: 16px;
        height: 30px;
    }

    .neo-amazon-s3 .intro .tips {
        font-size: 12px;
    }
}

/** 中等屏幕 桌面显示器 width 992px ~ 1199px **/
@media (max-width: 1199px) {
    /** 首页新闻 **/
    .neo-news .item {
        display: unset;
    }

    .neo-news .item img {
        width: 100%;
        height: unset;
    }

    .neo-news .item .intro .more {
        position: unset;
        margin-top: 20px;
    }

    .neo-blog .item .intro .name,
    .neo-blog .item .intro .text {
        min-height: unset;
    }

    .neo-blog > * {
        margin-bottom: 40px;
    }

    .neo-blog > *:last-child {
        margin-bottom: unset;
    }
}

/** 小屏幕 平板 width 768px ~ 991px **/
@media (max-width: 991px) {
    .padding-lt, .padding-rt {
        padding-left: 15px;
        padding-right: 15px;
    }

    /** Neo What Get **/
    .neo-whatget .col-lg-4 {
        width: auto;
        text-align: center;
        margin-right: 0;
    }

    /** Neo Reason **/
    .neo-reason .row > div:nth-child(2n), .neo-reason .row > div:nth-child(2n+1) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .neo-reason h4 {
        font-size: 17px;
    }

    .neo-reason p {
        font-size: 16px;
    }

    /** Neo Platform **/
    .neo-platforms ul {
        width: 230px;
    }

    /** Neo Thumb **/
    .neo-thumb a {
        font-size: 12px;
    }

    /** Neo Thumb **/
    .neo-protect .support > div, .neo-protect .brands > div {
        margin-bottom: 20px;
    }

    /** s3 archive **/
    .neo-amazon-s3 .item {
        height: auto;
    }

    .neo-amazon-s3 .intro .info {
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .neo-text p {
        width: 100%;
        padding: 0 15px;
    }

    /** Neo Reason **/
    .neo-reason .row > div {
        margin-bottom: 40px;
    }

    .neo-reason .row > div:last-child {
        margin-bottom: 0;
    }

    /** Neo Request **/
    .neo-request .row > div:first-child {
        margin-bottom: 40px;
    }
}

.align-center {
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .align-center {
        display: flex;
    }
}

.nas-benefit {
    overflow: hidden
}

div[id^=benefit-item] {
    transition: transform 1.5s;
}

#benefit-item-1, #benefit-item-3 {
    transform: translateX(-150px);
    opacity: 0;
}

#benefit-item-2, #benefit-item-4 {
    transform: translateX(150px);
    opacity: 0;
}

/** Title Component NAS页样式 **/
.main-page .container > .title-component.title-nas {
    margin-bottom: 30px;
}

.main-page .container > .title-component.title-nas .nas-title {
    width: fit-content;

    height: 50px;
    line-height: 50px;
    background-color: #36a3a5;
    color: black;
    font-weight: bolder;
    border-radius: 20px;
    overflow: hidden;

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto 0;
}

.main-page .container > .title-component.title-nas .nas-title span {
    height: 50px;
    line-height: 50px;
    font-family: var(--default-font-family-bold);
    font-size: 18px;
    cursor: pointer;

    padding: 0 40px;
}

.main-page .container > .title-component.title-nas .nas-title span.active {
    background-color: #ffad2b;
    color: white;
    cursor: default;
}

.main-page .container > .title-component.title-nas .nas-title span:first-child {
    border-radius: 20px 25px 25px 20px;
}

.main-page .container > .title-component.title-nas .nas-title span:last-child {
    border-radius: 25px 20px 20px 25px;
}

.main-page .container > .title-component.title-nas .nas-text {
    margin-top: 30px;
}

.nas-work {
    background-image: url(../img/backup/nas/illustration/background-1.png);
    background-size: cover;
    background-position: top center
}

.nas-work .container {
    padding-top: 140px !important;
}

.nas-work img {
    width: 100%;
    display: block;
}


/** 小屏幕 平板 width 768px ~ 991px **/
@media (max-width: 991px) {
    .main-page .container > .title-component.title-nas .nas-title {
        height: unset;

        display: block;
    }

    .main-page .container > .title-component.title-nas .nas-title span {
        display: block;
    }

    .main-page .container > .title-component.title-nas .nas-title span:first-child,
    .main-page .container > .title-component.title-nas .nas-title span:last-child {
        border-radius: unset;
    }

    .nas-work {
        background-image: unset;
        background-color: #08404c;
    }
}

.nas-feature {
    background-image: url(../img/backup/nas/illustration/background-3.png);
    background-size: cover;
    background-position: top center
}

.nas-feature .container {
    padding-bottom: 140px !important;
}

.nas-feature .item {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.nas-feature .item:last-child {
    margin-bottom: 0;
}

.nas-feature .item:before {
    content: "";
    width: 6px;
    height: 100%;

    background-color: #36a4a6;
    position: absolute;
    left: 50px;
    top: 0;
    z-index: 1
}

.nas-feature .item:last-child:before {
    content: unset;
}

.nas-feature .item .cover {
    width: 100px;
    height: 100px;
    background-color: #08404c;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 10;
}

.nas-feature .item:hover .cover {
    background-color: #36a3a5;
    border: 8px solid #c0ebe3;
    transform: scale(1.1);
}

.nas-feature .item .intro {
    width: calc(100% - 150px);

    background-color: white;
    padding: 40px 70px;
    border-radius: 24px;
}

.nas-feature .item:hover .intro {
    background-color: #36a3a5;
}

.nas-feature .item .intro .name {
    font-weight: bolder;
    color: var(--default-color);
    margin-top: 0;
}

.nas-feature .item:hover .intro .name, .nas-feature .item:hover .intro .text {
    color: white;
}

/** 小屏幕 平板 width 768px ~ 991px **/
@media (max-width: 991px) {
    .nas-feature .item .intro {
        padding: 20px;
    }

    .nas-feature .item .intro .name {
        font-size: 20px;
    }
}

.neo-enter {
    background-image: url(../img/backup/general/background/bottom-trial.jpg);
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    border-radius: 65px 65px 0 0;
}

.neo-enter > .container {
    padding-top: 110px !important;
    padding-bottom: 120px !important;
}

.neo-enter p {
    line-height: 36px;
    font-size: 36px;
    font-weight: bolder;
}

.neo-enter p:nth-child(1) {
    color: white;
    margin-bottom: 20px;
}

.neo-enter p:nth-child(2) {
    color: #59f9ff;
    margin-bottom: 70px;
}

.neo-enter a {
    height: 60px;
    line-height: 60px;
    background-color: #ffad2b;
    font-size: 20px;
    font-weight: bolder;
    color: white;

    display: inline-block;
    padding: 0 50px;
    border-radius: 5px;
}

.neo-enter a:hover {
    background-color: #dd8a09;
}

.neo-support-os {
    background-image: url(../img/backup/physical-server/icon/os-bg-1.png), url(../img/backup/physical-server/icon/os-bg-2.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
}

.neo-support-os .item {
    background-color: white;
    border: 1px solid var(--default-color);
    border-radius: 28px;
    margin-top: 70px;
}

.neo-support-os .item.active {
    box-shadow: 0 8px 30px #d6d6d6;
}

.neo-support-os .item .item-head {
    height: 128px;
    background-color: var(--default-color);
    color: white;
    border-radius: 28px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 170px;
}

.neo-support-os .item .item-head h3 {
    font-size: 30px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 0;
}

.neo-support-os .item .item-head img {
    width: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.neo-support-os .item .item-body {
    min-height: 340px;
    padding: 50px;
    display: flex;
}

.neo-support-os .item .item-body ul {
    font-size: 16px;
}

.neo-support-os .item .item-body ul li {
    line-height: 40px;
}

/** 云祺中等界面 width 1200px ~ 1264px **/
@media (max-width: 1264px) {
    .neo-support-os .item .item-head h3 {
        font-size: 24px;
    }

    .neo-support-os .item .item-body {
        padding: 40px;
    }

    .neo-support-os .item .item-body ul {
        font-size: 14px;
    }
}

/** Physical Server Reason **/
.physical-reason .physical-tab {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 40px;
}

.physical-reason .physical-tab .item {
    width: 120px;
    height: 120px;
    background-color: #f8f8f8;
    border: 1px solid var(--default-color);
    border-radius: 20px;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.physical-reason .physical-tab .item.active {
    width: 160px;
    height: 160px;
    background-color: white;
    border-width: 5px;
    box-shadow: 0 8px 30px #d6d6d6;

    position: relative;
}

.physical-reason .physical-tab .item.active:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffad2b;

    position: absolute;
    left: 65px;
    bottom: -35px;
}

.physical-reason .physical-tab .item.active:after {
    content: "";
    width: 140%;
    height: 10px;
    border-radius: 5px;
    background-color: #ffad2b;

    position: absolute;
    left: -20%;
    bottom: -45px;
}

.physical-reason .physical-tab .item img {
    width: 68%;
}

.physical-reason .physical-panel .item {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 8px 30px #d6d6d6;
    text-align: center;
    display: none;
}

.physical-reason .physical-panel .item.active {
    display: block;
}

.physical-reason .physical-panel .item h3.item-head {
    height: 40px;
    line-height: 40px;
    background-color: var(--default-color);
    border-radius: 20px;
    color: white;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 0;
}

.physical-reason .physical-panel .item .item-body {
    line-height: 24px;
    font-size: 16px;
    padding: 20px 100px;
}

@media (max-width: 1264px) {

    .physical-reason .physical-tab .item.active:after {
        width: 120%;
        left: -10%;
    }
}

/** 小屏幕 平板 width 768px ~ 991px **/
@media (max-width: 991px) {

    .physical-reason .physical-panel {
        box-shadow: 0 8px 30px #d6d6d6;
        border-radius: 5px;
        overflow: hidden;
    }

    .physical-reason .physical-panel .item {
        text-align: unset;
        border-bottom: 1px solid white;
        border-radius: unset;
        box-shadow: unset;
        display: block;
    }

    .physical-reason .physical-panel .item:last-child {
        border-bottom: unset;
    }

    .physical-reason .physical-panel .item h3.item-head {
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        border-radius: unset;
        padding-left: 30px;
    }

    .physical-reason .physical-panel .item .item-body {
        padding-left: 30px;
        padding-right: 30px;
        display: none;
    }

    .physical-reason .physical-panel .item.active .item-body {
        display: block;
    }
}

.physical-feature .feature-tab .item {
    width: 378px;
    color: white;
}

.physical-feature .feature-tab .item.active {
    background-color: #ffad2b;
}

.physical-feature .feature-panel .item {
    width: 536px;
    height: 340px;
    background-color: white;
    padding: 30px 105px 16px;
}

.physical-feature .feature-panel .item img {
    height: 60px;
    display: block;
    margin-right: 28px;
}

.physical-feature .feature-panel .item .item-body {
    line-height: 26px;
    font-size: 16px;
    font-weight: bolder;
}

.physical-feature .more-gradient {
    cursor: pointer;
    text-align: center;

    display: flex;
    flex-direction: column;
}

.physical-feature .more-gradient i {
    line-height: 40px;
    font-size: 120px;
    color: #59f9ff;
}

.physical-feature .more-gradient i:nth-child(1) {
    opacity: 0.5;
}

.physical-feature .more-gradient i:nth-child(2) {
    opacity: 1;
}

/** 小屏幕 平板 width 768px ~ 991px **/
@media (max-width: 991px) {
    .physical-feature .row:nth-child(2) {
        display: block;
        margin-bottom: unset;
    }

    .physical-feature .feature-panel .item img {
        margin-left: unset;
        margin-right: unset;
    }
}

.gdpr-protection .feature-tab .item {
    width: 360px;
    font-size: 18px;
    font-weight: bolder;
    color: white;
    cursor: pointer;
}

.gdpr-protection .feature-tab .item.active {
    background-color: white;
    color: #000000;
}

.gdpr-protection .feature-panel .item {
    width: 590px;
    height: 244px;
    line-height: 26px;
    font-size: 16px;

    padding: 30px 35px 16px 35px;
}

/*** Feature Tabs ***/
.feature-tabs .feature-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 100px
}

.feature-tabs .feature-tab .item {
    height: 60px;
    border-bottom: 1px solid white;
    cursor: pointer;

    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: -20px;
    margin-bottom: 20px;
    padding: 0 28px;
}

.feature-tabs .feature-tab .item.active {
    -webkit-clip-path: polygon(0 10px, 10px 0, calc(100% - 90px) 0, calc(100% - 80px) 10px, 100% 10px, 100% 100%, 0 100%);
    clip-path: polygon(0 10px, 10px 0, calc(100% - 90px) 0, calc(100% - 80px) 10px, 100% 10px, 100% 100%, 0 100%);
    border-bottom: unset;

    margin-top: 0;
    padding-top: 10px;
}

.feature-tabs .feature-tab .item:last-child {
    margin-bottom: 0;
}

.feature-tabs .feature-tab .item > * {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 0;
}

.feature-tabs .feature-panel .item {
    background-color: white;
    -webkit-clip-path: polygon(0 14px, 14px 0, 126px 0, 140px 14px, calc(100% - 140px) 14px, calc(100% - 124px) 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
    clip-path: polygon(0 14px, 14px 0, 126px 0, 140px 14px, calc(100% - 140px) 14px, calc(100% - 124px) 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
    display: none;
}

.feature-tabs .feature-panel .item.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

/** 小屏幕 平板 width 768px ~ 991px **/
@media (max-width: 991px) {
    .feature-tabs .feature-item {
        flex-direction: column;
    }

    .feature-tabs .feature-tab {
        width: 100%;
        margin-bottom: 40px;
    }

    .feature-tabs .feature-tab select {
        -webkit-tap-highlight-color: transparent;
        border: 0;
        display: block;
        width: calc(100% - 2px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: color .3s;
        transition: color .3s;
        -webkit-appearance: none;
        border-radius: 0 2px 0 2px;
        -webkit-clip-path: polygon(0 12px, 12px 0, calc(100% - 82px) 0px, calc(100% - 72px) 8px, 100% 8px, 100% 100%, 0 100%);
        clip-path: polygon(0 12px, 12px 0, calc(100% - 82px) 0px, calc(100% - 72px) 8px, 100% 8px, 100% 100%, 0 100%);
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #000;
        position: relative;
        z-index: 3;
        height: 38px;
        padding: 10px 20px;

        background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.683 3.308a.625.625 0 1 1 .884.884L5.442 7.317a.625.625 0 0 1-.884 0L1.433 4.192a.625.625 0 1 1 .884-.884L5 5.991l2.683-2.683Z' fill='%23000'/%3E%3C/svg%3E");
        background-position: calc(100% - 20px) 49%;
        background-repeat: no-repeat;
        background-color: white;
    }

    .feature-tabs .feature-panel .item {
        width: unset;
        height: unset;

        padding: 34px 20px 20px;
    }
}

/** GDPR页面开始 **/
.gdpr-rule {
    background-color: #F4F9FB;
}

.gdpr-rule img {
    max-width: 100%;
}

.gdpr-rule .name {
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 30px;
}

.gdpr-rule .text {
    font-size: 16px;
}

.gdpr-compliance .item {
    background-color: #f8f8f8;
    text-align: center;

    -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
}

.gdpr-compliance .item:hover {
    background-color: #0b898c;
}

.gdpr-compliance .item .icon {
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.gdpr-compliance .item {
    padding: 30px;
}

.gdpr-compliance .item h3 {
    font-size: 18px;
    font-weight: bolder;

    margin-top: 30px;
    margin-bottom: 20px;
}

.gdpr-compliance .item:hover h3 {
    color: white;
}

.gdpr-compliance .item p {
    min-height: 60px;
}

.gdpr-compliance .item:hover p {
    color: white;
}

.gdpr-compliance .row .active, .gdpr-helper .row .white {
    color: #fff;
}

@media (min-width: 992px) {
    .gdpr-compliance .item p {
        min-height: 60px;
        max-height: 60px;
        overflow: hidden;

        transition: max-height 0.25s;
    }

    .gdpr-compliance .item:hover p {
        max-height: 80px;
    }
}

@media (max-width: 991px) {
    .gdpr-compliance .container > .row > div {
        margin-bottom: 10px;
    }

    .gdpr-compliance .container > .row > div:last-child {
        margin-bottom: 0;
    }
}

.gdpr-feature .name {
    font-size: 26px;
    font-weight: bolder;
    line-height: 46px;
    text-align: left;

    padding-left: 70px;
    padding-bottom: 3px;
    margin-top: 0;
    margin-bottom: 30px;
}

.gdpr-feature .name.title1 {
    background-image: url(../img/backup/gdpr-legal-compliance/illustration/title-bar1.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.gdpr-feature .name.title2 {
    background-image: url(../img/backup/gdpr-legal-compliance/illustration/title-bar2.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.gdpr-feature ul {
    text-align: left;
    font-size: 16px;
    line-height: 30px;

    margin-bottom: 20px;
}

.gdpr-feature ul li {
    padding-left: 5px;
}

.gdpr-feature ul .li-name {
    font-weight: bolder;
    position: relative;
}

.gdpr-feature ul .li-name:before {
    content: "·";
    position: absolute;
    left: -5px;
}

.gdpr-feature ul a {
    color: #36A3A5;
}

.gdpr-feature ul .learn-more {
    background-color: #36A3A5;
    color: #fff;
    padding: 3px 4px 3px 3px;
    margin-bottom: 3px;
}

@media (max-width: 991px) {
    .gdpr-feature .name {
        font-size: 24px;
    }

    .gdpr-feature div > img {
        width: 100%;
    }
}

.gdpr-global {
    background-image: url(../img/backup/gdpr-legal-compliance/illustration/global-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;

    padding-bottom: 70px;
}

.gdpr-global .swapper-title .container {
    padding-bottom: 0;
}

.gdpr-global .swapper-swiper {
    height: 700px;
    overflow: hidden;

    position: relative;
}

.gdpr-global .image-div {
    width: 55%;
    height: 643px;
    overflow: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

.gdpr-global .image-div img {
    width: 100%;
    clip-path: polygon(0 0, 86% 0, 103% 100%, 0px 100%);
}

.gdpr-global .content-div {
    width: 60%;
    height: 643px;
    background-image: url(../img/backup/gdpr-legal-compliance/illustration/rectangle-banner.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

    padding: 70px 0;

    position: absolute;
    top: 60px;
    right: 0;
}

.gdpr-global .swiper-container {
    width: 70%;
    margin: 0 auto;
}

.gdpr-global .swiper-button-next, .gdpr-global .swiper-button-prev {
    color: #fff;
    text-align: center;
    font-size: 25px;
    background-image: url(../img/backup/gdpr-legal-compliance/illustration/oval.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
}

.gdpr-global .swiper-button-next img, .gdpr-global .swiper-button-prev img {
    margin-bottom: 3px;
}

.gdpr-global .item {
    text-align: left;
    width: 65%;
    margin: 0 auto;
}

.gdpr-global .item .country {
    font-size: 18px;
    font-weight: bolder;
}

.gdpr-global .item .name {
    font-size: 20px;
    font-weight: bolder;

    margin-top: 10px;
    margin-bottom: 0;
}

.gdpr-global .item img {
    height: 40px;
    margin: 30px 0;
}

.gdpr-global .item .text {
    font-size: 16px;
    margin-bottom: 20px;
}

.gdpr-global .item .info {
    font-size: 16px;
    font-weight: bolder;
}

.gdpr-global .swapper-end {
    text-align: center;
    margin-top: 90px;
}

.gdpr-global .swapper-end h2, .gdpr-global .swapper-end p, .gdpr-global .swapper-end span {
    font-weight: bolder;
}

.gdpr-global .swapper-end span {
    color: #4AD1CD;
}

.gdpr-global .swapper-end .btn-normal {
    background-color: #FFAD2B;
}

.gdpr-global .swapper-end .btn-normal:hover {
    background-color: #ec9100;
}

/*** gdpr-helper ***/
.gdpr-helper .item {
    background-image: linear-gradient(to right, #1D6B75, #3EAFAC);
}

.gdpr-helper .helper-div {
    width: 99%;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    margin: 0 auto;
}

.gdpr-helper .helper-div img {
    margin: 40px auto 20px;
}

.gdpr-helper .helper-div .content-div {
    height: 90px;
    width: 95%;
    margin: 0 auto;
    word-wrap: break-word;
}

.neo-exchange .col-lg-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.neo-exchange .col-lg-12 .item {
    width: 400px;
    height: min-content;
    text-align: center;
}

.neo-exchange .col-lg-12 .item img {
    margin-bottom: 10px;
}

.neo-exchange .col-lg-12 .item li {
    line-height: 30px;
    font-size: 18px;
    font-weight: bolder;
}

/** GDPR页面结束 **/

/** 作者页开始 **/
.title-author {
    background: url(../img/author/banner.png) no-repeat;
    background-size: cover;
}

.title-author .author-business-card {
    width: 70%;
    margin: 0 auto;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 0;
}

.title-author .img-frame {
    float: right;
    margin-right: 30px;
    margin-top: 20px;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    overflow: hidden;
    text-align: center;
}

.title-author .author-business-card img {
    width: 100%;
    margin: 0 auto;
}

.title-author .author-business-card p {
    text-align: justify;
    color: #fff;
}

.title-author .author-business-card .author-name h1 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.title-author .author-business-card .author-name .share {
    position: absolute;
    top: 22px;
    left: 35%;
}

.title-author .author-business-card .author-name .share-icon {
    float: left;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    padding: 2px;
    border: 1px solid #fff;
    border-radius: 15px;
}

.title-author .author-business-card .author-name .share-icon a {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}

.author-introduce {
    width: 80%;
    height: 200px;
    margin: 50px auto;
    border-radius: 5px;
    box-shadow: 0 5px 15px #d1d1d1;
    padding: 25px 10px;
}

.author-introduce h4 {
    font-weight: bold;
}

.author-introduce img {
    height: 150px;
}

.author-view {
    margin-bottom: 50px;
}

.author-view .page-title {
    min-height: 350px;
}

.author-view .page-title p {
    font-size: 14px;
}

.author-view .neo-blog {
    width: 80%;
    margin: 50px auto;
}

.author-view .neo-blog .col-lg-4 {
    padding: 0;
}

.author-view .neo-blog .col-lg-4:first-child {
    padding-right: 20px;
}

.author-view .neo-blog .col-lg-4:last-child {
    padding-left: 20px;
}

.author-view .neo-blog .col-lg-4:nth-child(2) {
    padding: 0 10px;
}

.author-view .neo-blog .col-lg-4 img {
    border-radius: 5px 5px 0 0;
}

.author-view .neo-blog .item .intro {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 15px #d1d1d1;
}

.author-view .neo-blog .item .intro .name {
    font-size: 16px;
}

.recent-articles h2 {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
}

.author-view #technique-list {
    width: 80%;
    margin: 30px auto;
}

.author-view #technique-list li {
    padding: 0;
    border: none;
    box-shadow: 0 5px 15px #d1d1d1;
    border-radius: 10px;
    margin-bottom: 30px;
}

.author-view #technique-list li .col-md-4 .technique-img {
    width: 100%;
    margin: 20px auto;
}

.author-view #technique-list li .col-md-8 {
    height: 160px;
    margin: 20px auto;
    padding-right: 40px;
}

.author-view #technique-list a h2 {
    text-align: left;
}

.author-view #technique-list li p.time {
    position: absolute;
    bottom: 0;
    right: 40px;
}

.author-view .page-container {
    padding: 0;
    margin-bottom: 50px;
}

.title-author .author-list-card {
    width: 70%;
    height: 300px;
    margin: 20px auto 0;
}

.title-author .author-list-card h1 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-bottom: 50px;
}

.title-author .author-list-card p {
    text-align: justify;
    color: #fff;
    margin-bottom: 30px;
    width: 75%;
}

.author-list-articles h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #20124D;
}

.author-card {
    height: 300px;
}

.author-card .col-lg-7 {
    margin-bottom: 50px;
}

.author-card .img-frame {
    float: right;
    margin-top: 30px;
    margin-right: 30px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    overflow: hidden;
    text-align: center;
}

.author-card img {
    width: 100%;
    margin: 0 auto;
}

.author-card h2 {
    font-size: 30px;
    font-weight: bold;
}

.author-card .col-lg-5 {
    text-align: right;
}

.author-card .author-color-strip {
    background-color: #4AD1CD;
    height: 10px;
    width: 25px;
    margin-bottom: 10px;
}


.author-card .author-name .share {
    position: absolute;
    top: 22px;
    left: 40%;
    text-align: center;
}

.author-card .author-name .share-icon {
    float: left;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    padding: 2px;
    border: 1px solid #F0F0F0;
    border-radius: 15px;
}

.author-card .author-name .share-icon a {
    color: #909090;
    font-size: 18px;
    line-height: 18px;
}

.author-card p {
    color: #777777;
    margin-bottom: 30px;
}

.author-card .read-more {
    height: 40px;
    line-height: 40px;
    color: white;
    background-color: #4ad1cd;
    padding: 0 16px;
    display: inline-block;
}

.author-view .related-article .title {
    color: #777777 !important;
    background-color: #f9faff;
    margin-bottom: 0 !important;
    padding-top: 20px;
    padding-bottom: 10px;
}

/** 作者页结束 **/

.cookie-notice {
    border: 1px solid #031b4e;
    background-color: #1b6371;

    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px 0;
}

.cookie-notice .align-center {
    justify-content: unset;
}

.cookie-notice .notice-text {
    width: calc(100% - 330px);
    color: #fff;
    font-size: 12px;
}

.cookie-notice .notice-button {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: var(--default-color);
    color: white;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
}

.cookie-notice .notice-button:hover {
    background-color: var(--default-hover-color);
}

@media (max-width: 991px) {
    .cookie-notice .notice-text {
        width: unset;
    }

    .cookie-notice .notice-button {
        margin-left: 0;
        margin-top: 10px;
    }
}

/** Scenarios **/
.neo-scenarios img {
    height: 120px;
    display: block;
    margin: 0 auto;
}

.neo-scenarios h3 {
    min-height: 48px;
    font-family: var(--default-font-family-bold);
    font-size: 22px;
    color: #0e0e0e;
    text-align: center;
    margin: 40px 0 25px 0;
}

.neo-scenarios li {
    display: flex;
    margin-bottom: 4px;
}

.neo-scenarios li i {
    color: var(--default-color);
    font-size: 16px;
    margin-top: 2px;
    margin-right: 5px;
}

/* BEGIN FREE TRIAL DETAILS */
.need-help {
    background: url(../img/support/bg-KB.png) no-repeat;
    background-size: cover;
}

.need-help > .container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.need-help h2 {
    font-size: 28px;
    font-weight: bolder;
    color: white;
    margin: 0;
    text-align: center;
}

.need-help ul {
    width: fit-content;
    width: -moz-fit-content;

    margin: 10px auto 30px;
}

.need-help ul li {
    line-height: 22px;
    color: white;
    font-size: 16px;

    display: flex;
    align-items: center;
}

.need-help ul li i {
    font-size: 12px;
    margin-right: 4px;
}

.need-help .need-button {
    text-align: center;
}

.need-help .need-button a {
    color: #fff;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 5px;
    margin: 0 20px;
}

/* END FREE TRIAL DETAILS */

.background-reversal .neo-submit.gary {
    background-color: #fff;
}

.background-reversal .neo-contact.gary {
    background-color: #fff;
}

.background-reversal .neo-contact {
    background-color: #f8f8f8;
}

/** Feature页面开始 **/
.neo-feature-banner .item .item-container {
    height: 300px;
}

.neo-feature-banner .item .item-container .item-intro {
    width: 100%;
}

.neo-feature-banner .item .item-container .item-intro .images {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed transparent;
    background: linear-gradient(to right, #18414A, #1A5059) padding-box,
    repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0.5em, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0.8) 1.2em);
    z-index: -100;
}

.neo-feature-banner h1 {
    color: #C1F6FF;
    font-weight: normal;
    text-align: center;
}

.neo-feature-banner .neo-search .input {
    width: 60%;
    margin: 0 auto;
    color: #000;
}

.neo-feature .title {
    width: 50%;
    border-radius: 5px;
    background: #4BD8E0;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 50px auto;
}

.neo-feature .feature-list {
    overflow: auto;
    margin-bottom: 30px;
}

.neo-feature .feature-list .feature-list-div {
    width: 30%;
    margin: 30px 1.666%;
    float: left;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    height: 220px;
}

.neo-feature .feature-list .feature-list-div:hover {
    transform: scale(1.05);
}

.neo-feature .feature-list .feature-list-block {
    color: #3B3C3D;
}

.neo-feature .feature-list .feature-list-div .block-title {
    position: relative;
    font-weight: bold;
    font-size: 18px;
}

.neo-feature .feature-list .feature-list-div .block-title .icon {
    position: absolute;
    right: -20px;
    top: 4px;
}

.neo-feature .feature-list .feature-list-div .block-describe {
    font-size: 16px;
}

/** Feature页面结束 **/
#widget-container {
    margin-bottom: 30px;
}

#widget-container div {
    width: 100%;
    border: none;
}

#widget-container .gartner-pi-reviews {
    border-top: 1px solid #40b3e1;
}

.widget-button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
}

#widget-container .gartner-pi-logo {
    position: absolute;
    top: 0px;
    background-size: 100px;
    height: 70px;
    right: 10px;
}

#widget-container .gartner-pi-sourcing-link {
    text-align: right;
    position: absolute;
    top: 70px;
}

#widget-container .gartner-pi-as-of-date {
    display: none;
}

#widget-container .gartner-pi-reviews {
    height: 150px;
}

#widget-container .gartner-pi-rating-container .gartner-pi-star-rating-score {
    background-position: 0 -18px;
}


/** What Get **/
.neo-whatget .row {
    padding: 0 15px;
}

.neo-whatget .whatget-div {
    width: 20%;
    float: left;
}

.neo-whatget .whatget-div.whatget-down {
    position: relative;
    top: 102px;
}

.neo-whatget .whatget-div.whatget-up {
    margin-top: 30px;
    position: relative;
    top: -110px;
}

.neo-whatget .whatget-div h3 {
    font-size: 16px;
    font-weight: bolder;
    white-space: nowrap;
}

.neo-whatget .whatget-div ul li {
    font-size: 14px;
    white-space: nowrap;
}

.neo-whatget .whatget-div ul li i {
    color: #36A4A6;
    margin-right: 5px;
}

.neo-whatget .whatget-line {
    width: 100%;
    background-color: #36A4A6;
    height: 3px;
    position: relative;
    top: 100px;
}

.neo-whatget .whatget-vertical-line {
    width: 3px;
    background-color: #36A4A6;
    height: 30px;
    margin: 0 auto;
}

.recognition-div-left {
    width: 47.5%;
    margin-left: 2.5%;
    float: left;
    margin-top: 70px;
}

.recognition-div-left-image {
    width: 90%;
    margin-right: 10%;
    background-color: #fff;
    box-shadow: 0 8px 15px #d6d6d6;
    padding: 0 15px;
    height: 200px;
    display: flex;
    align-items: center;
}

.recognition-div-left img {
    height: 100px;
    margin: 0 auto;
}

.recognition-div-left p {
    width: 90%;
    margin-right: 10%;
    float: left;
    color: #3D3D3D;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 30px;
}

.recognition-div-right {
    width: 47.5%;
    margin-left: 2.5%;
    padding: 0 30px;
    border-left: 1px solid #D8D8D8;
    float: left;
}

.recognition-div-right .recognition-div-right-round-out {
    width: 150px;
    height: 150px;
    border: 2px solid transparent;
    background-clip: padding-box;
    background-image: linear-gradient(0deg, #0DF9EF 0%, #04BEDB 103%);
    border-radius: 75px;
    display: flex;
    align-items: center;
    margin: 0 auto 10px;
}

.recognition-div-right .recognition-div-right-round-in {
    background: #fff;
    width: 130px;
    height: 130px;
    border-radius: 65px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.recognition-div-right .recognition-div-right-round-in span {
    color: #3F3C73;
    font-size: 40px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    width: 100%;
}

.recognition-div-right .recognition-div-right-star {
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
}

.recognition-div-right .recognition-div-right-star span {
    color: #3F3C73;
    font-size: 40px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    width: 100%;
}

.recognition-div-right .recognition-div-right-star span i {
    font-size: 16px;
    color: #07D2E2;
    margin: 0 2px;
}

.recognition-div-right-message {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #3D3D3D;
}

.recognition-div-right-message * {
    display: inline-block;
}

.recognition-div-right-group p {
    font-size: 16px;
    line-height: 22px;
    color: #3D3D3D;
    width: 100%;
    text-align: center;
    height: 44px;
}

.recognition-div-right h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #3D3D3D;
    font-family: var(--default-font-family);
}

.recognition-div-right ul {
    padding-left: 15px;
    list-style-image: url(../img/index/enterprise/bullet.png);
}

.recognition-div-right ul li {
    font-family: var(--default-font-family);
    font-size: 16px;
    line-height: 27px;
    color: #3D3D3D;
    padding-left: 10px;
}

.award-div {
    margin-top: 50px;
    float: left;
    overflow: unset;
    width: 100%;
}

.award-div .swiper-slide img {
    height: 90px;
}

/* 移动端适配调整开始（414-360） */
.display-mobile {
    display: none !important;
}

@media (max-width: 414px) {

    #widget-container .gartner-pi-logo {
        position: relative;
        background-position: 7.5%;
    }

    #widget-container .gartner-pi-sourcing-link {
        position: relative;
        top: -15px;
    }

    #widget-container .gartner-pi-reviews {
        height: auto;
    }

    .neo-banner .item-intro > a {
        margin-bottom: 10px;
    }

    .page-title .title {
        font-size: 24px;
    }

    .vinchin-intro {
        background-size: cover;
        background-position: 50% 50%;
        margin-bottom: 50px;
    }

    .about-vinchin {
        margin: 50px auto;
    }

    .our-company {
        margin-bottom: 50px;
    }

    .our-company h2 {
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .our-company ul {
        width: 90%;
        margin: 0 auto;
        text-align: justify;
    }

    .our-company img {
        display: none;
    }

    .our-international {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .our-international h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .our-international h3 {
        font-size: 18px;
    }

    .our-honorary h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .our-honorary .col-md-4 {
        width: 33.3333%;
        float: left;
        padding: 0;
    }

    .our-honorary .col-md-4 h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .about-news a {
        font-size: 18px;
    }

    .footer-div {
        padding-top: 50px;
    }

    .footer-subscribe > .row > :last-child {
        margin-bottom: 30px;
    }

    .display-website {
        display: none !important;
    }

    .display-mobile {
        display: block !important;
    }

    .header #nav2 .navTwo .navThree {
        background-color: #29343B;
    }

    .main-page div.gary {
        overflow: hidden;
    }

    .footer-div .container {
        margin-top: 50px;
        margin-bottom: -30px;
    }

    .main-page .container {
        padding-bottom: 50px !important;
    }

    .free-edition {
        background-size: cover;
    }

    .free-edition h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .free-edition .form-group {
        margin-top: 30px;
    }

    .form-edition #subscribe {
        margin: 5px 0 0 0;
    }

    .form-edition .edition-learn {
        max-width: 100%;
        padding: 0 5px;
    }

    .form-edition .edition-learn label {
        width: 90%;
        float: right;
    }

    .edition-content .title {
        margin-top: 30px;
    }

    .title .title-sub {
        display: none;
    }

    .quick-overview .display-mobile {
        width: 15%;
        margin-right: 2%;
        float: left;
    }

    .quick-overview .display-mobile img {
        margin-top: 5px;
    }

    .quick-overview h3 {
        width: 83%;
        font-size: 18px;
        height: 50px;
        display: table-cell;
        vertical-align: middle;
    }

    .quick-overview p {
        margin-top: 10px;
        margin-bottom: 30px !important;
        float: left;
    }

    .neo-whatget .col-lg-4 {
        margin-bottom: 30px;
    }

    .need-help {
        background-position: center;
    }

    .need-help .need-button a {
        margin-bottom: 10px;
    }

    .neo-platforms .row > div {
        margin-bottom: 0;
    }

    .neo-platforms .row .item {
        width: 80%;
        margin-bottom: 30px;
    }

    .main-page .container > .title-component > p {
        font-size: 16px !important;
    }

    .neo-button a {
        min-width: 100%;
    }

    .neo-submit .explain .name {
        font-size: 18px;
    }

    .main-page .container > .title-component {
        margin-bottom: 50px;
    }

    .neo-submit .explain ul li {
        font-size: 14px;
    }

    .neo-submit .explain ul {
        margin-bottom: 30px;
    }

    .neo-contact .col-md-4 {
        margin-bottom: 30px;
    }

    .neo-button a {
        margin-top: 30px;
    }

    .main-page .container > .title-component > .heading {
        font-size: 24px;
    }

    .main-page .container > .title-component > h2 {
        font-size: 24px;
    }

    .neo-reason .row > div {
        margin-bottom: 0;
    }

    .neo-reason p {
        margin-bottom: 30px !important;
    }

    .neo-reason .item .div-blank {
        margin-top: 30px;
    }

    .neo-reason .item img {
        display: none;
    }

    .neo-thumb .item:first-child {
        margin-bottom: 30px;
    }

    .text-collapse .item a, .text-collapse .item .panel-title {
        font-size: 14px;
        line-height: 20px;
    }

    .neo-edition .item {
        margin-bottom: 50px;
    }

    .neo-edition .col-lg-4:first-child .item {
        height: 250px;
    }

    .neo-edition .col-lg-4:nth-child(2) .item {
        height: 480px;
    }

    .neo-getOffer .tip {
        line-height: 48px;
        margin-bottom: 30px;
    }

    .neo-provider img {
        width: 40%;
    }

    .neo-provider a {
        width: 80%;
        min-width: auto;
        margin: 0 auto;
        margin-top: 50px;
        height: 80px;
    }

    .neo-provider a span {
        font-size: 18px;
        line-height: 36px;
    }

    .neo-rich .content .cover {
        width: 100%;
    }

    .neo-rich .content .cover .tips {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .neo-rich .content .intro {
        margin: 0;
        width: 100%;
    }

    .neo-rich .intro ul li {
        font-size: 14px;
        height: auto;
    }

    .neo-media .media-button-prev, .neo-media .media-button-next {
        width: auto;
    }

    .neo-platforms ul {
        margin: 0 auto;
    }

    .neo-support .item:last-child {
        margin-bottom: 90px;
    }

    .neo-rich .display-mobile .tips {
        margin: 10px auto;
    }

    .neo-rich .content {
        padding: 0;
    }

    .neo-benefit .item img {
        display: none;
    }

    .neo-database .col-md-4 {
        margin-top: 30px !important;
    }

    .neo-support .container > .row > div:last-child .item:last-child {
        margin-bottom: 90px !important;
    }

    .neo-exchange .col-lg-12 .item {
        width: 100%;
    }

    .neo-exchange .col-lg-12 {
        display: block;
    }

    .neo-exchange .col-lg-12 .item:first-child {
        margin-bottom: 30px;
    }

    .main-page .container > .title-component.title-nas .nas-title span {
        height: 50px;
        line-height: 24px;
    }

    .neo-linux-server-backup-supported .item {
        width: 262px;
        margin: 20px auto;
    }

    .neo-linux-server-backup-supported .col-md-3:last-child {
        margin: 0 !important;
    }

    .neo-tpology .col-lg-9, .neo-tpology .col-lg-3 {
        width: 100% !important;
    }

    .neo-tpology img {
        width: 100%;
    }

    .neo-file-backup-supported .item {
        width: 262px;
        margin: 20px auto;
    }

    .neo-data h3 span {
        font-size: 30px;
    }

    .neo-data p {
        margin-bottom: 30px !important;
    }

    .ransomware-prepared .tape {
        display: none;
    }

    .ransomware-ready .info {
        font-size: 16px !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .ransomware-scenario-group {
        margin-bottom: 50px;
    }

    .ransomware-scenario.display-mobile h4 {
        background-image: linear-gradient(to right, #4ad1cd 30%, transparent 100%);
        color: white;
        height: 60px;
        font-size: 20px;
        font-weight: bolder;
        border-radius: 30px;
        margin-bottom: 10px;
        padding-left: 5%;
        padding-right: 30%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .ransomware-scenario.display-mobile h4::after {
        content: '▶';
    }

    .ransomware-scenario.display-mobile .intro {
        background-color: white;
        border: 2px solid #0d7a7e;
        border-radius: 40px;
        overflow: hidden;
    }

    .ransomware-scenario.display-mobile .intro-1 {
        background-color: #0d7a7e;
        color: white;
        border-radius: 20px;
        box-shadow: 0 0 20px 0 rgb(11, 137, 140);
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .ransomware-scenario.display-mobile .intro-1 .name, .ransomware-scenario.display-mobile .intro-2 .name {
        border: 2px solid white;
        width: 160px;
        line-height: 40px;
        font-family: Inter-Bold, sans-serif;
        font-size: 20px;
        font-weight: bolder;
        text-align: center;
        border-radius: 20px;
        margin: 0 auto 10px;
    }

    .ransomware-scenario.display-mobile .intro-1 .text {
        border-color: white;
    }

    .ransomware-scenario.display-mobile .intro-2 {
        color: #0d7a7e;
    }

    .ransomware-scenario.display-mobile .intro-2 .name {
        border: 2px solid #0d7a7e;
    }

    .ransomware-scenario.display-mobile .intro-1 .text, .ransomware-scenario.display-mobile .intro-2 .text {
        line-height: 24px;
        min-height: 146px;
        font-size: 14px;
        border-style: dashed;
        border-width: 2px 0 0;
        padding: 10px 30px;
    }

    .neo-customer .item p {
        margin: 0 10px;
    }

    .neo-customer .swiper-button-next, .neo-customer .swiper-button-prev {
        font-size: 30px;
    }

    .neo-rich .content {
        display: block;
    }

    .neo-work img {
        margin-bottom: 30px;
    }

    .neo-platforms-supported .item {
        margin-bottom: 30px !important;
    }

    .gdpr-rule img {
        margin-bottom: 30px;
    }

    .gdpr-rule .name {
        font-size: 24px;
    }

    .gdpr-feature div > img {
        display: none;
    }

    .gdpr-helper .helper-div {
        margin-bottom: 30px;
    }

    .neo-scenarios .col-lg-4 {
        margin-bottom: 30px;
    }

    .vin-download > .container > .row img {
        position: relative;
        right: 5%;
    }

    .file-download .guide-tr .guide-td {
        font-size: 14px;
    }

    .file-download .guide-tr .guide-td:first-child {
        padding-left: 10px;
    }

    .file-download .guide-tr .guide-td:last-child {
        width: 100px;
    }

    .enter-KB .col-md-6:first-child p:last-child {
        margin-bottom: 30px !important;
    }

    .file-download .guide-tr.long-text {
        line-height: 30px;
    }

    .file-download .guide-tr.long-text a {
        line-height: 60px;
    }

    .file-download .guide-tr.long-text .guide-td {
        max-width: 190px;
    }

    .customer-overview {
        width: 100%;
    }

    .page-title p {
        margin-bottom: 50px !important;
    }

    .sales-contact .item {
        margin-bottom: 50px;
    }

    .main-page .neo-comparison .container {
        width: 100%;
    }

    .neo-comparison .item .item-thead {
        line-height: 20px;
        font-size: 16px;
    }

    .neo-comparison .item-tbody .item-title {
        line-height: 20px;
        font-size: 16px;
        height: 60px;
    }

    .neo-comparison .item .item-tr {
        padding-left: 10px;
    }

    .neo-comparison .item .item-td {
        width: 25%;
    }

    .sup-vinchin .container {
        padding-top: 10px !important;
    }

    .four-people .cover-item {
        text-align: center;
    }

    .four-people .cover-item .leader-intro {
        text-align: left;
    }

    .neo-half-content .padding-rt {
        text-align: center;
    }

    .neo-half-content .padding-lt {
        width: 95%;
        margin: 0 auto;
    }

    .neo-half-content img {
        width: 80%;
        margin-bottom: 30px;
    }

    .neo-page ._htools-select {
        width: 100% !important;
    }

    .cookie-notice .notice-text {
        width: 100%;
    }

    .our-support.contact-support .container {
        padding-top: 0;
    }

    .our-support.contact-support .support-div {
        width: 80%;
        margin-left: 10% !important;
        margin-top: 30px !important;
    }

    .neo-feature .container {
        padding-top: 30px !important;
    }

    .neo-feature-banner h1 {
        font-size: 18px !important;
    }

    .neo-feature-banner .neo-search .input {
        width: 100%;
    }

    .neo-feature .feature-list {
        overflow: hidden;
    }

    .neo-feature .title {
        width: 100%;
        margin: 30px auto;
    }

    .neo-feature .feature-list .feature-list-div {
        width: 100%;
        margin: 10px 0;
        height: auto;
    }

    .neo-feature .feature-list .feature-list-div .block-title {
        padding-right: 20px;
    }

    .neo-feature .feature-list .feature-list-div .block-title .icon {
        /*right: 0px;*/
    }

    .neo-feature .feature-list .feature-list-div .block-describe {
        font-size: 12px !important;
    }

    .honorary-describe-div-left, .honorary-describe-div-right {
        width: 100%;
    }

    .our-honorary .honorary-gartner-div {
        background: none;
    }

    .honorary-describe-div-right h3 {
        margin-top: 0;
    }

    .our-honorary .honorary-gartner-div {
        height: auto;
    }

    .honorary-group-left-div, .honorary-group-right-div {
        width: 90%;
        margin: 30px auto;
        left: 5%;
        position: relative;
    }

    .honorary-group-left-div .honorary-group-describe .col-lg-4, .honorary-group-right-div .honorary-group-describe .col-lg-4 {
        width: 33.33333333%;
        float: left;
    }

    .honorary-group-left-div .honorary-group-describe .col-lg-offset-2, .honorary-group-right-div .honorary-group-describe .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .honorary-group-describe img {
        height: 70px;
    }

    .honorary-group-left-div .honorary-group-describe h3, .honorary-group-right-div .honorary-group-describe h3 {
        margin-bottom: 30px;
    }

    .neo-platforms li {
        font-size: 14px;
        text-align: center;
    }

    .neo-partner .col-lg-4 {
        margin-bottom: 30px;
    }

    .recognition-div-left {
        width: 100%;
        height: auto;
        margin-top: 30px;
        margin-left: 0;
    }

    .recognition-div-left img {
        margin: 50px auto 10px;
    }

    .recognition-div-right {
        width: 100%;
        padding: 0 10px 30px;
        height: auto;
        border: none;
    }

    .recognition-div-right h3 {
        font-size: 18px;
    }

    .recognition-div-left img {
        margin: 10px auto 10px;
    }

    .recognition-div-left-image {
        margin: 0 auto;
    }

    .recognition-div-left p {
        width: 100%;
        padding: 0 5%;
        margin: 30px auto;
    }

    .recognition-div-right-group {
        margin: 10px auto;
    }

    .recognition-div-right a {
        float: unset;
        position: unset;
        text-align: center;
        width: 100%;
        display: block;
    }

    .neo-tpology table th {
        background: #4AD1CD;
        color: #fff;
        text-align: center;
        padding: 2px;
        font-size: 16px;
        line-height: 27px;
        width: 26%;
    }

    .neo-tpology table td {
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        color: #171717;
        padding: 2px;
        text-align: center;
    }

    .neo-tpology table th:first-child {
        width: 18%;
    }
}

/* 移动端适配调整结束（414-360） */
