/* header */
.header1.exaHeader {
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.header1.exaHeader .leftMenu {
    color: var(--dark-black-color);
    width: 300px !important;
}

.header1.exaHeader .langOpen span {
    color: var(--white-color);
}

.leftMenuBtn {
    color: var(--white-color);
}

.flagIcon span {
    color: var(--white-color);
}

.brochurePage .header1.exaHeader .langOpen span {
    color: var(--black-color);
}

.brochurePage .leftMenuBtn {
    color: var(--dark-black-color);
}

.brochurePage .flagIcon span {
    color: var(--black-color);
}

.sectionTitle {
    font-size: 35px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.2em;
}

.sectionSubTitle {
    font-size: 35px;
}

.InfoTitle {
    font-weight: bold;
    font-size: 18px;
}

.firstSection_exabyter .sectionTitle {
    margin-bottom: 30px;
}

.MainSubTextInfo {
    font-size: 16px;
    line-height: 1.2em;
}

.sectionTextInfo {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: var(--dark-black-color);
    width: 540px;
}

.firstSection_exabyter .MainSubTextInfo {
    margin-bottom: 100px;
    font-size: 18px;
}

.firstSection_exabyter .MainSubTextInfo.productInfo {
    margin-bottom: 50px;
}

.firstSection_exabyter .productInfo {
    margin-bottom: 30px;
}

.InnerWrap_exabyter {
    width: 1060px;
    margin: 0 auto;
}

.secendSection_exabyter .aniboxTitle {
    position: absolute;
    bottom: 0px;

    left: 600px;
    width: 450px;
}

.secendSection_exabyter .aniboxTitle>.aniboxbigTitle {
    font-size: 22px;
    color: var(--dark-black-color);
    margin-bottom: 25px;
    font-weight: bold;

}

.secendSection_exabyter .aniboxTitle>li {
    font-size: 22px;
    color: #888;
    margin-bottom: 15px;

}

.secendSection_exabyter .aniboxTitle>li.active {
    color: var(--dark-black-color);
    font-weight: bold;

}

.secendSection_exabyter .secendSection_rightBox {
    float: right;
    width: 600px;
    height: 600px;
    margin-top: 30px;
    margin-right: -30px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    /* display: block; */
    transition: transform 250ms ease-in-out;
}

.secendSection_exabyter .secendSection_rightBox_user {
    float: right;
    width: 600px;
    height: 600px;
    overflow: hidden;
    position: absolute;
    margin-top: 30px;
    margin-right: -30px;
    right: 0px;
    transition: transform 250ms ease-in-out;
}

.secendSection_exabyter .secendSection_rightBox_Operator {
    float: right;
    width: 600px;
    height: 600px;
    margin-top: 30px;
    margin-right: -30px;
    position: absolute;
    right: 0px;
    transition: transform 250ms ease-in-out;
}

.firstSection_InnerWrap .exabyter_LeftDiv {
    float: left;
}

.firstSection_InnerWrap .exabyter_LeftDiv .sectionSubTitle {
    margin-bottom: 30px;

}

.firstSection_InnerWrap .exabyter_LeftDiv .downloadBtn {
    float: left;
    padding: 10px 20px;
}

.firstSection_InnerWrap .exabyter_rightDiv {
    float: right;
    width: 60%;
    padding-right: 20px;
}

.exabyter_rightDiv .formatImg {
    width: 100%;
}

.exabyter_rightDiv .formatImg img {
    width: 100%;
}

.aniBigBox_wrap {
    width: 100% !important;
    height: 332px;
    border: 2px solid #1B89FF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    background: var(--white-color);
    overflow: hidden;
}

.aniBigBox_wrap:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #1B89FF;
}

.aniBigBox_wrap .aniBigBox_header {
    position: absolute;
    width: calc(100% + 4px);
    height: 0px;
    border-top: 2px solid #1B89FF;
    left: -2px;
    top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 3;
    background: var(--white-color);
}

.aniBigBox_wrap.disable {
    border: 2px solid #d9d9d9;
}

.aniBigBox_wrap.disable .aniBigBox_dot {
    border: 2px solid #d9d9d9;
}

.aniBigBox_wrap.disable .aniBigBox_header {
    border: 2px solid #d9d9d9;
}

.aniBigBox_wrap.disable .aniBigBox_scrollWrap_Y {
    border: 2px solid #d9d9d9;
}

.aniBigBox_wrap.disable .aniBigBox_scrollWrap_Y .aniBigBox_scrollBar {
    background: #d9d9d9;
}

.aniBigBox_wrap.disable .aniSmallBox_Operator_tablehead {
    background: #f2f2f2;
    border-bottom: 2px solid #d9d9d9;
}


.aniBigBox_wrap .aniBigBox_dot {
    position: absolute;
    top: 10px;
    border: 2px solid #1B89FF;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    vertical-align: middle;
}

.aniBigBox_wrap .aniBigBox_dot1 {
    left: 13px;
}

.aniBigBox_wrap .aniBigBox_dot2 {
    left: 26px;
}

.aniBigBox_wrap .aniBigBox_dot3 {
    left: 39px;
}

.aniBigBox_wrap .aniBigBox_scrollWrap_Y {
    position: absolute;
    bottom: -3px;
    right: -2px;
    width: 23px;
    height: calc(100% - 27px);
    border: 2px solid #1B89FF;
    box-sizing: border-box;
    background: #f2f2f2;
    z-index: 2;

}

.aniBigBox_scrollWrap_Y .aniBigBox_scrollBar {
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    height: 58px;
    background: #1B89FF;
}

.aniBigBox_wrap .aniBigBox_scrollWrap_X {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% + 2px);
    height: 23px;
    border-top: 2px solid #1B89FF;
    box-sizing: border-box;
    background: #f2f2f2;
    z-index: 1;
}

.aniBigBox_scrollWrap_X .aniBigBox_scrollBar {
    position: absolute;
    left: -2px;
    top: 0;
    width: 33px;
    height: 100%;
    background: #1B89FF;
}

.aniBigBox_btnDiv {
    position: relative;
    float: right;
    z-index: 5;
}

.aniBigBox_btn {
    position: absolute;
    left: 0px;
    width: 90px;
    height: 45px;
    border: 2px solid #1B89FF;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    box-shadow: 3px 3px 3px #a9a9a9;
}

.aniBigBox_btn.active {
    background: #1B89FF;
    color: var(--white-color);

}

.aniBtn {
    background: #1B89FF;
    color: var(--white-color);
    width: 110px;
    text-align: center;
    font-weight: bold;
    padding: 11px 0;
    margin-top: 19px;
    transition: transform 250ms ease-in-out;
    position: absolute;
    font-size: 18px;
}

.aniBtn.disable {
    background: #d9d9d9;
}

.mousePointer {
    position: absolute;
    background: url('/images/innorix_exabyter/mouse-pointer-b.png') no-repeat top left;
    width: 30px;
    height: 44px;
    -webkit-background-size: 30px 44px;
    background-size: 30px 44px;
    background-color: transparent;
    margin-left: 13px;
    margin-top: 39px;
    z-index: 6;
}

.aniBigBox_btn1 {
    top: 20px;
}

.aniBigBox_btn2 {
    top: 85px;
}

.aniBigBox_btn3 {
    top: 150px;
}

.aniBigBox_btn4 {
    top: 215px;
}

.aniBigBox_btn5 {
    top: 280px;
}

.SizeBtn_slider {
    position: absolute;
    top: 132px;
    left: -208px;
    background: var(--white-color);
    border: 2px solid #1B89FF;
    box-shadow: 3px 3px 3px #d9d9d9;
    width: 150px;
    height: 100px;
    padding: 15px 0;
    transition: transform 250ms ease-in-out;
}

.secendSection_rightBox_user .animation_file_box {
    position: absolute;
    top: 134px;
    left: -123px;
    z-index: 5;
    width: 120px;
    height: 120px;
    display: none;
}

.secendSection_rightBox_user .animation_file_box div {
    position: absolute;
    width: 80%;
    height: 80%;
    border: 2px solid #1B89FF;
    background-color: var(--white-color);
}

