html, body {
    height: 100%;
}

@font-face {
    font-family: GothamBlack;
    src: url("../../fonts/halo/GothamBlack.otf");
}

@font-face {
    font-family: GothamLight;
    src: url("../../fonts/halo/GothamLight.otf");
}

body {
    margin: 0;
    padding: 0;
}

p {
    font-family: GothamLight;
    color: #f8f8f8;
    font-size: 1.2em;
}

h1, h2, h3, h4, h5 {
    font-family: GothamBlack;
}

nav, section, main, figure {
    display: block;
}

nav {
    background-color: rgba(40, 40, 40, 0.55);
    height: 52px;
    position: fixed;
    top: 0;
    z-index: 7;
    width: 100%;
}

nav .navWrapper {
    height: 51px;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-around;*/
    margin-left: 20%;
    margin-right: 20%;
    /*flex-wrap: wrap;*/
    /*border-bottom: 0.3px solid rgb(144, 143, 143);*/
}

nav .navWrapper > h2 {
    color: #f8f8f8;
    margin: 10px;
    float: left;
    width: 35%
}

nav .navWrapper > .rightMenu {
    /*float: right;*/
    position: relative;
    /*padding-top: 20px;*/
    font-size: .78em;
    line-height: 51px;
    width: 62%;
    display: inline-block;
}

nav .rightMenu > p {
    display: inline;
}

nav .rightMenu input[type=text] {
    height: 34px;
    border-radius: 6px;
    border: 0;
    width: 35%;
    padding: 2px 5px;
    background: #3b3939;
    color: #f8f8f8;
    font-size: 1.1em;
    margin-right: 5px;
}

nav .rightMenu input[type=text]:focus {
    background: #4B4B4B;
    outline: 0;
}

nav .signBtn {
    align-self: center;
    background: #FD9B06;
    border: 0;
    color: #fff;
    padding: 10px 12px 10px 12px;
    border-radius: 5px;
    cursor: pointer;
    /*margin-left: 80px;*/
}

nav .signBtn:hover {
    background: #e58806;
}

nav .signBtn:focus {
    outline: 0;
    background: #e58806;
}

nav h2 {
    color: #f8f8f8;
    margin: 10px;
}



.haloMain {
    background-color: #000000;
    height: 100%;
    transition: background-color 1s ease-in-out;
    -webkit-transition: background-color 1s ease-in-out;
}

.sectionContent {
    position: relative;
    /*height: 100%;*/
    z-index: 6;
    text-align: center;
}

.stickyContent {
    position: relative;
    overflow: hidden;
    z-index: auto;
}

.haloWrapper {
    position: absolute;
    z-index: 2;
}

.animation-wrapper {
    position: relative;
    height: 100%;
}

.haloHeadline {
    position: absolute;
    width: 100%;
    top: -500px;
    opacity: 0;
}

.haloHead {
    font-weight: normal;
    text-align: center;
    color: #f8f8f8;
    font-size: 7.3em;
    position: absolute;
    margin: auto;
    /*top: -40%;*/
    right: 0;
    left: 0;
    opacity: 1;
}

.haloHead > span {
    position: relative;
    /*transition: all 1s ease-in-out;*/
}

.section {
    position: relative;
}

.section_1 {
    height: 100%;
}

.section_2 > div {
    height: 100%;
    background: #1a1a1a;
}

.haloExploreContainer {
    position: relative;
    margin: 0 auto;
    /*width: 60%;*/
    /*height: 50%;*/
    margin-top: 5%;
}

.haloExploreImg {
    display: inline-block;
    position: absolute;
    /*width: 15%;*/
}

.haloExploreImg img {
    width: 100%;
    height: auto;
}

.appImgContainer {
    position: relative;
    width: 50%;
    height: 50%;
    margin: 0 auto;
    margin-top: 3%;
    padding-left: 10%;
}

.appImg {
    width: 27%;
    display: inline-block;
    position: absolute;
    opacity: 0;
    /*background-size: cover;*/
}

.appImg1 {
    width: 100%;
    display: inline-block;
    position: absolute;
    opacity: 0;
}

.appImg img {
    width: 100%;
    height: 100%;
}

.txtBox {
    padding-top: 0;
    width: 80%;
    opacity: 0;
    margin: 0 auto;
}

.txtBox h1 {
    font-weight: normal;
}

.section_2 {
    height: 80%;
}

.section_2 .imgContainer {
    width: 70%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section_2 img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40%;
}

