
#features * {
    z-index: 2;
}
/*placeholder字体*/
.form-control::-webkit-input-placeholder {
    color:#0D0808;

}
.form-control::-moz-placeholder {
    color:#0D0808;
}
.form-control::-moz-placeholder {
    color:#0D0808;

}


body{
      font-family: 'Montserrat',"Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;;
}


header {
    text-align: center;
    color: #eee;
    position: relative;
    overflow: hidden;
}
header .intro-text {
    padding-top: 85px;
    position: relative;
    padding-bottom: 50px;
    z-index: 2;
}
header .intro-text .intro-lead-in {
    /* text-shadow: 0 0 3px #F5CB24;*/
    font-family: 'Montserrat',"Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing:2px ;
    font-weight: 300;
    font-size: 22px;
    /*line-height: 16px;*/
    margin-bottom: 25px;
    color: #FEFEFE;
}

header .intro-text .intro-title {
    /* text-shadow: 0 0 3px #F5CB24;*/
    font-family: 'Montserrat', "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 22px;
    /*line-height: 16px;*/
    margin-top:15%;
    /*margin-bottom: 25px;*/
    color: #FEFEFE;
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-family: 'Montserrat',"Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
    /*text-transform: uppercase;*/
    font-size: 3.1em;
    line-height: 50px;
    margin-bottom: 25px;
    color: #FFFFFF;
    font-weight: 400;
}


.narrow-scr-only{
    margin-top:30px;
    font-size:12px;
}

/*
debug[字体要修改]
*/
header .intro-button {
    font-family: 'Montserrat',"Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: transparent;
    display: inline-block;
    border:3px solid  #BEBEBE;
    font-size: 22px;
    outline: 0;
    height: 56px;
    width: 12%;
    border-radius: 15px;
    letter-spacing: 1px;
    -webkit-border-radius:15px;

}

header .intro-button:hover {
    background-color: #F5CB24;
    border-color: #fed136;
}
header a {
    color:white;
}
header a:hover {
    color: white;
    text-decoration: none;
}

/*
初始化悬浮窗*/
#sunrise .feature-text{
    margin-top: 10%;
    width:42%;
    margin-left:50%;
    margin-bottom:20%;
}
#vobothalo .feature-text{
    margin-top:15%;
    width:42%;
    margin-left:5%;
    margin-bottom:50%;
}
#speechassistant .feature-text{
    margin-top:12%;
    width:46%;
    margin-left:5%;
    margin-bottom:50%;
}
/*#speechassistant .section-subheading{
    width:99%;
}*/

#colordiversity .feature-text{
    margin-top:13%;
    width:46%;
    margin-left:45%;
    margin-bottom:40%;
}

#dimmable .feature-text{
    margin-top:10%;
    width:48%;
    margin-left:5%;
    margin-bottom:35%;
}

#footerpicture .feature-text{
    margin-top:15%;
    width:45%;
    margin-left:3%;
}


#features h1.section-heading{
    font-family: 'Montserrat',"Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 3.2em;
    margin-bottom:60px;
    margin-top: -80px;
    color: #FFF;
    font-weight:400;

}
#features .section-subheading span {
    font-size: 1.5em;
    font-family: 'Montserrat',"Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0.02em;
    margin-top: 20px;
    color: #E2E2E2;
    margin-bottom: 100px;
    font-weight:300;

}


.section-body-img{
    max-width: 100%;
    margin-bottom: 30px;
}
@media (min-width: 1331px) {
    .section-body-img{
        max-width: 1330px;
    }
    .form-control{
        font-size:16px;
    }
    header .intro-text .intro-title{
        margin-top:25%;
    }
}

@media(min-width: 800px){
    header .intro-text{
        margin-top:20%
    }


}



@media (min-width: 601px) {

    header .intro-text .intro-title{
        margin-top:50%;
    }
    #nav1{

        /*animation:myfirst 3s ;*/
        height:700px;

        background-position: 50% 50%;

    }

}

