@font-face {
    font-family: Inter;
    src: url(../../../res/fonts/inter/Inter-Regular.otf) format('truetype'), url(../../../res/fonts/inter/Inter-Regular.woff) format('woff'), url(../../../res/fonts/inter/Inter-Regular.woff2) format('woff2');
}

@font-face {
    font-family: Inter-Bold;
    src: url(../../../res/fonts/inter/Inter-Bold.otf) format('truetype'), url(../../../res/fonts/inter/Inter-Bold.woff) format('woff'), url(../../../res/fonts/inter/Inter-Bold.woff2) format('woff2');
}

@font-face {
    font-family: Arial;
    src: url(../../../res/fonts/arial/arial.ttf) format('truetype');
}

@font-face {
    font-family: Arial-Bold;
    src: url(../../../res/fonts/arial/arialbd.ttf) format('truetype');
}

:root {
    --default-color: #4AD1CD;
    --default-hover-color: #00B6CE;
    --default-font-family: Arial, sans-serif;
    --default-font-family-bold: Arial-Bold, sans-serif;

    --share-telegram-color: #2481CC;
    --share-linkedin-color: #0C66C2;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--default-font-family) !important;
    position: relative;
}

p, span {
    font-size: 14px;
}

[class^="neo-"] p, [class^="neo-"] span {
    font-size: 14px;
    line-height: 24px;
}

p:last-child {
    margin-bottom: 0 !important;
}

ul li {
    list-style-type: none;
}

form input, form select {
    height: 30px;
}

textarea.form-control {
    resize: none;
    height: 160px;
}

button {
    outline: none !important;
}

a, a:focus {
    text-decoration: none;
    cursor: pointer;
    color: var(--default-color);
}

a:hover {
    text-decoration: none;
    color: var(--default-hover-color);
}

input:focus {
    outline: none;
}

.clear {
    clear: both;
}

label {
    cursor: pointer;
    margin-bottom: 0
}

.swiper-wrapper {
    height: auto;
}

#popModal {
    width: 100%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 #d6d6d6;

    display: none;
    bottom: unset;
}

#popModal .modal-header {
    height: 100px;
    background-color: #175f67;
    border-bottom: unset;
}

#popModal .modal-header .modal-title {
    line-height: 70px;
    font-size: 30px;
    font-weight: bolder;
    color: white;
    text-align: center;
}

#popModal .modal-header .close {
    color: white;
}

#popModal .modal-body .row {
    margin-bottom: 15px;
}

#popModal .modal-body .row:last-child {
    margin-bottom: 0;
}

#popModal .modal-footer .btn {
    width: 230px;
    height: 50px;
    line-height: 50px;
    color: white;
    background-color: var(--default-color);
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0;
}

/* 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: #fff;
    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;
}

.homepage-bg {
    background: url(../img/homepage/bg-index-center.png) no-repeat;
}

/*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: #fff;
    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*/

.content-title {
    text-align: center;
    margin: 70px 0 0;
    font-weight: bolder;
}

.content-title .why-vinchin {
    font-size: 32px;
    color: #4ad1cd;
    font-weight: normal;
}

.content-title span {
    font-size: 26px;
    color: #666666;
}

.content-tit span {
    font-size: 24px;
}

.content-tit {
    background: url(../img/homepage/bg-homepage.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    min-height: 230px;
    padding: 50px 0 10px;
    text-align: center;
}

.content-tit p {
    margin-top: 50px;
    font-size: 24px;
}

.content-tit p a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

.content-tit p a span {
    padding: 10px 20px;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.content-tit p a span:hover {
    color: #475f77;
    border: 3px solid #475f77;
}

@media (max-width: 310px) {
    .content-tit p a span {
        padding: 5px 0;
        display: block;
        margin: 0 auto;
    }
}

.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-Advan {
    padding-top: 40px;
    padding-bottom: 70px;
    background-color: #F1F1F1;
}

.moreAdvan {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.moreAdvan h3 {
    color: #333333;
    font-size: 22px;
    font-weight: bolder;
    padding-left: 5px;
    border-left: 15px solid #4ad1cd;
}

.moreAdvan p {
    padding-left: 20px;
    font-size: 16px;
}

.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: #65A0D4;
    border: 3px solid #65A0D4;
}

.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: 768px) {
    .moreAdvan a p {
        max-width: 100%;
    }

    .manufacturer ul li {
        margin: 0;
    }

    .adva-title .advantage-three {
        margin-left: 0;
    }

    .moreAdvan {
        width: 95%;
    }

    .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-product {
    background: url(../img/product/pagetitle-product.png) no-repeat;
    background-size: 100% 100%;
}

.title-support {
    background: url(../img/support/pagetitle-support.png) no-repeat;
    background-size: 100% 100%;
}

.title-software {
    background: url(../img/software/pagetitle-software.png) no-repeat;
    background-size: 100% 100%;
}

.title-partner {
    background: url(../img/partner/pagetitle-partner.png) no-repeat;
    background-size: 100% 100%;
}

.title-company {
    background: url(../img/company/pagetitle-company.png) no-repeat;
    background-size: cover;
}

.title-news {
    background: url(../img/company/pagetitle-news.png) no-repeat;
    background-size: 100% 100%;
    color: white;
}

/*BEGIN backup&recovery*/
.page-title {
    padding-top: 30px;
    min-height: 540px;
    text-align: center;
}

.title-news {
    min-height: 240px;
}

.page-title .title {
    font-size: 46px;
    color: white;
    font-weight: bolder;
    margin-top: 150px;
    margin-bottom: 30px;
}

.title-news .title {
    margin-top: 70px;
}

.page-title p {
    font-size: 30px;
    line-height: 40px;
    color: #FCFDFD;
}

.support-title {
    margin: 40px auto;
    text-align: center;
    max-width: 1000px;
    font-size: 16px;
}

.support-title p {
    margin-bottom: 40px;
    font-size: 18px;
}

.support-title hr {
    max-width: 200px;
    border-bottom: 1px solid #333333;
}

.support-title h1 {
    font-size: 26px;
    color: #666666;
    margin-bottom: 20px;
    text-align: center;
}

.title h2 {
    font-size: 26px;
    color: #000000;
    text-align: center;

    margin-top: 0;
    margin-bottom: 20px;
}

.support-title .title-sub {
    width: 30px;
    height: 5px;
    background-color: #4ad1cd;
    margin: 20px auto 0;
}

.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: #fff;
    background-color: #169BD5;
    font-size: 18px;
    font-weight: bolder;
    padding: 10px 45px;
}

.download:hover {
    background-color: #4ad1cd;
    color: #fff;
}

.features {
    margin: 50px auto 60px;
}

.features .RecoverAdvan {
    padding: 40px 0 60px;
    background: #F1F1F1;
}

.features .backup-Advan h3 {
    color: #333333;
}

.features .backup-Advan ul {
    padding: 0;
}

.features .backup-Advan p {
    font-weight: bolder;
    margin: 30px 0 0;
}

.features .backup-Advan ul li {
    margin-bottom: 5px;
}

.features .backup-Advan ul span {
    font-size: 14px;
}

.backupAdvan {
    margin: 40px 0 60px;
    text-align: center;
}

.backupAdvan .backup-mode {
    margin-bottom: 40px;
    color: #999999;

}

.features .backup-mode p {
    border-left: 15px solid #4ad1cd;
    padding-left: 10px;
}

.features .backup-mode span {
    display: block;
    padding-left: 25px;
}

.backup-mode .col-md-4:hover {
    color: #4ad1cd;
    cursor: default;
}

.backupAdvan .backup-mode h3 {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #333333;
    font-size: 20px;
    font-weight: bolder;
}

.backupAdvan .backup-mode span {
    display: block;
    max-width: 270px;
    margin: 0 auto;
    font-size: 16px;
    padding-bottom: 50px;
}

.features .RecoverAdvan h3 {
    margin-top: 20px;
}

.more-Fun {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
}

.moreFun {
    padding-bottom: 70px;
    text-align: left;
    color: #999999;
}

.moreFun:hover {
    color: #4ad1cd;
    cursor: default;
}

.moreFun .moreFun-text {
    padding-left: 60px;
}

.moreFun img {
    float: left;
    width: 30px;
    height: 34px;
}

.moreFun h3 {
    margin-top: 0;
    color: #666666;
    font-size: 18px;
    font-weight: bolder;
}

.moreFun span {
    font-size: 16px;
}

.recoverAdvan {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 80px;
    color: #999999;

}

.recoverAdvan h3 {
    color: #333333;
    font-size: 20px;
    font-weight: bolder;
    padding-top: 20px;
    padding-bottom: 10px;
}

.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-banner .xen-banner-container .col-lg-6 h2 {
    width: 80%;
    line-height: 48px;
}

.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-size: 20px;
    font-weight: 700;
    color: #155861;
    text-align: left;
    margin: 30px 0 20px;
    font-family: var(--default-font-family-bold);
}

.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-feafure {
    margin-top: 40px;
    padding-bottom: 40px;
}

.vm.xen-feafure .fast {
    font-weight: 700;
    font-size: 26px;
    color: #4bd8e0;
}

.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 0px 25px 0px;
    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-Partner h1 {
    padding-bottom: 14px;
}

.VMware-Partner h3 {
    text-align: center;
    color: #1c6973;
    font-size: 24px;
    margin: 0 0 82px;
}

.VMware-Partner .container {
    padding-left: 0;
    padding-right: 0;
}

.VMware-Partner .col-lg-4 {
    text-align: center;
    padding: 0;
}

.VMware-Partner p {
    color: #1c6973;
    font-size: 18px;
    margin: 25px 30px 30px;

}

.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 40px;
    padding: 40px 60px 60px;
    text-align: center;
}

.vmware-trynow .background button {
    height: 50px;
    border-radius: 10px;
    border: solid 2px #FFFFFF;
    font-size: 22px;
    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;
    }
}

