.navbar {
  background: transparent !important; color: #fff; position: absolute; top: 0; left: 0; right: 0;
}

#banner .carousel-caption {
    height: 100%;
    top: 0;
    bottom: 0;
}

#banner .carousel-caption h2 {
    margin-top: 27%;
}

#banner .carousel-caption p {
    margin-top: 3%;
    margin-bottom: 0;
}

#banner .carousel-caption .title-style-1 {
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 11px;
}

#banner .carousel-caption .desc-style-1 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 13px;
}

#banner .carousel-caption .title-style-2 {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 5px;
}

#banner .carousel-caption .title-style-2 span {
    font-weight: 600;
}

#banner .carousel-caption .desc-style-2 {
    margin-top: 1rem;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 5px;
}

#banner .carousel-caption .title-style-3 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 5px;
}

#banner .carousel-caption .title-style-3 span {
    font-weight: 600;
}

#banner .carousel-caption .desc-style-3 {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 13px;
}

#banner .carousel-caption .btn {
    margin-top: 9%;
    width: 200px;
    height: 54px;
    line-height: 54px;
    padding: 0 0;
    border-radius: 30px;
}

#banner .carousel-caption .btn-blue {
    background-color: rgba(24, 88, 245, .7);
    border: 1px solid #3164fb;
    color: #fff;
}

#banner .carousel-caption .btn-white {
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid #feffff;
    color: #feffff;
}

#banner .carousel-caption-center {
    text-align: center;
}

#banner .carousel-caption-left {
    text-align: left;
}

#banner .carousel-indicators {
    bottom: 14%;
}

#banner .carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 2px solid #8c959d;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    background-color: transparent;
}

#banner .carousel-indicators .active {
    background-color: transparent;
    border: 2px solid #fff;
}

#banner .arrow-down-wrapper {
    display: flex;
    align-items: center;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 7%;
    margin: 0 auto;
    z-index: 1;
    opacity: .5;
    cursor: pointer;
    animation: arrowDownAnimation 1s linear 1s infinite alternate;
    -moz-animation: arrowDownAnimation 1s linear 1s infinite alternate;
    -webkit-animation: arrowDownAnimation 1s linear 1s infinite alternate;
    -o-animation: arrowDownAnimation 1s linear 1s infinite alternate;
}

@keyframes arrowDownAnimation {
    0% {
        bottom: 7%;
        opacity: .5;
    }
    80% {
        bottom: 5%;
        opacity: 0.8;
    }
    100% {
        bottom: 4%;
        opacity: 1;
    }
}

@-webkit-keyframes arrowDownAnimation {
    0% {
        bottom: 7%;
        opacity: .5;
    }
    80% {
        bottom: 5%;
        opacity: 0.8;
    }
    100% {
        bottom: 4%;
        opacity: 1;
    }
}

#banner .arrow-down-wrapper img {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 20px;
}

@media (max-width: 767px) {
    #banner .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin-right: 8px;
        margin-left: 8px;
    }

    #banner .arrow-down-wrapper {
        display: none;
        /*bottom: 3%;*/
    }

    /*#banner .arrow-down-wrapper img {*/
    /*width: 30px;*/
    /*height: 15px;*/
    /*}*/
}

@media (max-width: 420px) {
    #banner .carousel-indicators {
        bottom: 9%;
    }

    #banner .arrow-down-wrapper {
        display: none;
    }
}

@media (max-width: 991px) {
    #banner .carousel-caption h2 {
        margin-top: 27%;
    }

    #banner .carousel-caption p {
        margin-top: 3%;
    }

    #banner .carousel-caption .title-style-1 {
        font-size: 36px;
        letter-spacing: 5px;
    }

    #banner .carousel-caption .desc-style-1 {
        font-size: 16px;
        letter-spacing: 2px;
    }

    #banner .carousel-caption .title-style-2 {
        font-size: 36px;
        letter-spacing: 2px;
    }

    #banner .carousel-caption .desc-style-2 {
        margin-top: .6rem;
        font-size: 26px;
        letter-spacing: 2px;
    }

    #banner .carousel-caption .title-style-3 {
        font-size: 30px;
        letter-spacing: 2px;
    }

    #banner .carousel-caption .desc-style-3 {
        font-size: 36px;
        letter-spacing: 5px;
    }

    #banner .carousel-caption .btn {
        margin-top: 7%;
        padding: 0;
        width: 124px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        border-radius: 17px;
    }
}