@media (min-width: 800px) {

    header .container{
        /*background-color: rgba(50, 50, 50, 0.5);*/
        width:100%;
        height:100%;
    }
    #features .container{
        width:100%;
        height:100%;
    }

    header .intro-text {
        overflow: visible;
        /*padding-top: 270px;*/
        /*padding-bottom: 200px;*/
        text-align: center;
        background-position: center center;
        position: relative;
    }
    header .intro-text .intro-lead-in {

        font-size: 30px;
        line-height: 40px;
        font-weight: 300;
        margin-bottom: 70px;
    }

    header .intro-text .intro-heading {
        /*text-transform: uppercase;*/
        font-size: 67px;
        line-height: 67px;
        margin-bottom: 50px;
    }
    header .intro-text .intro-title{
        margin-top:40%;
    }

}

#nav1 .form-control{
    width:90%;
    height:50px;

}

#nav1 .form-email {
    width: 14%;

    float: left;
    margin-right: 5px;
    margin-left: 39%;
}

#nav1 .btn-xl {
    width: 8%;
    height:50px;
    float: left;
    margin-left: 5px;
    background-color: #F77B23;
    border: none;
    font-size: 11px;
}


.help-block {
    color:white;
}

@media(min-width: 1000px){
    header .intro-text .intro-title{
        margin-top:32%;
    }
    header .intro-button{
        font-size:200%;
        width:18%;
        height:60px;
    }

    #nav1 .form-control{
        width:100%;
        height:50px;

    }

    #nav1 .form-email {
        width: 30%;

        float: left;
        margin-right: 5px;
        margin-left: 28%;
    }

    #nav1 .btn-xl {
        width: 13%;
        height:50px;
        float: left;
        margin-left: 5px;
        background-color: #F77B23;
        border: none;
        font-size: 11px;
    }
    .form-control{
        font-size:16px;
    }

}

@media(min-width: 1200px){

    header .intro-text .intro-title{
        margin-top:23%;
        font-size:200%;

    }
    header .intro-button{
        font-size:200%;
        width:16%;
        height:60px;
    }

    #nav1 .form-control{
        width:100%;
        height:50px;
        font-size:16px;

    }

    #nav1 .form-email {
        width: 25%;

        float: left;
        margin-right: 5px;
        margin-left: 34%;
    }

    #nav1 .btn-xl {
        width: 9%;
        height:50px;
        float: left;
        margin-left: 5px;
        background-color: #F77B23;
        border: none;
        font-size: 11px;
    }

}

@media(min-width: 1500px){
    header .intro-text .intro-title{
        margin-top:21%;
        font-size:220%;
    }
    header .intro-button {
        font-size: 220%;
        width: 18%;
        height: 60px;
    }


}

@media(min-width: 1700px){
    header .intro-text .intro-title{
        margin-top:16%;
        font-size:220%;
    }
    header .intro-button {
        font-size: 220%;
        width: 12%;
        height: 60px;
    }

    #nav1 .form-control{
        width:100%;
        height:50px;

    }

    #nav1 .form-email {
        width: 20%;

        float: left;
        margin-right: 5px;
        margin-left: 36%;
    }

    #nav1 .btn-xl {
        width: 6%;
        height:50px;
        float: left;
        margin-left: 5px;
        background-color: #F77B23;
        border: none;
        font-size: 11px;
    }
}

header .form-group input,
section#contact .form-group input.form-control {
    height: auto;
}
@media(min-width:700px){
    section#order button {
        height: 80px;
        width: 75%;
        margin-left: -20%;
        border-radius: 2px;
        font-weight: 400;
        font-size: 2em;
    }

}



@media (min-width: 601px){
    #vobothalo {

        background-position: 70% 100%;

    }
    #sunrise {

        background-position: 30% 50%;

    }


    #speechassistant{

        background-position: 80% 50%;


    }
    #colordiversity {

        background-position: 30% 50%;

    }
    #dimmable{

        background-position:80% 60%;

    }
    #footerpicture{

        background-position: 20% 50%;

    }
}

/*
*#features begin
*/
#nav1{
    background-image: url(../img/halo/small/vobot-halo.jpg?v=201818);
    height: 1060px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

#vobothalo {
    background-image: url(../img/halo/small/vobot-halo_smart-light-clock.jpg?v=201818);
    background-position:65%,100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}