/* w<1600 */
@media (max-width: 1600px) {
    .vmware-banner {
        height: 560px;
    }

    .vmware-banner p:first-child {
        font-size: 30px;
    }

    .vmware-text {
        width: 50%;
        margin: -51px auto 70px;
    }

    .vmware-banner .col-lg-4 {
        width: 50%;
    }

    .vmware-banner p:nth-child(2) {
        font-size: 24px;
        margin: 0;
    }
}

@media (max-width: 1440px) {
    .vmware-banner {
        height: 500px;
    }

    .vmware-advantage.container, .vmware-platform .container, .VMware-Partner.container, .vmware-trynow.container {
        width: 1200px;
    }

    .vmware-text {
        margin: -167px auto 50px;
        width: 54%;
    }
}

/* w<1366 */
@media (max-width: 1366px) {
    .vmware-banner .container, .vmware-advantage.container, .vmware-platform .container, .VMware-Partner.container, .vmware-trynow.container {
        width: 1100px;
    }

    .vmware-banner a p {
        width: 155px;
        font-size: 18px !important;
        font-weight: normal !important;
        line-height: 31px;
        border: solid 1px #c1f6fe;
        margin-bottom: 82px;
    }

    .vmware-banner a p:hover {
        border: solid 1px #4bd8e0;
    }

    .vmware-text p {
        font-size: 20px;
    }

    .vm.xen-feafure .fast {
        font-size: 22px;
    }

    .vmware-platform dl dt {
        width: 75%;
        font-size: 18px;
        line-height: 45px;
    }

    .vmware-trynow .background {
        padding: 30px 30px 40px;

    }

    .vmware-trynow .background h3 {
        font-size: 22px;
    }

    .vmware-trynow .background button {
        margin-top: 15px;
        height: 43px;
        font-size: 20px;
    }
}

/* w<1200 */
@media (max-width: 1200px) {
    .vmware-banner .container, .vmware-advantage.container, .vmware-platform .container, .VMware-Partner.container, .vmware-trynow.container {
        width: 991px;
    }

    .vmware-banner {
        background-size: 100%;
    }

    .vmware-text.container {
        width: 60%;
    }

    .VMware-Partner p {
        margin: 25px 20px 117px;
    }

    .vmware-banner .col-lg-4 {
        margin-top: 12%;
    }

    .vmware-advantage .col-lg-3 {
        padding: 0;
    }

    .vm.xen-feafure .fast {
        font-size: 20px;
    }

    .vm.xen-brands .xen-show .content, .vm.xen-brands .row .xen-hide .content {
        height: 380px;
    }

    .vmware-banner p:first-child {
        font-size: 20px;
        line-height: 34px;
    }

    .vmware-banner p:nth-child(2) {
        font-size: 18px;
    }

    .vmware-banner a p {
        font-size: 16px !important;
        line-height: 34px;
        margin: 0 0 22px 0;
    }

    .vmware-advantage h1, .vmware-platform h1, .VMware-Partner h1 {
        font-size: 24px;
    }

    .vmware-advantage .row .title {
        font-size: 18px;
    }
}

/* w<1024 */
@media (max-width: 1024px) {
    .vmware-banner .container, .vmware-advantage.container, .vmware-platform .container, .VMware-Partner.container, .vmware-trynow.container {
        width: 96%;
    }

    .vmware-banner {
        height: 400px;
    }
}

/* w<991 */
@media (max-width: 991px) {
    .vmware-banner {
        height: 340px;
    }

    .vmware-text.container {
        width: 73%;
    }

    .vmware-text {
        margin: -28px auto 70px;
    }

    .vmware-banner a p {
        margin-bottom: 100px;
    }

    .vmware-platform .row-bottom {
        margin-top: 30px;
    }

    .vm.xen-feature .subtitle {
        padding: 0;
    }

    .vmware-platform .col-xs-6 {
        padding: 0;
    }

    .VMware-Partner img {
        width: 80%;
    }
}

/* w<768 */
@media (max-width: 767px) {
    .vmware-banner {
        display: none;
    }

    .vmware-banner .container, .vmware-advantage.container, .vmware-platform .container, .VMware-Partner.container, .vmware-trynow.container {
        width: 92%;
    }

    .vmware-text {
        width: 85%;
        padding: 93px 0 0 0;
    }

    .vm.xen-feafure .fast, .vm.xen-feafure .right .fast {
        padding: 5px;
        margin: 10px 110px 0;
        text-align: center;
        border: 1px dashed #4bd8e0;
    }

    .vm.xen-feature .subtitle {
        text-align: center;
    }

    .VMware-Partner img {
        width: 40%;
    }

    .VMware-Partner p {
        margin: 25px 0 35px;
    }

    .vmware-advantage .col-lg-3 {
        width: 100%;
        margin-right: 0;
    }

    .vmware-advantage .row .col-lg-3:nth-child(2) {
        margin-top: 0;
    }

    .vmware-advantage.xen-whatget h1 {
        margin-bottom: 35px;
    }
}

/* w<415 */
@media (max-width: 415px) {
    .vmware-banner .container, .vmware-advantage.container, .vmware-platform .container, .VMware-Partner.container, .vmware-trynow.container {
        width: 92%;
    }

    .vmware-advantage h1, .vm.xen-feafure h1, .vmware-platform h1, .VMware-Partner h1 {
        font-size: 20px;
    }

    .vmware-advantage .row .title {
        font-size: 16px;
    }

    .vmware-advantage .row p {
        font-size: 13px;
    }

    .vmware-text {
        margin: 30px auto 20px;
    }

    .vmware-text p {
        font-size: 13px;
    }

    .vmware-advantage.hidden-lg .sm-box1 {
        margin-top: 0;
    }

    .vmware-advantage.hidden-lg .sm-box3 {
        margin-top: 0;
    }

    .vmware-advantage.hidden-lg img {
        display: none;
    }

    .vmware-advantage .col-xs-6 {
        width: 100%;
    }

    .vmware-advantage.hidden-lg .sm-box3 {
        margin-top: 0;
    }

    .vm.xen-feafure .fast, .vm.xen-feafure .right .fast {
        margin: 0;
        font-size: 18px;
    }

    .vmware-platform {
        margin: 60px 0;
        padding: 20px 0 40px 0;
    }

    .vmware-platform .row-bottom {
        margin-top: 0;
    }

    .vmware-platform .col-xs-6 {
        width: 100%;
    }

    .vmware-platform dl dt {
        width: 60%;
        font-size: 16px;
    }

    .vmware-platform dl dt {
        border: solid 1px #4ad1cd;
    }

    .vmware-platform dl dd {
        font-size: 14px;
    }

    .vmware-platform .last {
        margin: 10px 0 20px 0;
    }

    .vmware-platform h1 {
        margin-bottom: 30px;
    }

    .vmware-platform dl {
        border: none;
    }

    .VMware-Partner p {
        font-size: 16px;
    }

    .VMware-Partner h3 {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .vmware-hear {
        width: 260px;
        height: 44px;
        border-radius: 4px;
        border: solid 1px #4ad1cd;
        font-size: 20px;
        line-height: 40px;
        margin: 0 auto;
    }

    .vmware-trynow .background h3 {
        font-size: 15px;
    }

    .vmware-trynow .background {
        padding: 20px 10px 20px;
    }

    .vmware-trynow .background button {
        width: 150px;
        height: 30px;
        font-size: 16px;
    }

    .vmware-trynow .background button {
        border-radius: 4px;
        border: solid 1px #FFFFFF;
    }

    .vmware-trynow {
        height: 140px;
    }
}

/*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*/
.sol-Hypervisor {
    margin: 60px auto;
}

.sol-Hypervisor p {
    margin-top: 50px;
    font-size: 18px;
    max-width: 500px;
}

.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;
}

.hypervisor-Advan {
    margin: 0 auto 80px;
    text-align: center;
}

.hypervisor-Advan h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bolder;
}

.hypervisor-Advan a {
    color: #333333;
    cursor: default;
}

.hypervisor-Advan p {
    max-width: 240px;
    margin: 0 auto;
}

.hypervisor-Advan a:hover {
    color: #4ad1cd;
}

.hypervisor-Advan .col-md-4 {
    margin-top: 20px;
}

.sol-Openstack {
    font-size: 16px;
    margin: 60px auto 120px;
}

.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: #fff;
}

.title-sub {
    width: 30px;
    height: 5px;
    background-color: #4ad1cd;
    margin: 0 auto;
    margin-top: 20px;
}

.xen-banner {
    position: relative;
    background: url(../img/hypervisor/new-xenserver/xenserver-banner.png) no-repeat;
    background-size: 100%;
    height: 832px;
    top: -70px;
}

.xen-banner-container, .xen-whatget.container {
    width: 1349px;
    margin: 0 auto;
}

.xen-banner-container .col-lg-6 {
    width: 66%;
    margin-top: 200px;
    color: #c1f6ff;
}

.xen-banner-container .col-lg-6 h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.xen-banner-container .col-lg-6 p {
    font-size: 26px;
    margin: 20px 0 52px 0;
}

.xen-banner-container .col-lg-6 span {
    padding: 4px 20px;
    color: #c1f6ff;
    width: 10%;
    height: 48px;
    border-radius: 8px;
    border: solid 2px #c1f6fe;
    font-size: 24px;
}

.xen-banner-container .col-lg-6 span:hover {
    background-color: #4bd8e0;
    color: white;
    border: solid 2px #4bd8e0;
}

.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-feafure {
    margin-top: 120px;
}

.xen-feafure .container {
    width: 1349px;
}

.xen-feafure h3 {
    font-family: var(--default-font-family-bold);
    font-size: 20px;
    color: #155861;
    margin-bottom: 20px;
}

.xen-feafure p {
    font-size: 16px;
    color: #1c6973;
}

.xen-feafure .bottom .col-lg-2 {
    width: 13.6%;
    margin-top: 50px;
}

.xen-feafure .bottom .col-lg-10 {
    width: 80.3%;
    padding-left: 48px;
    padding-right: 0;
}

