@charset "utf-8";

/* 弃用 */
@font-face
{
	font-family: "pingfangsc-light";
	src: url('./font/PingFang_Light.ttf');
}
@font-face
{
	font-family: "pingfangsc-extralLight";
	src: url('./font/PingFang_ExtraLight.ttf');
}
@font-face
{
	font-family: "LXGWWenKaiMono-Bold";
	src: url('./font/LxgwWenKaiMonoLatin-Bold.ttf');
}
/* 启用 */
@font-face
{
	font-family: "pingfangsc-medium";
    src: url('./font/PingFang_Medium.ttf');
}
@font-face
{
	font-family: "pingfangsc-regular";
    src: url('./font/PingFang_Regular.ttf');
}
@font-face
{
	font-family: "pingfangsc-heavy";
	src: url('./font/PingFang_Heavy.ttf');

}
@font-face
{
	font-family: "pingfangsc-bold";
	src: url('./font/PingFang_Bold.ttf');
}
@font-face
{
	font-family: "Roboto-Medium";
	src: url('./font/Roboto-Medium.ttf');
}
/* 单行文本溢出 */
.text-overflow-clip {
    width:100px;
    padding:10px;
    text-overflow:ellipsis; 
    white-space:nowrap; /*强制不换行*/
    overflow:hidden; /* 溢出隐藏*/
}

