html, body, div, p, span, a, strong, form, table, th, td, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, fieldset, iframe, object, pre, img, b, i {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
html {
    height: 100%;
}
body {
    font-family: 'PingFang SC ', Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
    font-size: 16px;
    height: auto !important;
    min-height: 100% !important;
}
.content-flex{
    display: flex;
}
/*	两端对齐*/
.flex-justify-content-space-between{
    justify-content:space-between;
}
/*右侧对齐*/
.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;
    /*background-color: #f0f3f7;*/
}
.bg4{
    background-color: #4893f5;
}
.bg5{
    background-color: #6baefc;
}





.boder-title{
    position:absolute;
    text-align: center;
    width:100%;
    margin: 230px auto 0;
    font-size: 46px;
    color:#fff;
    font-weight: bold;
}
.move3-banner{
    margin-top:0;
    width:100%;
    height:480px;
    background: #02142c url("../images/banner-authorization.png") no-repeat center center;
}

.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;
    height:808px;

}
.empower-content.partner{
    height:908px;
}
.empower-content.trial{
    height:623px
}
.empower-content >.info-content{
    padding: 80px 0 100px;
    width:1140px;
    height:100%;
    margin: 0 auto;
    box-sizing: border-box;
}


.em-version{
    width:270px;
    height:464px;
    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;
}
.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: 14px;
    text-align: center;
    font-weight: 400;
    /*margin:16px auto 40px;*/
    height:80px;
    padding-top: 16px;
}
.em-version .ver-info{
    width: 182px;
    text-align: center;
    margin: 0 auto;
}
.em-version .ver-button{
    cursor:pointer;
    width:180px;
    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 30px
}
.em-version.partner .ver-button{
    width:240px
}
.info-content-header{
    margin-bottom: 60px;
}







