
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); */
    background: #F2F7FD;


}

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

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

.navbar-header{
    padding: 0 2%;
}


.main-box {
    /* background: url("../img/index/index_bg_new.png") no-repeat; */
    background-color: #f2f7fd;
    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;
}

.navbar {
    color: #111D27;
    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;*/
    background-color: #FBFDFF;

}


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

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

.main-text {
    padding: 20px 0 10px 0;
}

.main-text p {
    text-align: left;
    color: #273443;
    font-weight: 600;
    font-size: 14px;
}
.main-text > h1 {
    font-weight: 600;
    margin: 10px 0;
}

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

}

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

}

main .container-flex {
    justify-content: flex-start;
    padding: 1%;
    color: #111d27;
    background-color: #fff;
}
.container-flex-pc {
    width: 460px;
    margin-left: 0 !important;
    border-radius: 10px;
}
.new-addr{
    width: 460px;
    background-color: #fff;
    margin-top: 25px;
    border-radius: 10px;
}
.new-addr h4 {
    padding: 15px 0 0 10px;
    margin: 0;
    color: #3366EE;
}
.new-addr table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 10px;
    font-size: 14px;
}
.new-addr table td {
    background-color: #F2F7FD;
    line-height: 35px;
    text-align: center;
}
.new-addr table td:last-child {
    background: linear-gradient(90deg, #3366EE 0%, #3389EE 100%), #FFFFFF;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.container-flex-pc >.icon-bar{
    width: 128px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 8px;
}
.container-flex-pc >.icon-bar>img{
    width: 100%;
    margin: 5px auto;
}
.container-flex-pc >.icon-bar>span{
    color: #111d27;
}

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

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

.ul-top li {
    height: 28px;
    background-color: #F2F7FD;
}

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

.ul-top li div {
    justify-content: center;
    height: 28px;
}

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

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



footer p {
    text-align: left;
}

footer .container-flex {
    justify-content: center;
}

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

#websites a:link, #websites a:active, #websites a:visited, #websites a:hover{
    color: #fff;
    width: 100%;
    height: 100%;
    outline: none;
}
.main-box .banner-container { position: relative; background:#CFE0FF url("../img/index/cloudbg.png") no-repeat bottom; }
.banner-container .top-two-columns{display: flex;}
.banner-container .top-two-columns .lefter{flex: 1 1 auto}
.banner-container .top-two-columns .righter{flex: 0 0 50%; display: flex; flex-direction: column; justify-content: center; align-items:center}
.banner-container .top-two-columns .righter img{width: 75%}

.m-download{ display: none; padding: 30px 0; }
.m-download-lefter{ flex: 1 1 auto; }
.m-download-righter{ flex: 0 0 55%; text-align: right; }
.m-download-righter img{ width: 85%; display: inline; }

.banner-container .tips {color: #f00; background: #f8e8e9; text-align: center; padding: 15px; font-size: 14px; border-radius: 10px; margin-top: 4vw;}
.banner-container .tips img{display: none;}

.bs-docs-featurette {position: relative; padding: 1%; } 
.bs-docs-featurette .main-img{ text-align: center;} 
.bs-docs-featurette .main-img img{ max-width: 100%; display:inline} 
.bs-docs-featurette:last-of-type { padding-bottom: 40px;}
.bs-docs-featurette h3 {text-align: center; font-size: 18px;}
.bs-docs-featurette p { font-size: 12px;}

.footer-mobile {display: none;}
.footer-pc .icon-bar{
    width: 30%;
    text-align: right;
    padding-right: 20px;
}
.footer-pc .icon-bar img{
    display: inline;
}

.copyright{display: none; width: 100%; color: #263343; text-align: center; background-color: #fff; font-size: 12px; padding: 15px;}

@media screen and (max-width: 768px) {
    .banner-container .top-two-columns .righter{ display: none; }
    
    .banner-container .tips { padding: 15px 5px; display: flex; justify-content: space-around; }
    .banner-container .tips img{display: block}
    .banner-container .tips div { width: 80%; text-align: left;}

    .bs-docs-featurette:first-of-type .main-img img { width: 35%; height: auto;}
    .bs-docs-featurette:first-of-type h3 { margin-top: 10px; font-size: 24px;}
    .bs-docs-featurette:first-of-type p { font-size: 16px;}
    .bs-docs-featurette h3 {font-size: 24px;}
    .bs-docs-featurette p { font-size: 16px;}

    .spice { display: none; }

    .copyright{display: block;}
    .footer-mobile { display: block; padding: 20px; }
    .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: 50%; height: 40px; text-align: center; line-height: 40px; border-radius: 5px; background: #d06e5a; margin: 0 auto;}
    .footer-mobile .footer-icon-container .download-platform:last-of-type { background: #79a89c;}
    .footer-mobile .footer-icon-container .download-platform {
        height: 40px; text-align: center; line-height: 40px;
        border-radius: 5px; background: #d06e5a; margin: 10px auto; display: flex;
        justify-content: center; align-items: center; color: #ffffff;
    }

    .footer-mobile .footer-icon-container .download-platform > img { height: 20px; margin-right: 6px; display: inline-block; line-height: 40px; vertical-align: middle; margin-top: -3px;}
    .footer-mobile .footer-icon-container .download-platform > span { font-size: 16px !important; vertical-align: middle;}
    .footer-mobile .footer-icon-container p:last-of-type { background: #79a89c; }
    .footer-mobile .footer-icon-container .bs-docs-footer-links { width: 100%; padding: 5px 0; margin: 10px auto; justify-content: space-around;}
    .footer-mobile .footer-icon-container .bs-docs-footer-links > li { width: unset; margin-right: unset; }
    .footer-mobile .footer-icon-container .bs-docs-footer-links > li > div { width: 100%; text-align: center; font-size: 14px; line-height: 28px;}

    .footer-icon-container{padding-left: 0;}

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

    .blank-box img { width: 100%; }

    .bs-docs-footer {
        background-color: #E5EFFF;
    }

    

    .m-download{ display: flex; }

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

    .main-text {
        padding-top: 10vw;
        text-align: center;
    }
    .main-text > h1, .main-text > h1 span {
        font-size: 40px;
    }

    .main-text > p {
        text-align: center;
    }

    /*.main-text > h1 {*/
    /*    font-size: 26px;*/
    /*}*/
    .main-text > h1 > span {
        
    }

    .new-addr {
        width: auto;
    }

    

    .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: #d06e5a;
        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: #79a89c;
    }

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

    .download-box .download-url div {
        width: 50%;
        color: #333;
        font-size: 14px;
        text-align: center;
    }
    .download-box .download-url .mobile-download{
        padding: 2px 1px;
        background-color: #F2F7FD;
        width: 48%;
        border-radius: 4px;
        color: #000;
    }
    .download-box .download-url .sty1{
        border: #D06E5A 1px solid;
    }
    .download-box .download-url .sty2{
        border: #79A89C 1px solid;
    }
    
    

    .footer-pc {
        display: none;
    }
}


@media screen and (max-width: 550px) {
    
}

@media screen and (max-width: 375px) {
    .main-text > h1, .main-text > h1 span {
        font-size: 30px;
    }
}