.xen-feafure ul, li {
    padding: 0;
    margin: 0;
}

.xen-feafure li {
    margin-bottom: 30px;
    height: 200px;
}

.xen-feafure .col-lg-6.left {
    padding-right: 50px;
}

.xen-feafure .col-lg-6.right {
    padding-left: 50px;
}

.xen-feafure .center h1 {
    font-family: var(--default-font-family-bold);
    font-size: 32px;
    color: #10515a;
    text-align: center;
    margin: 0 0 90px 0;
}

.xen-feafure .center img {
    position: absolute;
    top: 425px;
    right: 100px;
}

.xen-feafure .center img:nth-child(3) {
    position: absolute;
    top: 635px;
    left: 85px;
}

.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 0px 25px 0px;
    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: #fff;
    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: #fff;
    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 {
    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;
    }

    .xen-banner-container .col-lg-6 {
        width: 59%;
        margin-top: 171px;
    }
}

/* w<1440px */
@media (max-width: 1440px) {
    .xen-banner-container, .xen-whatget.container, .xen-feafure .container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 76%;
        padding: 0;
    }

    .xen-banner-container .col-lg-6 h2 {
        font-size: 30px;
    }

    .xen-banner-container .col-lg-6 {
        width: 57%;
        margin-top: 137px;
    }

    .xensever-text p {
        margin: -154px 340px 59px;
    }

    .xen-feafure .col-lg-2::after {
        left: 785%;
    }

    .xen-feafure .right .col-lg-2::after {
        left: -113%;
    }

    .xen-feafure .right::after {
        height: 602px;
    }

    .xen-feafure .left::after {
        height: 1053px;
    }

    .xen-feafure .center img {
        top: 340px;
    }

    .xen-feafure .center img:nth-child(3) {
        top: 590px;
    }

    .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-banner-container, .xen-whatget.container, .xen-feafure .container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 90%;
        padding: 0;
    }

    .xen-banner-container .col-lg-6 h2 {
        font-size: 27px;
        line-height: 40px;
    }

    .xen-brands .xen-show .content, .xen-brands .row .xen-hide .content {
        height: 400px;
    }

    .xen-brands .xen-hide .content span {
        margin: 85px 0 0 165px;
    }

    .xen-feafure .left::after {
        height: 1145px;
        right: -33px;
    }

    .xen-feafure .right::after {
        left: -49px;
        height: 650px;
    }

    .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-banner-container, .xen-whatget.container, .xen-feafure .container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 90%;
    }

    .xen-banner-container .col-lg-6 h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .xen-feafure .left::after {
        height: 1247px;
        right: -32px;
    }

    .xen-feafure .right::after {
        height: 740px;
        left: -44px;
    }

    .xen-feafure .center img {
        display: none;
    }

    .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-feafure .center h1, .xen-platforms h1, .xen-brands h1 {
        font-size: 26px;
    }

    .xen-banner-container .col-lg-6 h2 {
        font-size: 28px;
    }

    .xen-banner-container .col-lg-6 p {
        font-size: 22px;
        margin: 20px 0 30px 0;
    }

    .xen-banner-container .col-lg-6 span {
        font-size: 20px;
    }

    .xen-banner-container .col-lg-6 {
        margin-top: 105px;
    }

    .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-feafure .left::after, .xen-feafure .right .col-lg-2::after, .xen-feafure .col-lg-2::after {
        display: none;
    }

    .xen-feafure .col-md-6.left {
        padding-left: 0;
    }

    .xen-feafure .col-md-6.right {
        padding-right: 0;
    }

    .xen-feafure .right::after {
        width: 0;
        background-color: rgba(255, 255, 255, 0);
        height: 752px;
        left: -10px;
        top: 11px;
        border-right: 1px dashed #4ad1cd;
    }

    .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-banner-container, .xen-whatget.container, .xen-feafure .container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 90%;
    }

    .xen-whatget h1, .xen-feafure .center h1, .xen-platforms h1, .xen-brands h1 {
        font-size: 24px;
    }

    .xen-banner {
        height: 580px;
    }

    .xen-banner-container .col-lg-6 {
        width: 65%;
    }

    .xen-banner-container .col-lg-6 h2 {
        font-size: 22px;
    }

    .xen-banner-container .col-lg-6 p {
        font-size: 20px;
    }

    .xen-banner-container .col-lg-6 span {
        font-size: 18px;
    }

    .xensever-text p {
        margin: -235px 162px 35px;
        font-size: 20px;
    }

    .xen-whatget .col-lg-4 h2, .xen-feafure h3, .vmware-trynow .background h3 {
        font-size: 18px;
    }

    .xen-whatget .col-lg-4 p, .xen-feafure 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 .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;
    }

    .xen-banner-container .col-lg-6 {
        padding-left: 0;
        margin-top: 90px;
    }

    .xen-banner-container .col-lg-6 h2, .xen-banner-container .col-lg-6 p {
        font-size: 16px;
    }

    .xensever-text p {
        margin: -46px 93px 36px;
    }

    .xen-banner-container .col-lg-6 span {
        font-size: 14px;
    }

    .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-feafure 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, .xen-feafure h3, .vmware-trynow .background h3 {
        font-size: 15px;
    }

}

@media (max-width: 768px) {
    .xen-banner-container .col-lg-6 h2 {
        display: none;
    }
}

/* 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-banner-container, .xen-whatget.container, .xen-feafure .container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 551px;
    }

    .xen-banner {
        height: 470px;
    }

    .xen-banner-container .col-lg-6 {
        padding-left: 0;
        margin-top: 130px;
    }

    .xensever-text p {
        margin: -199px 49px 40px;
        font-size: 18px;
    }

    .xen-whatget img {
        display: none;
    }

    .xen-whatget .col-lg-4 {
        width: 100%;
    }

    .xen-feafure .bottom .col-lg-2 {
        margin-top: 10px;
    }

    .xen-feafure .bottom .col-lg-10 {
        width: 100%;
        padding-left: 100px;
    }

    .xen-feafure .right::after {
        border-right: none;
    }

    .xen-feafure h3 {
        font-size: 18px;
    }

    .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-feafure 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-banner-container, .xen-whatget.container, .xen-feafure .container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 400px;
    }

    .xen-banner-container .col-lg-6 p {
        display: none;
    }

    .xen-whatget h1 {
        margin-bottom: 35px;
    }
}

/* w<540px */
@media (max-width: 540px) {
    .xen-citrixpartner .container, .xen-banner-container, .xen-whatget.container, .xen-feafure .container, .xen-platforms .container, .xen-brands.container, .xen-trynow.vmware-trynow.container {
        width: 300px;
    }

    .xen-banner {
        height: 330px;
    }

    .xen-banner-container .col-lg-6 {
        margin-top: 100px;
    }

    .xen-banner-container .col-lg-6 span {
        font-size: 12px;
        border-width: 1px;
    }

    .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-banner-container, .xen-whatget.container, .xen-feafure .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-feafure .center 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%;
    }
}

/*END XCP-NG*/

/*BEGIN RED HAT VIRTUALIZATION*/
.rhv-ovirt-banner.xen-banner {
    background: url(../img/hypervisor/new-rhv-ovirt/banner.png) no-repeat;
    background-size: 100%;
    padding: 60px 0;
}

.rhv-ovirt-banner.xen-banner .xen-banner-container .col-lg-6 {
    width: 65%;
    margin-top: 200px;
    color: #c1f6ff;
}

.rhv-ovirt-text.xensever-text p {
    margin: 50px 574px 90px;
}

.rhv-ovirt-whatget.xen-whatget .col-lg-4.first {
    margin-top: -37px;
}

.rhv-ovirt-whatget.xen-whatget.container .col-lg-4:nth-child(2) {
    margin-top: -11px;
}

.rhv-ovirt-feature.xen-feafure {
    margin-top: 15px;
}

.rhv-ovirt-feature.xen-feafure {
    padding: 75px 0 0;
}

.rhv-ovirt-feature.xen-feafure .row .right {
    margin-top: 0;
}

.rhv-ovirt-feature.xen-feafure .row .left::after, .rhv-ovirt-feature.xen-feafure .row .right::after {
    width: 3px;
    height: 550px;
    background-color: #4bd8e0;
    top: -30px;
    right: -128px;
}

.rhv-ovirt-feature.xen-feafure .row .right::after {
    top: 760px;
    left: -130px;
    height: 510px;
}

.rhv-ovirt-feature.sangfor-hci-feature.xen-feafure .row .center .line:last-child {
    top: 96%;
}

.sangfor-hci-feature.xen-feafure .row .center h1::after {
    bottom: -100px;
}

.rhv-ovirt-feature.xen-feafure .row .col-lg-2::after {
    top: -140px;
    left: 15px;
}

.rhv-ovirt-feature.xen-feafure .row .col-lg-2::after, .rhv-ovirt-feature.xen-feafure .row li:nth-child(even) .col-lg-2::after, .rhv-ovirt-feature.xen-feafure .row li:nth-child(even) h3::before, .rhv-ovirt-feature.xen-feafure .row .right li:nth-child(odd) .col-lg-2::after, .rhv-ovirt-feature.xen-feafure .row .right li:nth-child(odd) h3::before {
    display: none;
}

.rhv-ovirt-platforms.xen-platforms dl {
    border-right: none !important;
    margin-left: 30px !important;
}

.rhv-ovirt-platforms.xen-platforms .col-lg-6 .col-lg-5 {
    margin-top: 35px;
}

.rhv-ovirt-platforms.xen-platforms dt {
    width: 100% !important;
    margin: 0px auto 28px !important;
}

.rhv-ovirt-platforms.xen-platforms dd {
    line-height: 63px;
    text-align: left;
    padding-left: 25%;
}

.rhv-ovirt-platforms.xen-platforms {
    padding: 95px 0 45px 0 !important;
}

.rhv-ovirt-provider.xen-provider {
    background: url(../img/hypervisor/new-rhv-ovirt/ovirt-bg.png) no-repeat;
    background-size: 100%;
}