/*.section_3 {
    height: 80%;
}

.section_3 > .sectionContent {
    height: 100%;
    !*background-image: url("../../img/halo/img/halo_section_3.jpg");*!
    !*background-position: center;*!
    background-position-x: 30%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.section_3 {
    height: 80%;
    background-color: #1A1A1A;
}

.section_3 > .sectionContent{
    background-image: url("../../img/halo/img/section_video_mobile_3.jpg");
    /*background-position-x: 30%;*/
    width:100%;
    height:100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;

}
.section3 .wide-img-only{
    position:absolute;
}
#example_video_1{
    position:relative;
    z-index: 1;
}

.video_text{
    position:absolute;
    top:0;
    left:10%;
    z-index: 10;
}

.slick-prev, .slick-next {
    top: 25% !important;
}

.section_4 {
    height: 90%;
}

.section_4 > div {
    height: 100%;
    background: #1a1a1a;
}

.section_4 .sliderImg {
    box-shadow: 1px 1px 10px #070707
}

.section_4 .sliderBox {
    margin: 10px;
    text-align: center;
}

.section_4 .sliderBox h4 {
    color: #f8f8f8;
}

.section_5 {
    height: 120%;
}

.section_5 > div {
    height: 100%;
    background: #202020;
}

.section_6 {
    height: 80%;
}

.section_6 > div {
    height: 100%;
    background: #1a1a1a;
}

.section_7 {
    height: 80%;
    background: #202020;
}

.section_7 .txtColor {
    font-weight: bolder;
}

.section_7 .haloColorBox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
    margin-top: 5%
}

.my-slider {
    width: 60%;
    margin: 100px auto;
}

.my-slider img {
    width: 100%;
}

.section_8 {
    height: 100%;
    background: #1a1a1a;
}

.section_8 img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
}

.section_9 {
    height: 98%;
    background: #1a1a1a;
}

.section_9 > div {
    margin: 0 20%;
}

.section_9 .tableHeader {
    border-top: 1px solid rgb(144, 143, 143);
    border-bottom: 0.3px solid rgb(144, 143, 143);
}

.section_9 .tableHeader > img {
    max-width: 500px;
    margin: 40px 0
}

.section_10{
    height: 80%;
    background: #202020;
}

.section_10 .logoBox{
    padding-top: 20px;
    width: 60%;
    margin: 0 auto;
}

.section_10 .logoBox h1 {
    margin: 0;
    font-size: 3.3em;
    color: #f8f8f8;
    text-align: center;
}

.section_10 .flex-table{
    border-top: 1px solid white;
    padding: 30px 0;
    margin-top: 20px;
}

.section_10 .col_3 > img{
    width: 80%;
    height: auto;
    vertical-align: middle;
}

.section_10 .col_3{
    text-align: center;
    height: 150px;
    /*padding: 10px;*/
    line-height: 150px;
}
.section_11 {
    height:80%;
}

.section_11 > .sectionContent_wide{
    background-image: url("../../img/halo/img/halo_section_11.jpg");
    /*background-position-x: 30%;*/
    width:100%;
    height:100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;

}

.section_11 > .sectionContent_narrow{
    background-image: url("../../img/halo/img/halo_section_mobile_11.jpg");
    width:100%;
    height:100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}
.narrow-scr-only {
 margin-top:0px;
}
.section .col_left{
    text-align: start !important;
}

.section_10 .col_center{
    text-align: center !important;
}

.section_10 .col_right{
    text-align: end !important;
}

.googleBtn {
    background-image: url("../../img/halo/img/google_btn.png");
    width: 181px;
    height: 66px;
    display: inline-block;
    background-size: cover;
    background-position: center;
}

.appleBtn {
    background-image: url("../../img/halo/img/apple_btn.png");
    width: 181px;
    height: 66px;
    display: inline-block;
    background-size: cover;
    background-position: center;
}

.txtBox h1 {
    margin: 0;
    font-size: 3.3em;
    color: #f8f8f8;
    text-align: center;
}

.txtBox p {
    text-align: center;
    margin: 0 15%;
    line-height: 25px;
    margin-top: 50px;
}

#haloImg {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    /*background-image:*/
    /*url("../../img/halo/halo/halo/0.jpg"),*/
    /*url("../../img/halo/halo/halo/1.jpg"),*/
    /*url("../../img/halo/halo/halo/2.jpg"),*/
    /*url("../../img/halo/halo/halo/3.jpg"),*/
    /*url("../../img/halo/halo/halo/4.jpg"),*/
    /*url("../../img/halo/halo/halo/5.jpg");*/
    background-position: -39px 50%;
    background-size: 684px 490px;
    width: 684px;
    height: 490px;
    /*width: 63%;*/
}

#haloImage{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-image:url("../../img/halo/halo/1.jpg");
    background-position: -39px 50%;
    width: 684px;
    height: 490px;
}

