.banner {
    background: url("../images/about/banner-intro.png") center center no-repeat;
    background-size: cover;
}

.banner .tabs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner .tabs .tab-item {
    flex-grow: 1;
    width: 0;
    text-align: center;
    cursor: pointer;
    padding: 12px 0;
}

.banner .tabs .tab-item.checked {
    background: #409eff;
}

.tab-panel {
    display: none;
}

.tab-panel.checked {
    display: block;
}

.company-intro .company-info {
    padding: 64px 0;
    background-color: #fafafc;
}

.company-intro .company-info .w1200 {
    display: flex;
}

.company-intro .company-info .w1200 .left {
    width: 450px;
    padding: 16px;
    border-style: solid;
    border-color: #e3e4e5;
    border-width: 1px 0 1px 1px;
    background-color: #fff;
    flex-shrink: 0;
}

.company-intro .company-info .w1200 .left img {
    width: 100%;
}

.company-intro .company-info .w1200 .right {
    border-style: solid;
    border-color: #e3e4e5;
    border-width: 1px;
    background-color: #fff;
    flex-grow: 1;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
    z-index: 1;
    position: relative;
    padding: 24px;
}

.company-intro .company-info .w1200 .right:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 64px;
    background: #2B85FB;
    top: 24px;
    left: 0;
}

.company-intro .company-info .w1200 .right .content {
    background-color: #FAFAFC;
    height: 100%;
    padding: 24px 48px;
    color: #7a8799;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}

.company-intro .company-info .w1200 .right .content span {
    font-weight: 600;
    color: #292d33;
}

.company-intro .company-info .w1200 .right .icon-quotation {
    color: #7A8799;
    font-size: 40px;
    opacity: 0.2;
    margin-right: 8px;
    position: absolute;
    top: 16px;
    left: 32px;
}

.company-intro .company-quality {
    padding: 64px 0;
}

.company-intro .company-quality .card {
    margin-bottom: 24px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 16px 24px;
    display: flex;
    align-items: flex-start;
}

.company-intro .company-quality .card .image {
    border: 1px solid #e3e4e5;
    width: 140px;
    height: 140px;
    margin-right: 24px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-intro .company-quality .card .image img {
    max-width: 100%;
    max-height: 100%;
}

.company-intro .company-quality .card .company-quality-img {
    cursor: pointer;
}

.company-intro .company-quality .card .text {
    color: #7A8799;
    font-size: 16px;
    line-height: 28px;
    padding-top: 8px;
}

.company-intro .product-element {
    padding: 64px 0;
    background: url("../images/HKServerRent/support-bg.png") center no-repeat;
    background-size: cover;
}

.company-intro .product-element .w1200 {
    display: flex;
}

.company-intro .product-element .w1200 .left {
    flex-grow: 1;
    z-index: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 0;
}

.company-intro .product-element .w1200 .right {
    z-index: 1;
    width: 728px;
    flex-shrink: 0;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-1px);
}

.company-intro .product-element .w1200 .right .content {
    margin: 0 48px;
    flex-grow: 1;
    padding: 40px 24px;
}

.company-intro .product-element .w1200 .right .content .title {
    font-weight: 600;
    font-size: 24px;
    position: relative;
    margin-bottom: 32px;
    padding: 2px 0;
    color: #292D33;
}

.company-intro .product-element .w1200 .right .content .title span {
    color: #2B85FB;
}

.company-intro .product-element .w1200 .right .content .desc {
    line-height: 30px;
    font-size: 16px;
    color: #7a8799;
}

.company-intro .product-element .w1200 .right .content .desc span {
    font-weight: 600;
    color: #292D33;
}

.company-intro .my-product {
    padding: 64px 0;
}

.company-intro .my-product .card {
    background: #fff;
    opacity: 0.9;
    margin-left: 16px;
    padding: 40px 24px;
    border: 1px solid #e3e4e5;
    cursor: pointer;
}

.company-intro .my-product .card:hover + .card {
    border-left-color: #e3e4e5;
}

.company-intro .my-product .card:first-child {
    margin-left: 0;
}

.company-intro .my-product .card .iconfont {
    height: 60px;
    width: 60px;
}

.company-intro .my-product .card .title {
    margin: 32px 0;
    font-size: 18px;
    color: #292D33;
    font-weight: 600;
}

.company-intro .my-product .card .desc {
    color: #525A66;
    line-height: 24px;
}

.develop-history {
    padding: 64px 0;
}

.time-line {
    display: flex;
    flex-direction: column;
    color: #409eff;
    padding: 24px 0;
}

.time-line .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    position: relative;
}