.rhv-ovirt-brands.xen-brands .xen-show .content, .rhv-ovirt-brands.xen-brands .xen-hide .content {
    height: 360px;
}

.rhv-ovirt-trynow.xen-trynow.vmware-trynow .background {
    padding: 40px 206px 60px;
}

@media (max-width: 1920px) {
    .rhv-ovirt-banner.xen-banner .xen-banner-container .col-lg-6 {
        margin-top: 147px;
    }
}

@media (max-width: 1600px) {
    .rhv-ovirt-text.xensever-text p {
        margin: -53px 411px 90px;
    }

    .rhv-ovirt-feature.xen-feafure .container {
        width: 1400px !important;
    }

    .rhv-ovirt-feature.xen-feafure .row .left::after {
        height: 490px;
    }

    .rhv-ovirt-feature.xen-feafure .row .right::after {
        top: 704px;
        left: -109px;
        height: 627px;
    }
}

@media (max-width: 1440px) {
    .rhv-ovirt-banner.xen-banner .xen-banner-container .col-lg-6 {
        margin-top: 105px;
    }

    .rhv-ovirt-banner.xen-banner .xen-banner-container .col-lg-6 {
        width: 50%;
    }

    .rhv-ovirt-text.xensever-text p {
        margin: -121px 331px 90px;
    }

    .rhv-ovirt-feature.xen-feafure .container {
        width: 76% !important;
    }

    .rhv-ovirt-feature.xen-feafure .row .center h1::after, .rhv-ovirt-feature.xen-feafure .row .center h1::before {
        display: block;
        left: 77px;
    }

    .rhv-ovirt-feature.xen-feafure {
        margin-top: 40px;
    }

    .rhv-ovirt-feature.xen-feafure .row .left::after {
        height: 566px;
        top: -28px;
        right: -92px;
    }

    .rhv-ovirt-feature.xen-feafure .row .right::after {
        height: 675px;
        top: 781px;
        left: -110px;
    }

    .rhv-ovirt-platforms.xen-platforms .col-lg-7, .rhv-ovirt-platforms.xen-platforms .col-lg-5 {
        padding: 0;
    }

    .rhv-ovirt-brands.xen-brands .xen-show .content, .rhv-ovirt-brands.xen-brands .row .xen-hide .content {
        height: 420px;
    }
}

@media (max-width: 1366px) {
    .rhv-ovirt-feature.xen-feafure .container {
        width: 1170px !important;
    }

    .rhv-ovirt-banner.xen-banner .xen-banner-container .col-lg-6 {
        margin-top: 75px;
    }

    .rhv-ovirt-brands.xen-brands .xen-show .content, .rhv-ovirt-brands.xen-brands .row .xen-hide .content {
        height: 450px;
    }
}

@media (max-width: 1200px) {
    .rhv-ovirt-feature.xen-feafure .container {
        width: 90% !important;
    }

    .rhv-ovirt-feature.xen-feafure .row .right::after {
        left: -77px;
        top: 773px;
    }

    .rhv-ovirt-brands.xen-brands .xen-show .content, .rhv-ovirt-brands.xen-brands .row .xen-hide .content {
        height: 515px;
    }

}

@media (max-width: 1199px) {
    .rhv-ovirt-feature.xen-feafure .container {
        width: 900px !important;
    }

    .rhv-ovirt-platforms.xen-platforms dt {
        width: 30% !important;
    }

    .rhv-ovirt-platforms.xen-platforms .col-lg-6 {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .rhv-ovirt-feature.xen-feafure .container {
        width: 90% !important;
    }

    .rhv-ovirt-trynow.xen-trynow.vmware-trynow .background {
        padding: 40px 75px 60px;
    }
}

@media (max-width: 991px) {
    .rhv-ovirt-text.xensever-text p {
        margin: -156px 190px 90px;
    }

    .rhv-ovirt-trynow.xen-trynow.vmware-trynow .background {
        padding: 40px 55px 60px;
    }
}

@media (max-width: 768px) {
    .rhv-ovirt-text.xensever-text p {
        margin: -261px 95px 90px;
    }
}

@media (max-width: 767px) {
    .rhv-ovirt-text.xensever-text p {
        margin: -185px 95px 90px;
    }

    .rhv-ovirt-brands.xen-brands .xen-show .content {
        height: 211px;
    }

    .xen-feafure .col-lg-6.left {
        padding-right: 0;
    }

    .xen-feafure .col-lg-6.right {
        padding-left: 0;
    }
}

@media (max-width: 540px) {
    .rhv-ovirt-banner.xen-banner .xen-banner-container .col-lg-6 {
        margin-top: 60px;
    }

    .rhv-ovirt-brands.xen-brands .xen-show .content {
        height: 280px;
    }

    .rhv-ovirt-platforms.xen-platforms dt {
        width: 74% !important;
    }

    .rhv-ovirt-text.xensever-text p {
        margin: -185px 47px 90px;
    }
}

@media (max-width: 411px) {
    .rhv-ovirt-banner.xen-banner .xen-banner-container .col-lg-6 {
        margin-top: 30px;
    }

    .rhv-ovirt-brands.xen-brands .xen-show .content {
        height: 324px;
    }
}

/*END RED HAT VIRTUALIZATION*/

/*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-feature.xen-feafure .right {
    margin-top: 0;
}

.sangfor-hci-feature.xen-feafure .container {
    width: 1349px;
}

.openstack-backup-feature.xen-feafure li {
    height: 240px;
}

.openstack-solution-feature.xen-feafure {
    padding-bottom: 70px;
}

.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;
    }

    .sangfor-hci-feature.xen-feafure li {
        height: 240px;
    }

    .sangfor-hci-feature.xen-feafure .left ul li:nth-child(3) .col-lg-9 {
        width: 87%;
    }

    .sangfor-hci-feature.xen-feafure .col-lg-2::after {
        top: -180%;
    }
}

@media (max-width: 1366px) {
    .sangfor-hci-banner {
        height: 485px;
    }

    .sangfor-hci-feature.xen-feafure .right::after {
        top: 23.5%;
    }
}

@media (max-width: 1200px) {
    .sangfor-hci-banner {
        height: 435px;
    }

    .sangfor-hci-text.xensever-text p {
        margin: 30px 207px 75px;
    }

    .sangfor-hci-feature.xen-feafure .col-lg-5 .col-lg-3 {
        width: 0;
    }

    .sangfor-hci-feature.xen-feafure .col-lg-5 .col-lg-9 {
        width: 100%;
    }

    .sangfor-hci-feature.xen-feafure .left::after, .sangfor-hci-feature.xen-feafure .right::after, .sangfor-hci-feature.xen-feafure .left li:nth-child(2) .col-lg-2::after, .sangfor-hci-feature.xen-feafure .right li:nth-child(2) .col-lg-2::after {
        display: none;
    }

    .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: 768px) {
    .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: 0px 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, .sangfor-hci-feature.xen-feafure .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-feature.sangfor-hci-feature.xen-feafure .center 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-feature.sangfor-hci-feature.xen-feafure .right ul li:nth-child(2), .openstack-backup-feature.sangfor-hci-feature.xen-feafure .right ul li:first-child {
        margin-bottom: 70px !important;
    }

    .openstack-backup-feature.sangfor-hci-feature.xen-feafure .left::after, .openstack-backup-feature.sangfor-hci-feature.xen-feafure .right::after {
        height: 830px;
    }

    .openstack-backup-feature.sangfor-hci-feature.xen-feafure .row .center .line {
        height: 1130px;
    }

    .openstack-backup-provider.xen-provider a {
        width: 59%;
    }

    .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;
    }

    .openstack-backup-feature.xen-feafure .left li:nth-child(2) {
        margin-bottom: 49px;
    }

    .openstack-backup-feature.sangfor-hci-feature.xen-feafure .right ul li:nth-child(2), .openstack-backup-feature.sangfor-hci-feature.xen-feafure .right ul li:first-child {
        margin-bottom: 48px !important;
    }
}

@media (max-width: 1366px) {
    .openstack-backup-solution .container, .openstack-backup-whatget.xen-whatget .container, .sangfor-hci-feature.xen-feafure .container {
        width: 1170px;
    }

    .openstack-backup-feature.sangfor-hci-feature.xen-feafure .left ul li:nth-child(3) .col-lg-9 {
        width: 91%;
    }

    .openstack-backup-feature.sangfor-hci-feature.xen-feafure h3 {
        font-size: 18px;
    }

    .openstack-backup-feature.sangfor-hci-feature.xen-feafure p {
        font-size: 15px;
    }

    .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;
    }

    .openstack-backup-feature.sangfor-hci-feature.xen-feafure .right ul li:first-child {
        margin-bottom: 25px !important;
    }

    .openstack-backup-feature.sangfor-hci-feature.xen-feafure .right ul li:nth-child(2) {
        margin-bottom: 50px !important;
    }
}

@media (max-width: 1200px) {
    .openstack-backup-solution .container, .openstack-backup-whatget.xen-whatget .container, .sangfor-hci-feature.xen-feafure .container {
        width: 90%;
    }

    .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-feature.sangfor-hci-feature.xen-feafure .left li:first-child .col-lg-2::after, .openstack-backup-feature.sangfor-hci-feature.xen-feafure .right li:first-child .col-lg-2::after {
        display: none;
    }

    .openstack-backup-feature.sangfor-hci-feature.xen-feafure .row .center .line {
        height: 1006px;
        width: 2px;
    }

    .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: 768px) {
    .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) {
    .xen-feafure li .row {
        margin-right: 0;
    }

    .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;
    }

    .xen-whatget h1, .openstack-backup-solution h1, .openstack-backup-feature.sangfor-hci-feature.xen-feafure .center h1, .openstack-backup-platforms.rhv-ovirt-platforms.xen-platforms h1, .openstack-backup-brands h1 {
        font-size: 20px;
    }

    .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 span {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 16px;
    max-width: 340px;
}

.tech-help span:hover {
    color: #4ad1cd;
}

.tech-help .supports {
    width: 200px;
    height: 176px;
    margin: 0 auto;
    border-radius: 10px;
}

.tech-help p {
    max-width: 360px;
    font-size: 16px;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
}

.tech-help p:hover {
    color: #4ad1cd;
}

.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;
    }
}

.sup-KB, .sup-train {
    margin-top: 40px;
}

.support-mode {
    margin: 80px auto 0;
    text-align: center;
}

.support-mode h2 {
    margin-bottom: 30px;
}

.support-mode .row {
    margin: 0;
}

.support-mode .col-md-9 {
    padding: 0;
}

.support-mode ul {
    padding-left: 0;
}

.support-mode ul li {
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    padding-right: 5px;
    color: #333333;
}

.support-mode ul li:hover {
    -webkit-box-shadow: 0px 0 10px #999999;
    -moz-box-shadow: 0 0 10px #999999;
    box-shadow: 0 0 10px #999999;
}

.support-mode li i {
    padding: 15px;
    color: #4ad1cd;
    font-size: 30px;
    border: 2px solid #4ad1cd;
    border-radius: 40px;
    margin-top: 14px;
}

.support-mode ul li h3 {
    margin-top: 40px;
    font-size: 20px;
    text-align: left;
}

.support-mode ul li span {
    text-align: left;
    display: block;
    margin-top: 40px;
    padding-bottom: 20px;
}


.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;
    text-align: left;

    display: block;
    margin-top: 0;
    margin-bottom: 10px
}

.support-mode .item p {
    line-height: 22px;
    display: block;
}

.support-mode .item-r p {
    text-align: left;
}


.support-success {
    color: green;
    text-align: right;
    margin-top: 100px;
}

#support-success {
    top: 25%;
    left: 4%;
}

@media (max-width: 991px) {
    .support-mode ul li {
        padding: 20px;
    }

    .sup-screen img {
        width: 50px;
    }

    .support-mode ul li h3,
    .support-mode ul li span {
        margin: 5px 0;
    }

    .tech-help {
        width: 100%;
    }

    .support-mode ul li h3 {
        text-align: center;
    }
}

/*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(/res/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;
}

.vin-download span {
    font-size: 14px;
    color: #666666;
}

.vin-download .download-div {
    margin-left: 80px;
}

.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 span {
    color: var(--default-color);
}

.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;
    padding: 10px 20px;
    display: block;
    margin-top: 20px;
    opacity: 1 !important;
}

.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,
.sup-form button:hover,
.sup-form button:focus {
    color: #fff;
    background-color: #337ab7;
}

.sup-form .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: #fff;
    padding: 0;
}

.sup-form .close:hover {
    color: #000;
    opacity: .2;
}

.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-editon .trial-success {
    color: #4ad1ad;
    text-align: center;
    margin-top: 10px;
}

.free-editon .trial-success a {
    cursor: pointer;
    color: #E04E4B;
    margin-left: 20px;
    font-size: 16px;
}

.free-editon .trial-success a:hover {
    text-decoration: underline;
}

/* END FREE TRIAL */

/* BEGIN FREE TRIAL DETAILS */
.download-trial {
    margin: 100px auto;
}

.download-trial .col-md-7 h3 {
    font-size: 20px;
    font-weight: bolder;
}

.download-trial .col-md-7 p {
    margin: 0;
}

.download-trial .ISO-Download i {
    margin-top: 25px;
    font-size: 60px;
    color: #4ad1cd;
}

.download-trial .ISO-Download i:hover {
    color: #65A0D4;
}

.download-trial .col-md-5 .guideP {
    background-color: #4ad1cd;
    padding: 10px 0 10px 10px;
    color: #fff;
    font-size: 18px;
}

.download-trial .col-md-5 a {
    color: #666666;
}

.download-trial .col-md-5 a:hover {
    color: #4ad1cd;
}

.download-trial ul {
    padding: 0;
}

.download-trial ul li {
    margin-bottom: 0;
    padding: 5px 0;
}

.download-trial .col-md-5 .online-train a {
    display: block;
    margin-top: 5px;
    max-width: 180px;
    color: #fff;
    background-color: #169BD5;
    font-size: 18px;
    font-weight: bolder;
    padding: 5px 20px;
}

/* END FREE TRIAL DETAILS */

.bt-page li a {
    padding: 4px 0;
    border: 0;
    width: 32px;
    height: 32px;
    line-height: 22px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}

.bt-page li a:hover,
.bt-page li a:focus,
.bt-page li a:active {
    background-color: #456077;
    border-radius: 40px;
    color: #fff;
}

.bt-page i {
    font-size: 20px;
    color: #333333;
}

.bt-page i:hover {
    font-weight: bolder;
    color: #4ad1cd;
}

.bt-page .le-right {
    background-color: #fff;
}

.bt-page .le-right:hover,
.bt-page .le-right:focus {
    background-color: #fff;
}

@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: 768px) {
    .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: #fff;
}

