#description { color:#FFF!important; line-height: 1.5!important; }
section,article{ display: block; }
#description table{ border-collapse: collapse; border-spacing:0; }
#description caption, #description th{text-align: left; font-weight: normal; }
#description em { font-style: normal;}
#description li { list-style: none;}
#description a, #description a:hover { text-decoration: none; }
#description a,#description button{ cursor:pointer; }
#description img { border: none; vertical-align: top; }
#description input, #description textarea {outline: none; }
#description textarea{ overflow: auto; resize: none; }
#description .h1, #description .h2, #description .h3, #description .h4, #description .h5, #description .h6, #description h1, #description h2, #description h3, #description h4, #description h5, #description h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.1;
    color: inherit;
}
/* -- reset end -- */

@font-face {
    font-family: MyriadPro;
    src: url('/products_css/blackview/MyriadPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: MyriadPro Light;
    src: url('/products_css/blackview/MyriadPro-Light.ttf') format('truetype'), url('/products_css/blackview/MyriadPro-Lightit.otf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: MyriadPro Bold;
    src: url('/products_css/blackview/MyriadPro-Bold.otf');
    font-weight: bold;
    font-style: normal;
}
#description {
    font-family:MyriadPro;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    /*background: #000;*/
}
/*--------------------------------------------------------------------------*/
#description .main{
    margin-top: 60px;
}
.big-img{
    width: 100%;
}
.bg-img{
    width: 100%;
}
.sect1{
    position: relative;
}

.sect1 .sect1-word{
    position: absolute;
    top:50%;
    left: 15vw;
    text-align: left;
    transform: translateY(-50%);
}
.sect1 .p1{
    font-size: 40px;
    font-family: MyriadPro Bold;
    margin-top: 48px;
}
.sect1 .p2{
    font-size: 22px;
    font-family: MyriadPro Bold;
    margin-bottom: 45px;
}
.sect1 .p3{
    font-size: 32px;
    font-family: MyriadPro Bold;
    margin-top: 20px;
    color: #ec6e00;
}

.sect1 span{
    color: white;
    font-size: 28px;
    font-family: MyriadPro Bold;
    background: #ec6e00;
    padding: 5px 25px;
    border-radius: 20px;
    margin: 0 10px;
    cursor: pointer;
}
.sect1 .giveaway-span{
    background: red;
}
.sect1 a{
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
}
.sect2{
    background: #111111;
    padding: 30px 0 80px 0;
}
.sect2-word{
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
}
.sect2 .p1{
    font-family: MyriadPro Bold;
    font-size: 140px;
    color: #5e2e12;
}
.sect2 .p2{
    font-family: MyriadPro Bold;
    font-size: 60px;
    color: white;
    line-height: 1.5;
}
.sect2 .p3{
    font-size: 36px;
    color: white;
    line-height:1.2;
    opacity: 0.8;
}
.sect3{
    background: #111111;
}

