body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6,p { font-family: "PingFang SC;"}
html,body{
    width: 100%;
    margin: 0;
    padding: 0;
}
/* 背景图以后可能做成banner */
.head-nav {
    min-width: 1200px;
    height: 250px;
    background: url('../images/versioning-banner.png') no-repeat;
    background-size: 100% 100%;
}
.index-content {
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}
/* 更新日志 开始 */
.content-item1 {
    width: 100%;
    min-height: 615px;
    background-color: #fff;
    position: relative;
}
.main-cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    padding: 50px 0;
    justify-content: center;
}
.version-log {
    width: 5%;
}
.log-infor {
    width: 95%;
    padding-left: 40px;
}
.log-infor .log-infor-content:nth-of-type(odd) {
    background-color: #E7E9FB;
}
.log-infor-nav {
    display: flex;
    justify-content: space-around;
}
.log-infor-nav span {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}
.log-infor-content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.log-infor-content {
    padding: 20px 0;
    position: relative;
}
.update-infor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.update-infor span ,.upgrade-time,.version-num{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.ver-icon {
    position: absolute;
    top: 43px;
    left: -88px;
    display: flex;
}
.ver-icon i.vericon {
    width: 12px;
    height: 12px;
    background: #2970E2;
    border-radius: 50%;
    position: absolute;
    right: -37px;
    top: 3px;
}
.ver-icon span,.ver-year,.change-title {
    font-size: 14px;
    font-weight: 500;
    color: #2970E2;
}
.ver-title {
    display: flex;
    position: relative;
}

.ver-year::after ,.change-year::after{
    content: '';
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #2970E2 url(../images/ver-inline-icon.png) no-repeat 50% 50%;
    position: absolute;
    right: -31px;
    top: -5px;
}
.ver-time-circle {
    width: 2px;
    height: 10000px;
    background-color: #2970E2;
    position: absolute;
    right: -14px;
    top: 31px;
}
.change-title {
    width: 5%;
    position: absolute;
    top: 30px;
    left: -96px;
}

.change-year {
    position: relative;
}

.change-title span {
    margin-left:7px;
}
.manage {
    display: flex;
    align-items: center;
}
.manage img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.manage-msg {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.LOG-Ver {
    flex: 1;
}

.LOG-Ver.upgrade-time {
    text-align: center;
    line-height: 50px;
}

.LOG-Ver.version-num {
    text-align: center;
    line-height: 50px;
}
.update-hide {
    padding-top: 5px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    word-wrap: break-word;
    word-break: normal;
}
.hide {
    display: none;
}
img.openimg {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.getmore {
    width: 100%;
    text-align: center;
    padding: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    cursor: pointer;
}
/* 更新日志 结束 */
/* 背景小图片 开始*/
.bg-img {
    position: absolute;
    right: 144px;
    top: 116px;
}
.bg-img5 {
    position: absolute;
    left: 111px;
    bottom: 61px;
}
/* 背景小图片 结束*/