.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;
    }
}

.detail-title {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: left;
}

.detail-title a {
    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 0px 0 10px;
    -moz-box-shadow: #666 0px 0 10px;
    box-shadow: #666 0px 0 10px;
    padding: 20px 20px 40px 20px;
    margin-top: 60px;
}

.feedback .kb-form button {
    float: right;
    color: #fff;
    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;
}

@media (max-width: 768px) {
    .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: #fff;
    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*/
.sales-contact {
    width: 100%;
    margin: 80px auto;
    text-align: center;
}

.sales-contact p {
    margin-top: 20px;
    font-size: 22px;
}

.sale-form {
    width: 80%;
    margin: 80px auto;
}

.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: #fff;
    font-size: 19px;
    padding: 0 80px;
    margin: 40px 0;
    float: right;
}

.sale-form #sale-submit:hover,
.apply-partner button:hover,
.contact-mode button:hover {
    opacity: 0.8;
    color: #fff;
}

.contact-mode .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: #fff;
    padding: 0;
}

.contact-mode .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 0px 0 10px;
    -moz-box-shadow: #666 0px 0 10px;
    box-shadow: #666 0px 0 10px;
    background-color: #EAEAF0;
}

.bt-download a {
    color: #fff;
    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 0px 0 10px;
    -moz-box-shadow: #666 0px 0 10px;
    box-shadow: #666 0px 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: #fff;
}

.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: #fff;
    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: #fff;
}

.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: #fff;
    background-color: #4ad1cd;
}