.sect3 ul{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sect3 ul li{
    flex: 1;
        margin: 0 0 100px 0;
    min-width: 375px;
}

.sect3 ul li:nth-child(even){
    margin: 0 3.64vw;
}

.sect3 ul li img{
    width: 100%;
    height: auto;
}

.sect4{
    background: white;
    padding: 80px;
}
.sect4 h3{
    color:rgba(0,0,0,.8);
    font-size: 36px;
    font-family: MyriadPro Bold;
    margin-bottom: 20px;
}
.sect5{
    text-align: center;
    width: 100%;
    background: #111111;
    padding-bottom: 56px;
}
.sect5 img{
    width: 100%;
}

.sect6{
    background: #111111;
}
.sect6 h3{
    font-size: 36px;
    font-family: MyriadPro Bold;
    padding: 0 0 160px 0;
}
.sect7{
    background: #111;
}
.sect7 h3{
    /*font-size: 140px;*/
    /*font-family: MyriadPro Bold;*/
    padding: 160px;
    /*color: #5e2e12;*/
}
.title{
    font-size: 140px;
    font-family: MyriadPro Bold;
    /*padding: 160px;*/
    color: #5e2e12;
}
.sect7-item{
    width: 100%;
    position: relative;
}
.sect7-item .sect7-word{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sect7-word p{
    font-family: MyriadPro Bold;
    font-size: 40px;
}
.sect8{
   padding-top: 218px;
    background: #000;
}
.sect8-word{
    margin-left: 20%;
    text-align: left;
    margin-bottom: 80px;
}
.sect8-word h3{
    font-size: 60px;
    font-family: MyriadPro Bold;
    margin-bottom: 30px;
}
.sect8-word p{
    font-size: 30px;
}
.sect8-img{
    position: relative;
}
.sect8-icon{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sect8-icon ul{
    /*width: 100%;*/
    display: flex;
    justify-content: start;
    height: 100px;
    align-items: flex-end;
    margin-left: 20%;
}
.sect8-icon li{
    /*width: 120px;*/
    /*height: 50px;*/
}
.sect8-icon li:nth-child(even){
    margin: 0 21px;
}
.sect8-icon p{
    font-size: 16px;
    text-align: center;
}
.sect9{
    background: #111;
    padding: 184px 0;
}
.sect9 ul{
    width: 100%;

}
.sect9 li{
    display: flex;
    justify-content: center;
    width: 1270px;
    margin: 0 auto;
    height: 524px;
}
.sect9 li:nth-child(even){
    margin: 28px auto;
}
.sect9 li .li-item{
    height: 524px;
}
.sect9 .sect9-gif,.sect9 .sect9-gif img{
    width: 790px;
    height: 100%;
}
.sect9 .sect9-icon{
    width: 520px;
    height: 100%;
    background:#f87b2b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.li-item p{
 font-size: 36px;
    font-family: MyriadPro Bold;
    line-height: 40px;
}
.sect10{
    position: relative;
}
.sect10 .sect10-word{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.sect10-word h3{
    font-size: 60px;
    font-family: MyriadPro Bold;
    margin-bottom: 44px;
}

.sect10-word p{
    font-size: 36px;
}
.sect11{
    padding: 108px 0;
}
.sect11 h3{
    font-size: 60px;
    font-family: MyriadPro Bold;
    color: #000;
    margin-bottom: 110px;
}
.sect11-item-box{
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    /*padding-top: 200px;*/

}
.sect11-item-box img{
    margin-top: 32px;
}
.sect11-left,.sect11-right{
    margin: 0 20px;
}
.sect11-left-item{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sect11-item-box p{
    color: rgba(0,0,0,.6);
    font-family: MyriadPro Bold;
    font-size: 30px;
    line-height: 1.1;

}
.sect11-left{
    padding-top: 200px;
}
.sect11-left p{
    width: 100%;
    text-align: left;
}
.sect11-left-item:nth-child(2){
    margin-top: 172px;
}

.sect11-left-item:nth-child(2) p{
    width: 500px;
}
.sect11-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sect11-right p{
    text-align: left;
}
.sect11-right img{
    margin-bottom: 32px;
}
.item-img{
    margin-top: 100px !important;
}

.sect11-left-item:nth-child(2) img{
    margin-bottom: 32px;
}
.sect12{
    background: #000;
}
.sect12 h3{
    padding: 124px 0 100px 0;
}
.sect12 .p1{
    font-size:60px ;
    font-family: MyriadPro Bold;

}
.sect12 .p2{
    font-size:36px ;
}
.sect13{
    background: #000;
    padding-top: 108px;

}

.sect13-main{
    width: 100%;

    display: flex;
    justify-content: center;
    padding: 100px 0;


}

.sect13-main>div{
    min-width:350px ;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sect13-main p{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 36px;
    font-family: MyriadPro Bold;
    line-height: 1.1;
}
.sect13-main .p1{
    top: 30%;
}
.sect13-main .p2{
    top: 70%;
}
.sect13-main .p3{
    top: 30%;
}
.sect13-main .p4{
    top: 30%;
}
.sect13-main .p5{
    top:8%;
}
.sect13-main .p6{
    top: 5%;
}
.sect13-main .p7{
    top: 70%;
}
.sect13-main .item{
    width: 100%;
    position: relative;
}

.sect13-main .item:nth-child(even){
    /*margin: 5px;*/
}

.sect13-main .middle{
    margin:0 18px;

}

.sect13-main .left .item:nth-child(2),.sect13-main .right .item:nth-child(2),.sect13-main .middle .item:nth-child(2){
    margin: 16px 0;
}
@media screen  and (max-width: 800px) and (min-width: 350px){
    .sect1 .p3{
        font-size: 14px ;
    }
    .sect5 {
        padding-bottom: 10px;
    }
    .sect6 h3{
        font-size: 16px;
        padding: 0;
    }
.title{
    font-size: 30px !important;
}
    .sect7-item{
        padding: 80px 5px;
    }
    .sect7 h3{
        padding: 20px;
    }
    .sect7-word p{
        font-size: 16px;
    }

.sect8{
    padding-top: 20px;
}
    .sect8-icon ul{
        flex-wrap: wrap;
        margin-left: 5%;
    }
    .sect8-word{
        margin-left: 5%;
        margin-bottom: 20px;
    }
    .sect8-word h3{
        font-size: 16px;
    }
    .sect8-word p{
        font-size: 14px;
    }
    .sect8-icon{
        height: 200px;
    }

    .sect8-icon li:nth-child(even){
        padding: 0 5px;
    }
    .sect8-icon p{
        font-size: 12px;
    }
    .sect8-icon img{
        width: 20px;
    }

    .sect9{
        padding: 0;
    }
    .sect9 li{
        width: 100%;
        flex-wrap: wrap;
        height: auto;
        /*margin-bottom: 10px;*/
    }
    .sect10-word h3{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .li-item p{
        font-size: 14px;
        line-height: 20px;
    }
    .sect10-word p{
        font-size: 13px;
    }

    .sect9 .sect9-gif, .sect9 .sect9-gif img{
        width: 100%;
        height: auto;
    }
    .sect9 li .li-item{
        height: auto;
    }
    .sect9 .sect9-icon{
        padding: 20px 0;
        width: 50%;
    }
    .sect9-icon img{
        width: 100px;
    }
    .sect9 li:nth-child(even){
        margin: 0;
    }
    .sect11{
        padding: 0 0 20px 0;
    }
    .sect11 h3{
        font-size: 30px;
        padding: 20px 0;
        margin-bottom:0;
    }

    .sect11-item-box{
        flex-wrap: wrap;
    }
    .sect11-item-box img{
        width: 100%;
    }

    .sect11-left{
        padding-top: 0;
    }

    .sect11-item-box p{
        font-size: 14px;
    }

    .sect11-left-item:nth-child(2){
        margin-top: 0;
    }
    .sect11-left-item:nth-child(2) p{
        width:100%;
    }
    .sect11-right img{
        margin-bottom: 10px;
    }
    .item-img{
        margin-top: 10px !important;
    }

    .sect12 h3{
        padding: 20px 10px;
    }

    .sect12 .p1{
        font-size: 20px;
    }
    .sect12 .p2{
        font-size: 13px;
    }

    .sect13{
        padding-top: 20px;
    }
    .item img{
        width: 100%;
    }
    .sect13-main p{
        font-size: 20px;
    }
    .sect13-main{
        flex-wrap: wrap;
        padding: 10px 5px;
    }
}

/*---------------------------------------------------------------------------*/

/* subscribe star */
.subscribe {
    height: 285px;
    background: #081f27;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
.subscribe .wrap {
    position: absolute;
    max-width: 100%;

}
.subscribe .text {}
.subscribe .text span {
    color: #ff0036;
}
.subscribe .sect-bd {
    /*max-width: 625px;*/
    margin: 0 auto;
    position: relative;
}
#subscribeForm{
    max-width: 625px;
}
.subscribe .content {
    padding: 30px 15px;
    text-align:left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.subscribe .content p {
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 1em 0;
    padding: 0;
    font-weight: 100;
}
.subscribe .content .p1 {
    color: #fff;
}
.subscribe .content .p3 {
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 10px;
}
.subscribe .content .subscribe-msg {
    color: red;
    font-size: 2em;
    line-height: 1.5em;
    margin: 6px 0;
}
.subscribe .content img {
    margin: 0;
}
.subscribe .email input {
    display: block;
    font-size: 16px;
    line-height: 2em;
    font-weight: 100;
    /*color: #333;*/
    border: 1px solid #eee;
    width: 100%;
    padding: 5px 10px;
    margin: 10px 0;
    /*border-radius:10px;*/
}
.subscribe .email input[name=email] {
    border: 1px solid #ccc;
    background-color: #f1f1f1;

}
.subscribe .email input[name=email]:focus {
    color: #000;
    outline: 0;
}
.subscribe .email input[name=submit] {
    /*font-weight: bold;*/
    /*background: #d73c26;*/
    border-color: #f66f15;
    /*text-align: center;*/
    /*text-transform: capitalize;*/
    /*padding: 5px;*/
    /*color: #eee;*/
}
/*.subscribe .email input[name=submit]:hover {*/
/*    background: #c0250f;*/
/*    border: 1px solid #c0250f;*/
/*    color: #fff;*/
/*}*/
.subscribe .content .share {
    text-align: left;
}
.subscribe .p2 {
    margin: 0 !important;
}
.subscribe .p2 input {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1em !important;
    width: auto !important;
}
.email{
    position: relative;
}
.input-box{
    right: 0;
    top: -10px;
    border-radius: 5px;

}



.subscribe .submit-btn{
    /*border-radius: 10px;*/
    background: #f66f15;
    /*background-image: linear-gradient(to right,#f77120, #fbd05d);*/
    cursor: pointer;
    color: #fff;
    outline:none;
    /*text-align: left;*/
}

@media screen and (max-width: 575.98px) {
    .subscribe .content .p3 {
        font-size: 1.4em;
    }
    .subscribe .email input {
        font-size: 14px;
    }
    .subscribe .content p {
        font-size: 1.4em;
    }
}



/* toTop start */
#toTop {
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 38px;
    height: 38px;
    background: #ddd;
    border-radius: 4px;
    color: #fff;
    z-index: 999;
}
#toTop svg {
    width: 38px;
    height: 38px;
}
#toTop:hover {
    background: #f63743;
}

.social {
    padding: 50px 15px;
    background: #222;
    color: #fff;
}
.social .sect-bd {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.social .sect-bd p {
    font-size: 24px;
    line-height: 1.3em;
}
.social .sect-bd .p1 {
    margin: 0 auto 1em;
}
.social .sect-bd .invite {}
.social .sect-bd .invite a {
    display: inline-block;
    color: #fff;
    background: #dd023a;
    font-size:26px;
    line-height: 1.1em;
    padding: .5em 1em;
}
.social .sect-bd .invite a:hover {
    background: #ff0444;
}
.social .sect-bd .param {}
.social .sect-bd .param-item {}
.social .sect-bd .param-item img {
    margin-bottom: 6px;
}
.social .sect-bd .param-text {
    display: inline-block;
    line-height: 1em;
}
.social .sect-bd .param-text span {
    font-weight: 100;
    font-size: .8em;
}

.social-box {
    text-align: center;
    margin: 20px 0;
    vertical-align: middle;

}
.social-box a {
    display: inline-block;
    color: #8b8b8b;
    margin: 0 15px 10px;
    width: 47px;
    height: 47px;
    background: url("https://promo.blackview.hk/bv6900/src/img/social_icon.png") 0 0 no-repeat;
    border: 1px solid #eee;
}
.social-box a:hover {
    border: 1px solid #ff0036;
}
.social-box a:nth-child(4) {
    background-position: -45px 0;
}
.social-box a:nth-child(5) {
    background-position: -90px 0;
}
.social-box a:nth-child(6) {
    background-position: -135px 0;
}
.social-box a:nth-child(7) {
    background-position: -180px 0;
}
.social-box a:nth-child(8) {
    background-position: -225px 0;
}
.social-box a:nth-child(9) {
    background-position: -270px 0;
}
.social-box a:nth-child(10) {
    background-position: -315px 0;
}
.social-box a:nth-child(9) {
    background:url(../img/tiktok.png)no-repeat center;
}


@media screen and (max-width: 767.98px) {
    .social .sect-bd p {
        font-size: 1.6em;
    }
    .social .sect-bd .invite a {
        font-size: 1.8em;
    }
}

@media screen  and (max-width: 800px) and (min-width: 350px){
    .sect1 .p1{
        font-size: 18px;
        margin-top: 10px;
    }
    .sect1 .p2{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sect1-word img{
        width: 120px;
        height: auto;
    }
   .sect1 .sect1-word{
        top:20px;
       transform: translateY(0);
    }
    .sect1 span{
        font-size: 14px;
        padding: 5px 10px;
    }
    .sect2{
        padding: 20px 30px;
    }
    .sect2 .p1{
        font-size: 40px;
    }
    .sect2 .p2{
        font-size: 20px;
    }
    .sect2 .p3{
        font-size: 16px;
    }

    .sect4{
        padding: 10px;
    }
    .sect3 ul li{
        margin: 20px;
    }
    .sect4 h3{
        font-size: 18px;
    }
}



.sect-count {
    padding-top: 60px;
}