.secendSection_rightBox_user .animation_file_box div:nth-child(2) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.secendSection_rightBox_user .animation_file_box div:last-child {
    bottom: 0px;
    right: 0px;
    color: #1B89FF;
    text-align: center;
    line-height: 88px;
}

.secendSection_rightBox_user .aniSmallBox_User_Wrap_drop {
    position: absolute;
    top: 28px;
    left: -2px;
    width: 455px;
    height: 120px;
    overflow: hidden;
    background-color: var(--white-color);
    border: 2px solid #1B89FF;
    color: #1B89FF;
    text-align: center;
    line-height: 117px;
    font-size: 18px;
}

.SizeBtn_slider1 {
    position: relative;
    height: 50%;

}

.SizeBtn_slider2 {
    position: relative;
    height: 50%;

}

.SizeBtn_slider1 .SizeBtn_sliderWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: 10px;
    border: 2px solid #1B89FF;
    background: #f2f2f2;
}

.SizeBtn_slider2 .SizeBtn_sliderWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: 10px;
    border: 2px solid #1B89FF;
    background: #f2f2f2;
}

.SizeBtn_sliderBar {

    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 30px;
    background: #1B89FF;
    border-radius: 3px;
    transform: translate(0, -50%);
}


.secendSection_leftBox {
    float: left;
    margin-left: 20px;
    margin-top: 50px;
}

.userBigBox_wrap {
    position: relative;
    width: 50%;
    height: 440px;
}

.userBigBox_wrap .btnList {
    width: 300px;
    height: 75px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    position: relative;
    top: 59px;
    left: -55px;
}

.btnList>div.active {
    border: 2px solid #1B89FF;
    position: relative;
}

.btnList>div.active:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #03abba40;
    width: 101%;
    height: 101%;
    border: 1px solid #1B89FF;
    box-sizing: border-box;
}

