@charset "utf-8";

/* 解决方案 - 信创适配 */
.solution-ITAI .sRow-intro {
    font-size: 0.16rem;
    line-height: 2;
    text-indent: 2em;
    margin-bottom: 0.5rem;
}

.solution-ITAI .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.solution-ITAI .list .pic {
    width: 2.6rem;
    height: 3.68rem;
    margin-bottom: 0.2rem;
    -webkit-box-reflect: below 0px linear-gradient(to bottom,rgba(0,0,0,0) 2.7rem,rgba(0,0,0,0.05));
    box-reflect: below 0px linear-gradient(to bottom,rgba(0,0,0,0) 2.7rem,rgba(0,0,0,0.05));
}

.solution-ITAI .list .pic img {
    width: 2.6rem;
    height: 3.68rem;
}

.solution-ITAI .list .title {
    font-size: 0.16rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.solution-ITAI .tips {
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
}

.solution-ITAI .tips a {
    color: #fff;
    text-decoration: underline;
}

/* 解决方案 - 移动适配 */
.solution-mobileDevices .sRow-intro {
    font-size: 0.16rem;
    line-height: 2;
    text-indent: 2em;
    margin: 0 auto 0.38rem;
    color: #666666;
}

.solution-mobileDevices .sRow-pic {
    border-radius: 0.2rem 1.8rem 0.2rem 1.8rem;
    margin-bottom: 0.5rem;
	width: 100%;
}

/* 安全性 */
.solutionSafety-07 { 
    margin: 0.5rem 0 0; 
}

.solutionSafety-07 .row > .title { 
    font-size: 0.24rem; 
    font-weight: bold; 
    line-height: 0.42rem; 
    text-align: center; 
    color: #333; 
}

.solutionSafety-07 .row > .intro { 
    margin-top: 0.24rem; 
    font-size: 0.16rem; 
    color: #666; 
    text-align: center; 
    line-height: 0.32rem; 
}

.solutionSafety-07 .row > .pic { 
    margin-top: 0.24rem; 
}