#sunrise {
    background-image: url(../img/halo/small/vobot-halo_gradually-bright-sunrise.jpg?v=201818);
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

#speechassistant{
    background-image: url(../img/halo/small/vobot-halo_switching-your-home-appliances.jpg?v=201818);
    background-position:40%,100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#colordiversity {
    background-image: url(../img/halo/small/vobot-halo_unique-reminder-notification.jpg?v=201818);
    background-position:30%,100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#dimmable{
    background-image: url(../img/halo/small/vobot-halo_relaxing-sleep.jpg?v=201818);
    background-position:82%,100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#footerpicture{
    background-image: url(../img/halo/small/vobot-halo_modern-design.jpg?v=201818);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


@media(min-width: 1000px){
    #colordiversity .feature-text {
        /*margin-left:550px;

    }*/
    }
    header .intro-text{
        margin-top:16%
    }
    header .intro-button{
        margin-top:1%;
    }

}

@media  (max-width:1024px){

    #features .clock-full-width-section {
        height:1000px;
    }
    header .intro-text {

        margin-top: 10%;

    }
    #nav1{
        background-position:30% 100%;
    }

    header .intro-button {
        margin-top:1%;
        font-size: 140%;
        height:50px;
        width:20%;

    }

    header .intro-text .intro-heading
    {
        font-size:300%;
        margin-bottom: 5%;
    }
    header .intro-text .intro-lead-in
    {
        font-size:160%;
        width:73%;
        margin:0 auto;
        text-align: center;

    }

    .shop-box{
        margin-top:5%;

    }


    #nav1 .form-control{
        width:100%;
        height:50px;

    }

    #nav1 .form-email {
        width: 35%;

        float: left;
        margin-right: 3px;
        margin-left: 28%;
    }

    #nav1 .btn-xl {
        width: 15%;
        height:50px;
        float: left;
        margin-left: 3px;
        background-color: #F77B23;
        border: none;
        font-size: 11px;
    }

    .narrow-scr-only{
        margin-top:5px;
        font-size:10px;
    }
    /*
    悬浮窗
    */
    /* .section-subheading{
        padding-top:30px;
     }*/
    #sunrise .feature-text{
        width:60%;
        margin-left:38%;
        margin-top: 20%;
    }
    #vobothalo .feature-text{
        margin-top: 6%;
        width:52%;
        margin-left:3%;
        margin-bottom:45%;
    }
    #speechassistant .feature-text{
        margin-top:20%;
        width:60%;
        margin-left:3%;
        margin-bottom:40%;
    }
    #colordiversity .feature-text{
        margin-top: 5%;
        width:60%;
        margin-left:35%;
        margin-bottom:40%;
    }

    #dimmable .feature-text{
        margin-top:1%;
        width:60%;
        margin-left:3%;
        margin-bottom:40%;
    }
    #footerpicture .feature-text{
        margin-top:16%;
        width:65%;
        margin-left:3%;
        margin-bottom: 2%;
    }
    #footerpicture{
        background-position:80% 100%;
    }
    #features h1.section-heading {
        /* font-family: "Montserrat", sans-serif;*/
        /*text-transform: none;*/
        font-size: 260%;
        margin-bottom: 5%;
        margin-top: -100px;

        color: #FFF;
    }
    #features .section-subheading span {
        font-size: 110%;
        /* font-family: 'Montserrat', sans-serif;
         text-transform: none;*/
        letter-spacing: 0.02em;
        margin-top: 10%;
        color: #E2E2E2;
        margin-bottom: 100px;

    }
}

@media(min-width:1300px){

    header .intro-text{
        margin-top:6%
    }


}


#features h1.section-main-heading{

    margin-top: -20px;
    margin-bottom: 15px;
}

@media (max-width:1000px){
    #features h1.section-heading{
        /*font-family: "Montserrat",sans-serif;
        text-transform: none;*/
        font-size:300%;
        margin-bottom:60px;
        margin-top: -80px;
        color: #FFF;
    }

    #features .section-subheading span {
        font-size: 120%;
        /* font-family: 'Montserrat', sans-serif;
         text-transform: none;*/
        letter-spacing: 0.02em;
        font-weight: 300;
        margin-top: 20px;
        color: #E2E2E2;
        margin-bottom: 100px;
    }
}

