h2 {
    font-size: 3.6rem;
    margin: 0 0 30px;
}
.icon-left li::before, .icon-left p::before, .icon-note::before, .icon-book::before, .self-Licon::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(/assets/images/icon/tiny-icon-all.png) no-repeat;
}
.icon-note::before {
    background-position: -965px -118px;
    width: 12px;
    height: 12px;
}

.icon-left li, .icon-left p, .icon-note {
    position: relative;
    padding-left: 20px;
}

.icon-note {
    padding-left: 17px;
}
.icon-left[class*=dots] li::before, .icon-left[class*=dots] p::before {
    border: 3px solid #091871;
    border-radius: 50%;
    top: 6px;
}
.icon-left.dots1 li::before, .icon-left.dots1 p::before {
    border-color: #333;
}
.icon-left.dots1 p::before {
    border-color: #a1a1a1;
    top: 10px;
    left: 2px;
}
a.icon-download {
    position: relative;
    padding-left: 18px;
}
a.icon-download::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    left: 0;
    background: url(/assets/images/icon/tiny-icon-all.png) no-repeat -900px -118px;
}
a.blue:hover, a.blue1:hover, a.black:hover,a.link:hover {
    text-decoration: underline;
}

/*---------------*/

.get-downloads a {
    padding-right: 20px;
    font-size: 1.4rem;
}
.version-ul a, .details-item a.blue1 {
    color: #359eff;
}


.banner {
    background: url(/assets/mb/images/background/bg_br.jpg) no-repeat center;
}

.banner .banner-wrap {
    padding: 110px 15px;
    max-width: 1200px;
    margin: auto;
}
.icon-note::before {
    top:0px;
}
.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;
    max-width: 1200px;
    margin: auto;
}

.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;

}
.visible-link a:hover {
    text-decoration: underline;
}
.version-text, .visible-link {
    word-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

.notice {
    background-color: #eeeeee;
}

.notice .notice-wrap {
    padding: 80px 15px;
    max-width: 1200px;
    margin: auto;
}

.details-item .f-14 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1;
    color: #000000;
}

.details-item:first-child dd {
    /*background: url(/asset/images/changelog/) no-repeat 0 -40px;*/
}

.details-item dd {
    padding-left: 15px;
}

.version-ul li {
    margin-bottom: 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;
}
h1 {
    font-size: 6rem;
    margin: 0 0 40px;
}
.f-20 {
    font-size: 2rem;
}
.banner .black .f-48 {
    font-size: 48px;
    letter-spacing: 1px;
}


.banner-panel {
    padding: 50px 25px;
    font-size: 20px;
    background-color: rgba(255,255,255,.7);
    text-align: center;
}
.banner-panel.black {
    background-color: rgba(0,0,0,.7);
    color: #fff;
}
@media all and (min-width: 1201px) {
    .banner-panel {
        padding: 50px 25px;
    }
}

.btn.btn-white {
    background-color: #fff;
    color: #091871;
}

.btn.btn-white:hover {
    background-color: #091871;
    color: #fff;
}
.details-item a.blue1 {
    color: #359eff;
}