/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2025-6-30, 14:20:04
    Author     : Administrator
*/
/* * {
    font-size:75%;
} */
.div_index {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.footer{
    width: 100%;
    color: #aaa;
    background: #1f2730;
    position: relative;
    bottom: 0;
    left: 0;
}
.a_pointer {
    cursor: pointer ;
}
.address{
    line-height: 50px;
    text-align: center;
    background: #161e26;
    margin: 0;
}

.div_main {
    margin-top: 52px;
}
/* .navbar-brand {
        font-size: 30px;
        color: red;
} */
 .btn-primary {
    padding: 4px 15px;

 }
 .btn_consult {
    font-size: 12px;
 }
 .navbar_home {
    padding: 8px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
 }
.nav-link {
    font-size: 13px;
}
.nav-link.active {
     font-weight: 600;
}

.navbar-collapse{
    margin-left: 20px;
}
.nav-item {
    margin-right: 20px;
}

.footer{
    width: 100%;
    color: #aaa;
    background: #1f2730;
    padding-top: 20px;
}
.ul_footer li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 8px;
 
}
.ul_footer .f-tit {
    color: #9a9a9a;
   font-size: 18px;
   color: #fff;
}
.ul_footer li a {
    color: #ADB5BD;
    text-decoration: none;
    font-size: 13px;
}
.ul_footer>li.li_description {
    font-size: 12px;
    text-align: left;
}
.address {
    font-size: 14px;
}

/* 中间内容 */

.container .text-line {
    padding: 30px 0;
}
.text-line .span_title {
    font-weight: bold; 
    color: #313131;
    font-size: 24px;
    margin: 18px 0 20px 0;
}
.container .text-line .subtitle {
        font-size: 16px;
         color: #919191;
}
.btn-round-lg {
    font-size: 16px;
}
.animated_first {
    margin-bottom: 50px;
}
.partner-list {
        margin-bottom: 30px;
}
.suitable-img2 {
    /* margin-bottom: 8px; */
}
.suitable-item .suitable-intro { 
    margin-bottom: 15px;
    color: #919191;
    line-height: 22px;
    font-size: 14px;
}
.index_lead {
    font-size: 16px;
}
.suitable-item .suitable-title {
    font-size: 16px;
    color: #333;
}
.img-zoom {
    margin-bottom: 20px;
}


.row .h3_title {
    font-size: 20px;
        margin-bottom: 12px;
}
.row .rotate {
    margin-bottom: 18px;
}

/* 应用市场 */
.container_appmarket {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    font-size: 18px;
}
.container_appmarket .row_item {
    margin: 10px 0 20px;
}
.row_appmarket_img {
    width:290px;
    height: 190px;
    border-radius: 3px 3px 0 0;
}
.row_item .img {
    border-radius: 3px 3px 0 0;
}
.container_appmarket .col {
    padding: 0 10px;
    text-align: center;
}
/* .container_appmarket .row {

    border-radius: 3px;
}
.container_appmarket .row:nth-child(4n) {
    margin-right: 0px;
} */
.row_item_name {
    width: 100%;
    display: inline-block;
    /* height: 30px; */
    margin:10px 0;
    text-align: center;
    
}
.row_item_name a {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: #363F48;
}

.row_item_name2 {
   font-size: 13px;
   margin-bottom: 10px;
   text-align: center;
   color: #818e9b;

}
.row_item_des {
    line-height: 14px;
    font-size: 12px;
    color: #444;
    margin-bottom: 10px;
     max-width: 100%;
    min-height: 38px;
    text-align: left;
	  word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.row_item_price {
    font-size: 14px;
    color: #e95244;
    text-align: center;
}
.row_item_price span {
    padding-left: 12px;
    font-size: 14px;
}

/* 插件市场列表详情页面 */
.row_detail {
    width: 100%;
    /* color: #fff; */
}

.row_detail .div_title {
    font-size: 42px;
    margin: 18px 0 20px 0;
    color: #fff;
}
.div_detail_des {
    color: #fff;
    font-size: 18px;
}
.contentInfo .div_header_bg {
    width: 100%;
    height: 480px;
    padding: 120px 0;
    /* background-color: #363f48; */
    background-image:url(../images/index/app_info_bg.png);
/* background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/index/app_info_bg.png); */
    background-size: cover;
    /* background-attachment: scroll; */
    background-position: center; 

}

.align-center {
    text-align: center;
}
.div_feature {
    margin-bottom: 40px;
}
.div_item {
    border: 2px solid #f2f6fa;
    border-radius: 3px;
}

.div_feature_row {
    display: flex;
    flex-wrap: wrap;
}
.div_feature_row .div_item {
    border: 2px solid #f2f6fa;
    border-radius: 3px;
    padding: 30px 10px;
    margin: 10px 0;
    height: 240px;
    box-sizing: border-box;
}
.div_feature_row .div_img {
    text-align: center; 
    margin-bottom: 20px;
}
.row .col  {
    padding: 0 10px;
}



/* 套餐和价格 */
.table-dark {
    font-size: 14px;
    /* height: 26px; */
    /* line-height: 26px; */
}
.div_price_table {
    font-size: 12px;
}

/* .table_header_th2 {
    width: 100px;
} */
/* .table_header_th {
     width: 120px;
} */

/* 预览截图 */
.div_preview {
    padding: 40px 0;
    margin-bottom: 30px;
}
.div_preview .span_title {
    font-weight: bold; 
    color: #313131;
    font-size: 24px;
    margin: 18px 0 20px 0;
}
.div_preview_list {
    margin: 30px 0 40px;
    text-align: center;
}
.div_preview_list a {
    text-decoration: none;
}

.div_preview_item {
    color: #333;
    font-size: 13px;
    padding: 6px 34px;
    margin: 0 10px;
    background: #eee;
    cursor: pointer;
    border-radius: 20px;

}
.div_preview_item.active_0 {
    box-shadow: none;
    background-color: #59a3fc;
    color: #fff;
}

    .carousel-inner {
        margin: 0 auto;
        position: relative;
    }

    .carousel-control-prev {
        width: 6%;
        position: absolute;
        left: 0;
    }
    .carousel-control-next {
        width: 6%;
         position: absolute;
        right: 0;
    }



  