@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}

a{
 outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
 text-decoration:none;
}

















html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
} 
body { 
    line-height: 1; 
} 
ol, ul { 
    list-style: none; 
} 
blockquote, q { 
    quotes: none; 
} 
blockquote:before, blockquote:after, 
q:before, q:after { 
    content: ''; 
    content: none; 
} 

/* remember to define focus styles! */ 
:focus { 
    outline: 0; 
} 

/* remember to highlight inserts somehow! */ 
ins { 
    text-decoration: none; 
} 
del { 
    text-decoration: line-through; 
} 

/* tables still need 'cellspacing="0"' in the markup */ 
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
} 


/* ============================================================ */
html{
    scroll-behavior: smooth;
}

.neon_eva_header {
    width: 100%;
    height: 29.6875vw;
    background-position: center top;
    background-size: cover;
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AI_Camera_Dev_Kit/Kit_Landing-page-Banner.jpg);
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 2.5% 0 0 5%;
    box-sizing: border-box;
}

.neon_eva_header h1 {
    display: flex;
    font-family: "Ubuntu";
    color: #fff;
    font-size: 2.9vw;
    line-height: 1.2;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 300;
    text-shadow: 0 0 10px #18cad6, 0 0 30px #18cad6, 0 0 60px #18cad6, 0 0 100px #18cad6;
}

.neon_eva_header p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: "Ubuntu";
    color: #18cad6;
    font-size: 1.7vw;
    line-height: 1;
    margin-bottom: 10px;
    padding: 0;
}

.neon_eva_header p sup{
    display: flex;
}

.nvlogo{
    display: flex;
    margin-top: 2vw;
    width: 8.7vw;
}

.nai-menu{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d0343a;
}

.menu-s1box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.nai-menu a{
    color: #fff;
    font-size: 16px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Calibri";
    transition: all 0.3s ease-in-out;
}

.nai-menu a::after{
    content: "";
    width: 5px;
    height: 8px;
    margin-left: 5px;
    background: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AI_Camera_Dev_Kit/nai-icon-go.svg) no-repeat center center/ 100% auto;
}

.nai-menu a:hover{
    background-color: rgba(255,255,255,0.2);
    height: 100%;
}

.nai-s1{
    width: 100%;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Ubuntu";
}

.nai-s1-con{
    width: 100%;
    max-width: 1180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nai-txt_1{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.nai-txt_1 .title{
    color:#d0343a;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
}

.nai-txt_1 .title2{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
}

.nai-txt_1 .contxt_1{
    color: #5a5858;
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 1.5;
    display: flex;
    width: 82%;
}

.imgbox_1{
    width: 50%;
    height: 100%;
    display: flex;
    flex-shrink: 0;
    margin-left: 5%;
}

.imgbox_1 img{
    width: 100%;
}

.nai-s2{
    background-color: #dcdbe0;
    width: 100%;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Ubuntu";
}

.nai-s2-con{
    width: 100%;
    max-width: 1180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nai-s2-con .title{
    color:#d0343a;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
}

.nai-s2-con .title2{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    text-align: center;
}

.nai-s2-con .contxt_1{
    color: #5a5858;
    font-size: 16px;
    margin: 0 0 50px;
    line-height: 1.5;
    display: flex;
    text-align: center;
}

.ani-s2_box1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.ani-s2_box1-li{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 28%;
}

.ani-s2_box1-li img{
    width: 70%;
    display: flex;
    margin-bottom: 20px;
}

.ani-s2_box1-li h2{
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    width: 75%;
    line-height: 1.3;
}

.ani-s2_box1-li p{
    font-size: 16px;
    display: flex;
    color: #5a5858;
    line-height: 1.3;
    text-align: center;
}

.eva_ui{
    width: 100%;
}



.nai-s3{
    width: 100%;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Ubuntu";
}

.nai-s3-con{
    width: 100%;
    max-width: 1180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nai-s3-con .title{
    color:#d0343a;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
    text-align: center;
}

.nai-s3-con .title2{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    text-align: center;
}

.nai-s3-con .contxt_1{
    color: #5a5858;
    font-size: 16px;
    margin: 0 0 50px;
    line-height: 1.5;
    display: flex;
    text-align: center;
}

.nai-s3-con .imgbox_2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgbox_2 ul{
    font-family: "Ubuntu";
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-left: 50px;
    width: 22%;
}

.imgbox_2 li{
    list-style: disc;
    line-height: 1.2;
    margin-bottom: 10px;
}



.nai-s3-stepbox{
    width: 1050px;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AI_Camera_Dev_Kit/step-pc_cn.svg) no-repeat center center / 100% 100%;
}

.nai-s3-step{
    width: calc( (100% - 30px ) / 6 );
    height: 100%;
    color: #fff;
    font-family: "Ubuntu";
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-indent: 33px;
}

.soptitle{
    width: 100%;
    height: 45px;
    background-color: #AD4848;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Ubuntu";
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.sopimgbox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,0.35);
    padding: 10px;
    box-sizing: border-box;
    box-shadow: rgba(0,0,0,0.15) 3px 2px 5px;
    margin-bottom: 30px;
}

.sopimgbox img{
    width: 100%;
    margin: 0;
}

.ani-sop .t-left{
    text-align: left;
    line-height: 1.5;
}

.ani-sop{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40%;
    margin: 0 3%;
}

.ani-jc{
    justify-content: center;
}














.nai-s6{
    background: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AI_Camera_Dev_Kit/richbg.jpg) no-repeat 0 top / 1920px auto;
    width: 100%;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Ubuntu";
}

.nai-s6-con{
    width: 100%;
    max-width: 1180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.imgbox_6{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 5%;
}

.imgbox_6 h2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Ubuntu";
    color: #d0343a;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 23%;
}

.img100{
    width: 100%;
}

.nai-s6-con .title2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    line-height: 1.4;
}