.write-form button {
    color: #fff;
    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(/res/img/software/bg-edition.png);
    background-repeat: no-repeat;
    background-size: cover;
    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 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 {
    margin-bottom: 60px;
}

.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(/res/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: #fff;
    background: url(../img/support/bg-KB.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 20px;
    text-align: center;
}

.enter-edition p {
    font-size: 24px;
    margin-bottom: 20px;
}

.enter-edition a {
    color: #4AD1CD;
    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;
    margin-bottom: 20px;
}

.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 h3 {
    font-size: 22px;
}

@media (max-width: 991px) {
    .form-edition .form-control {
        width: 60%;
        float: left;
    }

    .overview-edition .col-md-2 {
        padding-left: 0;
    }

    .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 .form-control {
        width: 100%;
    }

    .edition-poster .edtion-text {
        max-width: 460px;
    }
}

@media (max-width: 414px) {
    .free-editon .edition-title {
        padding: 20px 0;
    }

    .free-editon .edition-title p {
        margin-top: 20px;
    }

    .free-edition h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .free-edition .form-group {
        margin-top: 30px;
    }
}

/*END FREE-EDITION*/

/*BEGIN CONTACT-SUPPORT*/
.sale-contact {
    width: 100%;
    margin: 0 auto 40px;
}

.salesman {
    text-align: center;
}

.salesman img {
    width: 75px;
}

.salesman h3 {
    font-size: 14px;
    font-weight: bolder;
    color: #333333;
}

.salesman p {
    font-size: 14px;
    margin: 0 auto;
}

.salesman span, .salesman a {
    color: #4ad1cd;
    font-size: 14px;
}

.salesman a:hover {
    color: #3b9ac2;
}

.sup-vinchin {
    margin: 20px auto 60px;
}

.sup-vinchin .col-md-5 {
    max-width: 500px;
    text-align: center;
    margin-top: 20px;
}

.sup-vinchin h3 {
    font-size: 18px;
}

.support-time {
    margin-top: 50px;
    margin-bottom: 50px;
}

.support-time span {
    color: #4ad1cd;
}

.sup-form {
    width: 80%;
    margin: 60px auto 180px;
}

.sup-form h2 {
    font-size: 24px;
    text-align: center;
    color: #4ad1cd;
    margin-bottom: 40px;
}

.sup-form button {
    height: 40px;
    line-height: 40px;
    background-color: #4ad1cd;
    color: white;
    font-size: 14px;
    padding: 0 12px;
}

@media (max-width: 991px) {
    .sup-form {
        width: 90%;
    }
}

/*END CONTACT-SUPPORT*/

/*BEGIN PARTNER-PLAN*/
.partner-title {
    background: url(../img/partner/bg-Coop.png) no-repeat;
    background-size: 100% 100%;
    min-height: 520px;
    margin: 0 auto;
    color: #fff;
}

.partner-title .partner-home {
    width: 70%;
    padding-top: 100px;
    text-align: right;
}

.partner-title .partner-home p {
    max-width: 740px;
    margin-top: 20px;
    float: right;
    font-size: 18px;
}

.partner-title .partner-home .col-md-4 p {
    text-align: center;
    width: 260px;
    float: left;
    font-size: 14px;
}

.partner-title .partner-home a {
    display: block;
    color: #fff;
    width: 260px;
    margin-top: 40px;
    padding: 10px 50px;
    border-radius: 40px;
    text-align: center;
}

.partner-title .partner-home a:hover {
    background-color: #4ad1cd;
}

.partner-title .partner-form {
    text-align: left;
}

.partner-sys {
    background-color: #E04E4B;
}

.partner-apply {
    background-color: #455F76;
}

.partner-plan {
    margin: 40px 0 50px;
    text-align: center;
}

.partner-text {
    margin-bottom: 40px;
}

.partner-text p {
    max-width: 1040px;
    margin: 0 auto;
}

.partner-enjoy h2 {
    color: #333333;
    font-size: 24px;
    margin: 20px 0 60px 0;
    text-align: center;
}

.partner-enjoy {
    background: #F1F1F1;
    padding: 50px 0 30px;
    text-align: left;
}

.partner-enjoy .row {
    width: 100%;
    margin: 0 auto;
}

.partner-enjoy h3 {
    font-size: 20px;
    font-weight: bolder;
    margin: 10px 0 10px 10px;;
}

.partner-enjoy p {
    max-width: 400px;
    margin: 10px 0 60px;
    text-align: left;
}

.partner-level {
    margin: 20px auto 80px;
}

.partner-level img {
    width: 100px;
}

.partner-level h3 {
    font-size: 20px;
    font-weight: bolder;
}

.partner-level h2 {
    color: #333333;
    margin: 20px 0 60px;
    font-size: 24px;
    text-align: center;
}

.partner-level p {
    margin: 10px auto 0;
    text-align: left;
    max-width: 300px;
}

.partner-level .level-title {
    margin: 0;
}

.partner-down {
    color: #475f77;
    text-align: center;
    margin: 20px 0;
}

.partner-down a:hover {
    color: #475f77;
    border: 3px solid #475f77;
}

.partner-down a {
    font-size: 20px;
    color: #fff;
    border: 3px solid #fff;
    padding: 10px 40px;
    border-radius: 30px;
}

.partner-down p {
    font-size: 16px;
    margin: 40px auto 0;
    max-width: 600px;
    color: #fff;
}

.program-div {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .partner-level .col-md-4 {
        text-align: center;
        margin-top: 20px;
    }

    .program-div {
        margin-bottom: 0;
    }

    .partner-level h3 {
        margin-left: 0;
    }

    .partner-level h3 img {
        display: none;
    }

    .partner-enjoy h3 {
        max-width: 100%;
    }

    .partner-enjoy {
        margin-top: 10px;
    }

    .partner-title .partner-home {
        width: 100%;
        text-align: left;
    }

    .partner-title .partner-home a {
        margin-top: 330px;
        margin-bottom: 30px;
    }

    .partner-title .partner-home p {
        float: left;
    }

    .partner-title .partner-home .partner-apply {
        margin-top: 20px;
    }
}

/*END PARTNER-PLAN*/

/*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 {
    width: 85%;
    margin: 140px auto;
    border-radius: 10px;
    min-height: 300px;
    padding: 40px 0;
    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;
    padding: 50px 0;
    text-align: center;
    background-color: #f8f8f8;
}

.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 50px;
}

.our-honorary .row {
    width: 800px;
    margin: 0 auto 10px;
}

.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 .row:last-child {
    width: 600px;
}

.our-honorary .honorary-div img {
    width: 100px;
}

.our-honorary h2 {
    font-size: 32px;
    font-weight: bolder;
    margin-bottom: 50px;
    text-align: center;
}

.our-honorary span {
    color: #999999;
}

.our-team {
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 140px;
}

.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 h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bolder;
    text-align: center;
}

.our-team .row {
    margin-bottom: 70px;
    padding-bottom: 70px;
}

.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-3 .logo-content:first-child {
    width: 30%;
}

.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-brands {
    padding-top: 70px;
    padding-bottom: 140px;
    background-color: #f8f8f8;
}

.our-brands h2 {
    font-size: 32px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 50px;
}

.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: 60%;
    margin: 0 auto 10px;
}

.our-support .support-div p {
    font-size: 18px;
    width: 60%;
    margin: 10px auto 25px;
}

.our-support .support-div a {
    width: 60%;
    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;
    overflow: hidden;
}

.our-support.contact-support .support-div {
    height: 270px;
    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;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: 24px;
    font-weight: bold;
}

.sup-vinchin.contact-support-content .col-md-5 p {
    font-size: 16px;
}

.sup-vinchin .col-md-7 .col-md-3 {
    text-align: right;
}

#contactSupport {
    color: white;
    background-color: var(--default-color);
    border-radius: 5px;
}

#contactSupport:hover {
    color: white;
    background-color: var(--default-hover-color);
}

@media (max-width: 767px) {
    .our-company {
        width: 100%;
    }

    .our-company img {
        margin-left: 0;
    }

    .about-vinchin {
        width: 100%;
    }

    .our-international h3 {
        max-width: 100%;
    }
}

/*END ABOUT-US*/

/*BEGIN CONTACT-US*/
.contact-our {
    margin: 80px auto 120px;
}

.contact-our h2 {
    color: #4ad1cd;
}

.contact-our p {
    margin: 20px 0 0;
    color: #4ad1cd;
    font-size: 18px;
}

.contact-our .map-img {
    margin-top: 60px;
    max-width: 400px;
    max-height: 300px;
}

.contact-our img {
    position: absolute;
    left: -50px;
    width: 50px;
}

.contact-our .us-body {
    margin-bottom: 50px;
}

.map-img img {
    width: 100%;
    height: 100%;
}

.leave-message {
    color: green;
}

.contact-mode {
    margin: 80px auto;
}

.contact-mode label {
    font-size: 12px;
    color: #666666;
}

.contact-mode input {
    min-height: 40px;
}

.contact-mode span {
    font-size: 12px;
    color: #999999;
    margin-bottom: 40px;
}

.contact-mode button:hover,
.contact-mode button:focus,
.contact-mode button:active {
    color: #fff;
    opacity: 0.8;
}

.bt-submit {
    outline: none !important;
}

.contact-mode button {
    background-color: #4ad1cd;
    color: #fff;
    float: right;
    outline: none;
    padding: 5px 40px;
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.about-news {
    background: url(../img/company/bg-news.png) no-repeat;
    background-size: 100% 100%;
    padding: 70px 0 40px;
    color: #fff;
    margin-top: 60px;
}

.about-news a {
    border: 3px solid #fff;
    color: #fff;
    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: 768px) {
    .contact-our {
        width: 100%;
    }

    .contact-mode {
        width: 100%;
    }
}

/*END CONTACT-US*/

/*BEGIN VINCHIN-NEWS*/
.news-count {
    float: right;
    margin-top: 55px;
    font-size: 16px;
    color: #999999;
}

.news-list {
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 40px 60px;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: #666 0px 0 10px;
    -moz-box-shadow: #666 0px 0 10px;
    box-shadow: #666 0px 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;
    margin-bottom: 15px;
    color: #333333;
    font-size: 18px;
    font-weight: bold
}

.news-list .news-text p {
    font-size: 14px;
    color: #666666;
}

.news-update {
    margin-top: 10px;
}

.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: 768px) {
    .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');
}

#page-news li a {
    border-radius: 40px;
    background-color: #fbfbfd;
    border: solid 1px #43bcc4;
    color: #8089a5;
    margin-right: 10px;
    font-size: 16px;
}

#page-news .active > a {
    background-color: #43bcc4;
    cursor: pointer;
    color: #fff;
    border: 1px solid #43bcc4;
}

#page-news a:hover,
#page-news a:focus,
#page-news a:active {
    background-color: #43bcc4;
    cursor: pointer;
    color: #fff;
    border: 1px solid #43bcc4;
}

#page-news li img {
    width: 8px;
}

#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: 0px 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: 90px;
    text-align: center;
    font-size: 14px;
    color: #cbcfd9;
    padding: 2px 0;
    border-radius: 5px;
    border: solid 1px #cbcfd9;
    margin-top: 15px;
}

.social-share {
    margin: 0;
    display: flex;
}

.social-share p {
    font-size: 16px;
    color: #8b91a4;
    padding-top: 8px;
}

.social-share ul li {
    font-size: 16px;
    color: #8b91a4;
    margin: 0;
}

.social-share ul li i {
    font-size: 18px;
    color: #8b91a4;
}

.social-share ul li a:hover i,
.social-share ul li a:focus i,
.social-share ul li a:active i {
    color: #4ad1cd;
}

.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;
    text-align: center;
    font-size: 14px;
    color: #515355;
    padding: 4px 8px;
}

.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;
}

@media (min-width: 992px) {
    .news-nav {
        width: 330px;
        margin-left: 30px;
    }

    .sales-page {
        width: 90%;
    }
}

/*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 0px 0 10px;
    -moz-box-shadow: #666 0px 0 10px;
    box-shadow: #666 0px 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;
}

.news-details .news-update {
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-details .news-update span {
    color: #999999;
    font-size: 12px;
    margin-right: 30px;
}

.news-details .news-update .news-icon {
    padding: 2px 10px;
    color: #475f77;
    border: 1px solid #475f77;
    border-radius: 20px;

}

.details-img {
    max-width: 848px;
    max-height: 338px;
    margin-bottom: 30px;
}

.details-img img {
    width: 100%;
    height: 100%;
}

.news-details .news-update a {
    padding: 2px 10px;
    color: #475f77;
    border: 1px solid #475f77;
    border-radius: 20px;
}

.hobby-news {
    margin-top: 30px;
    margin-bottom: 20px;
    min-height: 200px;
    padding: 40px 60px 20px 60px;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: #666 0px 0 10px;
    -moz-box-shadow: #666 0px 0 10px;
    box-shadow: #666 0px 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: 768px) {
    .detail-page .container {
        padding: 0;
    }
}

/*END NEWS-DETAILS*/

.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: #fff;
    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;
}

/*END EMPLOYMENT*/

/*BEGIN CUSTOMER*/
.customer-detail {
    color: #4ad1cd;
    font-size: 16px;
}

.customer-detail:hover {
    opacity: 0.8;
}

/*END CUSTOMER*/

/*BEGIN CUSTOMER DETAIL*/
.customer-introduce {
    padding: 20px;
    background: #f2f2f2;
}

.customer-introduce p {
    margin: 0;
    font-size: 14px;
}

