html,body{
    height:100%;}
  footer{
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 30; 
  }
  
 .video-img{
 position:relative;z-index: 30;} 
#top{
    display:none;}
.fix-header-height{
    padding-top:0;padding-bottom:0;height:100%;
    } 
 @media only screen and (max-width: 768px){
 .fix-header-height{
    height:auto;
    } 
 }
.swiper-container .swiper-slide{
position:relative;
overflow:hidden;} 


.slide-1 .txt{
    font-size: 60px;
    position: absolute;
    top: 23%;
    letter-spacing: .05em;
    left: 0%;
    width: 100%;
    text-align: center;
    color: #000;
    z-index: 30;
    font-family:'Avenir Next LT W02 Bold', Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 768px){
  .slide-1 .txt{font-size: 36px;}
}
@media only screen and (max-width: 560px){
  .slide-1 .txt{font-size: 18px;}
}


.slide-2 .txt{
    font-size: 60px;
    position: absolute;
    top: 25%;
    letter-spacing: .05em;
    left: 0%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 30;
    text-transform: uppercase;
    font-family:'Avenir Next LT W02 Bold', Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 768px){
  .slide-2 .txt{font-size: 36px;}
}
@media only screen and (max-width: 560px){
  .slide-2 .txt{font-size: 18px;}
}



.slide-4 .txt{
    font-size: 60px;
    position: absolute;
    top: 20%;
    left: 0%;
    width: 100%;
    text-align: center;
    color: #454547;
    z-index: 30;
    text-transform: uppercase;
    font-family:'Avenir Next LT W02 Bold', Helvetica, Arial, sans-serif;
    }
@media only screen and (max-width: 768px){
  .slide-4 .txt{font-size: 36px;top:12%;}
}
@media only screen and (max-width: 560px){
  .slide-4 .txt{font-size: 24px;top:9%;}
}

.slide-5 .txt{
    font-size: 50px;
    line-height: 1.3;
    position: absolute;
    top: 20%;
    left: 8%;
    width: 70%;
    text-align: left;
    color: #fff;
    z-index: 30;
    text-transform: uppercase;
    font-family: 'Avenir Next LT W02 Bold', Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1450px){
  .slide-5 .txt{font-size: 40px;}
}
@media only screen and (max-width: 768px){
  .slide-5 .txt{font-size: 24px;}
}
@media only screen and (max-width: 560px){
  .slide-5 .txt{font-size: 14px;}
}

.slide-6 .txt{
    font-size: 60px;
    position: absolute;
    top: 40%;
    left: 48%;
    width: 50%;
    text-align: left;
    color: #fff;
    z-index: 30;
    text-transform: uppercase;
    font-family:'Avenir Next LT W02 Bold', Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 768px){
  .slide-6 .txt{font-size: 36px;}
}
@media only screen and (max-width: 560px){
  .slide-6 .txt{font-size: 18px;}
}

.full{
position:absolute;
} 
.full img{
width:100%;
display:block;} 
#home-banner .txt{
    display:none;}
.banner3_logo{
text-align:center;
position:absolute;
z-index:30;
top:15%;
width:100%;}
.banner3_logo img{
display:inline-block;
width:30%;
max-width:280px;}

.author{
position:absolute;
bottom:110px;
z-index:30;
opacity:.7;}
.author.left{
left:30px;}
.author.right{
right:30px;
}
@media only screen and (max-width: 768px){
  .author{
    display:none;
  }
}

/*  new-customer-tip  */
#new-customer-tip{
    display:none;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:100;
    background:rgba(0,0,0,.3);
    }
@media only screen and (max-width: 768px){
    #new-customer-tip{
      display:none !important;
    }
}
#new-customer-tip .box{
    width:380px;
    height:564px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-190px,-282px);
    background:url(/catalog/view/theme/default/image/new-tip-bg.png) no-repeat #e2e2e2;}    



