@charset "UTF-8";
@import "https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-awesome/4.7.0/css/font-awesome.min.css";
.cooldown-section-title {
    position: relative;
    margin: 1em 0;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
}
.cooldown-section-title span {
    position: relative;
    display: inline-block;
    padding-right: 1.4em;
    background: #fff;
    color: #638799;
    font-size: 14px;
}
.cooldown-section-title i.fa {
    font-size: 16px;
    margin-right: 14px;
    line-height: 39px;
    text-align: center;
    color: #638799;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #638799;
    display: inline-block;
    width: 43px;
}
.cooldown-section-title i[class^="icon-"]:before, .cooldown-section-title i[class*=" icon-"]:before, .cooldown-section-title i.fa:before {
    display: inline;
    margin-left: 0;
    margin-right: 0;
}
.cooldown-section-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #638799;
}
.cooldown-download_btn {
    display: inline-block;
    font-size: 14px;
    background-image: linear-gradient(120deg, #51ec8b 0%, #20abef 100%);
    padding: 2px 10px;
    font-weight: 500;
    margin: 10px 3px;
    color: #fff!important;
    border-radius: 5px;
    border-radius: 3px;
}
.cooldown-download_btn:before {
    font-family: "FontAwesome";
    content: "\f0ed";
    padding-right: 8px;
}