@media (max-width: 767px) {
    #banner .carousel-caption h2 {
        margin-top: 27%;
    }

    #banner .carousel-caption p {
        margin-top: 6%;
    }

    #banner .carousel-caption .title-style-1 {
        font-size: 25px;
        letter-spacing: 1px;
    }

    #banner .carousel-caption .desc-style-1 {
        font-size: 13px;
        letter-spacing: 1px;
    }

    #banner .carousel-caption .title-style-2 {
        font-size: 25px;
        letter-spacing: 1px;
    }

    #banner .carousel-caption .desc-style-2 {
        margin-top: .4rem;
        font-size: 18px;
        letter-spacing: 1px;
    }

    #banner .carousel-caption .title-style-3 {
        font-size: 21px;
        letter-spacing: 1px;
    }

    #banner .carousel-caption .desc-style-3 {
        font-size: 25px;
        letter-spacing: 1px;
    }

    #banner .carousel-caption .btn {
        display: none;
        /*margin-top: 4%;*/
        /*padding: 0;*/
        /*width: 110px;*/
        /*height: 30px;*/
        /*font-size: 11px;*/
        /*border-radius: 15px;*/
    }
}

@media (max-width: 420px) {
    #banner .carousel-caption h2 {
        margin-top: 28%;
    }

    #banner .carousel-caption p {
        margin-top: 4%;
    }

    #banner .carousel-caption .title-style-1 {
        font-size: 20px;
        letter-spacing: 0;
    }

    #banner .carousel-caption .desc-style-1 {
        font-size: 13px;
        letter-spacing: 0;
    }

    #banner .carousel-caption .title-style-2 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    #banner .carousel-caption .desc-style-2 {
        margin-top: .2rem;
        font-size: 14px;
        letter-spacing: 0;
    }

    #banner .carousel-caption .title-style-3 {
        font-size: 19px;
        letter-spacing: 1px;
    }

    #banner .carousel-caption .desc-style-3 {
        font-size: 18px;
        letter-spacing: 0;
    }

    #banner .carousel-caption .btn {
        display: none;
    }
}

.introduction {
    padding-top: 10%;
    background: url('/static/images/home_part2_bg.jpg') no-repeat;
    background-size: 100%;
    background-color: #f9f9f9;
    overflow-x: hidden;
}

.introduction .introduction-img {
    margin-top: 2%;
}

.introduction .introduction-content {
    padding-left: 10.5%;
    margin-top: 9%;
}

.introduction .introduction-content:before {
    content: '';
    position: absolute;
    top: -14px;
    left: 14%;
    width: 2px;
    height: 34px;
    background-color: #1858f5;
}

@media (max-width: 767px) {
    .introduction .introduction-content:before {
        content: '';
        position: absolute;
        top: -14px;
        left: 6%;
        width: 2px;
        height: 34px;
        background-color: #1858f5;
    }
}

.title {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 5px;
    color: #11113f;
    text-align: center;
}

.introduction .introduction-title {
    font-size: 30px;
    font-weight: normal;
    color: #1858f5;
    text-align: left;
    word-break: break-all;
}

.introduction .introduction-title span {
    color: #5c5c5c;
}

.introduction .introduction-desc {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.89;
    color: #737373;
    max-width: 450px;
}

.introduction .introduction-more {
    display: block;
    margin-top: 16px;
    color: #1858f5;
    margin-bottom: 16px;
}

.fund-situation,
.service-situation,
.safety-guarantee {
    padding-top: 8%;
}

.fund-situation hr,
.service-situation hr,
.safety-guarantee hr {
    margin-top: 30px;
    width: 97px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1858f5;
    box-shadow: 0 1px 30px 0 #1858f5;
}

.fund-situation .fund-situation-img {
    position: absolute;
    height: 140px;
    width: 40%;
    right: 0;
    background: url("/static/images/home_part2_bitcoin.png") no-repeat;
    background-size: 170%;
}