.btnList>div {
    border: 2px solid #d9d9d9;
    width: 28%;
    height: 100%;
    float: left;
    margin-right: 8%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btnList>div>img {
    height: 72px;
    position: absolute;
    top: 50%;
    left: 65%;
    -webkit-transform: skew(20deg)translate(-50%, -50%);
    -moz-transform: skew(20deg)translate(-50%, -50%);
    -ms-transform: skew(20deg)translate(-50%, -50%);
    -o-transform: skew(20deg)translate(-50%, -50%);
    transform: skew(20deg)translate(-50%, -50%);
}

.btnList div:last-child {
    margin-right: 0%;
}

.userBigBox_wrapAfter {
    top: 0;
    left: 50px;
    position: absolute;
    width: 300px;
    height: 480px;
    border: 3px solid #1B89FF;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    overflow: hidden;
}

.userBigBox_wrapAfter img {
    height: 100%;
    -webkit-transform: skew(20deg)translate(-30%, -50%);
    -moz-transform: skew(20deg)translate(-30%, -50%);
    -ms-transform: skew(20deg)translate(-30%, -50%);
    -o-transform: skew(20deg)translate(-30%, -50%);
    transform: skew(20deg)translate(-30%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.userBigBox_wraptext {
    bottom: -25px;
    left: 0px;
    position: absolute;
    color: var(--white-color);
    font-size: 30px;
    width: 260px;
    text-align: center;
}

.animationLoadingBar {
    bottom: -40px;
    left: -36px;
    position: absolute;
    height: 5px;
    background: #7DCEF4;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}

.userBigBox_wrapAfter:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -1;
    background: #1B89FF;
    border: 1px solid #1B89FF;
    z-index: 5;
    width: 102%;
    height: 60px;
}

.userBigBox_wrap .userBigBox_userImg {
    width: 425px;
    height: 440px;
}

.aniSmallBox_section {
    margin-top: 32px;
    position: relative;
    /* background: red; */
    height: calc(100% - 32px);
    padding: 20px;
    overflow: hidden;
}

.aniSmallBox_Wrap {
    position: absolute;
    top: 0;
    left: 10px;
    width: 2000px;
    height: 240px;
    /* animation: leftMove 3s infinite 1s forwards; */

}

@keyframes leftMove {
    0% {
        left: 10px;
    }

    90% {
        left: -1475px;
    }

    100% {
        left: -1475px;
    }

}

/* MAD-RIPPLE EFFECT */
.ripple {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    /* to contain zoomed ripple */
    transform: translateZ(0);
    border-radius: inherit;
    /* inherit from parent (rounded buttons etc) */
    pointer-events: none;
    /* allow user interaction */
    animation: ripple-shadow 0.4s forwards;
    -webkit-animation: ripple-shadow 0.4s forwards;
}

.rippleWave {
    backface-visibility: hidden;
    position: absolute;
    border-radius: 50%;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    background: rgba(255, 255, 255, 1);
    opacity: 0.45;
    animation: ripple 2s forwards;
    -webkit-animation: ripple 2s forwards;
}

.rippleWaveTransfer {
    backface-visibility: hidden;
    position: absolute;
    border-radius: 50%;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    background: rgb(105, 103, 103);
    opacity: 0.45;
    animation: ripple 2s forwards;
    -webkit-animation: ripple 2s forwards;
}

@keyframes ripple-shadow {
    0% {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
    }

    20% {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    }

    100% {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
    }
}

@-webkit-keyframes ripple-shadow {
    0% {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
    }

    20% {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    }

    100% {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
    }
}

@keyframes ripple {
    to {
        transform: scale(24);
        opacity: 0;
    }
}

@-webkit-keyframes ripple {
    to {
        -webkit-transform: scale(24);
        opacity: 0;
    }
}

.aniSmallBox_Wrap_Line1 {
    width: 2000px;
    overflow: hidden;
}

.aniSmallBox_Wrap_Line2 {
    width: 2000px;
    overflow: hidden;
    left: 1475px;
}


.aniSmallBox_Wrap .aniSmallBox {
    position: relative;
    width: 115px;
    height: 65px;
    background: #aaa;
    margin: 10px 10px;
    float: left;
    box-shadow: 3px 3px 3px #d9d9d9;
    transition: transform 250ms ease-in-out;
}

.aniSmallBox_Wrap .aniSmallBox1 {
    background: #aaa
}

.aniSmallBox_Wrap .aniSmallBox2 {
    background: #eee
}

.aniSmallBox_Wrap .aniSmallBox3 {
    background: #ddd
}

.aniSmallBox_Wrap .aniSmallBox4 {
    background: #d5d5d5
}

.aniSmallBox_Wrap .aniSmallBox5 {
    background: #eee
}

.aniSmallBox_Wrap .aniSmallBox6 {
    background: #ddd
}

.aniSmallBox_Wrap .aniSmallBox7 {
    background: #d0d0d0
}

.aniSmallBox_Wrap .aniSmallBox8 {
    background: #ddd
}

.aniSmallBox_Wrap .aniSmallBox9 {
    background: #ccc
}

.aniSmallBox_Wrap .aniSmallBox10 {
    background: #e5e5e5
}

.aniSmallBox_Wrap .aniSmallBox11 {
    background: #a5a5a5
}

.aniSmallBox_Wrap .aniSmallBox12 {
    background: #f2f2f2
}

.aniSmallBox .smallBox_Text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
}


.aniSmallBox_Wrap_2 {
    position: relative;
    width: calc(100% - 28px);
    padding: 10px 0px;
}

.aniSmallBox_BoxWrap {
    width: 100%;
    height: 70px;
}

.aniSmallBox_BoxWrap_leftBox {
    width: 38%;
    height: 100%;
    float: left;
    position: relative;
    transition: transform 250ms ease-in-out;
}

.aniSmallBox_BoxWrap_rightBox {
    width: 58%;
    height: 100%;
    float: right;
    position: relative;
    transition: transform 250ms ease-in-out;
}

.aniSmallBox_BoxWrap_rightBox1 {
    background: #F2F2F2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    transition: transform 250ms ease-in-out;
}

.aniSmallBox_BoxWrap_rightBox2 {
    background: #F2F2F2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    transition: transform 250ms ease-in-out;
}


.whiteLine {
    width: 100%;
    height: 15px;
    background: var(--white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grayBox1 {}

.grayBox2 {
    background: #D9D9D9;
}


.aniSmallBox_Wrap3 {
    position: relative;
    padding: 15px 20px 10px;
    margin: 10px 60px;
    border: 2px solid #1B89FF;
    box-shadow: 3px 3px 3px #d9d9d9;
}

.secondAnimationWrapper {
    height: 100%;
    transition: transform 250ms ease-in-out;
    background: var(--white-color);
    z-index: 3;
}

.animationWrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: transform 250ms ease-in-out;
}

.lds-spinner {
    /* color: official; */
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    top: -188px;
    left: 214px;
    display: none;
    z-index: 3;
}

.lds-spinner div {
    transform-origin: 20px 20px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 18px;
    width: 3px;
    height: 9px;
    border-radius: 20%;
    background: #666;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.aniSmallBox_Wrap3 .aniSmallBox_BoxWrap {
    margin-bottom: 10px;
    height: 50px;
}

.aniSmallBox_Wrap3 .whiteLine {
    height: 6px;
}

.aniSmallBox_Wrap3 .aniBigBox_header {
    width: calc(100% + 2px);
    top: -0px;
    left: -1px;
    transform: translate(-0%, -100%);
    border: 2px solid #1B89FF;
}

.aniSmallBox_Wrap4 {
    position: absolute;
    width: 50%;
    padding: 10px 10px 5px;
    border: 2px solid #1B89FF;
    box-shadow: 3px 3px 3px #d9d9d9;
    transition: transform 250ms ease-in-out;
}

.aniSmallBox_userinfoWrap {
    overflow: hidden;
    margin-bottom: 10px;
}

.aniSmallBox_userDiv {
    float: left;
    width: 35px;
    height: 35px;
    background: #f2f2f2;
    border-radius: 5px;
    margin-right: 10px;
}

.aniSmallBox_userInfoDiv1 {
    float: left;
    width: calc(100% - 45px);
    height: 15px;
    background: #D9D9D9;
    border-radius: 3px;
}

.aniSmallBox_userInfoDiv2 {
    float: left;
    width: calc(50% - 45px);
    height: 15px;
    background: #f2f2f2;
    border-radius: 3px;
}

.userinfoWrap_2 .aniSmallBox_userInfoDiv1 {
    width: calc(60% - 45px);
}

.userinfoWrap_2 .aniSmallBox_userInfoDiv2 {
    width: calc(40% - 45px);
}

.userinfoWrap_3 .aniSmallBox_userInfoDiv1 {
    width: calc(80% - 45px);
}

.userinfoWrap_3 .aniSmallBox_userInfoDiv2 {
    width: calc(45% - 45px);
}


.aniSmallBox_Wrap5 {
    position: absolute;
    width: 378px;
    padding: 30px 10px 0px;
    border: 2px solid #1B89FF;
    box-shadow: 3px 3px 3px #d9d9d9;
    height: 110px;
    transition: transform 250ms ease-in-out;
}

.aniSmallBox_Wrap5_header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    border-bottom: 2px solid #1B89FF;
    background: #7DCEF4;
}

.aniSmallBox_Wrap5 .sizeFixBox_wrap {
    margin: 0 5px;
    overflow: hidden;
    height: 25px;
    padding: 5px;
}

.sizeFixBox_wrap .sizeFixBox_wrap_checkBox {
    width: 14px;
    height: 14px;
    margin: 1px;
    border: 1px solid #d9d9d9;
    float: left;
    margin-right: 10px;
}

.sizeFixBox_wrap .sizeFixBox_wrap_infoBox1 {
    float: left;
    width: 50px;
    height: 100%;
    background: #f2f2f2;
    margin-right: 10px;
    border-radius: 3px;
}

.sizeFixBox_wrap .sizeFixBox_wrap_infoBox2 {
    float: left;
    width: calc(100% - 100px);
    height: 100%;
    background: #d9d9d9;
    border-radius: 3px;
}

.aniSmallBox_Wrap5 .sizeFixBox_Line1 .sizeFixBox_wrap_infoBox2 {
    width: calc(90% - 100px);
}

.aniSmallBox_Wrap5 .sizeFixBox_Line2 .sizeFixBox_wrap_infoBox2 {
    width: calc(50% - 100px);
}

.aniSmallBox_Wrap5 .sizeFixBox_Line3 .sizeFixBox_wrap_infoBox2 {
    width: calc(60% - 100px);
}


/* firstsecionCSS */



.firstSection_exabyter {
    margin: 0px auto;
    width: 1188px;
    height: 910px;
    position: relative;
    padding: 150px 0px;
}

.brochurePage .firstSection_exabyter {
    padding: 310px 0 150px;
    /* height:auto; */
}

.firstSection_exabyter.login_exabyter {
    padding: 200px 0px;
}

.firstSection_exabyter .firstSection_InnerWrap {
    width: 1060px;
    margin: 0 auto;
}

.stratFree {
    width: 336px;
    position: relative;
}

.takeFree {

    margin-bottom: 30px;
    position: relative;
}

.stratFreeBtn {
    float: left;
    height: 48px;
    font-size: 16px;
    padding: 7px 14px 9px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    line-height: 1.9em;
    border: 1px solid #000 !important;
}

.takeFreeBtn {
    float: left;
    height: 48px;
    font-size: 16px;
    padding: 7px 14px 9px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    line-height: 1.9em;
    border: 1px solid #1B89FF;
}

.resendEmailBtn {
    float: left;
    height: 100%;
    font-size: 16px;
    padding: 3px 14px 3px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    line-height: 1.9em;
    color: var(--white-color);
}

.stratFreeInput {
    width: 240px;
    height: 48px;
    float: left;
    border: 1px solid #000;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 7.5em;
}


.stratFreeInput:focus {
    border: 2px solid;
    transition: border 0.1s;
}

.takeFreeInput {
    width: 240px;
    height: 48px;
    float: left;
    border: 1px solid #1B89FF;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 7.5em;
    color: var(--dark-black-color);
}

.takeFreeInput:focus {
    border: 2px solid #1B89FF;
    transition: all 0.1s;
}

.takeFree input::placeholder {
    color: #1B89FF;
}

.firstSection_exabyter p.img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}


.firstSection_exabyter p.img img {
    z-index: -2;
    position: relative;
    left: -320px;
}

.firstSection_exabyter p.img .imgMask1 {
    position: absolute;
    background: var(--white-color);
    width: 500px;
    height: 100%;
    right: -180px;
    top: 0;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);

}

.firstSection_exabyter p.img .imgMask2 {
    position: absolute;
    background: var(--white-color);
    width: 700px;
    height: 100%;
    left: -200px;
    top: 0;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);

}

.firstSection_exabyter p.userImg {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}

/* .firstSection_exabyter p.userImg:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 577px;
    height: 40px;
    background: #1B89FF;
    z-index: -2;    
    -webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    -ms-transform:skew(-20deg);
    -o-transform:skew(-20deg);
    transform:skew(-20deg);
} */
.firstSection_exabyter .userImgBar {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 577px;
    height: 40px;
    background: #1B89FF;
    z-index: -2;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}

.firstSection_exabyter .userImgBar2 {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 577px;
    height: 40px;
    background: #7DCEF4;
    z-index: -3;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}


.firstSection_exabyter p.userImg img {
    height: 100%;
    z-index: -4;
    position: relative;
    right: -20px;


}

.firstSection_exabyter p.userImg .imgMask1 {
    position: absolute;
    background: var(--white-color);
    z-index: -1;
    width: 500px;
    height: 100%;
    right: -530px;
    top: 0;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);

}

.firstSection_exabyter p.userImg .imgMask2 {
    position: absolute;
    z-index: -1;
    background: var(--white-color);
    width: 600px;
    height: 100%;
    left: -350px;
    top: 0;

    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);

}


/* secondsection */

.secondPageBoxs {

    overflow: hidden;
}


.secendSection_exabyter {
    padding-top: 50px;
    margin: 0px auto;
    width: 1188px;
    height: 760px;
    position: relative;


}