.time-line .item:first-child {
    padding-top: 0
}

.time-line .item:last-child {
    padding-bottom: 0
}

.time-line .item:before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #409eff;
    position: absolute;
    top: 0;
}

.time-line .point {
    border: 1px solid #409eff;
    min-width: 120px;
    border-radius: 20px;
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.time-line .point:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: #409eff;
    right: 100%;
    top: 50%;
}

.time-line .item.right .point:before {
    left: 100%;
}

.time-line .point:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #409eff;
    right: 100%;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: -40px;
    transform: translateX(-50%) translateY(-50%);
}

.time-line .item.right .point:after {
    left: auto;
    right: -40px;
    transform: translateX(50%) translateY(-50%);
}

.time-line .card {
    width: 500px;
    background: #fafbfc;
    border: 1px solid #e3e4e5;
    position: absolute;
    top: 0;
    right: 100%;
    transform: translateX(-40px) translateY(-40%);
    border-radius: 4px;
    padding: 24px 24px 24px 16px;
}

.time-line .item.right .card {
    left: 100%;
    transform: translateX(40px) translateY(-40%);
}

.time-line .item:first-child .card {
    transform: translateX(-40px) translateY(-40px);
}

.time-line .item.right:first-child .card {
    transform: translateX(40px) translateY(-40px);
}

.time-line .item:last-child .card {
    transform: translateX(-40px) translateY(-60%);
}

.time-line .item.right:last-child .card {
    transform: translateX(40px) translateY(-60%);
}

.time-line .card .row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.time-line .card .row:last-child {
    margin-bottom: 0;
}

.time-line .card .time {
    font-size: 14px;
    margin-right: 24px;
    flex-shrink: 0;
    line-height: 1;
    width: 52px;
    text-align: right;
}

.time-line .card .time span {
    font-size: 32px;
}

.time-line .card .text {
    flex-grow: 1;
    color: #333;
}

.time-line .card .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.time-line .card .desc {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    padding-top: 4px;
}

.service-support .advantage {
    padding: 64px 0;
}

.service-support .advantage .card {
    background-color: transparent;
    border: 0;
}

.service-support .advantage .card .iconfont {
    height: 60px;
    width: 60px;
}

.service-support .advantage .card:hover .iconfont {
    color: #2B85FB;
}

.service-support .advantage .card .title {
    zoom: 1;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: 600;
    color: #555;
}

.service-support .advantage .card .desc {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    color: #666;
    margin-top: 15px;
}

.service-support .cooperate {
    padding: 64px 0;
    background: #fafafc;
}

.service-support .cooperate .w1200 {
    display: flex;
}

.service-support .cooperate .left {
    width: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 40px;
    background: #fff;
}

.service-support .cooperate .right {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .15);
    background: #fff;
    flex-grow: 1;
    padding: 16px 40px 16px 64px;
}

.service-support .cooperate .row {
    border-bottom: 1px solid #e3e4e5;
    line-height: 26px;
    padding: 24px 0;
    position: relative;
}

.service-support .cooperate .row:last-child {
    border-bottom: 0;
}

.service-support .cooperate .row:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #303133;
    left: -20px;
    top: 34px;
}

.service-support .partner {
    padding: 64px 0;
}

.service-support .partner .w1200 {
    display: flex;
    padding: 0 0 40px 0;
}