.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 .top .date span {
    font-family: var(--default-font-family-bold);
    display: block;
    color: white;
    text-align: center;
}

.customer-case .top .date span:first-child {
    line-height: 34px;
    font-size: 18px;
}

.customer-case .top .date span:last-child {
    line-height: 26px;
    font-size: 14px;
}

.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;
}

#case-page {
    width: 600px;
    margin: 0 375px 20px;
    display: block;
    padding-bottom: 40px;
}

#case-page > .active > a {
    background-color: #4ad1cd;
    border-radius: 0 !important;
    color: #fff;
    border: 0 !important;
}

#case-page > .active > a:hover {
    background-color: #4ad1cd;
    cursor: pointer;
    border: 0 !important;
}

#case-page > li:first-child > a,
#case-page > li:last-child > a {
    border-radius: 0 !important;
}

#case-page li a {
    padding: 4px 0;
    width: 32px;
    height: 32px;
    line-height: 22px;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #dddddd;
}

#case-page li a:hover,
#case-page li a:focus,
#case-page li a:active {
    background-color: #4ad1cd;
    border-radius: 0 !important;
    color: #fff;
    border: 0 !important;
}

/*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;
}

.footer-div .contact-us i {
    color: #999999;
}

.footer-div .community .spicework, .footer-div .community .reddit {
    width: 22px;
    height: 24px;
    margin-top: 6px;
}

.footer-div .community .spicework {
    background: url(../img/homepage/spicework.png) no-repeat;
    background-size: 22px 24px;
    position: absolute;
}

.footer-div .community .spicework:hover {
    background: url(../img/homepage/spicework-hover.png) no-repeat;
    background-size: 22px 24px;
    position: absolute;
}

.footer-div .community .reddit {
    background: url(../img/homepage/reddit.png) no-repeat;
    background-size: 22px 24px;
    position: absolute;
}

.footer-div .community .reddit:hover {
    background: url(../img/homepage/reddit-hover.png) no-repeat;
    background-size: 22px 24px;
    position: absolute;
}

.footer-enter ul {
    margin-bottom: 30px;
    padding-left: 0;
}

.footer-enter ul li {
    color: #fff;
    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);

    position: absolute;
    left: 0;
    top: 0;
}

.footer-subscribe .community .iconfont a:hover:before {
    transform: scale(1);
}

.footer-subscribe .community .iconfont a:nth-child(1):before {
    background-color: #2481CC;
}

.footer-subscribe .community .iconfont a:nth-child(2):before {
    background-color: #0077FF;
}

.footer-subscribe .community .iconfont a:nth-child(3):before {
    background-color: #202022;
}

.footer-subscribe .community .iconfont a:nth-child(4):before {
    background-color: #1C232B;
}

.footer-subscribe .community .iconfont i, .footer-subscribe .community .iconfont svg {
    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 ul {
        justify-content: center;
    }

    .footer-subscribe .community ul li {
        text-align: 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;
    }

    .pre-header .header-contact li {
        padding-left: 0;
    }

    .more-features a {
        padding: 10px 40px;
    }
}

.anchorBL {
    display: none
}

/*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 {
    color: #7bbbd6;
    margin-left: 20px;
    font-size: 20px;
}

.page-404 a {
    text-decoration: underline;
}

/*END 404*/

/*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-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-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);
    }
}

.homepage-hypervisor {
    height: 850px;
}

.homepage-hypervisor .hypervisor-h3 {
    width: 240px;
    position: relative;
    margin-bottom: 60px;
    margin-left: 185px;
    top: -4px;
}

.homepage-hypervisor .hypervisor-h3 span:first-child {
    height: 24px;
    font-size: 34px;
    font-weight: bolder;
    line-height: 20px;
    letter-spacing: 0;
    color: #194d56;
}

.homepage-hypervisor .hypervisor-h3 span:last-child {
    height: 27px;
    font-size: 40px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #1c646e;
    opacity: 0.6;
    position: absolute;
    top: -19px;
    left: 93px;
}

.video-show {
    width: 100%;
    height: 460px;
    position: relative;
}

.homepage-content {
    width: 1903px;
    height: 1354px;
    margin-bottom: 200px;
    position: relative;
    transform-origin: left top 0;

}

.homepage-hypervisor-container {
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    width: 94%;
}

.homepage-hypervisor-content {
    position: relative;
    width: 1269px;
    margin: 15px auto 0;
}

.homepage-hypervisor-content p {
    position: absolute;
    text-align: center;
}

.homepage-hypervisor-content .vmware {
    width: 404px;
    height: 147px;
    background-color: #4d6872;
    top: 0;
    left: 0;
    padding-top: 54px;
}

.homepage-hypervisor-content .huawei {
    width: 197px;
    height: 147px;
    background-color: #173b47;
    top: 0;
    left: 404px;
    padding-top: 27px;
}

.homepage-hypervisor-content .citrix {
    width: 380px;
    height: 147px;
    background-color: #4d6872;
    top: 0;
    left: 601px;
    padding-top: 45px;
}

.homepage-hypervisor-content .redhat {
    width: 288px;
    height: 213px;
    background-color: #173b47;
    top: 0;
    left: 981px;
    padding-top: 53px;
}

.homepage-hypervisor-content .hyperv {
    width: 308px;
    height: 272px;
    background-color: #173b47;
    top: 147px;
    left: 0;
    padding-top: 62px;
}

.homepage-hypervisor-content .introduce {
    width: 673px;
    height: 272px;
    background-color: #fff;
    top: 147px;
    left: 308px;
    padding-top: 52px;
    position: absolute;
    text-align: center;
    z-index: -1;
}

.homepage-hypervisor-content .introduce img {
    margin: 0 0 23px;
}

.homepage-hypervisor-content .introduce span {
    display: block;
    margin: 0;
}

.homepage-hypervisor-content .openstack {
    width: 288px;
    height: 208px;
    background-color: #4d6872;
    top: 213px;
    left: 981px;
    padding-top: 59px;

}

.homepage-hypervisor-content .ovirt {
    width: 423px;
    height: 144px;
    background-color: #4d6872;
    top: 419px;
    left: 0;
    padding-top: 38px;
}

.homepage-hypervisor-content .xcpng {
    width: 221px;
    height: 144px;
    background-color: #173b47;
    top: 419px;
    left: 423px;
    padding-top: 27px;
}

.homepage-hypervisor-content .oracle {
    width: 308px;
    height: 144px;
    background-color: #4d6872;
    top: 419px;
    left: 644px;
    padding-top: 58px;
}

.homepage-hypervisor-content .sangfor {
    width: 317px;
    height: 144px;
    background-color: #173b47;
    top: 419px;
    left: 952px;
    padding-top: 39px;
}

.homepage-hypervisor-content p:hover img {
    z-index: 100 !important;
    transform: scale(1.15) !important;
    transition-duration: 0.5s !important;
}

.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;
}

.homepage-bottom {
    width: 100%;
    position: relative;
}

.cardBox-white {
    width: 200px;
    text-align: center;
    float: left;
    margin-right: 10px;
    padding: 5px 5px 15px;
    border-width: 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 5px 15px;
    border-width: 4px;
    border-style: solid;
    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 {
    font-size: 22px;
    margin-top: 174px;
}

.big-douhao {
    font-size: 125px;
    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-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;
}

.icon-f {
    background: url(../img/homepage/f-black.png) no-repeat;
    height: 25px;
}

.icon-t {
    background: url(../img/homepage/t-black.png) no-repeat;
    height: 25px;
}

.icon-in {
    background: url(../img/homepage/in-black.png) no-repeat;
    height: 25px;
}

.icon-youtube {
    background: url(../img/homepage/youtube-black.png) no-repeat;
    height: 25px;
}

.icon-red {
    background: url(../img/homepage/red-black.png) no-repeat;
    height: 25px;
}

.icon-f:hover {
    background: url(../img/homepage/f-green.png) no-repeat;
}

.icon-t:hover {
    background: url(../img/homepage/t-green.png) no-repeat;
}

.icon-in:hover {
    background: url(../img/homepage/in-green.png) no-repeat;
}

.icon-youtube:hover {
    background: url(../img/homepage/youtube-green.png) no-repeat;
}

.icon-red:hover {
    background: url(../img/homepage/red-green.png) no-repeat;
}

.content-news {
    margin-left: -109px;
    font-size: 35px;
    font-weight: bolder;
    margin-top: -49px;
    color: #1c646e;
    opacity: 0.6;
}

.content-news-gray {
    position: absolute;
    margin-left: -40px;
    margin-top: -55px;
    color: #dcdcdc;
    font-size: 35px;
    font-weight: bolder;
    opacity: 0.6;
}

.content-blog {
    margin-left: 33px;
    font-size: 35px;
    margin-top: 17px;
    font-weight: bolder;
    color: #194d56;
}

.content-blog-gray {
    font-size: 35px;
    font-weight: bolder;
    color: #dcdcdc;
    opacity: 0.6;
    position: absolute;
    margin-top: -39px;
    margin-left: 306px;
}

.content-news-gray1 {
    position: absolute;
    color: #dcdcdc;
    font-size: 35px;
    font-weight: bolder;
    opacity: 0.6;
    margin-left: -2px;
    transition: all 0.5s linear;
    margin-top: -12px;
    z-index: -1;
    float: right;
}

.content-news-gray2 {
    font-size: 35px;
    font-weight: bolder;
    opacity: 0.6;
    position: relative;
    margin-top: -12px;
    margin-left: 522px;
    color: #dcdcdc;
    z-index: -1;
    float: right;
    transition: all 0.5s linear;
}

.content-blog-gray1 {
    font-size: 35px;
    font-weight: bolder;
    opacity: 0.6;
    position: absolute;
    color: #dcdcdc;
    margin-left: -3px;
    margin-top: -12px;
    z-index: -1;
    transition: all 0.5s linear;
}

.content-blog-gray2 {
    font-size: 35px;
    font-weight: bolder;
    opacity: 0.6;
    position: relative;
    color: #dcdcdc;
    margin-left: 318px;
    margin-top: -12px;
    z-index: -1;
    transition: all 0.5s linear;
    float: right;
}

.blockImg1:hover .content-news-gray1 {
    transform: translateY(-29px)
}

.blockImg2:hover .content-news-gray2 {
    transform: translateY(-29px)
}

.blockImg3:hover .content-blog-gray1 {
    transform: translateY(-29px)
}

.blockImg4:hover .content-blog-gray2 {
    transform: translateY(-29px)
}

.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: 768px) {
    .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 {
        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;
    }

    .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;
    }
}

/*@media (min-width: 1200px) and (max-width: 1264px) {
    .container {
        width: 970px;
    }
}*/

