/* 技术支持 */
.technology-container{
    padding:20px 30px;
}
.technology-container-lsit{
    border-top:1px dotted #ededed;
}
.technology-container-item{
    padding:12px 0;
    border-bottom:1px dotted #ededed;
    align-items:flex-end;
}
.technology-container-item a{
    color:#494949;
}
.technology-container-item span{
    color:#999999;
    font-size:14px;
}
.technology-container-detail-title{
    padding:15px 0;
    border-bottom:1px dotted #ededed;
}
.technology-container-detail-title>span{
    color:#999999;
    font-size:14px;
}
.technology-container-detail-title a{
    color:#00A3FE;
}
.technology-container-detail-p{
    line-height:28px;
    color:#494949;
}
.technology-container-detail-articles a{
    font-size:14px;
    color:#999999;
}
.technology-container-detail-articles a:hover{
    color:blue;
}
/* 业务工单 */
.technology-li{
    margin-bottom:20px;
}
.technology-title{
    display:block;
    color:#494949;
}
.technology-title::before{
    content:'*';
    color:red;
}
.technology-li-input{
    display:flex;
    align-items:center;
    font-size:14px;
    margin:18px 20px;
    color:#666666;
}
.technology-li-input input{
    border:1px solid #ededed;
    width:380px;
    height:32px;
    border-radius:5px;
    margin-left:26px;
    padding-left:12px;
}
.single-choice,.multiple-choice{
    color:#494949;
    padding:12px 0 0 42px;
    line-height: 36px;
}
.single-choice-item,.multiple-choice-item{
    display:flex;
    align-items:center;
    cursor: pointer;
}
.single-choice-item i{
    width:16px;
    height:16px;
    border:1px solid #ededed;
    margin-right:12px;
    border-radius:50%;
}
.single-choice-item.active i{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABGUlEQVQokY3STStEYRjG8d882coCszSlrISFCclHsNQ4Q76KyEcZpcPSV1AoFl7KQqPGgvKykBVqxmLOaY6Zw7jq9HRf9/W/n6fTXbDbklHAKqpYwCiecYI9xGim4UIGHsc+Zv2uc1Rwl96Ugsd9QEn/OMkLyRej2AdMVUzyISBCOdutlLhe5qPaPiulngFlRAPYyLorY8RLnXpyqFPvN34M2Ajdt25N5791c6rHmgkYyToTg/lwjj8c8JJ1bt/z4Rz/NeAs62xf5sM7Vz3WRUAt6xzcEx1x88ZXs31GR8SNHrhWsNsKONX14/roDPNBe1cjPP0TfEryzXQ961jU3t2/dJ7k6nR2Ox0whzUc4gGfeEzq9aRfT4FvCD1EgqjWdGsAAAAASUVORK5CYII=) no-repeat;
}

.multiple-choice-item i{
    width:16px;
    height:16px;
    border:1px solid #ededed;
    margin-right:12px;
    border-radius:3px;
}
.multiple-choice-item.active i{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABDUlEQVQokaXTv0tCURTA8e/zGVgN2hvCXJ4gDi2ButRig77EpbEhcHHRxbm/IegviHRyFAdXCyxILIW2FnMRBKGWEiyFfA43/MF7kk/PdM+Fz7nncO+VyOs6K4ZtVWgZhxRoxOHAZRFH3PCgiQK5Iws4qEDpGLbs0P2G9LPYt/8HnRtQDAv4PoBwGZq9JU++CoK6DcMRnFam0IBDCuw6pnlgB5I+sc7UofYxX3iCU354jEElCp5NsXcZAJsEhTZcvxm7muDXT2h+wb4T7jU4U0Hbg04fUk/mI0mzL8whQ/YQzr0i14GTO7jtmuO5mX9+IVGFm78Wc63FEEyuaqSLe5QluHhZDA1tW421PsYYeFtAU0ZngRkAAAAASUVORK5CYII=) no-repeat;
}
.technology-btn{
    width:420px;
    height:38px;
    line-height: 38px;
    background-color:#00A3FE;
    color:white;
    text-align:center;
    margin:40px auto 80px;
    border-radius:6px;
    cursor: pointer;
}

