.banner{
    background: url("/assets/images/changelog/bg_br.jpg") no-repeat center;
    background-size: cover;
}
.banner .banner-wrap{
    padding: 110px 15px;
}
.banner .black .f-48{
    font-size: 48px;
    letter-spacing: 1px;
}
.banner .black .btn{
    display: table;
    margin: 40px auto 0;
}
.version{
    background: #fff;
}
.version .version-wrap{
    padding: 80px 15px;
}
.version h2{
    text-align: center;
}
.version-num{
    word-spacing: -4px;
}
.version-text{
    font-size: 16px;
    line-height: 26px;
    color: #030303;
}
.visible-link{
    max-width: calc(100% - 90px);
}
.visible-link a{
    font-size: 16px;
    line-height: 26px;
    color: #359eff;
    margin-left: 20px;
    min-width: 75px;

}
.version-text,.visible-link{
    word-spacing: normal;
    display: inline-block;
    vertical-align: top;
}
.notice{
    background-color: #eeeeee;
}
.notice .notice-wrap{
    padding: 80px 15px;
}
.details-item .f-14{
    margin-top: 15px;
    font-size: 14px;
    /* line-height: 30px; */
    color: #000000;
}

.details-item:first-child dd {
    background: url(/assets/images/changelog/) no-repeat 0 -40px;
}
.details-item dd {
    padding-left: 15px;
}
.version-ul{
    padding-top: 10px;
}
.version-ul li{
    margin-top: 40px;
    background-color: #ffffff;
    box-shadow: 0px 9px 21px 0px
    rgba(41, 122, 216, 0.1);
    border-radius: 10px;
    padding: 40px 20px;
}
.version-ul dl dt{
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 30px;
}
.version-ul dl dt small{
    font-size: 14px;
    line-height: 22px;
    margin-left: 10px;
    font-weight: normal;
}
.version-ul dl dd p{
    font-size: 14px;
    line-height: 30px;
    color: #000000;
}
.icon-left.dots1 p::before {
    border-color: #a1a1a1;
    top: 10px;
    left: 2px;
}
.get-downloads{
    margin-top: 40px;
}
.get-downloads a{
    padding-right: 20px;
}
.version-ul a {
    color: #359eff;
}

@media (max-width: 320px) {
    body{
        zoom: 0.9;
    }
    .version .version-wrap{
        padding: 40px 15px;
    }
}