@media only screen and (max-width: 1500px) {
    .haloColorBox {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1300px) {

    .appImgContainer {
        width: 65%;
    }
}

@media only screen and (max-width: 810px) and (min-height: 568px) {
    .appImg {
        width: 35%;
    }
}

@media only screen and (max-width: 1126px) {

    nav .navWrapper > .rightMenu {
        width: 60%;
    }
}

@media only screen and (max-width: 1025px) {
    nav .navWrapper {
        margin-left: 0;
        margin-right: 0;
    }



    nav .navWrapper > .rightMenu {
        margin-right: 10px;
    }

}

@media only screen and (max-width: 950px){
    .logoBox{
        width: 80% !important;
    }
}

@media only screen and (max-width: 935px) {
    .haloHead {
        font-size: 5.3em;
    }

    /*nav .signBtn{*/
    /*margin-left: 60px;*/
    /*}*/
}

@media only screen and (max-width: 810px) {
    .section_9 .tableHeader img {
        width: 300px;
    }


    .section_9 > div {
        margin: 0 10%;
    }
}

/*@media only screen and (min-width:711px ) {*/
    /*nav{*/
        /*margin-top:87px;*/
    /*}*/
    /**/
/*}*/

@media only screen and (max-width: 710px) {
    .haloHead {
        font-size: 4.3em;
    }
    .section_10{
        height:80%;
    }

    .section_10 .col_3 > img{
        width:99%;
    }
    /*顶栏样式*/
    /*#nav_form{*/
        /*margin-top:52px;*/
    /*}*/



}

@media only screen and (max-height: 700px) {
    .section_8 {
        height: 100%;
    }

    .section_4 p {
        font-size: .9em;
    }
}

@media only screen and (max-width: 616px) {
    nav .navWrapper > h2 {
        display: none;
    }

    nav .rightMenu {
        width: 95% !important;
    }

    nav .rightMenu input[type=text] {
        width: 68%;
    }

    .section_10 .col_3{
        height: 90px;
        line-height: 90px;
    }
}

@media only screen and (max-width: 615px) {
    .haloHead {
        font-size: 3.0em;
    }

    nav .navWrapper > .rightMenu > p {
        display: none;
    }

    #haloImg {
        width: 75%;
    }

    p {
        font-size: 1em;
    }
}

@media only screen and (max-width: 545px) {
    .flex-table .row > p {
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 485px) {
    .txtBox h1 {
        font-size: 2.3em;
    }

    .logoBox h1{
        font-size: 2.3em!important;
    }

    /*.section_2{*/
    /*height: 60%;*/
    /*}*/
    .section_2 .imgContainer {
        width: 65%;
    }

    .section_2 img {
        width: 80%;
    }

    .txtBox p {
        margin-top: 40px;
    }

    .googleBtn, .appleBtn {
        width: 170px;
        height: 60px;
    }
}

@media only screen and (max-width: 450px) {
    /*.flex-table .row > p {*/
    /*margin-top: 10px !important;*/
    /*}*/
    .section_9 .tableHeader img {
        width: 200px;
        margin: 13px 0;
    }
}

@media only screen and (max-width: 425px){
    #section_3{
        height:80%;
    }

}


@media only screen and (max-width: 395px) {
    nav .rightMenu input[type=text] {
        width: 55%;
    }

    .googleBtn, .appleBtn {
        width: 150px;
        height: 60px;
    }

    .txtBox {
        width: 100%;
    }

    .flex-table .row > p {
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 380px) {
    .haloHead {
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 330px) {
    .section_4 {
        height: 100%;
    }

    .section_9 {
        height: 100%;
    }

    .section_9 > div {
        margin: 0 8%;
    }
}

@media only screen and (max-width: 320px) {
    .haloHead {
        font-size: 2.0em;
    }
}

@media only screen and (max-height: 820px) {
    .section_4 {
        height: 100%;
    }

    .section_9 {
        height: 100%;
    }
}

@media only screen and (max-height: 568px) {
    .section_7 {
        height: 90%;
    }
}

.flex-table {
    display: flex;
    flex-direction: column;
}

.flex-table .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left:0px;
}

.flex-table .row > p {
    max-width: 400px;
    margin: 16px 0 0 0;
}

.flex-table .row > .col_1 {
    flex: 0 0 40%;
    text-align: start;
}

.flex-table .row > .col_2 {
    flex: 0 0 60%;
    text-align: start;
}

.flex-table .row> .col_3{
    flex: 0 0 33%;
    text-align: start;
}

.section h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

::placeholder :-ms-input-placeholder :-ms-input-placeholder {
    color: #a39d9d;
    font-size: 1.1em;
}

.flex-table .row:before{
    display:none;
}


/*video*/

video {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.containers {
    width: 70%;
    padding: 5%;
    margin:0px auto;
    background:#fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.vendor {
    padding: 2%;
    background: #d1eed1;
    margin-bottom: 2em;
}

.unsupported {
    background: #fddfde;
}