.secendSection_exabyter:after {
    content: '';
    position: absolute;
    top: 0;
    left: -370px;
    width: 1920px;
    height: 100%;
    background: #f2f2f2;
    z-index: -2;
}


/* wrap 6 */


.aniSmallBox_Wrap6 {
    position: absolute;
    width: 378px;
    padding: 30px 10px 0px;
    border: 2px solid #1B89FF;
    box-shadow: 3px 3px 3px #d9d9d9;
    transition: transform 250ms ease-in-out;
}

.aniSmallBox_Wrap6_header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    border-bottom: 2px solid #1B89FF;
    background: #7DCEF4;
}

.aniSmallBox_Wrap6 .sizeFixBox_wrap {
    margin: 0 5px;
    overflow: hidden;
    height: 25px;
    padding: 5px;
}

.aniSmallBox_Wrap6 .sizeFixBox_Line1 .sizeFixBox_wrap_infoBox2 {
    width: calc(60% - 100px);
}

.aniSmallBox_Wrap6 .sizeFixBox_Line2 .sizeFixBox_wrap_infoBox2 {
    width: calc(100% - 100px);
}

.aniSmallBox_Wrap6 .sizeFixBox_Line3 .sizeFixBox_wrap_infoBox2 {
    width: calc(90% - 100px);
}

.aniSmallBox_Wrap6 .sizeFixBox_wrap_checkBox {}

.aniSmallBox_Wrap6 .sizeFixBox_wrap_infoBox1 {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #d9d9d9;
}

.aniSmallBox_Wrap6 .sizeFixBox_wrap_infoBox2 {
    background: #f2f2f2;
}


.uploadBtn {
    background: #1B89FF;
    color: var(--white-color);
    width: 90px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    margin-top: 10px;
    transition: transform 250ms ease-in-out;
    position: absolute;
    top: 145px;
    box-shadow: 3px 3px 3px #d9d9d9;
}

.uploadBtn.developerBtn {
    position: absolute;
    top: 148px;

}

.aniSmallBox_Wrap7 .aniSmallBox_userDiv {
    border-radius: 100%;
}

.aniSmallBox_Wrap7 .aniSmallBox_userInfoDiv1 {
    background: #f2f2f2;
}

.aniSmallBox_Wrap7 .aniSmallBox_userInfoDiv2 {
    background: #d9d9d9;
}

.aniSmallBox_Wrap7 {
    position: absolute;
    width: 50%;
    padding: 10px 10px 5px;
    border: 2px solid #1B89FF;
    /* box-shadow: 3px 3px 3px #d9d9d9; */
    transition: transform 250ms ease-in-out;
}




/* user wrap */

.aniSmallBox_User_Wrap1 {
    position: relative;
    width: calc(100% - 23px);
    padding: 30px 10px 0px;
    border: 2px solid #1B89FF;
    /* box-shadow: 3px 3px 3px #d9d9d9; */
    height: 110px;
}

.aniSmallBox_User_Wrap2 {
    position: relative;
    width: calc(100% - 23px);
    padding: 30px 10px 0px;
    border: 2px solid #1B89FF;
    /* box-shadow: 3px 3px 3px #d9d9d9; */
    height: 150px;
    transition: transform 250ms ease-in-out;
}

.aniSmallBox_User_Wrap2.disable {
    border: 2px solid #d9d9d9;
}

.aniSmallBox_User_Wrap3 {
    position: absolute;
    width: 230px;
    padding: 50px 10px 10px;
    border: 2px solid #1B89FF;
    /* box-shadow: 3px 3px 3px #d9d9d9; */
    height: 150px;
    top: 17%;
    left: 24%;
    /* top: 45%;
    left: 50%; */
    transform: translate(-50%, -50%);
    z-index: 5;
    background: var(--white-color);
    transition: transform 250ms ease-in-out;
}

.aniSmallBox_User_Wrap4 {
    position: relative;
    width: calc(100% - 23px);
    height: 20px;
    margin-bottom: 25px;
    top: -50px;
}

.aniSmallBox_User_Wrap5 {
    position: relative;
    width: calc(100% - 23px);

    margin-top: 25px;

}

/* .aniSmallBox_User_Wrap4 {
    position: absolute;
    width: 230px;
    padding: 50px 10px 10px;
    border: 2px solid #1B89FF;
    height: 150px;
    top: 45%;left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    background: var(--white-color);
    
}
.aniSmallBox_User_Wrap5 {
    position: absolute;
    width: 230px;
    padding: 50px 10px 10px;
    border: 2px solid #1B89FF;
    height: 150px;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    background: var(--white-color);
} */
.aniSmallBox_User_Wrap1_header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    border-bottom: 2px solid #d9d9d9;
    background: #f2f2f2;
}

.aniSmallBox_User_Wrap1_header.active {
    border-bottom: 2px solid #1B89FF;

    background: #7DCEF4;
}

.aniSmallBox_User_Wrap1 .sizeFixBox_wrap {
    margin: 0 5px;
    overflow: hidden;
    height: 25px;
    padding: 5px;
    transition: transform 250ms ease-in-out;
}

.aniSmallBox_User_Wrap2 .sizeFixBox_wrap {
    margin: 0 5px;
    overflow: hidden;
    height: 25px;
    padding: 5px;
    transition: transform 250ms ease-in-out;
}





.sizeFixBox_wrap.active .sizeFixBox_wrap_checkBox {}

.sizeFixBox_wrap.active .sizeFixBox_wrap_infoBox1 {
    background: #1B89FF;
}

.sizeFixBox_wrap.active .sizeFixBox_wrap_infoBox2 {
    background: #7DCEF4;
}


/* userwrap3 */

.smallBox_dot {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    border: 2px solid #1B89FF;
    border-radius: 100%;
}

.smallBox_dot.smallBox_dot1 {
    left: 10px;
    background: #1B89FF;
    animation: smallBox_dotAni1 0.6s linear 0s infinite;
}

.smallBox_dot.smallBox_dot2 {
    left: 28px;
    background: #7DCEF4;
    animation: smallBox_dotAni1 0.6s linear 0.2s infinite;

}

.smallBox_dot.smallBox_dot3 {
    left: 46px;
    background: var(--white-color);
    animation: smallBox_dotAni1 0.6s linear 0.4s infinite;
}

.aniSmallBox_User_Wrap3.transfer_red .transferWrap {
    border: 1px solid #ff0000;
}

.aniSmallBox_User_Wrap3.transfer_blue .transferWrap {
    border: 1px solid #2569E6;
}

.aniSmallBox_User_Wrap3.transfer_red .smallBox_dot {
    border: 2px solid #ff0000
}

.aniSmallBox_User_Wrap3.transfer_blue .smallBox_dot {
    border: 2px solid #2569e6
}

.aniSmallBox_User_Wrap3.transfer_red .smallBox_dot.smallBox_dot1 {
    animation: smallBox_dotAni2 0.6s linear 0.0s infinite;
    background: #ff0000;
}

.aniSmallBox_User_Wrap3.transfer_red .smallBox_dot.smallBox_dot2 {
    animation: smallBox_dotAni2 0.6s linear 0.2s infinite;
    background: #fc7a7a;
}

.aniSmallBox_User_Wrap3.transfer_red .smallBox_dot.smallBox_dot3 {
    animation: smallBox_dotAni2 0.6s linear 0.4s infinite;
    background: var(--white-color);
}

.aniSmallBox_User_Wrap3.transfer_blue .smallBox_dot.smallBox_dot1 {
    animation: smallBox_dotAni3 0.6s linear 0s infinite;
    background: #2569e6;
}

.aniSmallBox_User_Wrap3.transfer_blue .smallBox_dot.smallBox_dot2 {
    animation: smallBox_dotAni3 0.6s linear 0.2s infinite;
    background: #81a5e7;
}

.aniSmallBox_User_Wrap3.transfer_blue .smallBox_dot.smallBox_dot3 {
    animation: smallBox_dotAni3 0.6s linear 0.4s infinite;
    background: var(--white-color);
}

