.ts-cav-banner {
    margin-top:0;
    width:100%;
    height:480px;
    background: #02142c url("../images/service/ktools/1-a.jpg") no-repeat center center;
}
.boder-title{
    position:absolute;
    text-align: center;
    width:100%;
    margin: 230px auto 0;
    font-size: 46px;
    color:#fff;
    font-weight: bold;
}
/*common 22/09/01*/
.content-flex{
    display: flex;
}
/*	两端对齐*/
.flex-justify-content-space-between{
    justify-content:space-between;
}
/*	居中对齐 */
.flex-justify-content-space-center{
    justify-content:center;
}
/*右侧对齐*/
.flex-justify-content-end{
    justify-content: end;
}
/*居中对齐*/
.flex-justify-content-center{
    justify-content: center;
}
.col1{
    color:#ED702A !important
}
.col2{
    color:#359AFF !important;
}
.bg1{
    background-color: #fff;
}
.bg2{
    background-color: #f0f3f7;
}
.bg3{
    background-color: #2b78ff;
}
.bg4{
    background-color: #4893f5;
}
.bg5{
    background-color: #6baefc;
}
/*common 22/09/01*/

.header-name {
    clear: both;
    width: 100%;
    font-size: 38px;
    text-align: center;
    color: #2d3238;
}
.header-line {
    margin: 10px auto 20px;
    width:60px;
    border-bottom:4px solid #4797ff
}
.header-title {
    clear: both;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #54595e;
}
.header-title.partner{
    font-size: 18px;
}
.main-content1{
    border-top: 1px solid #e7e9ec;
    width: 1140px;
    height: 168px;
    margin: 50px auto 50px;
}
.license_menu{
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
}


.empower-content{
    width:100%;
    box-sizing: border-box;
}
.empower-content:nth-child(even){
    background-color: #f0f3f7;
}

.empower-content.partner{
    height:908px;
}
.empower-content.trial{
    /*height:623px*/
}
.empower-content.virus{
    /*height:714px*/
}
.empower-content.shield{
    /*height:648px*/
}

.empower-content >.info-content{
    padding: 80px 0 100px;
    width:1000px;
    height:100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.em-version{
    width:480px;
    height:294px;
    background: #FFFFFF;
    border: 1px solid rgba(231,233,236,1);
    border-radius: 4px;
}
.em-version.partner{
    width:380px;
    height:554px;
}
.em-version.trial{
    width:380px;
    height:274px;
}
.em-version.virus{
    width:480px;
    /*height:360px;*/
}
.em-version.shield{
    width:1000px;
    height:360px;
}
.em-version.cloud{
    width:480px;
    height:264px;
}
.ver-new{
    background: #ffffff url("../images/ic-new.png") no-repeat left top;
}
.em-version .ver-title{
    margin-top:50px;
    font-family: PingFang-SC-Bold, "微软雅黑 Light",serif;
    font-size: 28px;
    color: #373B3E;
    text-align: center;
    font-weight: 700;
}
.em-version .ver-subtitle{
    font-family: "Microsoft YaHei","SimSun",PingFangSC-Regular;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin:16px auto 60px
}
.em-version .ver-subtitle p{
    height:28px;
    line-height: 28px;
}
.em-version .ver-subtitle.virus{
    /*width:275px*/
}
.em-version .ver-info{
    width: 182px;
    text-align: center;
    margin: 0 auto;
}
.em-version .ver-button{
    cursor:pointer;
    width:320px;
    height:60px;
    line-height: 60px;
    border-radius: 4px;
    font-family: "Microsoft YaHei","SimSun",PingFangSC-Regular;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    margin: 0 auto
}
.em-version .ver-button.text{
    color: #808080;
    line-height:54px;
    height:54px;
    font-size: 16px;
}
.em-version .ver-button.text:hover{
    color:#359AFF !important
}

.em-version.partner .ver-button{
    width:320px
}
.em-version.virus .ver-button{
    width:320px
}

.info-content-header{
    margin-bottom: 60px;
}
.warning-info{
    /*width:750px;*/
    margin: 25px auto
}
.warning-info p{
    font-size: 18px;
    height:44px;
    line-height: 44px;
}