w
body, html {

    /*background: url("../img/index/index_bg_new.png") no-repeat;*/
    /*background-size: cover;*/
    /*-webkit-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-ms-background-size: cover;*/
    background: linear-gradient(to right, #201e26, #1f1e25);


}

.footer-bottom-p a{color:#fff;display:inline;background:none}

h1, h2, h3, h4, h5 {
    color: #ffffff;
}

p {
    color: #ffffff;
    text-align: center;
}

.bs-docs-featurette p {
    font-weight: lighter;
}


.main-box {
    background: url("../img/index/index_bg_new.png") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    overflow: hidden;
}

.main-box > img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.main-box .bs-docs-featurette:first-of-type {
    /*height: 720px;*/
    /*background-image: url("../img/index/index_bg_1.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*-webkit-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-ms-background-size: cover;*/
}

.main-box .bs-docs-featurette:last-of-type {
    /*height: 720px;*/
    /*background-image: url("../img/index/index_bg_2.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*-webkit-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-ms-background-size: cover;*/
    padding-bottom: 40px;
}

.main-box .bs-docs-header {
    /*background: url("../img/index/index_large_icon_1.png") no-repeat 100% 0;*/
    /*background-position-y: bottom;*/
    /*background-size: contain;*/
    /*-webkit-background-size: contain;*/
    /*-o-background-size: contain;*/
    /*-moz-background-size: contain;*/
    /*-ms-background-size: contain;*/
    overflow: hidden;
}

.navbar {
    color: #ffffff;
    margin-bottom: 0;
    border: none;
    /*background: url("../img/index/index_bg_3.png") no-repeat 0 0;*/
    /*background-size: contain;*/
    /*-webkit-background-size: contain;*/
    /*-o-background-size: contain;*/
    /*-moz-background-size: contain;*/
    /*-ms-background-size: contain;*/

}


.navbar .navbar-nav li a {
    color: #ffffff;
}


.main-box .bs-docs-header {
    position: relative;
    /*height: 40vw;*/
    /*padding-top: 3vw;*/
}


#content .container-flex {
    justify-content: left;
}


.main-text {
    padding: 1% 0;
}

.main-text p {
    text-align: left;
    color: #f0f0f0;
}

.main-text > h1:nth-child(1) > span {
    color: #bbca17;

}

.main-text > h1:nth-child(2) > span {
    color: #2196f3;

}

main .container-flex {
    justify-content: flex-start;
    padding: 1%;
}
.container-flex-pc >.icon-bar{
    width: 120px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container-flex-pc >.icon-bar>img{
    width: 100%;
    margin: 5px auto;
}
.container-flex-pc >.icon-bar>span{
    color: #ffffff;
}

.icon-bar img {
    width: 60%;
    margin: 0 auto;
}

.ul-top {
    background: none;
    padding-bottom: 16px;
}

.ul-top li {
    border: 1px solid #ffffff;
    border-radius: 8px;
    height: 28px;
}

.ul-top li a {
    justify-content: center;
}

.ul-top li div {
    justify-content: center;
    height: 28px;
    /*font-weight: lighter;*/
}


.tips {
    color: #ffffff;
    text-align: center;
    background: #2e2d33;
    width: 90%;
    padding: 17px;
    /*height: 25px;*/
    font-size: 17px;
    /*line-height: 25px;*/
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 4vw;
    display: flex;
    align-items: center;
}

.tips > img {
    display: none;
    width: 10%;
    height: 10%;
}

.tips > .tips-text {
    width: 100%;
    text-align: center;
    /*font-weight: lighter;*/
}

.bs-docs-featurette {
    padding: 1%;
}

.spice {
    width: 100%;
    margin-bottom: 4%;
    padding: 5%;
    z-index: 100001;
    position: relative;
}

.spice img {
    width: 2%;
    height: auto;
    margin: 0 auto;
}

.col-sm-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.col-sm-4 img {
    width: 50%;
    height: auto;
}

.bs-docs-featurette {
    position: relative;
}

.bs-docs-featurette h3 {
    text-align: center;
}

.blank-box {
    /*height: 235px;*/
    /*background: url("../img/index/earth_bg.png") no-repeat center;*/
    /*background-size: contain;*/
    /*-webkit-background-size: contain;*/
    /*-o-background-size: contain;*/
    /*-moz-background-size: contain;*/
    /*-ms-background-size: contain;*/
    /*overflow: hidden;*/
}

.blank-box img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-top: -15%;
}



footer p {
    text-align: left;
}

footer .container-flex {
    justify-content: space-between;
}

/*.bs-docs-featurette .last-text {*/
/*    margin-top: -10%;*/
/*}*/

.bs-docs-nav .navbar-header .navbar-toggle {
    background: #ffffff;
    box-shadow: 0 9px 16px rgba(133, 133, 133, .25);
}

.bs-docs-nav .navbar-toggle .icon-bar {
    background-color: #858585;
    margin-left: unset;
}

.container-flex-mobile {
    display: none;
}

.footer-mobile {
    display: none;
}
.top-icon{
    position: absolute;
    width: 40%;
    right: 0;
    top: 0;
    z-index: 0;
}


@media screen and (max-width: 768px) {
    body, html {
        background: linear-gradient(to right, #201e26, #1f1e25);
    }



    .top-icon{
        width: 80%;
        right: -50px;

    }

    .main-box {
        background: url("../img/index/index_bg_lines.png") no-repeat;
        background-size: 100%;
    }

    .container-header {
        width: 60%;
        margin-left: 0;
        position: relative;
    }



    .main-text > p {
        display: none;
    }

    /*.main-text > h1 {*/
    /*    font-size: 26px;*/
    /*}*/
    .main-text > h1 > span {
        color: #ffffff !important;
    }

    .tips {
        width: 90%;
        padding: 15px 5px;
        justify-content: space-around;
    }

    .tips > .tips-text {
        width: 80%;
        text-align: left;
        font-weight: lighter;
    }

    .tips > img {
        display: block;
    }

    .container-flex-pc {
        display: none;
    }

    .container-flex-mobile {
        width: 160px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .container-flex-mobile > img {
        width: 20vw;
        height: auto;
    }

    .container-flex-mobile .download-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .download-box .download-platform {
        background: #b9cc1a;
        width: 100%;
        height: 36px;
        line-height: 36px;
        color: #ffffff;
        text-align: center;
        border-radius: 8px;
        margin: 15px 0;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .download-box .download-platform > img {
        width: 6%;
        margin-right: 4px;
    }

    .download-box:last-of-type > .download-platform > img {
        width: 7%;
    }

    .download-box:last-of-type > .download-platform {
        background: #2196f3;
    }

    .download-box .download-url {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .download-box .download-url div {
        width: 50%;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
        font-weight: lighter;
        /*margin-right: 5px;*/

    }

    .tips {
        /*background: none;*/
    }

    .main-box .bs-docs-featurette:first-of-type {
        margin: 20px auto;
    }

    .main-box .bs-docs-featurette:first-of-type img {
        width: 35%;
        height: auto;
    }

    .main-box .bs-docs-featurette .col-sm-4 {
        margin: 15px auto;
    }

    .main-box .bs-docs-featurette:first-of-type h3 {
        margin-top: 10px;
        font-size: 18px;
    }

    .main-box .bs-docs-featurette:first-of-type p {
        font-size: 10px;
    }

    .bs-docs-featurette:last-of-type {
        padding-bottom: 5%;
    }

    .bs-docs-featurette h3 {
        font-size: 18px;
    }

    .bs-docs-featurette p {
        font-size: 10px;
    }

    .spice {
        display: none;
    }

    /*.blank-box{*/
    /*    overflow: hidden;*/
    /*}*/
    .blank-box img {
        width: 80%;

    }

    .footer-pc {
        display: none;
    }

    .footer-mobile {
        display: block;
    }

    footer {
        background: none;
        padding-bottom: 50px;
    }

    .footer-mobile .icon-bar img {
        width: 100px;
        height: auto;
        margin: 5px auto;
    }

    .footer-mobile .icon-bar p {
        text-align: center;
    }

    .footer-mobile .footer-icon-container {
        width: 100%;
        margin: 0 auto;
    }

    .footer-mobile .footer-icon-container p {
        width: 60%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        background: #bbca17;
        margin: 0 auto;
    }

    .footer-mobile .footer-icon-container .download-platform:last-of-type {
        background: #2196f3;

    }

    .footer-mobile .footer-icon-container .download-platform {
        width: 60%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        background: #bbca17;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
    }

    .footer-mobile .footer-icon-container .download-platform > img {
        width: 6%;
        margin-right: 5px;
    }

    .footer-mobile .footer-icon-container p:last-of-type {
        background: #2196f3;

    }

    .footer-mobile .footer-icon-container .bs-docs-footer-links {
        width: 95%;
        padding: 5px 0;
        margin: 15px auto;
        justify-content: space-around;
    }

    .footer-mobile .footer-icon-container .bs-docs-footer-links > li {
        width: unset;
        margin-right: unset;
    }

    .bs-docs-footer-links div img {
        width: 8px;
    }

    .footer-mobile .footer-icon-container .bs-docs-footer-links > li > div {
        width: 100%;
        text-align: center;
        font-size: 10px;
        font-weight: lighter;
    }
}


@media screen and (max-width: 550px) {
    .main-text > h1 {
        font-size: 20px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 375px) {
    .top-icon{
        width: 100%;
        right: -60px;
    }
}