/* 多行文本溢出 */
.text-overflow-clip {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* 万能清除浮动 */
.clear-fix::after {
    content:".";
    display:block;
    clear:both;
    height:0;
    overflow:hidden;
    visibility:hidden;
}

/* 元素隐藏 */
.hide {
    display: none;
}

/* 元素显示 */
.show {
    display: block;
}

/* 内敛元素 */
.inline-block {
    display: inline-block;
}

/* body {
    width: 1920px;
} */

/* 头部区域 */
header {
    height: 56px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 1024;
    font-size: 14px;
}
.header-no-zero {
    background: rgba(0, 0, 0, 0.8);
}
header nav {
    height: 100%;
    line-height: 56px;
    margin: 0 32px;
}
nav .logo img{
    width: 86px;
    height: 32px;
    margin: 12px 64px 12px 0;
    display: inline-block;
}
nav .link {
    display: inline-block;
    height: 56px;
    font-size: 14px;
}
nav .link li {
    float: left;
    box-sizing: border-box;
    position: relative;
    margin-right: 32px;
}
nav .link li:last-child {
    margin-right: 0;
}
/* nav .link li:first-child a{
    border-bottom: 2px solid #FF751F;
    height: 56px;
    box-sizing: border-box;
} */
nav .link li .active {
    border-bottom: 2px solid #FF751F;
    height: 56px;
    box-sizing: border-box;
    cursor:pointer;
} 
nav .link li a {
    display: inline-block;
    color: #FFF;
}
nav .link li .drop-down {
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 1px;
    transition: all .5s;
}
nav .link li:hover>a .drop-down{
    transform: rotate(-180deg);
} 
nav .link li .drop-down-area {
    display: none;
    background: #FFF;
    position: absolute;
    width: 784px;
    top: 56px;
    left: -60px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
nav .link li .drop-down-area .drop-down-inline {
    display: flex;
    flex-wrap: wrap;
    padding: 56px 24px 56px 23px;
}
.drop-down-area .drop-down-inline .resolve-plane-card {
    width: 160px;
    height: 80px;
    margin-right: 32px;
    border-radius: 4px;
    background: #D8D8D8;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    transition: all 200ms;
}
.drop-down-area .drop-down-inline .resolve-plane-card:hover {
    transform: scale(1.04);
}
.drop-down-area .drop-down-inline .resolve-plane-card:nth-child(4n) {
    margin-right: 0;
}
.drop-down-area .drop-down-inline .resolve-plane-card img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.drop-down-area .drop-down-inline .resolve-plane-card h3 {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 18px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #FFF;
    line-height: 25px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    transform: translateY(-50%);
}
/* debugger */
/* nav .link li:nth-child(3) .drop-down-area {
    display: block;
} */
nav .link li .drop-down-area .drop-down-inline-product {
    display: flex;
    flex-direction: column;
    padding: 24px 40px;
}
.drop-down-area .drop-down-inline-product .top {
    display: flex;
}
.drop-down-area .drop-down-inline-product .top .title {
    padding-left: 16px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #222;
    line-height: 20px;
    margin-bottom: 16px;
}
.drop-down-area .drop-down-inline-product .top .saas-product {
    flex: .5;
}
.drop-down-area .drop-down-inline-product .top .drop-down-inline-line {
    width: 1px;
    height: inherit;
    background: #EEE;
    margin-right: 56px;
}
.drop-down-area .drop-down-inline-product .top .paas-product {
    flex: .5;
}
.drop-down-area .drop-down-inline-product .top .cards {
    display: flex;
    flex-wrap: wrap;
}
.drop-down-area .drop-down-inline-product .top .cards .card {
    width: 144px;
    padding: 16px 0 0 16px;
    position: relative;
}
.drop-down-area .drop-down-inline-product .top .cards .card img {
    width: 56px;
    height: 56px;
}
.drop-down-area .drop-down-inline-product .top .cards .card h3 {
    font-size: 18px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #222;
    line-height: 25px;
    margin: 8px 0 40px 0;
}
.drop-down-area .drop-down-inline-product .top .cards .card .details {
    position: absolute;
    top: -16px;
    left: -16px;
    border: 1px solid #DDD;
    border-radius: 4px;
    display: block;
    z-index: -1;
    width: 160px;
    opacity: 0;
    transition: all 200ms;
    /* overflow: hidden; */
}
.drop-down-area .drop-down-inline-product .top .cards .card .details .content {
    background: #FFF;
    border-radius: 0 0 4px 4px;
}
.drop-down-area .drop-down-inline-product .top .cards .card .details::before {
    content: '';
    height: 120px;
    width: 100%;
    display: block;
}
.drop-down-inline-product .top .cards .card .details .content p {
    font-size: 14px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #555555;
    line-height: 20px;
    margin: 8px 16px;
}
.drop-down-inline-product .top .cards .card .details .content span {
    font-size: 14px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #FF751F;
    line-height: 20px;
    margin: 8px 0 16px 16px;
}
.drop-down-area .drop-down-inline-product .top .cards .card>div {
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.drop-down-area .drop-down-inline-product .top .cards .card>div:hover .details{
    z-index: 9999;
    opacity: 1;
}
.drop-down-area .drop-down-inline-product .bottom h3 {
    font-size: 18px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #222222;
    line-height: 25px;
    margin-top: 53px;
}
.drop-down-area .drop-down-inline-product .bottom span {
    font-size: 24px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #222;
    line-height: 28px;
}
nav .link li:hover .drop-down-area {
    display: block;
}
nav .login {
    float: right;
    border-radius: 2px;
    width: 94px;
    height: 32px;
    margin: 12px 0;
    background: #FF751F;
    color: #FFF;
    line-height: 32px;
    text-align: center;
}
nav .login:hover {
    background-color: rgba(255, 117, 31, .8);
}
/* 版心区域 */
.area-width {
    min-width: 1300px;
    width: 1300px;
    margin: 0 auto;
    /* background:#E1E1E1; */
}
/* 超过版心宽度 */
.area-width-more {
    margin: 0 calc(1300px/2 - 100vw/2);
}
@media only screen and (max-width: 1300px) {
    .container-inner .banner {
        margin: 0 !important;
    }
    .area-width-more {
        margin: 0 !important;
    }
}
main {
    width: 100%;
    /* min-height: 1100px; */
}
main .container-inner {
    /* background: #F2F2F2; */
    /* height: 1100px; */
}
/* 底部区域 */
footer {
    width: 100%;
    background: #312E2A;
    font-size: 12px;
}
footer .footer-area {
    padding: 10px 0 0;
    color: #FFF;
    background: #312E2A;
}
.footer-top {
    padding: 56px 0 45px 0;
}
.footer-top .left-product {
    width: 600px;
    height: 100%;
    padding: 10px;
    float: left;
}
.footer-top .left-product div {
    float: left;
    width: 150px;
}
.footer-top .left-product div dl {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    display: inline-block;
}
.footer-top .left-product dl dt {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: pingfangsc-medium;
    margin-bottom: 16px;
}
.footer-top .left-product dl dd{
    margin: 14px 0;
    font-size: 12px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    line-height: 17px;
}
.footer-top .left-product dl a {
    color: #FFF;
}
.footer-top .right-contact {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    width: 660px;
    float: left;
    padding: 10px 0;
    padding-left: 82px;
    box-sizing: border-box;
}
.right-contact .contact-top dl {
    float: left;
    /* width: 160px; */
    margin:  0 80px 16px 0;
}
.right-contact .contact-top dl:last-child {
    margin-right: 0;
}
.right-contact .contact-top dl dt {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: pingfangsc-medium;
}
.right-contact .contact-top dl img {
    width: 100px;
    height: 100px;
}
.right-contact .contact-bottom section{
    float: left;
    margin: 24px 100px 0 0;
    text-align: left;
    font-size: 14px;
    color: #FFF;
    min-width: 125px;
}
.right-contact .contact-bottom section:nth-child(2) {
    margin: 24px 0 0 0;
    min-width: 350px;
}
.right-contact .contact-bottom section:last-child{
    margin-right: 0;
}
.contact-bottom section h3 {
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    font-family: pingfangsc-medium;
}
.contact-bottom section span {
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.footer-area .report-area {
    height: 41px;
    line-height: 41px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .13);
    font-size: 12px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #FFFFFF;
}
.footer-area .report-area a {
    color: #FFF;
}
.line {
    width: 100%;
    height: 1px;
    background: #000;
    margin: 30px 0;
}
.global-float-menu {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 64px;
    font-size: 12px;
    color: #222;
    z-index: 9999;
}


.global-float-menu ul {
    background: #FFF;
    border-radius: 2px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
    position: relative;
}
.global-float-menu .content {
    position: relative;
    z-index: 2;
    background: #FFF;
    padding: 11px 0 8px 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.global-float-menu .content span {
    line-height: 17px;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    padding-top: 4px;
}
.global-float-menu img {
    width: 24px;
    height: 24px;
    margin: 0 auto;
}
.global-float-menu .hover-content {
    background: #FFF;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 205px;
    transform: translateX(84px);
    padding: 16px 24px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    display: block;
    box-sizing: border-box;
    transition: all 200ms;
    z-index: 1;
}
.global-float-menu .hover-content .arrow{
    position: absolute;
    width: 20px;
    height: 20px;
    right: -12px;
    top: 10px;
}
.global-float-menu .server-phone {
    text-align: left;
}
.global-float-menu .server-phone h5 {
    font-size: 14px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #222;
    line-height: 20px;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}
.global-float-menu .server-phone span {
    font-size: 20px;
    font-family: pingfangsc-medium;
    font-weight: 500;
    color: #222;
    line-height: 28px;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}
.global-float-menu .vx-qrcode h5 {
    font-size: 14px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #222;
    line-height: 20px;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}
.global-float-menu .hover-content {
    color: #AAA;
}
.global-float-menu .hover-content .qr-code {
    width: 140px;
    height: 140px;
    margin-top: 8px;
    box-sizing: border-box;
}
.global-float-menu .content:hover + .hover-content {
    transform: translateX(-100%);
    left: -2px;
}
.global-float-menu .toTop {
    padding: 10px 0;
    border: 1px solid #F2F2F2;
    border-radius: 2px;
    opacity: 0;
    cursor: default;
    transition: opacity 100ms linear;
    background: #FFF;
    width: 62px;
    position: relative;
    z-index: 9999;
}
.global-float-menu .toTop img {
    width: 30px;
    height: 30px;
}
.global-float-menu .visible {
    opacity: 1;
    cursor: pointer;
}

.free-try-dialog {
    width: 600px;
    height: 582px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -291px;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    /* transform: scale(0);
    transform-origin: 0 0; */
    /* -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0; */
    opacity: 0;
    transition: all 200ms;
    z-index: -1;
}
.visible {
    opacity: 1;
    /* transform: scale(1); */
    z-index: 999;
}
.free-try-dialog .close-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 8px;
    cursor: pointer;
}
.free-try-dialog .top-img {
    width: 100%;
    height: 174px;
}
.free-try-dialog .info-area {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.free-try-dialog .info-area .input-area {
    width: 400px;
    height: 56px;
    border: 1px solid #CCC;
    border-radius: 2px;
    background: #FFF;
    display: flex;
    align-items: center;
    font-family: pingfangsc-medium;
}
.free-try-dialog .info-area .input-area input{
    border: 0;
    outline: none;
    font-size: 16px;
    line-height: 22px;
    flex: 1;
    margin-left: 16px;
}
.free-try-dialog .info-area .input-area span {
    display: inline-block;
    width: 85px;
    height: 100%;
    font-size: 14px;
    line-height: 56px;
    padding: 0 16px;
    cursor: pointer;
    color: #FF751F;
    text-align: center;
}
.free-try-dialog .info-area .input-area span:hover {
    background: #F2F2F2;
}
.free-try-dialog .info-area .validation-tip {
    display: block;
    height: 12px;
    width: 400px;
    margin: 0 0 11px 16px;
    font-size: 12px;
    font-family: pingFangsc-medium;
    font-weight: 400;
    color: #FF2222;
    line-height: 17px;
}
.free-try-dialog .try-btn{
    width: 400px;
    height: 56px;
    font-size: 18px;
    font-family: pingfangsc-medium;
    text-align: center !important;
    font-weight: 500;
    line-height: 56px;
    color: #FFF;
    border-radius: 2px;
    background: #FF751F linear-gradient(153deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    margin-top: 19px;
    cursor: pointer;
}
.free-try-dialog .content {
    padding: 100px 100px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.free-try-dialog .content img {
    width: 129px;
    height: 123px;
}
.free-try-dialog .content h3 {
    font-size: 24px;
    font-family: pingfangsc-medium;
    font-weight: 500;
    color: #222;
    line-height: 33px;
    margin: 24px 0 16px 0;
}
.free-try-dialog .content p {
    width: 228px;
    font-size: 16px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
    text-align: center;
    margin-bottom: 142px;
}
