.bg-nft {
    background: url(/assets/images/backgrounds/bg_nft.jpg) no-repeat center;
    margin-bottom: 0 !important;
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0;
}

.bg-nft h1 {
    font-size: 4.8rem;
    color: #fff;
}

.banner .btn:first-child {
    margin: 0 50px;
}

.banner .btn {
    vertical-align: top;
}

.banner .link-as {
    margin-top: 50px;
}

.panel-body > img {
    margin-top: 15px;
    margin-bottom: 20px;
}

.panel-body :first-child {
    margin-top: 20px;
}

.cc-panel-group .panel-heading a {
    padding: 25px 20px;
    line-height: 1;
}

.panel-title {
    font-size: 2.0rem;
    color: #091871;
}

.cnt [data-toggle="collapse"]:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #eee;
}

.panel-body > p {
    margin-top: 15px;
}


/*NOTES*/
.tips {
    margin-top: 40px;
    padding: 20px 10px;
    box-shadow: 0px 15px 29px 0px rgba(86, 131, 244, 0.35);
    background: #fff;
}

.tips b {
    font-family: 'bradhitc';
    font-size: 48px;
    line-height: 1;
    color: #091871;
    font-weight: normal;
}

.tips .f-14 {
    max-width: 980px;
    margin: auto;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 30px;
    color: #666666;
}

.tips .f-14 li {
    margin-top: 10px;
}

.tips img {
    display: block;
    margin: auto;
}

.icon-left li::before, .icon-left p::before, .icon-note::before, .icon-book::before, .self-Licon::before {
    top: 3px;
}

.cc-panel-group.panel-group .panel + .panel {
    margin-top: 25px!important;
}

.cc-panel-group .panel-heading a span {
    font-size: 1.4rem;
}