#fundSituationSwiper .carousel-item {
    padding-top: 68px;
    padding-bottom: 45px;
}
#fundSituationSwiper .card {
    border-radius: 4px;
    background-color: #fff;
    padding: 0;
    margin-bottom: 33px;
    border: none;
}

#fundSituationSwiper .card-btn {
    background: url(/static/images/home_part2_selstatus.png);
    width: 74px;
    height: 74px;
    background-size: 100%;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 37px);
    display: none;
}

#fundSituationSwiper .card-wrapper:hover {
    cursor: pointer;
}

#fundSituationSwiper .card-wrapper:hover .card-btn {
    display: block;
}

#fundSituationSwiper .card_header {
    display: flex;
    padding-left: 11%;
    padding-right: 11%;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #fefefe;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
    border-radius: 4px;
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, .03);
    flex-wrap: wrap;
}

#fundSituationSwiper .card_header .dot {
    margin-right: 4%;
    margin-top: 11px;
}

#fundSituationSwiper .card_header .fund-name {
    flex: 1;
    word-break: keep-all;
    white-space: nowrap;
}

#fundSituationSwiper .card_header .badge {
    height: 26px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 6px 7px 4px 7px;
    border-radius: 2px;
}

#fundSituationSwiper .card-body {
    height: 150px;
}

#fundSituationSwiper .carousel-item a {
    text-decoration: none;
}

#fundSituationSwiper .carousel-item .card-wrapper:nth-of-type(1) .card-body {
    background: url("/static/images/home_part2_trend2.png") no-repeat;
    background-size: 100% 100%;
}

#fundSituationSwiper .carousel-item .card-wrapper:nth-of-type(2) .card-body {
    background: url("/static/images/home_part2_trend1.png") no-repeat;
    background-size: 100% 100%;
}

#fundSituationSwiper .carousel-item .card-wrapper:nth-of-type(3) .card-body {
    background: url("/static/images/home_part2_trend3.png") no-repeat;
    background-size: 100% 100%;
}

#fundSituationSwiper .fund-investment-cycle {
    margin-left: 13%;
    font-size: 14px;
    color: #333;
    margin-bottom: 0px;
}

#fundSituationSwiper .fund-investment-cycle span {
    color: #1858f5;
    font-weight: 600;
    margin-left: 13%;
}

#fundSituationSwiper .fund-release-date {
    margin-left: 13%;
    font-size: 14px;
    color: #999;
}

#fundSituationSwiper .carousel-indicators li {
    width: 33px;
    height: 2px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #c2c2c2;
}

#fundSituationSwiper .carousel-indicators .active {
    background-color: #1858f5;
}

#fundSituationSwiper .carousel-control-prev-icon {
    background-image: url("/static/images/arrow_left.png");
    height: 40px;
}

#fundSituationSwiper .carousel-control-next-icon {
    background-image: url("/static/images/arrow_right.png");
    height: 40px;
}

#fundSituationSwiper .carousel-control-prev:hover .carousel-control-prev-icon {
    background-image: url("/static/images/arrow_left_blue.png");
}

#fundSituationSwiper .carousel-control-next:hover .carousel-control-next-icon {
    background-image: url("/static/images/arrow_right_blue.png");
}

.fund-situation .btn {
    display: block;
    margin-top: 51px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
    width: 200px;
    height: 54px;
    line-height: 54px;
    padding: 0 0;
    border-radius: 30px;
    background-color: rgba(24, 88, 245, .7);
    border: 1px solid #3164fb;
    color: #fff;
}

.fund-situation .more-btn {
    display: block;
    margin-top: 51px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
    width: 200px;
    height: 54px;
    cursor: pointer;
}

.service-situation {
    background: url("/static/images/home_part3_bg.jpg") no-repeat;
    background-size: cover;
}

.service-situation .service-situation-title {
    color: #fff;
}

.safety-guarantee {
    background: url("/static/images/home_part4_bg1.jpg") no-repeat;
    background-size: cover;
}

.safety-guarantee .small-tag {
    position: absolute;
    transform-origin: 30% -530%;
    display: flex;
    font-style: italic;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #11113f;
    transform: rotate(90deg);
}

