/*往下是服务支持页面*/
.m-banner-tech-img2{
    margin:2em auto;
}
.m-banner-tech-div{
    background-color:#fff;
}
.tech-lession-videos{
font-weight: 400;
font-size: 36px;
color: #000000;
line-height: 48px;
margin: 0 auto;
padding:1.5em 0em;
text-align: center;
background-color: #fff;
}
.tech-videos-div{
    background-color: #F0F0F0;
}
.tech-video-singlediv{
box-shadow: 0px 0px 21px 9px rgba(4,7,22,0.15);
text-align: center;
margin:5em 0em;
width:50%;
}
.tech-video-title{
font-weight: 400;
font-size: 24px;
color: #000000;
text-align: center;
line-height: 18px;
background-color: #fff;
height: 3em;
}
.tech-flex-box{
    display: flex;
}
.tech-flex-justify-center{
   justify-content: center;
}
.tech-flex-justify-left{
   justify-content: left;
}
.tech-flex-justify-around{
   justify-content: space-around;
}
.tech-flex-items-center{
    align-items: center;
}
.padding-r0px{
    padding-right: 0px!important;
}
.padding-l0px{
    padding-left: 0px!important;
}
.tech-form-outbox{
    background-color: #fff;
    text-align: center;
}
.tech-form-title{
font-weight: 400;
font-size: 36px;
color: #000000;
line-height: 94px;
padding:0.5em 0px;
}
.tech-form-content{
font-weight: 400;
font-size: 24px;
color: #000000;
line-height: 18px;
margin-bottom:2em;
}
.tech-form-button{
    width: 325px;
height: 66px;
background: #000000;
margin-bottom:2em;
font-weight: 400;
font-size: 24px;
color: #FFFFFF;
cursor: pointer;
line-height: 18px;
}
/*往下是软件页面*/
.soft-flex-box{
    display: flex;
    padding:0.5em 0em;
}
.soft-lession-videos{
font-weight: 400;
font-size: 36px;
color: #000000;
line-height: 48px;
margin: 0 auto;
padding:1.5em 0em;
text-align: center;
background-color: #fff;
}
.soft-icons-manual{
    background-image: url('/static/images/soft/softicon-01.png');
    width: 320px;
    height: 113px;
    font-size:24px;
    line-height:24px;
}
.soft-icons-windows{
    background-image: url('/static/images/soft/softicon-02.png');
    width: 320px;
    height: 113px;
    font-size:24px;
    line-height:24px;
}
.soft-icons-android{
    background-image: url('/static/images/soft/softicon-03.png');
    width: 320px;
    height: 113px;
    font-size:24px;
    line-height:24px;
}
.soft-icons-macos{
    background-image: url('/static/images/soft/softicon-04.png');
    width: 320px;
    height: 113px;
    font-size:24px;
    line-height:24px;
}
.soft-icons-ios{
    background-image: url('/static/images/soft/softicon-05.png');
    width: 320px;
    height: 113px;
    font-size:24px;
    line-height:24px;
}
.soft-icons-lightburn{
    background-image: url('/static/images/soft/softicon-06.png');
    width: 320px;
    height: 113px;
    font-size:24px;
    line-height:24px;
}
.soft-outdiv{
    background:#F0F0F0!important;
    padding:2em 0em!important;
}

@media (max-width: 768px){
    .tech-lession-videos{
font-size: 32px;
line-height: 48px;
padding:0em 0em 1.5em 0em;
}
.tech-video-title{
    font-size: 16px;
}
.tech-video-singlediv{
    width:100%;
}
.tech-form-title{
    font-size: 28px;
    line-height:40px;
}
.tech-form-content{
    line-height: 24px;
    font-size:18px;
}
.soft-lession-videos{
background-color: #F0F0F0;
}
.soft-flex-box{
    display: block;
    padding:0.5em 0em;
}
.soft-icons-android,.soft-icons-windows,.soft-icons-manual,.soft-icons-lightburn,.soft-icons-ios,.soft-icons-macos{
    margin:1em;
}


}