.service-support .partner .w1200:last-child {
    padding: 0
}

.service-support .partner .w1200 .card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    flex-grow: 1;
    margin: 0 20px;
    padding: 8px 0;
    height: 72px;
    border: 0;
    position: relative;
    overflow: visible;
    cursor: pointer;
}

.service-support .partner .w1200 .card img {
    max-height: 100%;
}

.service-support .partner .popover {
    width: 400px;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transform: translateX(-50%) translateY(-4px);
    display: none;
    padding: 24px;
    line-height: 28px;
    border-radius: 8px;
}

.service-support .partner .popover.top {
    top: auto;
    bottom: 100%;
    transform: translateX(-50%) translateY(4px);
}

.service-support .partner .card:hover .popover {
    display: block;
}

.contact-us .map {
    padding: 64px 0;
    background: #fafafc;
}

.contact-us .map .w1200 {
    display: flex;
}

.contact-us .map .w1200 .left {
    flex-grow: 1;
    background: #fff;
    border-color: #e3e4e5;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    padding: 64px 24px 0;
    position: relative;
}

.contact-us .map .w1200 .left:before {
    content: '';
    position: absolute;
    width: 64px;
    height: 8px;
    background: #409eff;
    top: 0;
    left: 24px;
}

.contact-us .map .left .logo {
    margin-bottom: 40px;
}

.contact-us .map .left .row {
    margin-bottom: 40px;
    line-height: 28px;
}

.contact-us .map .left .label {
    color: #999;
}

.contact-us .map .left .value {
    font-size: 18px;
    font-weight: 600;
    padding-top: 8px;
}

.contact-us .map .w1200 .right {
    width: 864px;
    flex-shrink: 0;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-color: #e3e4e5;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    padding: 24px;
    position: relative;
    z-index: 1;
}

.contact-us .map .right .image {
    width: 100%;
}

.contact-us .contact-info {
    padding: 64px 0;
}

.contact-us .contact-info .title {
    line-height: 1;
    position: relative;
    padding-left: 16px;
    font-size: 18px;
    font-weight: 600;
}

.contact-us .contact-info .title:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: #409eff;
    top: 0;
    left: 0;
}

.contact-us .contact-info .w1200 + .w1200 {
    margin-top: 40px;
}

.contact-us .contact-info .cards {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 0;
}

.contact-us .contact-info .card {
    padding: 16px 16px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    min-width: 260px;
    margin: 8px 16px 8px 0;
    color: #333;
}

.contact-us .contact-info .card .row {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0 16px;
}

.contact-us .contact-info .card .row + .row {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e3e4e5;
}

.contact-us .contact-info .card .row .name {
    font-weight: 600;
}

.contact-us .contact-info .card .row .class {
    font-size: 14px;
}

.contact-us .contact-info .card .row span + span {
    margin-left: 16px;
}

.contact-us .contact-info .iconfont {
    color: #409eff;
    font-size: 24px;
    margin-right: 16px;
}

.contact-us .contact-info .card.large {
    min-width: 350px;
}

.friend-link {
    padding: 64px 0;
}

.friend-link .sent-email {
    width: 720px;
    font-size: 16px;
    color: #777;
    line-height: 32px;
    margin-bottom: 64px;
}

.friend-link .small-title {
    font-size: 16px;
    color: #333;
    line-height: 1;
    padding-left: 16px;
    position: relative;
    margin-top: 64px;
}

.friend-link .small-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #2B85FB;
}

.friend-link .code .box {
    border: 1px solid #ddd;
    font-size: 14px;
    color: #777;
    line-height: 24px;
    padding: 10px;
    border-radius: 4px;
    margin: 16px 0;
}

.friend-link .code .space {
    padding-left: 2rem;
}

.friend-link .example img{
    margin-top: 24px;
}

.friend-link .link-list {
    margin-top: 16px;
}

.friend-link .link-list a {
    margin: 4px;
}

#my-dialog .body {
    max-height: 70vh;
    overflow: auto;
}