<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 头部 */
.header {
    width: 100%;
    font-size: 16px;
    position: fixed;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    text-align: center;
    min-width: 1280px;
    /* opacity: .96; */
}

.header-wrap {
    height: 74px;
    display: inline-block;
    margin: 0 auto;
    min-width: 1200px;
}

.logo-wrap {
    float: left;
    line-height: 74px;
}

.logo-wrap .logo {
    vertical-align: middle;
    width: 135px;
}

.tel-wrap {
    float: right;
    line-height: 88px;
}

.tel-wrap .concat-us {
    height: 21px;
    line-height: 21px;
    padding: 0 15px 0 14px;
    display: inline-block;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.hot-dot {
    /* color: #fff;
    margin-left: 10px;
    background: #FC3933;
    font-style: italic;
    padding: 0px 8px 0px 5px;
    border-radius: 2px;
    font-size: 12px;
    position: absolute;
    top: 0; */

    width: 48px;
    height: 20px;
    background: linear-gradient(-90deg, rgba(231, 40, 40, 1), rgba(242, 96, 96, 1));
    border-radius: 0px 10px 0px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 8px;
}

.tel-wrap .concat-us .icon {
    height: 16px;
    /* transform: translateY(10%); */
    position: relative;
    top: 0.5px;
    margin-right: 8px;
}

.tel-wrap .experience-btn {
    width: 95px;
    height: 29px;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 28px;
    float: right;
}

.tel-wrap .experience-btn .tel-try {
    background-image: linear-gradient(-90deg, #f26060, #e72828);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#f26060", endColorstr="#e72828");
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.tel-wrap .experience-btn1 {
    width: 200px;
    height: 33px;
    font-size: 13px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #e72828;
    border-radius: 15px;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 25px;
    float: right;
}

.tel-wrap .experience-btn1 .tel-try1 {
    background-color: #fff;
    border-color: #e72828;
    color: #e72828;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#f26060", endColorstr="#e72828");
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size:28px;
}

.tel-wrap .experience-btn .register-try {
    background: #fff;
    border-radius: 20px;
    border-color: #f26060;
    border: 1px solid;
    color: #e72828;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.header-wrap .nav-wrap {
    vertical-align: middle;
    height: 74px;
    padding-left: 46px;
    margin-right: 3.206vw;
    float: left;
}

.header-wrap .nav-wrap .nav-list {
    float: left;
    margin-top: 28px;
    padding: 0 20px;
    position: relative;
    height: 46px;
}

.header-wrap .nav-wrap .nav-list .nav-skip {
    display: inline-block;
    cursor: pointer;
    padding-bottom: 12px;
}


/* 右侧固定栏我要咨询 */
.prefer {
    position: fixed;
    right: 50px;
    top: 200px;
}

.customer-service {
    position: fixed;
    right: 2px;
    top: 50%;
    margin-top: -34px;
}

@keyframes scaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}

.float_bg_prefer {
    background: url(../images/img_float_bg.png) no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
}

.customer-service .service-nav {
    text-align: center;
    width: 70px;
    height: 290px;
    border-radius: 4px;
    background: linear-gradient(90deg, #e72828, #f36262);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#E72828", endColorstr="#F36262");
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
    line-height: 18px;
    color: #fff;
}

.customer-service .service-nav .way {
    width: 100%;
    height: 72px;
    cursor: pointer;
}

.way_line {
    width: 70px;
    height: 1px;
    background: linear-gradient(90deg, #d72424, #ea5e5e);
}

.customer-service .service-nav .way img {
    width: 26px;
    padding-top: 15px;
    padding-bottom: 3px;

}

.way-text {
    font-size: 12px;
}

.way-text:hover {
    color: #fff;
}

#call_content {
    position: absolute;
    left: -140px;
    top: 0px;
    display: none;
    float: left;
    margin-right: 10px;
    padding: 5px 10px;
    text-align: left;
    width: 140px;
    height: 80px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
}

.community_content {
    position: absolute;
    left: -140px;
    top: 148px;
    display: none;
    float: left;
    margin-right: 10px;
    padding: 10px;
    text-align: left;
    width: 140px;
    height: 140px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
}

.list_text {
    font-weight: bolder;
}

.customer-service .content .list {
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left;
}

.customer-service .content .list img {
    vertical-align: middle;
}

.customer-service .content .list span {
    color: #333;
    font-size: 16px;
    line-height: 25px;
}

.list&gt;img {
    margin-left: 10px;
}

.customer-service .content .list .margin-lt {
    line-height: 24px;
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.time {
    font-size: 12px;
    color: #808080;
    width: 100%;
    text-align: left;
    line-height: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

.times {
    font-size: 12px;
    color: #808080;
    width: 100%;
    text-align: center;
    line-height: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

.list_title&gt;img {
    vertical-align: middle;
}

.list_title {
    margin-left: 10px;
}

.list_title&gt;span {
    color: #333;
    font-size: 13px;
    font-weight: bolder;
}

.button_java,
.button_php {
    width: 116px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #e72828;
    color: #e72828;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    margin: 10px 3px;
    cursor: pointer;
}

.button_java:hover {
    background-color: #e72828;
    color: #fff;
}

.button_php:hover {
    background-color: #e72828;
    color: #fff;
}

.customer-service .go-top {
    cursor: pointer;
    margin-top: 32px;
    margin-left: 10px;
    width: 44px;
    height: 44px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
}

.customer-service .content .list .flock {
    color: #333;
    line-height: 40px;
    display: inline-block;
}


.question .phone-btn:hover,
.main-blue .down-btn:hover,
.java-block .main .down-btn:hover,
.java-block .main .down-btn:hover {
    box-shadow: 0px 1px 20px 3px rgba(0, 0, 0, 0.3) !important;
}

.more-appli:hover {
    box-shadow: 0px 1px 51px 3px rgba(152, 152, 152, 0.3) !important;
}

.carousel-btn-yellow:hover,
.carousel-btn-black:hover {
    box-shadow: 0px 4px 20px 1px rgba(180, 180, 180, 0.3) !important;
}

.price-wrapper .more-version:hover {
    box-shadow: 0px 1px 17px 1px rgb(216, 216, 216) !important;
}

.fun-app .now-use:hover {
    box-shadow: 0px 1px 51px 0px rgb(222, 219, 219);
}


/* 导航修改 */

.nav-wrap .slide-product-nav {
    position: relative;
    height: 52px !important;
}

.nav-wrap .slide-app-nav {
    position: relative;
    height: 52px !important;
}

.nav-wrap .slide-solution-nav {
    position: relative;
    height: 52px !important;
}

.release {
    width: 65px;
    background: linear-gradient(-90deg, #f8e1be, #faf5f1);
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #a56e22;
    display: inline-block;
}

.nav-wrap .nav-service {
    position: relative;
    height: 52px !important;
}

.header .slide-nav {
    width: 334px;
    position: absolute;
    top: 52px;
    left: -45px;
    margin-left: -50px;
    border-radius: 4px;
    background: #fff;
    text-align: left;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, .07);
}

.float-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.header .slide-product {
    width: 750px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px !important;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.header .slide-app {
    width: 1300px;
    overflow: hidden;
    padding-left: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px;
    left: -360px !important;
}

/* 应用导航布局 */
.slide-app .left-nav {
    width: 228px;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.slide-app .main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


.slide-app .main .right-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.slide-app .main .right-content .right-item {
    width: 118px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slide-app .main .right-content .right-item .pic {
    width: 30px;
}

.slide-app .main .right-content .right-item .desc {
    color: #666666;
    font-size: 14px;
}

.slide-app .left-nav .list {
    width: 100%;
    margin-bottom: 180px;
}

.slide-app .left-nav .list .item {
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}

.slide-app .left-nav .all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slide-app .left-nav .all .txt {
    color: #666666;
    font-size: 16px;
    padding-left: 20px;
    height: 44px;
    line-height: 44px;
}

.navactive {
    color: #DD1313 !important;
    background: #F0F0F0;
}

.header .slide-solution {
    width: 920px;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 20px !important;
    padding-bottom: 10px;
}

.header .slide-product&gt;.nav-slide-item {
    float: left;
    padding: 15px 15px;
    margin-bottom: 10px;
    width: 50%;
}

.nav-slide-item:hover {
    color: #333;
}

.header .slide-solution&gt;.nav-slide-item {
    float: left;
    padding: 15px 20px;
    margin-bottom: 10px;
    width: 294px;
}

.nav-slide-item {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    width: 294px;
}

.nav-slide-item .wrap {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 8px 0px rgba(200, 200, 200, 0.3);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
}

.nav-slide-item .arrow-wrap {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.arrow-item {
    width: 203px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-slide-item .right-tip,
.menu-more-solution .right-tip {
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.menu-more-solution {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    /*background: rgb(240, 241, 245);*/
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    font-size:14px !important;
}

.block-app .nav-slide-item .nav-txt {
    width: 80px !important;
}

.block-wrap .nav-slide-item .nav-txt {
    width: 96px;
}

.nav-icon {
    width: 100%;
    height: 100%;
    display: inline-block;

}

.lf {
    float: left;
}

.rt {
    float: right;
}

.nav-stitle {
    color: #777777;
    font-size: 13px;
    margin-top: 10px;
}

.nav-btitle {
    line-height: 22px;
    font-size:14px;
    position: relative;
}

.nav-btitle .hot-top {
    /* position: absolute;
    top: 6px;
    right: -42px; */
    text-align: center;
    margin-left: 5px;
    width: 38px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    background: linear-gradient(-90deg, rgba(239, 60, 60, 1), rgba(244, 112, 112, 1));
    border: 0px solid rgba(230, 230, 230, 1);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
}

.nav-box {
    display: flex;
    flex-direction: column;
    padding-left: 20px;

}

.nav-box img {
    width: 40px;
    height: 40px;
    margin-bottom:5px;
}

.nav-btitle-top{
    font-size:14px;
    font-weight: blod;
}
.nav-stitle-red{
    color:#E1575F;
}
.nav-slide-item-three{
    width:203px !important;
}
.nav-btitle-h:hover{
    color:#E1575F;
}
.nav-stitle-h:hover{
    color:#E1575F;
}
.nav-slide-item-two{
    width:221px !important;
}
.menu-more-solution:hover {
    color:#E1575F;
} 
.cursor{
    cursor: pointer;
}</pre></body></html>