@keyframes smallBox_dotAni1 {
    0% {
        background: #1B89FF;
    }

    32% {
        background: #1B89FF;
    }

    32.1% {
        background: #7DCEF4;
    }

    66% {
        background: #7DCEF4;
    }

    66.1% {
        background: var(--white-color);
    }

    100% {
        background: var(--white-color);
    }
}

@keyframes smallBox_dotAni2 {
    0% {
        background: #ff0000;
    }

    32% {
        background: #ff0000;
    }

    32.1% {
        background: #fc7a7a;
    }

    66% {
        background: #fc7a7a;
    }

    66.1% {
        background: var(--white-color);
    }

    100% {
        background: var(--white-color);
    }
}

@keyframes smallBox_dotAni3 {
    0% {
        background: #2569E6;
    }

    32% {
        background: #2569E6;
    }

    32.1% {
        background: #81a5e7;
    }

    66% {
        background: #81a5e7;
    }

    66.1% {
        background: var(--white-color);
    }

    100% {
        background: var(--white-color);
    }
}


.aniSmallBox_speedText {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}

.transferWrap {
    position: relative;
    width: 100%;
    height: 30px;
    border: 1px solid #1B89FF;
    background: #f2f2f2;
}


.transferWrap .transferBar {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1B89FF;
}

.transferWrap .transferBar.bar_red {
    background: #ff0000;
}

.transferWrap .transferBar.bar_blue {
    background: #1B89FF;
}

.aniSmallBox_User_Wrap3 .transferWrap .transferBar {
    width: 75%;
}

.aniSmallBox_User_Wrap4 .transferWrap .transferBar {
    width: 50%;
}

.transferWrap .transferBarText {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 10px;
    color: var(--white-color);
    font-size: 18px;
}

/* wrap5 */


/* operator */
.aniSmallBox_Operator_Wrap1 {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 50px 10px 10px;

    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;


}