.safety-guarantee .small-tag .line {
    display: inline-block;
    width: 311px;
    height: 1px;
    background-color: #1858f5;
}

.safety-guarantee .small-tag .tag-name {
    padding-left: 30px;
    margin-top: -12px;
    display: inline-block;
}

.safety-guarantee .row {
    padding-top: 8%;
    padding-bottom: 8%;
}

.safety-guarantee .card-wrapper {
    position: relative;
    height: 230px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(39, 40, 42, .04);
    border: none;
    margin-bottom: 22px;
}

.safety-guarantee .card {
    padding-left: 6%;
    padding-right: 6%;
    position: absolute;
    top: -10px;
    left: -10px;
    right: 10px;
    bottom: 10px;
    height: 230px;
    border-radius: 2px;
    background-color: transparent;
    box-shadow: 0 10px 20px 0 rgba(39, 40, 42, .04);
    border: 1px solid #1858f5;
}

.safety-guarantee .card-body {
    padding: 0;
}

.safety-guarantee .card-img-top {
    display: block;
    width: 60px;
    height: 60px;
    margin-top: 40px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

.safety-guarantee .card-text {
    margin-right: 9.4%;
    margin-left: 9.4%;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    color: #585858;
}

.brand-information {
    background: url("/static/images/home_part5_bg.jpg") no-repeat;
    background-size: cover;
}

.brand-information .brand-information-title {
    padding-top: 8%;
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 24px;
    color: #585858;
    text-align: center;
}

@media (max-width: 420px) {
    .main-content .title, .brand-information .brand-information-title {
        font-size: 22px;
        font-weight: normal;
        letter-spacing: 1px;
    }

    .fund-situation .fund-situation-title, .safety-guarantee .safety-guarantee-title {
        color: #585858;
    }
}

.brand-information .row {
    padding-top: 8%;
    padding-bottom: 5%;
}

.brand-information .content {
    padding-bottom: 3%;
    display: flex;
    padding-right: 0;
}

.brand-information .content img {
    width: 56px;
    height: 56px;
}

.brand-information .content-desc {
    padding-left: 6%;
    flex: 1;
}

.brand-information .content-desc h6 {
    font-size: 18px;
    font-weight: 500;
    color: #1858f5;
    margin-bottom: 12px;
}

.brand-information .content-desc p {
    font-size: 12px;
    line-height: 1.5;
    color: #454545;
}

@media (max-width: 420px) {
    .brand-information .content-desc {
        padding-left: 8%;
    }
}

/************************************************************************
 * Slider
 *************************************************************************/
@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes extra-spin {
    to {
        -webkit-transform: rotate(1.125turn);
        -moz-transform: rotate(1.125turn);
        -o-transform: rotate(1.125turn);
        -ms-transform: rotate(1.125turn);
        transform: rotate(1.125turn);
    }
}

.spin {
    font-size: 36px;
    text-align: center;
    text-indent: -999em;
}

.spin:before,
.spin:after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.2em;
    position: fixed;
    top: 5em;
    left: 50%;
    display: inline-block;
}

.spin:before {
    box-shadow: /* 1 */ 0 1em #eee,
    0 1.125em #eee,
    0 1.25em #eee,
    0 1.375em #eee,
    0 1.5em #eee,
        /* 3 */ -1em 0 #aaa,
    -1.125em 0 #aaa,
    -1.25em 0 #aaa,
    -1.375em 0 #aaa,
    -1.5em 0 #aaa,
        /* 5 */ 0 -1em #666,
    0 -1.125em #666,
    0 -1.25em #666,
    0 -1.375em #666,
    0 -1.5em #666,
        /* 7 */ 1em 0 #222,
    1.125em 0 #222,
    1.25em 0 #222,
    1.375em 0 #222,
    1.5em 0 #222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: extra-spin 1s infinite steps(8);
    -moz-animation: extra-spin 1s infinite steps(8);
    -o-animation: extra-spin 1s infinite steps(8);
    animation: extra-spin 1s infinite steps(8);
}

