/* #region banner页*/
.banner-section {
    width: 100%;
    height: 42vh;
    max-width: 800px;
    position: relative;
    background-image: url("/static/mobile/img/tech_solutions_mobile/tech_solution_1/banner.png");
    background-size: cover;
    background-position: center;
}
.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    z-index: 1;
}

.banner-section .banner-intro {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 2; 
    width: 90%;
}
.banner-section .banner-intro h2{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
.banner-section .banner-intro p{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    width: 90%;
    height: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
}
/* #endregion banner页*/

/* #region 内容通用样式*/
.content-section {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
}
.content-section .common-container{
    width: 92%;
    margin: 0 auto;
}
/* #endregion 内容通用样式*/

/* #region 内容1*/
.content1-container .content1-title{
    margin-bottom: 20px;
}
.content1-container .content1-title h2{
    font-size: 22px;
    color: #111D76;
    font-weight: 400;
}
.content1-container .content1-title img{
    width: 33px;
    height: 30px;
    padding-bottom: 10px;
}
.content1-container .content1-info{
    display: flex;
    flex-direction: column;
}
.content1-container .content1-info img{
    width:100%;
    height:200px;
}
.content1-container .content1-info .content1-words{
    padding:15px;
    background-color: #EDEDED ; 
}
.content1-container .content1-info .content1-words p{
    color: #4C4C4C;
    font-size:16px;
    line-height: 1.6;
    font-weight: 400;
    height: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
}
.content1-container .content1-info .content1-words .points{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 20px 10px 0;
}
.content1-container .content1-info .content1-words .points span{
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 400;
}
.content1-container .content1-info .content1-words .points span::before {
    content: "";
    display: inline-block;
    width: 10px;                
    height:10px;              
    background-image: url('/static/index/img/tech_solutions/tech_solution_1/bluePoint.png'); 
    background-size: contain;
    margin-right: 10px;          
}
/* #endregion 内容1*/

/* #region 内容2*/
.content2-container .content2-title{
    margin-bottom: 20px;
}
.content2-container .content2-title h2{
    font-size: 22px;
    color: #111D76;
    font-weight: 400;
}
.content2-container .content2-title img{
    width:33px;
    height: 30px;
    padding-bottom: 10px;
}
.content2-container .content2-info{
      display: flex;
      flex-direction: column;
}
.content2-container .content2-info img{
    width:100%;
    height:200px;
}
.content2-container .content2-info .content2-words{
    padding:15px;
    background-color: #EDEDED ; 
}
.content2-container .content2-info .content2-words p{
    color: #4C4C4C;
    font-size:16px;
    line-height: 1.6;
    font-weight: 400;
}
.content2-container .content2-info .content2-words .points{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 10px 20px 10px 0;
}
.content2-container .content2-info .content2-words .points span{
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 400;
}
.content2-container .content2-info .content2-words .points span::before {
    content: "";
    display: inline-block;
    width: 10px;                
    height:10px;              
    background-image: url('/static/index/img/tech_solutions/tech_solution_1/bluePoint.png'); 
    background-size: contain;
    margin-right: 10px;          
}
/* #endregion 内容2*/

/* #region 内容3*/
.content3-container .content3-title{
    margin-bottom: 20px;
}
.content3-container .content3-title h2{
    font-size: 22px;
    color: #111D76;
    font-weight: 400;
}
.content3-container .content3-title img{
    width: 33px;
    height: 30px;
    padding-bottom: 10px;
}
.content3-container .content3-info{
    display: flex;
    flex-direction: column;
}
.content3-container .content3-info img{
    width: 100%;
    height: 200px;
}
.content3-container .content3-info .content3-words{
    padding:15px;
    background-color: #EDEDED ; 
}
.content3-container .content3-info .content3-words p{
    color: #4C4C4C;
    font-size:16px;
    line-height: 1.6;
    font-weight: 400;
}
.content3-container .content3-info .content3-words h2{
    color: #4C4C4C;
    font-size: 16px;
    font-weight: bold;
}
.content3-container .content3-info .content3-words .points{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
     padding: 10px 20px 10px 0;
}
.content3-container .content3-info .content3-words .points span{
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 400;
}
.content3-container .content3-info .content3-words .points span::before {
    content: "";
    display: inline-block;
    width: 12px;                
    height: 12px;              
    background-image: url('/static/index/img/tech_solutions/tech_solution_1/bluePoint.png'); 
    background-size: contain;
    margin-right: 10px;          
}
/* #endregion 内容3*/

/* #region 内容4*/
.content4-container .content4-title{
    margin-bottom: 20px;
}
.content4-container .content4-title h2{
    font-size: 22px;
    color: #111D76;
    font-weight: 400;
}
.content4-container .content4-title img{
    width: 33px;
    height: 30px;
    padding-bottom: 10px;
}
.content4-container .content4-info {
    display: flex;
    flex-direction: column;
}

.content4-container .content4-info img {
    width: 100%;
    height: 200px;
}
.content4-container .content4-info .content4-words{
    padding: 15px;
    background-color: #EDEDED ; 
}
.content4-container .content4-info .content4-words p{
    color: #4C4C4C;
    font-size:16px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify;
}
.content4-container .content4-info .content4-words .points {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.content4-container .content4-info .content4-words .points span {
    display: block;
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
.content4-container .content4-info .content4-words .points span::before {
    content: "";
    display: inline-block;
    width: 12px;                
    height: 12px;              
    background-image: url('/static/index/img/tech_solutions/tech_solution_1/bluePoint.png'); 
    background-size: contain;
    margin-right: 10px;          
}
/* #endregion 内容4*/

/* #region 相关技术推荐*/
.techRec-section {
    /* background-color: #EBEBEB; */
    padding: 0 0 30px 0;
}

.techRec-section .techRec-container {
    width: 92%;
    margin: 0 auto;
}

.techRec-container h2 {
    color: #111D76;
    font-size: 24px;
    font-weight: 450;
    margin-bottom: 10px;
}

.techRec-container .first-service {
    margin-bottom: 20px;
}

.techRec-container .first-service h2 {
    color: #111D76;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.techRec-container .first-service .second-service .service {
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.techRec-container .first-service .second-service .service>img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.techRec-container .first-service .second-service .service>img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* 信息区域覆盖在图片底部 */
.techRec-container .first-service .second-service .service .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 20px;
    box-sizing: border-box;
    background: linear-gradient(135deg, rgba(17, 29, 118, 0.7) 0%, rgba(45, 52, 160, 0.7) 50%, rgba(17, 29, 118, 0.7) 100%);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.techRec-container .first-service .second-service .service .info img {
    width: 20px;
    height: auto;
    object-fit: contain;
    /* 使箭头变为白色 */
}
/* .techRec-container .first-service .second-service{
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
    gap: 20px;
}
.techRec-container .first-service .second-service .service img{
    height: 130px;
    width: 100%;
    object-fit: cover;
}
.techRec-container .first-service .second-service .service .info {
    padding: 5px 20px;
    box-sizing: border-box;
    background: linear-gradient(135deg, rgba(17, 29, 118, 0.5) 0%, rgba(45, 52, 160, 0.5) 50%, rgba(17, 29, 118, 0.5) 100%);
    position: relative;
    overflow: hidden;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.techRec-container .first-service .second-service .service .info img {
    width: 20px;
    height: auto;
    object-fit: contain;
} */
/* #endregion 相关技术推荐*/