.siteNewUser_get {
    text-align: center;
    margin: 32px auto 0px;
}
.siteNewUser_getBtn {
    height: 32px;
    text-align: center;
    line-height: 32px;
    width:220px;
    display:inline-block;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    background:rgba(0,0,0,.7);
}
.siteNewUser_getBtn:hover,.siteNewUser_getBtn:visited{
    color:#fff;}
.siteNewUser_info {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
    color: #000;
    margin-top:396px;

}
.siteNewUser_letter {
    height: 110px;
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.siteNewUser_letterBox {
    margin: auto;
    height: 32px;
}
.gbForm_inputBox-inline {
    display: inline-block;
    vertical-align: top;
}
.siteNewUser_letterBox input {
    width: 182px;
}   
.gbForm_text {
    border:1px solid #333;
    -webkit-transition: border .2s ease;
    -o-transition: border .2s ease;
    transition: border .2s ease;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    height: 32px;
    width: 100%;
    padding: 0 15px;
    line-height: 32px;
    font-size: 12px;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color,border .2s ease;
    -o-transition: color,border .2s ease;
    transition: color,border .2s ease;
    display: block;
    outline:none;
    background:none;
}
.gbForm_text:focus{
    border:1px solid #333;} 
.siteNewUser_letterBox .btn {
    width: 40px;
    font-size: 12px;
    padding: 0;
    border:none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
        background: #333;
        margin-left:-4px;
        transition:.3s background;
}
.siteNewUser_letterBox .btn i{
    line-height:32px;
    height:32px;
    display:block;
    color:#fff;}
.siteNewUser_letterBox .btn:hover{
    background:#888;}   
#new-tip-email-address-error{
    display:none;
    color:#ff0000;} 
.siteNewUser_letter.error   #new-tip-email-address-error{
    display:block;
}
.new-tip-newsletter-success{
    display:none;}
.siteNewUser_letter.success .new-tip-newsletter-success{
    display:block;} 
.close-btn{
    width:30px;
    height:30px;
    position:absolute;
    top:10px;
    right:10px;
    border-radius:100%;
    border:2px solid #000;
    font-size:18px;
    line-height:26px;
    text-align:center;
    color:#000;
    cursor:pointer;
    font-weight:100;}   
    
/* home product list*/
    
    .phone-shop-block{display:none;
    background:#f2f2f2;
    padding-top:3em;
    width:100%;
    }
@media only screen and (max-width: 768px) {
    .phone-shop-block{display:block;}
}

.home-mobile-slots .title{
    text-align:center;
    }
.home-mobile-slots .title img{
    width:100%;
    }   
.home-mobile-slots .title   h3{
    text-align:center;
    font-size: 1.33rem;
    margin:1.5em 0 0.8em;
    line-height: 1.2;}
.home-mobile-slots .title .line{    
    display: inline-block;
    width: 4rem;

    border-bottom:1px solid #000;
    -webkit-filter: opacity(.8);
    filter: opacity(.8);
    margin-bottom:2em;
}
.home-mobile-slot{
    display: table;
    width: 100%;
    padding:1rem 0 0 1rem;
    box-sizing: border-box;}
.home-mobile-slot li{
    width:50%;
    box-sizing: border-box;
    padding:0 1rem 1rem 0;
    display:inline-block;}  
.home-mobile-slot li a{
    display:block;
    padding-top:1em;
    background:#fff;}   
.home-mobile-slot li a img{
    width:100%;}
.home-mobile-slot li a .name{
        font-size: 1.16rem;
    line-height: 1.6rem;
    color:#333;
    font-weight:bold;
    text-align:center;
    margin-top:2em;
    height:5em;
    }
.home-mobile-slot li.no-product{
    display:none;
    }           
.footer-top-a ul {
    display: block!important;
}
.footer-top-a ul li{
    color:#fff;
    display: block!important;
}
.footer-top-a ul li a,.footer-top-a h5 a{
    color:#fff;
}
.footer-top-a{
    color:#fff;
    padding-bottom: 80px;
}
.foot-top{
    background-color:#222;
}