.aniSmallBox_Operator_Wrap2 {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 50px 10px 10px;

    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.aniSmallBox_Operator_Wrap3 {
    width: calc(100% - 23px);
    padding: 0px 10px 0px;
}

.aniSmallBox_Operator_Wrap4 {
    width: calc(100% - 23px);
    padding: 0px 10px 0px;
}

.aniSmallBox_Operator_Wrap5 {
    width: calc(100% - 23px);
    padding: 0px 0px 0px;
}

.aniSmallBox_Operator_Wrap6 {
    width: calc(100% - 23px);
    padding: 0px 0px 0px;
}

.aniSmallBox_Operator_Wrap7 {
    width: 200px;
    padding: 0px 0px 0px;
    position: absolute;
    top: 160px;
    left: 20px;
    z-index: 10;
    background: var(--white-color);
    transition: transform 250ms ease-in-out;
}

/* .aniSmallBox_Operator_Wrap3 {
    position: relative;
    width: calc(100% - 23px);
    padding: 30px 10px 0px;
    border: 2px solid #1B89FF;
    height: 110px;
} */
.secendSection_rightBox_Operator p.map {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 97%;
    height: 100%;


}

.secendSection_rightBox_Operator p.map img {
    width: 100%;
    transition: transform 250ms ease-in-out;
}

.worldPeople_Wrap {
    position: absolute;
    width: 54px;
    height: 54px;
    border: 2px solid #1B89FF;
    box-shadow: 3px 3px 3px #888;
    border-radius: 100%;
    background: var(--white-color);
    overflow: hidden;
    transform: scale(0.0);
    transition: transform 250ms ease-in-out;
}

.worldPeople_Wrap img {
    height: 100%;

}

.worldPeople_Wrap1 {
    left: 40px;
    top: 60px;
}

.worldPeople_Wrap2 {
    left: 120px;
    top: 40px;
}

.worldPeople_Wrap3 {
    left: 260px;
    top: 45px;
}

.worldPeople_Wrap4 {
    left: 350px;
    top: 50px;
}

.worldPeople_Wrap5 {
    left: 150px;
    top: 90px;
}

.worldPeople_Wrap6 {
    left: 230px;
    top: 120px;
}

.worldPeople_Wrap7 {
    left: 330px;
    top: 125px;
}

.worldPeople_Wrap8 {
    left: 170px;
    top: 145px;
}

/* wrap2 */
.worldPeople_Wrap9 {
    left: 120px;
    top: 20px;
}

.worldPeople_Wrap10 {
    left: 25px;
    top: 25px;
}

.worldPeople_Wrap11 {
    left: 160px;
    top: 95px;
}

.worldPeople_Wrap12 {
    left: 320px;
    top: 105px;
}

.worldPeople_Wrap13 {
    left: 220px;
    top: 45px;
}

.worldPeople_Wrap14 {
    left: 330px;
    top: 35px;
}

.worldPeople_Wrap15 {
    left: 340px;
    top: 155px;
}

.worldPeople_Wrap16 {
    left: 220px;
    top: 100px;
}

.operatorSecondAnimationWrapper:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(#D9D9D9 0px, transparent 0px),
        linear-gradient(90deg, #D9D9D9 0px, transparent 0px),
        linear-gradient(#D9D9D9 1px, transparent 1px),
        linear-gradient(90deg, #D9D9D9 1px, transparent 1px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
    z-index: -1;
}

.aniSmallBox_Operator_Gage {
    position: absolute;
    width: 150px;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    z-index: 4;
    transition: transform 250ms ease-in-out;
}

.Operator_Gage {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}

.Operator_GageBar1 {
    width: 100%;
    height: 8px;
    background: #1B89FF;
}

.Operator_GageBar2 {
    width: 100%;
    height: 8px;
    background: #7DCEF4;
}

.realTimeTransfer_line {
    width: 100%;
    margin: 10px 0 20px;
    overflow: hidden;
    transition: transform 250ms ease-in-out;
}

.realTimeTransfer_line .realTimeTransfer_Text {
    width: 100px;
    float: right;
    text-align: right;
    margin-top: 17px;
}

.realTimeTransfer_line .realTimeTransfer_Bar {
    float: left;
    margin-left: 10px;
    width: calc(100% - 110px);

}

.realTimeTransfer_line .realTimeTransfer_Bar1 {
    background: #1B89FF;
    height: 15px;
    width: calc(100% - 110px);
}

.realTimeTransfer_line .realTimeTransfer_Bar2 {
    background: #7DCEF4;
    height: 20px;
    width: calc(100% - 110px);
}

/* Wrap4 */
.Operator_status_left {
    position: relative;
    top: 0px;
    left: 0;
    width: calc(50% - 10px);
    height: 234%;
    border-right: 1px solid #1B89FF;
    background: var(--white-color);
    float: left;
}

.Operator_status_right {
    position: relative;
    top: 0px;
    /* left: calc(50% - 10px); */
    width: 50%;
    height: 234%;
    overflow: hidden;
    padding-top: 13px;

}

.aniSmallBox_Operator_status {
    height: 231px;
    width: 436px;
    margin-top: 70px;
    overflow: hidden;

}

.Operator_status_LineWrap {
    width: 3000px;
    margin: 0px 0 25px;
    /* animation: name duration timing-function delay iteration-count direction fill-mode;
    animation: leftMove 5s linear 1s infinite ; */
    position: relative;
    left: 0;
    overflow: hidden;
    transition: transform 250ms ease-in-out;
}

@keyframes leftMove {
    0% {
        left: 0;
    }

    80% {
        left: -3000px;
    }

    100% {
        left: -3000px;
    }
}

.Operator_status_Line1 {
    padding: 15px 15px;
    overflow: hidden;
    transition: transform 250ms ease-in-out;
}

.Operator_status_Line2 {
    padding: 15px 15px;
    overflow: hidden;
    transition: transform 250ms ease-in-out;
}

.Operator_status_Line3 {
    width: 200px;
    height: 20px;
    background: #1B89FF;
    float: left;
    margin-right: 10px;
}

.Operator_status_Line4 {
    width: 200px;
    height: 20px;
    background: #1B89FF;
    float: left;
    margin-right: 10px;
}

.Operator_status_LineWrap2 .Operator_status_Line3 {
    background: #7DCEF4;
}

.Operator_status_LineWrap2 .Operator_status_Line4 {
    background: #7DCEF4;
}



.perator_status_Line_Left {
    float: left;
    width: 50%;
    overflow: hidden;
}

.perator_status_Line_right {
    float: left;
    width: 50%;
    overflow: hidden;
}

.Operator_status_Line_circle {
    width: 15px;
    height: 15px;
    background: #666;
    border-radius: 100%;
    margin-right: 10px;
    float: left;
}

.Operator_status_Line_square {
    margin-top: 1px;
    width: 60px;
    height: 13px;
    border-radius: 3px;
    background: #d9d9d9;
    float: left;
}

.Operator_status_Line2 .Operator_status_Line_square {
    background: #f2f2f2;
}

/* wrap5 */
.Operator_transferHistory_line {
    padding: 5px 0;
    overflow: hidden;
    transition: transform 250ms ease-in-out;
}

.Operator_tablebody_tr1 {
    transition: transform 250ms ease-in-out;
}

.Operator_tablebody_tr2 {
    transition: transform 250ms ease-in-out;
}

.Operator_transferHistory_circle {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #d9d9d9;
    float: left;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 3px #888;
}

.Operator_transferHistory_circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 54px;
}

.Operator_transferHistory_Info1 {
    margin-left: 20px;
    float: left;
    width: 150px;
}

.Operator_transferHistory_Info2 {
    margin-left: 20px;
    float: left;
    width: 60px;
}

.Operator_transferHistory_Info3 {
    margin-left: 20px;
    float: left;
    width: 60px;
}

.Operator_transferHistory_square1 {
    width: 100%;
    height: 14px;
    background: #d9d9d9;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 2px;
}

.Operator_transferHistory_square2 {
    width: 100%;
    height: 14px;
    background: #f2f2f2;
    margin-bottom: 6px;
    border-radius: 2px;
}

.Operator_transferHistory_Info1 .Operator_transferHistory_square2 {
    width: 70%;
}

/* Operator_Wrap6 */
.aniSmallBox_Operator_table {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
}

.aniSmallBox_Operator_tablehead {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #7DCEF4;
    border-bottom: 2px solid #1B89FF;
}

.aniSmallBox_Operator_tablehead .Operator_tablehead_th {
    width: 20%;
    float: left;
    padding: 12px 9px;
    text-align: center;
}

.aniSmallBox_Operator_tablebody {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #1B89FF;
    overflow: hidden;
    padding-top: 15px;
    background: var(--white-color);
}

.aniSmallBox_Operator_tablebody .Operator_tablebody_td {
    width: 20%;
    padding: 15px 15px;
    float: left;
}

.Operator_tablebody_td .Operator_tablebody_td_square {
    width: 100%;
    height: 12px;
    background: #d9d9d9;
    border-radius: 3px;
}

.Operator_tablebody_tr2 .Operator_tablebody_td .Operator_tablebody_td_square {
    background: #f2f2f2;
}

.aniBigBox_peopleCircle {
    position: absolute;
    top: 120px;
    right: 530px;
    width: 80px;
    height: 80px;
    z-index: 5;
    border: 2px solid #1B89FF;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 3px 3px 3px #888;
}

.aniBigBox_peopleCircle img {
    height: 100%;
}

/* operator wrap7 */
.aniSmallBox_Operator_Wrap7 .aniSmallBox_Operator_table {
    width: 380px;
    border: 2px solid #1B89FF;
    box-shadow: 3px 3px 3px #d9d9d9;
}

.aniSmallBox_Operator_Wrap7 .aniSmallBox_Operator_tablebody {
    height: 150px;
    border-bottom: 0;
}

.aniSmallBox_Operator_tablebody .aniBigBox_scrollWrap_Y {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 23px;
    height: 100%;
    border-left: 2px solid #1B89FF;
    box-sizing: border-box;
    background: #f2f2f2;
    z-index: 2;


}

.aniSmallBox_Operator_Wrap7 .Operator_tablebody_td1 {
    width: 50%;
}

.aniSmallBox_Operator_Wrap7 .Operator_tablebody_tr2 .Operator_tablebody_td1 .Operator_tablebody_td_square {
    width: 70%;
    background: #d9d9d9;
}

.aniSmallBox_Operator_Wrap7 .Operator_tablebody_tr2 .Operator_tablebody_td3 .Operator_tablebody_td_square {
    background: #d9d9d9;
}

.aniSmallBox_Operator_Wrap7 .Operator_tablebody_td2 .Operator_tablebody_td_square {
    background: #f2f2f2;
}

/* third section */
.thirdSection_exabyter {
    margin: 0px auto;
    width: 100%;
    padding: 100px 0px 0;
}

.thirdSection_exabyter .sectionTitle {
    font-size: 32px;
    margin-bottom: 30px;
}

.thirdSection_exabyter .sectionTextInfo {

    margin-bottom: 50px;
}

.thirdSection_exabyter .sectionSubTitle {
    margin-bottom: 30px;
}

.thirdSection_wrap {
    margin: 100px auto;
    width: 1060px;
    overflow: hidden;
}

.thirdSection_leftDiv {

    width: 50%;
    float: left;
}

.thirdSection_rightDiv {
    float: right;
    height: 200px;
}

.thirdSection_wrap2 {
    width: 100%;
    background: #f2f2f2;
    padding: 50px 0px;
}

.thirdSection_wrap2 .thirdSection_wrap2_innerWrap {
    margin: 0 auto;
    width: 1060px;
    overflow: hidden;
    position: relative;
}

.thirdSection_wrap2_leftDiv {
    float: left;
}

.thirdSection_wrap2_Line2Div {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}

.thirdSection_wrap2_Line2Div .thirdSection_wrap2_Webserver {
    float: left;
    width: 50%;
}

.thirdSection_wrap2_Line3Div {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
    float: right;
    overflow: hidden;
}

.thirdSection_wrap2 .thirdSection_wrap2_Line3Div .thirdSection_wrap2_Webserver {
    float: left;
    width: 44%;
}

.thirdSection_wrap2 .wpServerNameBox {
    width: 50%;
    float: right;
}

.thirdSection_wrap2 .fourthOSBox {
    width: 50%;
    float: right;
}

.thirdSection_wrap2 .fourthOSInfo {
    padding: 5px 0px;
    text-align: center;
    float: left;
    margin: 0 8px 20px 0;
    width: 120px;
    height: 120px;
    background-color: var(--white-color);
}

.thirdSection_wrap2 .fourthOSImgBox {
    height: 80px;
    width: 100%;
    position: relative;
}

.thirdSection_wrap2 .fourthOSText {
    color: var(--dark-black-color);
    font-size: 16px;
}

.thirdSection_wrap2 .fourthOSImgBox>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* fourh section */
.fourthSection_exabyter {
    margin: 0px auto;
    width: 1188px;
    padding: 50px 64px;
    background: #f2f2f2;
    margin-bottom: 100px;
}

.fourthSection_exabyter .sectionSubTitle {
    margin-bottom: 30px;
}

.fourthSection_three_box {
    overflow: hidden;
    width: 100%;
}

.three_box_innerBox {
    width: 329px;
    height: 451px;
    margin-right: 36px;
    background: var(--white-color);
    float: left;
}

ul.fourthSection_three_box li:last-child {
    margin-right: 0px;
}

.fourthSection_three_box .innerBox_imgBox {
    width: 100%;
    height: 202px;
}

.fourthSection_three_box .innerBox_imgBox img {
    width: 100%;
}

.fourthSection_three_box .innerBox_textBox {
    width: 100%;
    padding: 40px 30px;
}

.fourthSection_three_box .InfoTitle {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

/* fifth section */
.fifthSection_exabyter {
    margin: 50px auto 80px;
    width: 1180px !important;
    height: 667px;
    background: var(--white-color);
}

.section_fullwidth {
    width: 100% !important;
    height: 500px;
    background-color: #F2F2F2;
    overflow: hidden;
    margin: 100px auto;
}

.titleH {
    width: 1060px;
    margin: 50px auto 0px;
    font-size: 32px;
    font-weight: bold;
}

.exabyter_video_box {
    width: 1060px;
    height: 180px;
    margin: 50px auto 83.5px;
    display: flex;
    justify-content: space-between;
}

.exabyter_video_box>div {
    position: relative;
    width: 320px;
    height: 340px;
    background-image: url("/images/innorix_exabyter/websmall-mrt.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.exabyter_video_box>div:first-child {
    background-image: url("/images/innorix_exabyter/websmall-full.png");
}

.exabyter_video_box>div:last-child {
    background-image: url("/images/innorix_exabyter/websmall-ui.png");
}

.play_video_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-image: url("/images/innorix_exabyter/youtube-nothover (2).png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.play_video_btn:hover {
    background-image: url("/images/innorix_exabyter/youtube-hover.png");
    cursor: pointer;
}

.playerLayer {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}

.fifthSection_exabyter .sectionSubTitle {
    margin-bottom: 30px;
}

.fifthSection_wrap {
    overflow: hidden;
}

.fifthSection_leftDiv {
    width: 34%;
    float: left;
}

.fifthSection_rightDiv {
    /* float: right; */
    position: relative;
    height: 660px;
}

.fifthSection_exabyter .InfoTitle {
    margin-bottom: 10px;
}

/* sixth section */
.sixthSection_exabyter {
    margin: 100px auto;
    width: 1060px;

}

.sixthSection_wrap {
    height: 542px;
}

.sixthSection_wrap .sixthSection_leftDiv {
    float: left;
    background: var(--white-color);
}

.sixthSection_wrap .sectionSubTitle {
    margin-bottom: 30px;
}

.sixthSection_wrap .InfoTitle {
    margin-bottom: 10px;
}

.sixthSection_wrap .sectionTextInfo {
    margin-bottom: 50px;
}

.sixthSection_wrap .sixthSection_rightDiv {
    float: right;
    width: 50%;
    position: relative;
}

.sixthSection_wrap .sixthSection_rightDiv video {
    width: 1000px;
    position: relative;
    left: -100px;
    z-index: -2;
}

.sixthSection_wrap .sixthSection_rightDiv .maskSkewImg1 {
    position: absolute;
    z-index: -1;
    width: 400px;
    height: 100%;
    top: 0;
    left: -200px;
    background: var(--white-color);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);

}

.videoMaskBox {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black-color) !important;
    cursor: pointer;
}

.video-on {
    width: 1186px;
    height: 667px;
}

.sixthSection_wrap .sixthSection_rightDiv .maskSkewImg2 {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -580px;
    width: 500px;
    height: 100%;
    background: var(--white-color);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}

/* Seventh Section */
.SeventhSection_exabyter {
    width: 100%;
    padding: 50px 64px 80px;
    background: #EEF4FA;
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 500px;
}

.SeventhSection_wrap {
    width: 1060px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}

.SeventhSection_exabyter .floorMask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #C8EFFF;
    z-index: 0;
}

.floorMaskAfter {
    position: absolute;
    bottom: 78px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #C1FCFE;
    z-index: 5;
}

.exa_floor {
    position: absolute;
    right: -82px;
    top: 151px;
    height: 559px;
    z-index: 1;
}

.exa_ship {
    position: absolute;
    left: 305px;
    top: 310px;
    height: 70px;
    z-index: 1;
}

.SeventhSection_exabyter .sectionSubTitle {
    margin-bottom: 50px;
}

.SeventhSection_exabyter ul.SeventhSection_threeDiv {
    overflow: hidden;
    margin-bottom: 40px;
}

.SeventhSection_exabyter ul.SeventhSection_threeDiv li {
    float: left;
    width: 28%;
}

.SeventhSection_exabyter .sectionTextInfo span.exa_font_color {
    color: #1B89FF;
    text-decoration: underline;
    cursor: pointer;
}

.SeventhSection_exabyter .stepImg {
    height: 80px;
    margin-bottom: 10px;

}

.SeventhSection_exabyter .stepImg img {
    height: 100%;
}

.SeventhSection_exabyter .exabyterBtn {
    display: inline-block;
    padding: 7px 14px 9px;
    font-size: 18px;
}

.sideSkewImg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.sideSkewImg img {
    height: 100%;
    position: relative;
    z-index: -2;
}

.sideSkewImg .skewMask1 {
    position: absolute;
    top: 0;
    left: -174px;
    width: 300px;
    height: 100%;
    background: #f2f2f2;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: -1;
}

/* tour page */
.emaile_style_Color {
    color: #1B89FF;
    font-weight: bold;
}

/* create account */
.header1 {
    border: none;
}

.createBackImgBox {
    position: absolute;
    bottom: -120px;
    width: 1188px;
    height: 607px;
    overflow: hidden;
}

.createBackImgBox>img {
    width: 100%;
}

.exabyterAccount .loginMain {
    text-align: left;
    display: inline;


}

.exabyterAccount .loginMain div {
    display: inline-block;
}

.exabyterAccount .loginMain .loginTitle {
    font-size: 26px;
    margin: 0 0 30px;
    color: var(--dark-black-color);
    display: block;
}

.exabyterAccount .loginMain .inputOutLine {
    margin: 5px 0px;
    background: #f2f2f2;
}

.exabyterAccount .loginMain input {
    position: relative;
    width: 137px;
    height: 45px;
    border: 1px solid #1B89FF;
    font-size: 18px;
    padding: 15px 10px 5px 10px;
    background: none;
    z-index: 1;

}

.exabyterAccount .inputOutLine>div {
    color: #1B89FF;
}

.exabyterAccount .loginMain>input:focus {
    transition: all 1s;
    outline: 0px solid #1B89FF;
}

.exabyterAccount .beforeInput:focus {
    border: 2px solid #1B89FF !important;
    transition: all 0.1s;
}

.exabyterAccount .beforeInput.numberInput:focus {
    border: 2px solid #1B89FF;
    transition: all 0.1s;
}

.exabyterAccount .beforeInput.numberInput:focus::placeholder {
    color: #f2f2f2;
}

.exabyterAccount .beforeInput.numberInput::placeholder {
    color: #1B89FF;

}

.exabyterAccount .beforeInput.numberInput {
    padding: 5px 10px;
    margin-top: 5px;
    font-size: 16px;
    color: #1B89FF;
    background: #f2f2f2;
}

.exabyterAccount .loginMain .signBtn {
    color: var(--white-color);
}

.exabyterAccount .loginMain .signinAtherText {
    font-size: 14px;
    color: var(--black-color);
    text-align: center;
}

.exabyterAccount .loginMain .signinAtherText a {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.exabyterAccount .loginMain .createBtn {
    position: relative;
    padding: 0 30px;
    text-align: center;
    font-size: 17px;
    line-height: 2.5em;
    cursor: pointer;
    margin: 30px 0 20px;
}

.demoNotLoginText {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    color: #ffc000;
    border: 2px solid #ffc000;
    background-color: var(--black-color);
    font-size: 20px;
    white-space: nowrap;
    display: none;
}

.firstBtnLayer {
    position: absolute;
    width: 390px;
    height: 187px;
    padding: 0 2px 2px 5px;
    z-index: 99;
}


.exabyterAccount .accountBtn {
    display: inline-block;
    padding: 7px 14px 9px;
    margin-top: 30px;
}

.exabyterAccount .loginBtn {
    display: inline-block;
    padding: 7px 30px 9px;
    margin-top: 30px;
}

.exabyterAccount .accountText {
    margin-top: 30px;
    white-space: nowrap;
}

.firstSection_exabyter.login_exabyter.exabyterAccount .accountText {
    float: left;
}

.exabyterAccount .accountText a {
    text-decoration: underline;
}

.exabyterBtn.loginBtn {
    display: inline-block;
    padding: 7px 30px 9px;
    margin-bottom: 30px;
}

.firstSection_exabyter.login_exabyter.exabyterAccount .exabyterBtn.loginBtn {
    display: inline-block;
    padding: 7px 30px 9px;
    margin-bottom: 0px;
}

.exabyterAccount .sectionSubTitle {
    margin-bottom: 10px;
}

.exabyter_lang_N_Btn {
    width: 67px;
    height: 45px;
    border: 1px solid #1B89FF;
    color: #1B89FF;
    font-size: 18px;
    padding: 10px 10px 5px 10px;
    z-index: 1;
    margin: 5px 4px 5px 0;
    float: left;
    background: #f2f2f2;
    font-size: 16px;
}

/* wpfirstText section */
.sectionTitles.subSectionTitle {
    font-size: 24px;
    color: var(--dark-black-color);
    color: var(--blackColor1);
    margin: 10px 0;
    text-align: left;
    line-height: 1.2em;
}

.wpFirstTextSection {
    width: 100% !important;
}

.wpFirstTextSection .wpWrap {
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
}

.wpFirstTextSection .sectionSubTitles {
    margin-bottom: 40px;
    font-size: 32px;
    color: #7f7f7f;
    text-align: left;
    line-height: 1.2em;
}

.wpFirstTextSection .wpTextBox {
    padding: 15px 0px 0;
    float: left;
    text-align: left;
    width: 330px;
    height: fit-content;
    margin-right: 35px;
}

.wpFirstTextSection .wpTextBox:nth-of-type(5) {
    margin-right: 0;
}

.wpFirstTextSection .wpTextImgBox {
    height: 180px;
    margin-bottom: 25px;
    position: relative;
}

.wpFirstTextSection .wpTextImgBox>img {
    height: 100%;
}

.wpFirstTextSection .wpTextTitle {
    font-size: 22px;
    margin-bottom: 20px;
}

.wpFirstTextSection .wpTextTitle>span {
    font-weight: bold;
}

.wpFirstTextSection .wpTextInfo {
    font-size: 16px;
    line-height: 20px;
}

.wpTitles {
    font-size: 32px;
    text-align: left;
}

.wpTitles>span {
    font-weight: bold;
}

.wpSubTitles {
    font-size: 22px;
    text-align: left;
}

.wpSubTitles>span {
    font-weight: bold;
}

/* enterprisesInfoBox  section*/
.enterprisesInfoViewBox {
    height: 874px;
    width: 100%;
    position: relative;
}

.enterprisesInfoBox .sectionSubTitle {
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    color: var(--dark-black-color);
    margin-bottom: 48px;
    width: 540px;
}

.enterprisesInfoBox {
    position: relative;
    top: 0px;
    left: 50%;
    width: 1136px;
    transform: translate(-50%, 0px);
    height: 100%;
    padding: 0px 0px 100px;
    z-index: 0;
}

.enterprisesInfoBox .preiseImgBox {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.enterprisesInfoBox .preiseImgBox img {
    position: absolute;
    top: 0;
    right: 0px;
    width: 548px;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    border-radius: 20px;
}

.enterprisesInfoBox .preiseImgBox span.imgMask1 {
    position: absolute;
    width: 245px;
    height: 100%;
    right: -238px;
    top: 0;
    z-index: 2;
}

.enterprisesInfoBox .preiseImgBox span.imgMask2 {
    position: absolute;
    width: 872px;
    height: 100%;
    left: -223px;
    top: 0;
    z-index: 2;
}

.enterprisesInfoBox .preiseImgBox span.imgMask3 {
    position: absolute;
    width: 540px;
    height: 10%;
    right: -299px;
    top: 0;
    z-index: 2;
}

.enterpriseNameBox {
    float: left;
    width: 540px;
    margin: 50px 0px;
    position: relative;
    z-index: 5;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.enterpriseNames {
    padding: 0px 15px;
    width: fit-content;
    height: 42px;
    background-color: transparent;
    border: 1px solid #006ABA;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
    color: #006ABA;
    line-height: 40px;
    transition: all 0.3s ease;
}

.enterpriseNames:hover {
    background-color: #006ABA;
    color: var(--white-color);
}

.enterpriseNames.viewInfoEnter {
    background-color: #006ABA;
    color: var(--white-color);
}

.enterprisesInfoView {
    position: relative;
    top: 0px;
    left: 0px;
    width: calc(100% - 130px);
    height: 160px;
    text-align: left;
    color: #000;
    margin-top: 20px;
    display: none;
    transition: opacity 0.5s;
    position: relative;
    z-index: 3;
}

.enterpriseInfoName {
    color: var(--dark-black-color);
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    width: 540px;
    margin-bottom: 16px;
}

.enterpriseInfoText {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: var(--dark-black-color);
    width: 540px;
}

.enterpriseLoadingBar {
    position: relative;
    left: 0px;
    bottom: 0px;
    height: 10px;
    width: 0px;
    background-color: #1B89FF;
}

.framework {
    padding: 0px 0px;
}


/* lang */
.langNumberOpen {
    position: relative;
    cursor: pointer;
}

.langNumberOpen .lang_N_Text {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;

}

.langNumberOpen ul {
    position: absolute;
    width: 175px;
    height: 0px;
    background: #f2f2f2;
    border: 1px solid #1B89FF;
    bottom: 45px;
    left: -1px;
    overflow: hidden;
    display: none;
}

.langNumberOpen ul li {
    float: left;
    width: 50%;
    padding: 5px 10px;
    position: relative;
    text-align: right;
    cursor: pointer;
}

.langNumberOpen ul li:hover {
    background: #d9d9d9;
}

.langNumberOpen ul li img {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0%, -50%);
}


#searchPwdLayer.pageLayer .layerHeader {
    background-color: var(--white-color);
    color: var(--white-color);
}

.download .modifyLayers .inputBoxs input {
    border: 1px solid #1B89FF;
}

.download .modifyLayers .inputOutLine>div {
    color: #1B89FF;
}

.download .modifyLayers .inputOutLine {
    background: #f2f2f2;
}

.download .modifyLayers .beforeInput:focus {
    border: 2px solid #1B89FF;
    transition: all 0.1s;
}

.nextSearchPwdBtn.exabyterBtn {
    padding: 7px 20px 9px;
    display: inline-block;
    margin-top: 20px;
}

.exabyter_downloadTable {
    width: 1060px;
    margin: 50px auto;
}

table.table_exa {
    width: 100%;
    border-collapse: collapse;
}

table.table_exa th {
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    padding: 10px 0;
}

table.table_exa td {
    border: 1px solid #CEE3ED;
    background: var(--white-color);
    padding: 10px 0;
    text-align: center;
    color: #aeaeae;
}

table.table_exa td .downLink {
    color: #1B89FF;
    text-decoration: underline;
    cursor: pointer;
}

table.table_exa td.firstTd {
    background: #EFF8FF;
    color: var(--dark-black-color);
}

table.table_exa td.firstTd .bold {
    font-weight: bold;
}

.signInNow {
    font-weight: bold;
    color: #1B89FF;
}

input[id="remember_password"] {
    display: none;
}

input[id="remember_password"]+label {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #1B89FF;
    cursor: pointer;
    white-space: nowrap;
    text-align: right;
    position: relative;
    background-color: var(--white-color);
    border-radius: 4px;
}

input[id="remember_password"]+label>span {
    border-bottom: 2px solid var(--white-color);
    border-right: 2px solid var(--white-color);
    position: absolute;
    top: 1px;
    left: 5px;
    width: 41%;
    height: 74%;
    transform: rotate(39deg);
}

input[id="remember_password"]+label:after {
    content: 'Remember email';
    position: absolute;
    left: 23px;
    top: 0px;
    color: var(--dark-black-color);

}

input[id="remember_password"]:checked+label {
    background-color: #1B89FF;
}

input[id="remember_password"] {
    display: none;
}

.sectionTextInfoBold {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.innorix_bottom_logo {
    display: block;
    margin-left: auto;
}

.innorix_bottom_logo img {
    width: 120px;
    display: block;
    opacity: 1;
}


.loadingAnisResource {
    position: relative;
    background-color: #c8c8c8;
    overflow: hidden;
}

.loadingAnisResource:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
    background-color: #d3d3d3;
    -webkit-animation-name: loadingAni1;
    animation-name: loadingAni1;
    -webkit-animation-duration: 3.8s;
    animation-duration: 3.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    z-index: 2;
}

.loadingAnisResource:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #e7e7e7;
    z-index: 2;
}