/*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: #fff;
    margin: 0;
    line-height: 48px;
}

.header-content .title-one p {
    margin: 16px 0 105px;
    font-size: 29px;
    color: #fff;
    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: #fff;
    font-size: 21px;
    margin: 0 0 21px;
    line-height: 30px;
}

.header-content .title-two i {
    color: #fff;
    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: #fff;
    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 0px 1000px white inset;
}

.header-form .form-group input:autofill {
    color: #494949 !important;
    -webkit-text-fill-color: #494949;
    -webkit-box-shadow: 0 0 0px 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: #fff;
    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: #fff;
    background-color: #65A0D4;
}

.header-form .has-success .form-control {
    border-color: #4bd8e0;
    border: 2px solid #4bd8e0;
    box-shadow: inset 0 1px 1px rgba(75, 216, 224, .075);
}

.header-form .has-error .form-control {
    border-color: #d1501d;
    border: 2px solid #d1501d;
    box-shadow: inset 0 1px 1px rgba(209, 80, 29, .075);
}

.vmbackup-header .trial-success {
    color: #fff;
    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: #fff;
    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 0px 150px;
    text-align: center;
    float: right;
}

.vmbackup-download a:hover {
    background-color: #4bd8e0;
    color: #fff;
}

.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 0px 293px;
}

.head-logo img {
    float: left;
    width: 182px;
}

.head-logo a {
    float: right;
    background-color: #4ad1cd;
    color: #fff;
    font-size: 13px;
    padding: 11px 51px;
    display: block;
    width: 228px;
    border-radius: 50px;
}

.form-control .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: 0px 0 56px;
    }

    .vmbackup-module-one,
    .vmbackup-module-three,
    .vmbackup-module-four,
    .vmbackup-module-five {
        padding: 102px 0 0px;
    }

    .vmbackup-module-two {
        padding: 72px 0 0px;
    }

    .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 0px 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: 0px 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 0px 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 0px 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: 0px 0 85px;
    }

    .header-content .title-two h3 {
        font-size: 56px;
        margin: 0 0 70px;
    }

    .header-content .title-two li {
        font-size: 20px;
        margin: 0px 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: 0px 0 0px;
    }

    .vmbackup-module-one,
    .vmbackup-module-three,
    .vmbackup-module-four,
    .vmbackup-module-five {
        padding: 0px 0 0px;
    }

    .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 0px 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-style: italic;
    margin-left: -13px;
}

.suc-bigdouhaoRight {
    font-size: 125px;
    text-align: right;
    color: #000000;
    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;
    }

    .content-news-gray2 {
        margin-left: 402px;
    }

    .content-blog-gray2 {
        margin-left: 227px;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .content-news-gray2 {
        margin-left: 402px;
    }

    .content-blog-gray2 {
        margin-left: 227px;
    }

    .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;

    }

    .content-news {
        margin-top: -27px;
    }

    .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;
    }

    .content-news-gray2 {
        right: 102px;
    }

    .content-blog-gray2 {
        right: 64px;
    }

    .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;
    }

    .content-news {
        margin-top: -26px;
    }
}

@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 */
}

/* END LIVE DEMO SUCCEESS*/

/* BEGIN OPENSTACK SOLUTION*/
.openstack-solution-banner {
    background: url(../img/hypervisor/new-openstack/bg-banner.png) no-repeat;
    background-size: 100%;
}

.openstack-solution-provider {
    background: url(../img/hypervisor/new-openstack/bg-provider.png) no-repeat;
}

@media (max-width: 550px) {
    .openstack-solution-feature .center h1 {
        font-size: 20px;
    }

    .openstack-solution-provider.xen-provider a {
        width: 96%;
    }
}

/* END OPENSTACK SOLUTION*/

/* BEGIN OVIRT BACKUP*/
.ovirt-backup-banner.xen-banner {
    background: url(../img/hypervisor/new-rhv-ovirt/banner1.png) no-repeat;
    background-size: 100%;
}

.ovirt-backup-whatget.xen-whatget.container .col-lg-4:nth-child(2) {
    margin-top: -33px;
}

@media (max-width: 767px) {
    .rhv-ovirt-platforms.xen-platforms dd {
        padding: 0;
        text-align: center;
    }
}

/* END OVIRT BACKUP*/
/* BEGIN H3C */
.h3c.xen-banner {
    background: url(../img/hypervisor/new-h3c/h3c-banner.png) no-repeat;
    background-size: 100%;
}

.h3c.xen-feafure li {
    height: 260px;
}

.h3c.OLVM-citrixpartner.xen-citrixpartner h1 {
    padding: 0 0 0 80px;
}

.h3c.OLVM-citrixpartner.xen-citrixpartner p {
    width: 100%;
    padding: 0 0 0 80px;
}

.h3c.xen-brands .xen-show .content, .h3c.xen-brands .xen-hide .content {
    height: 350px;
}

@media (max-width: 1919px) {
    .h3c.xen-banner {
        height: 555px;
    }
}

@media (max-width: 1600px) {
    .h3c.xen-banner {
        height: 500px;
    }
}

@media (max-width: 1440px) {
    .h3c.xen-banner {
        height: 472px;
    }

    .h3c.xen-brands .xen-show .content, .h3c.xen-brands .xen-hide .content {
        height: 425px !important;
    }
}

@media (max-width: 1366px) {
    .h3c.xen-banner {
        height: 410px;
    }
}

@media (max-width: 1200px) {
    .h3c.xen-banner {
        height: 340px;
    }
}

@media (max-width: 1199px) {
    .h3c.OLVM-citrixpartner.xen-citrixpartner h1, .h3c.OLVM-citrixpartner.xen-citrixpartner p {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .h3c.xen-banner {
        height: 260px;
    }

    .h3c.xen-brands .xen-show .content, .h3c.xen-brands .xen-hide .content {
        height: 345px !important;
    }
}

@media (max-width: 767px) {
    .h3c.xen-banner {
        height: 172px;
    }

    .h3c.xen-brands .xen-show .content, .h3c.xen-brands .xen-hide .content {
        height: 212px !important;
    }
}

@media (max-width: 540px) {
    .h3c.xen-banner {
        height: 132px;
    }
}

/* END H3C */
/* 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;
    }
}

/* END 404 */

/* telegramm start */
.promotion-view {
    position: fixed;
    top: 500px;
    right: 2px;
    text-align: center;
    line-height: 38px;
    font-size: 30px;
    color: white;
    z-index: 990;
}

.promotion-view #telegramm_promotion {
    width: 300px;
    height: 360px;
}

.promotion-view #telegramm_hover_box {
    height: 31px;
    z-index: 999;
    position: relative;
    top: -38px;
}

/* telegramm end */

/* to-top start */
.to-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #4AD1CD;
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    color: white;
    z-index: 999;
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 100px;
    right: 8px;
}

.to-top i {
    display: inline-block;
    color: #fff;
    font-size: 30px;
}

/* totop end */


/* 圣诞节底部banner开始 */
.christmas-banner {
    height: 105px;
    background-image: url(../img/bottom-banner-christmases.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #4F7356;
    background-size: auto 100%;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 100;
}

.christmas-banner .container {
    position: relative;
}

.christmas-banner .trail {
    font-size: 16px;
    padding: 5px 24px;
    background-color: #4CD9E1;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 32px;
    right: 12%;
}

.christmas-banner .close-banner {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 0px;
}

.christmas-banner .trail:hover {
    background-color: #fff;
    color: #4CD9E1;
}

@media (max-width: 1200px) {
    .christmas-banner {
        height: 90px;
    }

    .christmas-banner .trail {
        top: 28px;
        right: 5%;
    }
}

@media (max-width: 992px) {
    .christmas-banner .container {
        /*width: 100%;*/
    }

    .christmas-banner .trail {
        /*top: 24px;*/
        right: 0;
    }
}

@media (max-width: 768px) {
    .christmas-banner {
        display: none;
    }
}

/* 圣诞节底部banner结束 */

/* 移动端适配调整开始（414-360） */
@media (max-width: 414px) {
    p {
        font-size: 14px !important;
    }

    .about-news .container {
        padding: 0 10%;
    }

    .footer-div .container .row {
        width: 100%;
        margin: 0 auto;
    }

    .promotion-view {
        display: none;
    }

    .salesman {
        margin-bottom: 30px;
    }

    .free-editon .edition-title, .edition-poster {
        background-size: cover;
    }

    .pre-header {
        height: 50px;
        line-height: 20px;
    }

    .pre-header .header-contact div:last-child {
        display: block;
    }

    .pre-header .mail-right {
        float: left;
    }

    .leadership-content h3 {
        margin-top: 50px;
    }

    .leadership-content img {
        margin-top: 30px;
    }

    .leadership-content .four-people .cover-card {
        text-align: center;
    }

    .four-people .career p {
        text-align: left;
    }

    .neo-page .left-menu, .neo-page .left-menu .left-menu-image {
        width: 100% !important;
        max-width: 100% !important;
    }

    .neo-page .left-menu iframe {
        width: 100% !important;
    }

    .our-support.contact-support .container {
        padding-top: 0;
    }

    .our-support.contact-support .support-div {
        width: 80%;
        margin-left: 10% !important;
        margin-top: 30px !important;
    }
}

/* 移动端适配调整结束（414-360） */
