* {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    overflow: hidden;
}

.uiIcon {
    position: absolute;
    float: left;
    width: 68px;
    height: 68px;
    top: 32px;
    left: 32px;
    background-color: #BA0C00;
    border-radius: 50%;
    z-index: 10;
    text-align: center;
    line-height: 68px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    z-index: 300;
}



.uiIcon i {
    position: relative;
    margin: 0 auto;
}

.uiSliderCTR {
    position: absolute;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    display: none;
}

.CRTItem {
    position: absolute;

    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 50vh;
    background-color: #8F1C38;
    z-index: 10;
}

.CRTItem:hover {
    cursor: pointer;
    background-color: #BDBDBD;
}

.uiSliderCTR .CRTLeft{
    position: absolute;
    left: 60px;
}

.uiSliderCTR .CRTRight{
    position: absolute;
    right: 60px;
}


.uiCont {
    position: absolute;
    width: 100%;
    height: 100vh;
}

.uiCont h3 {
    color: #C40000;
    text-align: center;
    line-height: 150px;
}


.x50Engine {
    /* background-image: url("../img/x50Engine.png"); */
    background-size: contain;
}



.infoTitle {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.infoTitle .infoText {
    position: absolute;
    float: left;
    width: 33%;
    height: 150px;
    /*background-color: #4C7552;*/
}

.infoTitle .infoText p{
    color: #D0D0D0;
}

.infoTitle .infoTextL {
    position: absolute;
    left: -50vw;
    width: 50vw;
    height: 200px;
    bottom: 0;
    display: none;
    opacity: 0;
    text-align: right;
    padding-right: 150px;
}

.infoTitle .infoTextM {
    position: relative;
    margin: 0 auto;
    float: left;
    width: 150px;
    height: 150px;
    /*background-color: #0016B4;*/
}

.infoTitle .infoTextR {
    position: absolute;
    right: -50vw;
    width: 50vw;
    height: 200px;
    bottom: 0;
    display: none;
    opacity: 0;
    text-align: left;
}


.infoTitle .infoTextL p {
    margin-right: 3em;
}

.infoTitle .infoTextR p {
    margin-left: 3em;
}



.infoTitle h3 {
    color: #B2B2B2;
}

.infoTitle p {
    margin-top: 32px;
}

.uiItems {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 200;
}

.uiItem {
    will-change: transform;
    position: relative;
    width: 100vw;
    height: 100vh;
    /*background-color: #213D40;*/
    float: left;
    text-align: center;
    overflow: hidden;
    /* background-image: url("../img/grad-bg.png"); */

}










/*
.uiItemBG1{
    background-image: url("../img/bg/01.jpg");
    background-repeat: no-repeat;
    background-position: center;
}


.uiItemBG2{
    background-image: url("../img/bg/02.jpg");
    background-repeat: no-repeat;
    background-position: center;
}


.uiItemBG3{
    background-image: url("../img/bg/03.jpg");
    background-repeat: no-repeat;
    background-position: center;
}


.uiItemBG4{
    background-image: url("../img/bg/04.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
*/




/*.uiItem:nth-child(1){
    background-color: #FFFFFF;   
}
*/


.uiItem:nth-child(2n+0) {
    background-color: rgba(10, 20, 80, 0.8);
}


.contentItem{
    position: relative;
    width: 960px;
    height: 80vh;
    text-align: center;
    margin: 0 auto;

    color: white;

    display: none;
    opacity: 0;

}


.contentItem p{
    position: relative;
    margin-top: 5em;
    line-height: 32px;
    text-align: justify;

}

.contentItem li{
    position: relative;
    line-height: 32px;
    text-align: left;

}

.contentItem li a{
    color: white;

}



.uiItemCont {
    will-change: transform;
    position: relative;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    top: 50%;
    /*left: 25%;*/
    margin-top: -125px;
    border-radius: 50%;
    background-color: #3c8cb6;
    display: block;
    cursor: pointer;
    z-index: 10;
    display: block;
    opacity: 1;
}

.itemInfo {
    position: relative;
    top: 50%;
    width: 50%;
    height: 320px;
    margin: 0 auto;
    display: block;
    opacity: 1;
}

.itemInfo .infoDesAll {
    display: none;
    opacity: 1;
    text-align: left;
    color: #C9C9C9;
}

.itemInfo h3 {
    line-height: 64px;
}

.waveBtn {
    position: fixed;
    will-change: transform;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #225586;
    border-radius: 50%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    opacity: 0.9;
    pointer-events: none;
}

.uiItemCont:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.renderCanvas {
    position: relative;
    margin: 0 auto;
    width: 260px;
    height: 260px;
    top: 50%;
    margin-top: -255px;
    border-radius: 50%;
    background-color: rgba(200, 200, 12, 0.6);
    cursor: pointer;
}

#x50drawing {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 1;
    z-index: 1;
}

#x50Render {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 1;
    z-index: 1;
}


/*

@media screen and (max-width: 1024px) {
    .uiItemCont{
        width: 128px;
        height: 128px;
    }

    .uiCont h3{
        line-height: 128px;
    }


}


@media screen and (max-width: 640px) {
    .uiItemCont{
        width: 86px;
        height: 86px;
    }

    .uiCont h3{
        line-height: 86px;
    }


}*/