.spin:after {
    box-shadow: /* 2 */ -1em 0 #ccc,
    -1.125em 0 #ccc,
    -1.25em 0 #ccc,
    -1.375em 0 #ccc,
    -1.5em 0 #ccc,
        /* 4 */ 0 -1em #888,
    0 -1.125em #888,
    0 -1.25em #888,
    0 -1.375em #888,
    0 -1.5em #888,
        /* 6 */ 1em 0 #444,
    1.125em 0 #444,
    1.25em 0 #444,
    1.375em 0 #444,
    1.5em 0 #444,
        /* 8 */ 0 1em #000,
    0 1.125em #000,
    0 1.25em #000,
    0 1.375em #000,
    0 1.5em #000;
    -webkit-animation: spin 1s infinite steps(8);
    -moz-animation: spin 1s infinite steps(8);
    -o-animation: spin 1s infinite steps(8);
    animation: spin 1s infinite steps(8);
}

/*end of CSS spinner*/

/************************************************************************
 * 3. MANDATORY Divas styles
 *************************************************************************/

#slider_wrapper {
    overflow: hidden;
}

.divas-slider {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.divas-slider-container {
    position: relative;
    margin: 0;
    padding: 0;
}

.divas-slider-container:after {
    content: "";
    display: table;
    clear: both;
}

.divas-slide {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
}

.divas-slide img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
    outline: 0 none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

/************************************************************************
 * 4. DEFAULT slider settings
 *************************************************************************/

/*
 * divas slide transitions
 */
.divas-slide-transition-left {
    -webkit-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/*
 * divas navigation buttons
 */
.divas-navigation {
    clear: both;
    position: absolute;
    margin: 0px auto;
    height: 0;
    width: 100%;
    text-align: center;
    top: 47%;
    top: calc(50% - 33px);
}

.divas-has-bullets .divas-navigation {
    top: calc(50% - 61px);
}

.divas-navigation span {
    height: 66px;
    outline: 0 none;
    position: absolute;
    width: 42px;
    z-index: 9999;
    cursor: pointer;
    margin: 0;
    font-size: 3em;
    color: #fff;
}

.divas-navigation span:hover {
    color: #ffffff;
}

.divas-controls span.divas-start,
.divas-controls span.divas-stop {
    display: none;
}

/*.divas-navigation span.divas-prev {*/
/*right: 1em;*/
/*}*/

.divas-navigation span.divas-next {
    left: 12%;
    top: -20px;
    background: url("/static/images/prev.svg") no-repeat top center rgba(0, 0, 0, 0);
}

@media screen and (max-width: 40em) {
    .divas-navigation span.divas-prev,
    .divas-navigation span.divas-next {
        background-position: center center;
        -webkit-background-size: 75% auto;
        -moz-background-size: 75% auto;
        -o-background-size: 75% auto;
        background-size: 75% auto;
    }

    /*.divas-navigation span.divas-prev {*/
    /*left: 0.5em;*/
    /*}*/
    /*.divas-navigation span.divas-next {*/
    /*right: 0.5em;*/
    /*}*/
}

/*
 * divas caption styling
 */
.divas-caption {
    position: absolute;
    top: 50%;
    width: auto;
    background: rgba(0, 0, 0, 0.7);
    color: #f7f7f7;
    border: none;
    padding: 1em 2em 1.6em;
    margin: 0 2em;
}

/*
 * divas caption transitions: left
 */
.divas-caption.divas-title-transition-left-start {
    left: -999px;
}

.divas-caption.divas-title-transition-left {
    -webkit-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.divas-caption.divas-title-transition-left-stop {
    left: 0px;
}

.divas-caption h1 {
    font-weight: 900;
    font-size: 4.8em;
    line-height: 1.1;
}

.divas-caption p {
    font-style: italic;
    font-size: 1.6em;
}

/*
 * divas navigation bullets
 */
.divas-bullets {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.divas-bullets ul {
    list-style: none;
}

.divas-bullet {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1.5em;
    display: inline-block;
    height: 16px;
    margin: 0 0.3em;
    text-indent: -9999px;
    width: 16px;
}

.divas-bullet-current {
    background-color: rgba(0, 0, 0, 0.25);
}