#features .clock-full-width-section {
    height: 1100px;
    padding-top: 0;
    padding-bottom: 0;
}
/*#nav1 .intro-heading {
    rgba(0,0,0,0.1);
}*/

#features section span{
    line-height: 1.4;
    letter-spacing: 1.5px;
    font-family: 'Montserrat', sans-serif;

}
@media (max-width: 768px){

    .form-control{
        font-size:10px;
        padding:1px 3px ;
    }

    #features .feature-text{
        margin-top: -50px;
        background-color:rgba(0,0,0,0);
    }
    header .intro-text{
        margin-top:13%;
    }

    #features .clock-full-width-section {
        height: 1024px;
    }

    header .intro-text .intro-heading
    {
        font-size:300%;
        margin-bottom: 5%;
    }
    header .intro-text .intro-lead-in
    {
        font-size:160%;
        width:73%;
        margin:0 auto;
        text-align: center;

    }

    header .intro-button {
        width:28%;
        height: 54px;
        font-size: 160%;
        margin-top: 1%;
    }

    #nav1{
        background-position: 30% 70%;
        height:1024px;
    }

    .shop-box{
        margin-top:5%;

    }

    #nav1 .form-control{
        width:100%;
        height:45px;

    }

    #nav1 .form-email {
        width: 38%;

        float: left;
        margin-right: 5px;
        margin-left: 22%;
    }

    #nav1 .btn-xl {
        width: 15%;
        height:45px;
        float: left;
        margin-left: 5px;
        background-color: #F77B23;
        border: none;
        font-size: 11px;
    }

    #features h1.section-heading {
        /* font-family: "Montserrat", sans-serif;
         text-transform: none;*/
        font-size:2.3em;
        margin-bottom: 30px;
        margin-top: 1%;
        color: #FFF;
    }

    #features .section-subheading span {
        font-size: 0.9em;
        /* font-family: 'Montserrat', sans-serif;
         text-transform: none;*/
        letter-spacing: 0.02em;
        margin-top: 20px;
        /*color: #E2E2E2;*/
        margin-bottom: 100px;

    }
    /*
    悬浮窗
    */

    #sunrise .feature-text{
        margin-top:15%;
        width:64%;
        margin-left:35%;
        margin-bottom:45%;
    }

    #sunrise{
        background-position: 40% 100%;
    }

    #vobothalo .feature-text{
        margin-top:1%;
        width:55%;
        margin-left:1%;
        margin-bottom:55%;
    }
    #speechassistant .feature-text{
        margin-top:1%;
        width:68%;
        margin-left:1%;
        margin-bottom:55%;
    }

    #speechassistant{
        background-position:53% 100% ;
    }

    #colordiversity .feature-text{
        margin-top:20%;
        width:55%;
        margin-left:44%;
        margin-bottom:68%;
    }
    /*#colordiversity .section-heading{
        width:90%;
    }
*/
    #dimmable .feature-text{
        margin-top:8%;
        width:65%;
        margin-left:1%;
        margin-bottom:45%;
    }
    #dimmable{
        background-position:86% 100%;
    }

    #footerpicture .feature-text{
        margin-top:5%;
        width:65%;
        margin-left:1%;
        margin-bottom:75%;

    }
    #footerpicture{
        background-image:url(../img/halo/ipad/vobot-halo_modern-design.jpg?v=201818);
    }


}

#features td.spec-item-top{
    border-top: none;
    border-bottom: 2px solid #090909;
}