.imgbox_6_txt{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.atxt1{
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 15px;
}

.atxt1 h3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Ubuntu";
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.atxt1 p{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: "Ubuntu";
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

.atxt1 p::before{
    width: 12px;
    height: 11px;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-top: 5px;
    background: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AI_Camera_Dev_Kit/tick.png) no-repeat center center / auto 11px;
    flex-shrink: 0;
}

.ani-row{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ani-s6-2{
    padding: 80px 0;
    margin-top: 80px;
    border-top: #000 1px solid;
}

.ani-fd2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ani-s6-2 .title2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    text-align: center;
}

.ani-s6-2 .contxt_1 {
    color: #5a5858;
    font-size: 16px;
    margin: 0 0 40px;
    line-height: 1.5;
    display: flex;
    text-align: center;
}

.ani-s6-2 img{
    width: 32%;
    display: flex;
}

.ani-appfd2{
    width: 33%;
    display: flex;
    flex-direction: column;
}

.ani-appfd2 p {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: "Ubuntu";
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}


.imgbox_app{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.imgbox_app .ani-row p{
    width: 33.3%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Ubuntu";
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ani-imgappbox{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.imgbox_app .ani-imgappbox img{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.imgbox_app .ani-imgappbox span{
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Ubuntu";
    font-size: 12px;
    margin-bottom: 30px;
}

.ani-rowfw{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ani-a5_box1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
}

.ani-a5_box1-li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 32%;
}

.ani-a5_box1-li .boxs {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: rgb(0 0 0 / 15%) 3px 2px 5px;
    margin-bottom: 25px;
}

.ani-a5_box1-li img{
    width: 100%;
}

.ani-a5_box1-li h2 {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    width: 80%;
    line-height: 1.3;
}

.ani-a5_box1-li p {
    font-size: 16px;
    display: flex;
    color: #5a5858;
    line-height: 1.3;
    text-align: center;
}

.imgbox_offerings{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-left: 5%;
}

.imgbox_offerings img{
    width: 100%;
}

.imgbox_offerings p{  
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    width: 80%;
    line-height: 1.3;
}

.offbtnbox{
    width: 100%;
    display: flex;
    margin-top: 160px;
}

.ani_btn_offerings {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 8px 25px;
    border: 1px solid transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #cf3339 !important;
    border-color: #cf3339;
    background-color: transparent;
    font-family: "Ubuntu";
    font-weight: 500;
    margin-right: 10px;
}

.ani_btn_offerings:hover {
    color: #fff !important;;
    background-color: #cf3339;
}

.redbtn{
    color: #fff !important;;
    background-color: #cf3339;
}

.menu-s1box-width{
    display: flex;
    height: 40px;
    justify-content: flex-start;
}


/* 隱藏 */
.pad-icon-left, .pad-icon-right, .pad-icon-left::after, .pad-icon-right::after, .ani-m{
    display: none;
}






@media (max-width:991px) {
    .pad-icon-left{
        width: 26px;
        height: 26px;
        background: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AI_Camera_Dev_Kit/ani-icon-left.svg) no-repeat center center / 26px 26px;
        display: flex;
        margin: 0 5px;
    }
    
    .pad-icon-right{
        width: 26px;
        height: 26px;
        background: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AI_Camera_Dev_Kit/ani-icon-left.svg) no-repeat center center / 26px 26px;
        display: flex;
        margin: 0 5px;
        transform: rotate(180deg);
    }

    .menu-s1box{
        /* flex: 1; */
        width: calc( 100% - 112px );
        justify-content: flex-start;
        overflow-x: auto;
        transition: all 1s ease-in-out;
    }
    
    .menu-s1box-width{
        display: flex;
        height: 40px;
        justify-content: flex-start;
        transition: all 1s ease-in-out;
    }
    
    .menu-s1box a{
        width: 28%;
        flex-shrink: 0;
    }

    .menu-s1box::-webkit-scrollbar { 
        height: 5px;
        border-radius:5px;
    }
    
    .menu-s1box::-webkit-scrollbar-track { 
        background: rgba(255,255,255,0.4); 
        height: 5px;
    }
    
    .menu-s1box::-webkit-scrollbar-thumb { 
        background: rgba(255,255,255,0.2); 
        border-radius:3px;
        height: 5px;
    }
    
    .menu-s1box::-webkit-scrollbar-thumb:hover { 
        background: rgba(255,255,255,0.5); 
    }

    /* 選單結束 */

    .nai-s1-con {
        justify-content: center;
        flex-direction: column;
        padding: 0 30px;
    }

    .nai-txt_1 {
        align-items: center;
    }

    .nai-txt_1 .contxt_1 {
        text-align: center;
        margin-bottom: 30px;
    }

    .imgbox_1 {
        width: 80%;
        margin-left: 0;
    }

    .nai-s2-con {
        padding: 0 30px;
    }

    .ani-s2_box1 {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .ani-s2_box1-li {
        width: 100%;
        margin-bottom: 55px;
    }

    .ani-s2_box1-li img {
        width: 35%;
    }

    .ani-s2_box1-li p{
        width: 80%;
    }

    .nai-s3-con{
        padding: 0 30px;
    }

    .nai-s3-con .imgbox_2 {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .imgbox_2{
        flex-direction: column;
    }

    .nai-s3-con .contxt_1{
        width: 80%;
    }

    .imgbox_2 ul{
        width: auto;
    }

    .nai-s3-stepbox {
        width: 80%;
        height: 20vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        background: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AI_Camera_Dev_Kit/step-m_cn.svg) no-repeat center center / 100% 100%;
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .nai-s3-step {
        width: calc( (100% - 30px ) / 3 );
        height: auto;
        color: #fff;
        font-family: "Ubuntu";
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        text-indent: 33px;
    }

    .nai-s2-con .title2 {
        font-size: 20px;
        width: 60%;
        line-height: 1.5;
    }

    .ani-sop {
        width: 75%;
    }

    .ani-sop .t-left {
        text-align: center;
        line-height: 1.5;
        margin-bottom: 50px;
    }

    .nai-txt_1 .title2 {
        font-size: 20px;
        text-align: center;
    }


    .ani-row{
        flex-direction: column;
    }

    .nai-s6 {
        background: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AI_Camera_Dev_Kit/richbg.jpg) no-repeat 0 top / 1920px 100%;
    }

    .nai-s6-con{
        padding: 0 30px;
    }

    .nai-s6-con .title2{
        width: 70%;
        text-align: center;
    }

    .imgbox_6 h2{
        margin-bottom: 40px;
        justify-content: center;
        padding-left: 0;
    }

    .imgbox_6 {
        width: 85%;
        margin-left: 0;
    }

    .ani-s6-2 .title2{
        justify-content: center;
        font-size: 20px;
    }

    .ani-s6-2 .contxt_1{
        width: 80%;
    }

    .ani-s6-2 img {
        width: 75%;
        margin-bottom: 25px;
    }

    .imgbox_app .ani-rowfw{
        flex-direction: column;
        align-items: center;
    }

    .ani-appfd2{
        width: 90%;
        flex-direction: unset;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px;
    }

    .ani-appfd2 p{
        width: 100%;
        flex-shrink: 0;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .ani-imgappbox{
        display: inline-flex;
        width: 50%;
    }



    .ani-a5_box1{
        flex-direction: column;
        align-items: center;
    }

    .ani-a5_box1-li {
        width: 70%;
        margin-bottom: 50px;
    }

    #a6 .contxt_1{
        justify-content: center;
        text-align: center;
    }

    .ani-pc{
        display: none;
    }

    .ani-m{
        display: flex;
    }

    .imgbox_offerings{
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .imgbox_offerings p {
        font-size: 18px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 50px;
        width: 80%;
        line-height: 1.3;
    }

    .offbtnbox {
        margin-top: 100px;
    }

    .ani_btn_offerings{
        margin: 0 20px;
    }




}







@media (max-width:768px) {
    .menu-s1box a {
        width: auto;
        font-size: 15px;
        padding: 0 10px;
        margin-right: 20px;
    }

    .nai-s3-stepbox {
        width: 90%;
        height: 24vw;
    }

    .nai-s2-con .title2 {
        width: 90%;
    }

    .ani-sop {
        width: 85%;
    }

    .imgbox_1 {
        width: 90%;
    }

    .nai-s6-con .title2 {
        width: 85%;
    }

    .imgbox_6 {
        width: 95%;
    }

    .atxt1 {
        width: 45%;
        margin: 0 2.5%;
    }

    .ani-s6-2 img {
        width: 85%;
    }

    .ani-appfd2 {
        width: 95%;
    }

    .imgbox_app .ani-imgappbox img {
        width: 90%;
    }

    .ani-a5_box1-li {
        width: 85%;
    }

    .ani_btn_offerings {
        margin: 0 10px;
        font-size: 16px;
        padding: 10px 10px;
    }


}




@media (max-width:480px) {
    .neon_eva_header {
        height: 93.083vw;
        background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AI_Camera_Dev_Kit/Kit_Landing-page-Banner-m.jpg);
    }

    .neon_eva_header h1 {
        font-size: 5vw;
        font-weight: bold;
        margin-top: 52%;
        margin-bottom: 2vw;
    }
    
    .neon_eva_header p {
        font-weight: bold;
        margin-bottom: 2vw;
    }
    
    .nvlogo{
        display: flex;
        margin-top: 1.2vw;
        width: 20vw;
    }

}