/* 服务查询 */
.service-inquiry-title{
    display:block;
    text-align:center;
    font-size:14px;
    color:#666666;
}
.service-inquiry-list{
    width:50%;
    margin:60px auto 120px;
}
.service-inquiry-item{
    text-align:center;
    cursor: pointer;
    color:#494949;
}
.service-inquiry-item:hover{
    text-decoration: none;
    color:#494949;
}
.service-inquiry-item img{
    width:96px;
    margin-bottom:12px;
}
/* 方案工具 */
.solution-tools{
    display:flex;
    flex-wrap: wrap;
    padding:0 40px;
}
.solution-tools-item{
    width:25%;
    padding:0 20px;
    margin-bottom:30px;
    flex-flow: column;
    text-align:center;
}
.solution-tools-item img{
    width:60px;
}
.solution-tools-item h4{
    padding:8px 0;
}
.solution-tools-item p{
    font-size:14px;
    color:#666666;
}
/* 售后服务 */
.after-sales-service{

}
.after-sales-service-item-title{
    display:flex;
    align-items:center;
}
.after-sales-service-item-title i{
    font-style: oblique;
    font-weight: bold;
    color:#00A3FE;
    margin-right:12px;
    font-size:18px;
    flex-shrink: 0;
}
.after-sales-service-item-title h4{
    flex-shrink: 0;
    margin-right:4px;
}
.after-sales-service-item-title em{
    width:100%;height:12px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAAsElEQVQokY3RsQ3CMBCF4T+hokF6PZRMQccIFDRIkB3YgxkogAmQ2IKGJUiBrkcB0ziWMUbJddb5u3fSFc454jKzA7Dit7aSdgBFjMxsBNyBYQIaYCypNrOyTJrLDAC4SKoBJL1TVGUAwD5+BGRmU2CWAQ/g7P+UXwjY/Ek5SXq2qwXkJ6z7rBYnzYFJBtwkXf3gQYqqrhRJr4D8bRYZ0ADHNKVN6rwNUKSoz2pN3PgA+qI6Q/tZLDsAAAAASUVORK5CYII=);
}
/* 售后服务 */
.after-sales-service-item{
    padding:40px 30px;
    align-items:center;
}
.after-sales-service-item-l{
    width:35%;
    height:170px;
}
.after-sales-service-item-r{
    width:60%;
    line-height: 28px;
}
.after-sales-service-item-r i{
    color:#00A3FE;
}
/* 查询服务详情 */
.service-inquiry-bax{
    width:50%;
    margin:0 auto;
}
.service-inquiry-bax input{
    width:100%;
    height:36px;
    border-radius:6px;
    border:1px solid #ededed;
    padding-left:12px;
    margin-bottom:20px;
}
.service-inquiry-bax-item{
    margin-bottom:20px;
    width:100%;
    height:36px;
    line-height: 36px;
    text-align:center;
    color:white;
    border-radius:6px;
    cursor: pointer;
}
.service-inquiry-bax-item.t1{
    background-color:#85CF45;
}
.service-inquiry-bax-item.t2{
    background-color:#00A3FE;
}
.service-inquiry-bax-li{
    color:#494949;
    padding:12px 0;
}
.service-inquiry-bax-li-title{
    background-color:#EEEEEE;
    margin-bottom:12px;
}
.service-inquiry-bax-li{
    text-align:center;
}
.service-inquiry-bax-li span:nth-child(1){
    width:40%;
}
.service-inquiry-bax-li span:nth-child(2){
    width:20%;
}
.service-inquiry-bax-li span:nth-child(3){
    width:20%;
}
.service-inquiry-bax-li span:nth-child(4){
    width:20%;
}