@media (max-width:600px) {



    /*
      [加载手机版本的图片]
    */
    #nav1{
        height:700px;
        background-image: url(../img/halo/phone/vobot-halo.jpg?v=201818);

    }

    #features .clock-full-width-section{
        height:700px;
    }

    #vobothalo{

        background-image: url(../img/halo/phone/vobot-halo_gradually-bright-sunrise.jpg?v=201818);
    }

    #sunrise{

        background-image: url(../img/halo/phone/vobot-halo_gradually-bright-sunrise.jpg?v=201818);
    }

    #speechassistant{

        background-image: url(../img/halo/phone/vobot-halo_switching-your-home-appliances.jpg?v=201818);
    }

    #colordiversity{


        background-image: url(../img/halo/phone/vobot-halo_unique-reminder-notification.jpg?v=201818);
    }

    #dimmable{

        background-image: url(../img/halo/phone/vobot-halo_relaxing-sleep.jpg?v=201818);
    }


    #footerpicture{

        background-image: url(../img/halo/phone/vobot-halo_modern-design.jpg?v=201818);
    }

    header .intro-text {

        margin-top: 3%;

    }

    header .intro-button {
        margin-top:1%;
        font-size: 130%;
        height:45px;
        width:40%;

    }
    header .intro-text .intro-title {
        margin-top:92%;
        font-size: 130%;


    }

    header .intro-text .intro-heading
    {
        font-size:300%;
    }
    header .intro-text .intro-lead-in
    {
        font-size:130%;
        width:88%;
        margin:0 auto;
        text-align: center;
        font-weight: 300;
    }

    .shop-box{
        margin-top:5%;

    }

    #nav1 .form-control{
        width:100%;
        height:38px;

    }

    #nav1 .form-email {
        width: 60%;
        float: left;
        margin-right: 5px;
        margin-left: 8%;
    }

    #nav1 .btn-xl {
        width: 20%;
        float: left;
        margin-left: 1%;
        background-color: #F77B23;
        border: none;
        font-size: 10px;
        font-weight: 200;
        height:38px;
    }


    .narrow-scr-only{
        margin-top:5px;
        font-size:12px;
    }
    /*
    悬浮窗
    */

    #sunrise .feature-text{


        margin:10% auto;
        width:95%;
        margin-bottom:20%;
    }
    #vobothalo .feature-text{
        margin: 5% auto;
        width:95%;
        margin-bottom:60%;
    }

    #speechassistant .feature-text{
        margin:1% auto;
        width:89%;
        margin-bottom:70%;
    }

    #colordiversity .feature-text{
        margin: 5% auto;
        width:87%;

        margin-bottom:40%;
    }

    #dimmable .feature-text{
        margin:1% auto;
        width:90%;

        margin-bottom:75%;
    }

    #footerpicture .feature-text{
        margin:5% auto;
        width:89%;
        margin-bottom: 78%;
    }

    #features h1.section-heading {
        /*  font-family: "Montserrat", sans-serif;
          text-transform: none;*/
        font-size: 190%;
        margin-bottom: 10px;
        margin-top: -100px;
        color: #FFF;

    }
    #features .section-subheading span {
        font-size: 105%;
        /* font-family: 'Montserrat', sans-serif;
         text-transform: none;*/
        letter-spacing: 0.02em;
        margin-top: 10px;
        color: #E2E2E2;
        margin-bottom: 100px;
    }

}
@media (max-width:412px) {

    header .intro-text {

        margin-top: 3%;

    }

    header .intro-button {
        margin-top:1%;
        font-size: 120%;
        height:42px;
        width:40%;

    }

    header .intro-text .intro-heading
    {
        font-size:300%;
    }
    header .intro-text .intro-lead-in
    {
        font-size:100%;
        width:80%;
        margin:0 auto;
        text-align: center;

    }
    .narrow-scr-only{
        margin-top:5px;
        font-size:12px;
    }
    /*
    悬浮窗
    */
    #sunrise .feature-text{

        margin:10% auto;
        width:95%;
        margin-bottom:20%;
    }
    #vobothalo .feature-text{
        margin: 5% auto;
        width:91%;
        margin-bottom:60%;
    }

    #speechassistant .feature-text{
        margin:1% auto;
        width:95%;
        margin-bottom:70%;
    }

    #colordiversity .feature-text{
        margin: 5% auto;
        width:87%;

        margin-bottom:40%;
    }

    #dimmable .feature-text{
        margin:1% auto;
        width:90%;

        margin-bottom:75%;
    }


    #footerpicture .feature-text{
        margin:5% auto;
        width:89%;
        margin-bottom: 78%;

    }
    #features h1.section-heading {
        /* font-family: "Montserrat", sans-serif;
         text-transform: none;*/
        font-size: 190%;
        margin-bottom: 10px;
        margin-top: -100px;
        /*color: #FFF;  text-align: center;*/
    }
    #features .section-subheading span {
        font-size: 85%;
        /* font-family: 'Montserrat', sans-serif;
         text-transform: none;*/
        letter-spacing: 0.02em;
        margin-top: 10px;
        color: #E2E2E2;
        margin-bottom: 100px;
        /*text-align: center;*/

    }


}
@media  (max-width:375px){

    .form-control{
        font-size:6px;
        padding: 6px 3px;
    }

    #nav1{
        height:620px;
    }
    #features .clock-full-width-section {
        height:667px;
    }
    header .intro-text {

        margin-top: 3%;

    }
    header .intro-button {
        margin-top:1%;
        font-size: 130%;
        height:40px;
        width:40%;

    }

    header .intro-text .intro-title {
        margin-top: 83%;
        font-size: 116%;


    }

    header .intro-text .intro-heading
    {
        font-size:220%;
    }
    header .intro-text .intro-lead-in
    {
        font-size:100%;
        width:90%;
        margin:0 auto;
        text-align: center;

    }

    #nav1 .form-control{
        width:100%;
        height:35px;

    }

    #nav1 .form-email {
        width:65%;

        float: left;
        margin-right: 2px;
        margin-left: 6%;
    }

    #nav1 .btn-xl {
        width: 20%;
        height:35px;
        float: left;
        margin-left: 3px;
        background-color: #F77B23;
        border: none;
        font-size: 8px;
    }

    .narrow-scr-only{
        margin-top:5px;

        font-size:10px;
    }
    /*
    悬浮窗
    */

    #sunrise .feature-text{

        margin:10% auto;
        width:95%;
        margin-bottom:20%;
    }

    #vobothalo .feature-text{
        margin: 5% auto;
        width:88%;
        margin-bottom:60%;
    }

    #speechassistant .feature-text{
        margin:5% auto;
        width:90%;
        margin-bottom:70%;
    }

    #colordiversity .feature-text{
        margin: 5% auto;
        width:93%;

        margin-bottom:50%;
    }

    #dimmable .feature-text{
        margin:1% auto;
        width:91%;

        margin-bottom:75%;
    }


    #footerpicture .feature-text{
        margin:5% auto;
        width:93%;
        margin-bottom: 70%;

    }

    #features h1.section-heading {
        /* font-family: "Montserrat", sans-serif;
         text-transform: none;*/
        font-size: 175%;
        margin-bottom: 15px;
        margin-top: -100px;
        color: #FFF;

    }
    #features .section-subheading span {
        font-size: 105%;
        /* font-family: 'Montserrat', sans-serif;
         text-transform: none;*/
        letter-spacing: 0.01em;
        margin-top: 18px;
        color: #E2E2E2;
        margin-bottom: 100px;


    }

}


@media  (max-width:360px){

    #nav1 .form-control{
        width:100%;
        height:35px;

    }

    #nav1 .form-email {
        width:64%;

        float: left;
        margin-right: 2px;
        margin-left: 1%;
    }

    #nav1 .btn-xl {
        width: 30%;
        height:35px;
        float: left;
        margin-left: 3px;
        background-color: #F77B23;
        border: none;
        font-size: 8px;
    }


    #features .clock-full-width-section {
        height:640px;
    }
    header .intro-text {

        margin-top: 3%;

    }

    header .intro-button {
        margin-top:1%;
        font-size: 120%;
        height:40px;
        width:40%;

    }

    header .intro-text .intro-title {
        margin-top: 87%;
        font-size: 120%;

    }

    header .intro-text .intro-heading
    {
        font-size:280%;
    }
    header .intro-text .intro-lead-in
    {
        font-size:100%;
        width:80%;
        margin:0 auto;
        text-align: center;

    }



    .narrow-scr-only{
        margin-top:5px;
        font-size:12px;
    }
    /*
    悬浮窗
    */

    #sunrise .feature-text{


        margin:10% auto;
        width:95%;
        margin-bottom:20%;
    }
    #vobothalo .feature-text{
        margin: 1% auto;
        width:84%;
        margin-bottom:60%;
    }
    #speechassistant .feature-text{
        margin:1% auto;
        width:88%;
        margin-bottom:70%;
    }
    #colordiversity .feature-text{
        margin: 1% auto;
        width:95%;

        margin-bottom:40%;
    }

    #dimmable .feature-text{
        margin:1% auto;
        width:95%;

        margin-bottom:70%;
    }
    #footerpicture .feature-text{
        margin:5% auto;
        width:100%;
        margin-bottom: 70%;

    }
    #features h1.section-heading {
        /* font-family: "Montserrat", sans-serif;
         text-transform: none;*/
        font-size: 150%;
        margin-bottom: 18px;
        margin-top: -100px;
        color: #FFF;
    }
    #features .section-subheading span {
        font-size: 80%;
        /* font-family: 'Montserrat', sans-serif;
         text-transform: none;*/
        letter-spacing: 0.02em;
        margin-top: 10px;
        color: #E2E2E2;
        margin-bottom: 100px;

    }
}
/*
[325pingmu]
*/
@media (max-width:320px){

    #features .clock-full-width-section {
        height:580px;
    }
    header .intro-text {

        margin-top: 3%;

    }

    header .intro-button {
        margin-top:1%;
        font-size: 116%;
        height:47px;
        width:42%;

    }

    header .intro-text .intro-title{
        margin-top:83%;
        font-size: 116%;

    }

    header .intro-text .intro-heading
    {
        font-size:230%;
    }
    header .intro-text .intro-lead-in
    {
        font-size:100%;
        width:80%;
        margin:0 auto;
        text-align: center;

    }


    .narrow-scr-only{
        margin-top:5px;
        font-size:12px;
    }
    /*
    悬浮窗
    */

    #sunrise .feature-text{
        width:97%;
        margin-left:2.5%;
        margin-top: 20%;
    }
    #vobothalo .feature-text{
        margin-top: 12%;
        width:95%;
        margin-left:1%;
        margin-bottom:40%;
    }
    #speechassistant .feature-text{
        margin-top:20%;
        width:88%;
        margin-left:1%;
        margin-bottom:40%;
    }
    #colordiversity .feature-text{
        margin-top: 5%;
        width:90%;
        margin-left:9%;
        margin-bottom:40%;
    }

    #dimmable .feature-text{
        margin-top:1%;
        width:98%;
        margin-left:1%;
        margin-bottom:40%;
    }
    #footerpicture .feature-text{
        margin-top:1%;
        width:95%;
        margin-left:3%;
    }
    #features h1.section-heading {
        /*  font-family: "Montserrat", sans-serif;
          text-transform: none;*/
        font-size: 200%;
        margin-bottom: 10px;
        margin-top: -100px;
        color: #FFF;
    }
    #features .section-subheading span {
        font-size: 90%;
        /*  font-family: 'Montserrat', sans-serif;
          text-transform: none;*/
        letter-spacing: 0.02em;
        margin-top: 10px;
        color: #E2E2E2;
        margin-bottom: 100px;

    }


}


/*@media(max-width:991px) {
    #features #ai_assitant h1{
        margin-bottom: 15px;
    }
    #features #ai_assitant img {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
@media(min-width:992px) {
    #features #ai_assitant img {
        width: 100%;
        height: 100%;
    }
    #features #ai_assitant h1{
        height: 30px;
    }
    #features #ai_assitant p {
        height: 200px;
    }
}
@media(min-width:1200px) {
    #features #ai_assitant h1{
        height: 70px;
    }
    #features #ai_assitant p {
        height: 220px;
    }
}*/

@media (min-width: 767px) {
    #features .features-item {
        margin: 0 0 30px;
    }
}
header .form-group input,
section#contact .form-group input.form-control {
    height: auto;
}

@media(min-width: 768px) {
    section#order .form-group input.form-control {
        height: 80px;
        width: 70%;
        margin-left: 25%;
        border-color: #8D8D8D;
        border-radius: 0px;
        font-size: 2em;
    }

    .form-control{
        font-size:14px;
    }


}
.btn-xl {
    background-color: #595959;
    border-color: #595959;
    padding:3px 3px;
}

/*
*# 调节footer
*/
