        background: @general;
    }
    .fileType_detect {
        background: @detect;
    }
    .fileType_alarm {
        background: @alarm;
    }
    .fileType_detectAlarm {
        background: @detectalarm;
    }
    .fileType_ivs {
        background: @ivs;
    }
    .fileType_pos {
        background: @pos;
    }
    .fileType_jpg {
        background: @jpg;
    }
    .fileType_card {
        background: @card;
    }
}
._rightBottom_ {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SoundLight {
    width: 100%;
    display: inline-block;
}
.SoundConfigSpace {
    margin-right: 48/@px-unit !important;
}


._PicViewList_ {
    
    height: 700/@px-unit;
    .ant-row{
        max-height: 680/@px-unit;
        overflow:auto;
    }
    .ant-spin-nested-loading {
        .ant-spin-container {
            .ant-list-empty-text{
                display: none;
            }
        }
    }
}


._PicDetailsPanel_ {
    
    padding: 0 16/@px-unit 16/@px-unit 16/@px-unit; 
    .label-normal-container {
        padding: 0px !important;
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
    }
}
.ant-divider-horizontal.ant-divider-with-text{
    margin: 10/@px-unit
}
.person_div{
    padding-top: 5/@px-unit;
}
.http-push {
    display: flex;
    .label-normal-behind {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-wrap: normal;
    }
}

.audioFile {
    display: flex;
    .audioCheckBox{
        display: inline-block;
    }
    .audioSelect{
        display: inline-block;
    }
}




.PoliceNumber_wrap{
    
}

._ManageModal_{
    .btn-list{
        display: flex;
        .manage-btn{
            margin-right: 20px;
        }
    }
}


._IPSpeakerModal_{
    .blueIEBrowser {
        .svgOut(@IEBrowerColor);
    }
    .manage-grid-successIcon {
        .svgOut(@successIcon);
        .svgFont(20);
    }
    .manage-grid-errorIcon {
        .svgOut(@errorColor);
        .svgFont(20);
    }
}

.IPSpeaker_wrap {
    display: flex;
    align-items: center;
}

._PicDetailsNonMotor_ {
    
    padding: 16/@px-unit;; 
    padding: 0px !important;
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
}



._PicDetailHuman_ {

    .label-normal-container {
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
    }

    .redClass {
        .label-normal  {
            color: @errorColor;
        }
        color: @errorColor;
    }
}


._PicDetailOperateMonitor_ {
    .label-normal-container {
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
    }
    .redClass {
        .label-normal  {
            color: @errorColor;
        }
        color: @errorColor;
    }
}

._PicDetailsVehicle_ {
    
    padding: 16/@px-unit;; 
    .label-normal-container {
        padding: 0px !important;
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
    }
}



.MultipleLinkage_tableModal {
    .playTimes,
    .delayTime {
        text-align: center;
        line-height: 20 / @px-unit;
    }
    ._Table_  {
        .ant-table-body {
            .editable-cell-value-wrap {
                padding:  0px 0px 0px 0px;
            }
            .editable-cell-value-wrap:hover {
                border-width: 0px;
                padding:  0px 0px 0px 0px;
            }
        }
    }
    .MultipleLinkage_buttons {
        div {
            display: inline-block;
        }
    }
    .filename-selector-container {
        .label-normal-container, .label-normal-wrapper, .filename-selector {
            width: 100% !important;
        }
    }
}
.setting-modal {
    .video {
        width: 580px;
        height: 450px;
    }

    .form {
        width: 250px;
        height: 450px;

        .label {
            width: 5.5rem !important;
        }

        .label-normal {
            width: 5.3rem !important;
        }

        .wrapped {
            width: auto !important;
            padding-top: 5px;
        }

        .label-wrapper {
            
            transform: translateY(-1px);
            .labelSlider{
                .labelSlider-center{
                    margin-left: 0;
                }
            }
        }

        .label-behind {
            position: absolute;
            right: 45px;
        }

        .label-div-Container {
            width: 350px;
        }

        .area {
            width: 22px;
            height: 22px;
            cursor: pointer;
        }

        .selected {
            border: 3px solid #13161b;
        }
    }
}



.homeside-enter,
.homeside-appear {
    opacity: 0;
}
.homeside-enter-active,
.homeside-appear-active {
    opacity: 1;
    transition: opacity 200ms ease-in;
}
.homeside-enter-done {
    opacity: 1;
}
.homeside-exit {
    opacity: 1;
}

.homeside-exit-active {
    opacity: 0;
    transition: opacity 200ms ease-in;
}

.homeside-exit-done {
    opacity: 0;
}
.clearfix {
    &::after {
        content: '.';
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
}


.header-contain {
    height: @navMenuHeight;
    background-color: @navBg;
    color: @navMenuTextN;
    z-index: 1000;
    
    border-bottom: 1px solid @navMenuBorderN;
    .svgOut(.color_N(@navBg)[]); 
    .home_header_right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 0.5rem;
        height: @navMenuLineHeight;
        > span.header-time:first-child {
            font-size: @navMenuFontN;
            min-width: 235 / @px-unit;
        }
        .headerDivider {
            height: @navMenuLineHeight;
            top: 0;
            margin: 0 0.5rem;
        }
        .cus_icons{
            &:not(:hover){
                .svgOut(.color_N(@navBg)[]);
            }
        }
        .device_info {
            padding: 0 8/@px-unit;
        }
    }
    .home_header_left {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: @navMenuLineHeight;
        > div:first-child {
            margin-left: 8px;
        }
    }
}
.header-time {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.homaMain-contain {
    height: calc(100vh - @navMenuHeight);
    position: absolute;
    width: 100%;
    overflow-x: auto;
}

.MainPageTip {
    text-align: center;
}

.PasswordExpired {
    .PasswordExpiredTip {
        display: flex;
        .cus_icons:not(.disabled_icons) svg path:first-child {
            fill: @warningColor;
        }
        .Tip {
            margin-left: 5 / @px-unit;
            margin-top: 5 / @px-unit;
        }
    }
    .PasswordNoTip {
        margin-left: 10 / @px-unit;
    }
}

.HomeQRCode {
    .ant-spin-container{
        display: flex;
        justify-content: space-around;
    }
    .QRCode {
        width: 212 / @px-unit;
        height: 212 / @px-unit;
        padding: 10 / @px-unit;
        background-color: @QRCodeBg;
        margin: 10 / @px-unit 20 / @px-unit;
    }
    .ImageCode {
        .ant-image {
            width: 212 / @px-unit;
            height: 212 / @px-unit;
            margin: 10 / @px-unit 20 / @px-unit;
        }
    }
    .DescribeText {
        text-align: center;
    }
}



._PreviewIndexView_ {
    
    
    
    padding-top: inherit; 
    height: 100%;
    display: flex;
   
    &left {
        width: 240 / @px-unit;
        background-color: @preview_Left_Bg;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        &_fastPreview {
            height: auto;
            flex: 0 0 auto;
        }
        &_channelList {
            flex: 1 1 auto;
            overflow-y: auto;
            margin-top: 20 / @px-unit;
            border-top: 1px solid @pageBorderN;
            border-bottom: 1px solid @pageBorderN;
        }
        &_bottomBtn {
            
            flex: 0 0 auto;
            margin-bottom: 40 / @px-unit;
        }
    }

    &center {
        border-left: 1px solid @ocx_Border;
        border-right: 1px solid @ocx_Border;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 1 auto;
        &_plugin {
            display: flex;
            flex: 1 1 auto;
            flex-flow:inherit;
            background-color: @preview_center_plugin_Bg;
            .ocxLocation{
                flex-grow:1;
            }
        }
        &_bottom {
            height: 60 / @px-unit;
            flex: 0 0 auto;
            background-color: @preview_center_bottom_Bg;
            display: flex;
            justify-content: space-between;
            padding: 0 10 / @px-unit;
            
            .cus_icons{
                .svgOut(.color_N(@preview_center_bottom_Bg)[]);
                &.active_icons {
                    .svgOut(@current);
                }
            }
            &_left {
                display: flex;
                align-items: center;
            }
            &_right {
                display: flex;
                align-items: center;
            }
        }
    }
    &ai_preview {
        width: auto;
        height: 100%;
    }
    &right {
        width: 200 / @px-unit;
        background-color: @preview_Right_Bg;        
        overflow-y: auto;        
        ._preview_right_header_title {
            height: 35 / @px-unit;
            background-color: @preview_right_tabTitle_Bg;
            color: .color_N(@preview_right_tabTitle_Bg)[];
            display: flex;
            align-items: center;
            width: 200 / @px-unit;
            padding-left:4 / @px-unit;
        }
        .ptz_set_pd {
            padding-left: 15 / @px-unit;
        }
        .ant-layout-sider-children {
            display: flex;
            flex-direction: column;
        }
        &_alarmout {
            min-width: 200/ @px-unit;
            ._ChannelGroup_ div:nth-child(2) .chn_btn {
                margin-left: 0 !important;
            }
            .ant-space-item{
                padding-left: 10/@px-unit;
            }
        }
    }
    ._PreviewIndexView_left{
        .ant-divider-horizontal{
            margin:10 / @px-unit 0 ;
        }
    }
    ._AIPreviewIcon_.isActive {
        .svgOut(@current);
    }
}





.login-container {
    height: 100%;
    width: 100%;

    .login-backgroundImage {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        
        background-image: url('/static/media/login_bg_@{theme}.jpg');
    }

    .login-box {
        background-color: transparent;
        position: absolute;
        left: 50%;
        top: 40%;
        margin-left: -190 / @px-unit;
        margin-top: -150 / @px-unit;

        .login-logo {
            height: 60 / @px-unit;
            width: 330 / @px-unit;
            background-size: contain;
            margin-bottom: 30 / @px-unit;
            background-repeat:no-repeat;
            background-position-x: center;
            background-image: url('/custom_logo/web_logo.png');
            background-repeat:no-repeat;
        }
        .ant-spin {
            height: 300 / @px-unit;
            width: 330 / @px-unit;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .login-logoCloud{
            height: 60 / @px-unit;
            width: 330 / @px-unit;
            margin-bottom: 30 / @px-unit;
        }
        
        &.logo-left{
            display: flex;
            flex-direction: row;
            .login-logo{
                margin-top: 20%;
            }
        }
        &.logo-right{
            display: flex;
            flex-direction: row-reverse;
            .login-logo{
                margin-top: 20%;
            }
        }
    }
}
.login-container .login-box .Login-Form,
.NamePwdInput {
    .label-normal-wrapper {
        width: 100%;
    }
    background-color: transparent;
    text-align: center;

    margin-top: 10 / @px-unit;
    
    .ant-input{
        &:not(:focus){
            &:hover{
                border-color: @formInputBoderN;
            }
        }
        &:focus{
            opacity: 1;
        }
    }

    .ant-input,
    .ant-select{
        background-color: transparent;
        color: @loginFormInputText;
        height: 100%;
        font-size: 18 / @px-unit;
        &:not(.ant-select-show-arrow){
            opacity: 0.5;
        }
        .ant-select-selection-item{
            opacity: 0.5;
        }
    }
    .ant-select{
        &.ant-select-open{
            opacity: 1;
            svg{
                fill:@formInputSvgA !important;
            }
            .ant-select-selection-item{
                opacity: 1;
            }
        }
    }
    .ant-select:not(.ant-select-customize-input) .ant-select-selector{
        background-color: @loginFormInputBg;
    }
    .ant-select-single.ant-select-open .ant-select-selection-item{
        color: @loginFormInputText;
    }
    .ant-btn:not(.btn-link):not(.ant-btn-link).ant-btn-primary{
        background-color: @loginPrimaryBtnBg;
        border-color: @loginPrimaryBtnBorder;
    }
    .ant-btn:not(.btn-link):not(.ant-btn-link).ant-btn-primary:hover:not(:focus):not([disabled]) {
        background-color: @loginActiveBtnBg;
        border-color: @loginActiveBtnBorder;
    }
    .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{
        box-shadow: none;
    }
    .ant-select-selector{
        border-color: @loginFormInputBorder;
    }
    .ant-select:not(.ant-select-disabled):hover .ant-select-selector{
        border-color: @loginFormInputBorder;
    }
    .ant-select.ant-select-open:not(.ant-select-disabled):hover{
        .ant-select-selector{
            border-color: @formInputBorderA;
        }
    }
    .ant-select:not(.ant-select-disabled):hover{
        border-color: @loginFormInputBorder;
        svg{
            fill:@formInputSvgN;
        }
    }

    .ant-input-affix-wrapper,
    .label-normal-wrapper {
        display: flex;
        height: 40 / @px-unit;
        background-color: @loginFormInputBg;
        border-color: @loginFormInputBorder;
        color: @formInputTextN;
    }
    .ant-input-affix-wrapper-focused {
        box-shadow: 0 0 0 0;
        border-color: @formInputBorderA;
        .ant-input-prefix {
            .svgOut(@pdEyeIconA);
        }
        .ant-input {
            opacity: 1;
        }
    }

    .ant-input-suffix:hover {
        color: rgb(255, 96, 184);
    }

    .ant-input-suffix:focus {
        color: rgb(255, 96, 184);
    }

    .ant-input-suffix {
        color: yellow;
    }

    input::-webkit-input-placeholder {
        color: #616265
    }
    input::-ms-input-placeholder {
        color: #616265
    }

    .login-icon {
        color: @loginIconSvg;
    }

    .ant-row {
        
        .ant-col {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            
        }
    }
    .login-button {
        font-size: 20 / @px-unit; 
        width: 100%;
        height: 40 / @px-unit;
    }

    .login-forget {
        font-size: 13 / @px-unit;
        margin: 5 / @px-unit 0 30 / @px-unit 0;
        
        padding-left: 10 / @px-unit;
        float: right;
        cursor: pointer;
        color: @loginForgetPwdTextN;
        &:hover {
            color: @loginForgetPwdTextA;
        }
    }

    .ant-select-selector {
        height: 40 / @px-unit;
    }
}
.nextTag_current{
    path:first-child{
        fill: @current !important;
    }
}
.nextTag:hover{
    svg path{
        fill: @modalContentText !important;
    }
}
.modalContentContainer{
    height: 510 / @px-unit;
    overflow-y: auto;
    .modalHeader{
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1 / @px-unit solid @modalFooterBorder;
        padding-bottom: 18px;
        .headerText{
            text-align: center;
            width: 200 / @px-unit;
            font-size: 16px;
        }
        .headerText_current{
            text-align: center;
            width: 200 / @px-unit;
            color: @current;
            font-size: 16px;
        }
    }
    .resetTip{
        margin: 175 / @px-unit;
        width: 475 / @px-unit;
    }
    .ResetType{
        margin-left: 30 / @px-unit;
        .resetSelect{
            display: flex;
            .SerialNo{
                margin-left: 80 / @px-unit;
                align-items: center;
                display: flex;
            }
        }
        .resetContent{
            display: flex;
            .QR_background{
                width: 292 / @px-unit;
                height: 292 / @px-unit;
                padding: 12 / @px-unit;
                background-color: @formInputTextN;
            }
            .QRCodeTip{
                width: 250 / @px-unit;
                margin-left: 40 / @px-unit;
                margin-top: 124 / @px-unit;
                word-break: break-all;
            }
            .QRCodeTipEmail {
                width: 250 / @px-unit;
                margin-left: 40 / @px-unit;
                word-break: break-word;
            }
            .ForeignDevice{
                width: 250 / @px-unit;
                margin-left: 40 / @px-unit;
                word-break: break-all;
            }
        }
    }
    .CodeSend{
        color: @successColor;
    }
    .Safecode {
        width:100%;
        .label-normal-container  {
            width: 100%;
            .label-normal-wrapper {
                width:70% !important;
            }
        }
    }
    .PasswordPage{
        margin-left: 50 / @px-unit;
        margin-top: 40 / @px-unit;
        .PasswordItem{
            margin-bottom: 40 / @px-unit;
        }
        .PasswordConfirm{
            display: flex;
            .PasswordTip{
                width: 200 / @px-unit;
                margin-left: 12 / @px-unit;
            }
        }
        .PasswordInput{
            width: 260 / @px-unit;
        }
        .passwordCheck_Box{
            width: 260 / @px-unit;
        }
    }
}
.passwordSyncSuccess{
    color:@successColor;
}
.passwordSyncFail{
    color:@errorColor;
}
.DeviceInit{
    height: auto;
    
    
    .FlexLine{
        display: flex;
        margin-top: 30 / @px-unit;
        .PasswordTip{
            width: 260 / @px-unit;
            margin-left: 12 / @px-unit;
        }
    }
    .modalHeader{
        display: flex;
        align-items: center;
        padding-left: calc(50% - 1.097*@px-unit);
        border-bottom: 1 / @px-unit solid @modalFooterBorder;
        padding-bottom: 18px;
        .headerText{
            text-align: center;
            width: 200 / @px-unit;
        }
        .headerText_current{
            text-align: center;
            width: 200 / @px-unit;
            color: @current;
        }
    }
    .quick{
        justify-content:center;
        padding-left:0;
    }
    .InitItem{
        margin-left: 40 / @px-unit;
        margin-top: 40 / @px-unit;
        .quickInitLicenceNoted{
            white-space: nowrap;
            text-decoration: underline;
            cursor: pointer;
            display: inline-block;
        }
        .password-container{
            display: flex;
            .password-behindtip {
                height: 56 / @px-unit;
                width: 240 / @px-unit;
                padding: 4/@px-unit 8/@px-unit;
            }
        }
        .divider-custom{
            border-top: 1px solid @--split;
            height: 1px;
            margin-top: 23 / @px-unit;
            margin-bottom: 24 / @px-unit;
        }
        .prviLaw{
            color: @--primary-6;
            &:hover{
                color: @--primary-5;
            }
        }
    }
    .IsInherit{
        border-bottom: 1 / @px-unit solid @modalFooterBorder;
        margin-top: 20 / @px-unit;
        margin-bottom: 20 / @px-unit;
    }
    .InitQuestion{
        margin-left: 120 / @px-unit;
    }
    .CloudService{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        .cloudConfig{
            width: 400 / @px-unit; 
            .label-div-Container{
                .label-normal-behind {
                    margin-left: 15 / @px-unit;
                }
            }  
        }
        .download-qrbox{
            width: 400 / @px-unit;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            background-color: @--menu-bg;
            .qrImg{
                margin-top: 24 / @px-unit;
                width: 145 / @px-unit;
                height: 145 / @px-unit;
                img{
                    width: 145 / @px-unit;
                    height: 145 / @px-unit;
                }
            }
            .client-title{
                margin-top: 16 / @px-unit;
            }
        }
    }
}
.InitGuide_box {
    overflow-y: auto;
    overflow-x: hidden;
}
.InitGuide{
    height: auto;
    
    height: 540px\0;
    max-height: 680 / @px-unit;
    width: 80%;
    
    
    margin-left: 90 / @px-unit;
    >div {
        width: 700 / @px-unit;
    }
    .startAndEndTimePicker,.label-normal-behind {
        padding: 0!important;
        .label-normal-container {
            padding: 0!important;
        }
    }
    .label-normal-wrapper > .ant-picker {
        width: 125 / @px-unit;
    }
    .label-date-picker > .ant-picker {
        width: 135 / @px-unit;
    }
    .autoCheckNote{
        width: 658/@px-unit;
    }
}
.InitGuide_Law{
    height: 540 / @px-unit;
    .HeaderTab{
        display: flex;
        cursor: pointer;
        .Tab_Current{
            display: flex;
            width: 240 / @px-unit;
            text-align: center;
            height: 50 / @px-unit;
            background: @current;
            justify-content: center;
            align-items: center;
            border: 1px solid @tabBorder;
            color: @pageTextA;
        }
        .Tab{
            display: flex;
            width: 240 / @px-unit;
            text-align: center;
            height: 50 / @px-unit;
            background: @tabBgN;
            align-items: center;
            justify-content: center;
            border: 1px solid @tabBorder;
        }
    }
    .LegalText{
        height: 480 / @px-unit;
        padding: 20 / @px-unit;
        margin-top: 20 / @px-unit;
        overflow: auto;
    }
    .LicenceNoted{
        margin-top: 20 / @px-unit;
        margin-left: 20 / @px-unit;
        .labelText {
            width: 90%;
        }
    }
}


.cloudAccess-tooltip{
    .ant-tooltip-content{
        .ant-tooltip-inner{
            width: 300 / @px-unit;
        }
    }
}


.TaskBarAlarmInfo {
    
    
    

    height: 30 / @px-unit;
}
._SubScribeModal_ {
    .label-div-Container {
        display: inline-block;
        width: 25%;
    }
}
.AlarmInfoModal {
    .settingRefresh  {
        
        .header-left {
            float: left;
        }
        .header-right {
            float: right;
        }
    }
    .refreshBtn {
        float: right;
    }
    .ant-table-filter-column {
        justify-content: center;
    }
    tr.ant-table-measure-row{
        visibility: collapse;
    }
    .device_info .ant-badge-dot {
        box-shadow: 0 0 0 0.07142857rem #ff4d4f;
    }
}


.swiper-container {
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	
	z-index:1;
}
.swiper-wrapper {
    position:relative;
    margin-top: -10px;
	width:100%;
	height: 42vh !important;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	height: 42vh !important;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}



._MenuView_ {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    &.bgImage {
        background-image: url('/static/media/@{themeMainImage}.jpg');
    }
    .MenuView-Carousel{
        color: @MenuViewItemTitleTextN;
        width: 95%;
        height: 95%;
        position: absolute;
        top: 4vh;
        
        margin-left: 3%;
        background-color: @MenuViewBg;
    }
    .MenuView-Carousel-Page {
        padding: 5vh 1vw;
    }
    .ant-card {
        background-color: inherit;
        color: @MenuViewItemTitleTextN;
        cursor: pointer;
    }
    .ant-card-grid {
        box-shadow: none;
        padding: 1vw;
    }
    .MenuView-Card:hover {
        position: relative;
        z-index: 1;
        color: @MenuViewItemTitleTextA;
        box-shadow: 0 0px 8px @MenuViewItemShadowA;
        .ViewItem-CardItem-Message {
            color: @MenuViewItemContentTextA;
        }
        background-color:@MenuViewBgA !important;
    }
    .ant-image-img {
      width: 7.5vw;
    }
    .ViewItem-CardItem {
        height: 22vh;
        .ViewItem-CardItem-Row{
            height: 100%;
        }
    }
    .ViewItem-CardItem-Icon {
        font-size: 0;
        font-weight: bold;
    }
    .ViewItem-CardItem-Title {
        font-size: 1.3rem;
        font-weight: bold;
    }
    .ViewItem-CardItem-Message {
        font-size: 1.1rem;
        color: @MenuViewItemContentTextN;
    }
    .pageContain {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 57vh;
        left: 41vw;
        .label-normal-wrapper{
            height: 44/@px-unit;
        }
    }
    .pagination {
        z-index: 20;
        width: 100%;
        text-align: center;
    }
    .swiper-pagination-switch {
        position: relative;
        display: inline-block;
        width: 12/@px-unit;
        height: 12/@px-unit;
        border-radius: 50%;
        background: @MenuViewPageSwitchSvgN !important;
        margin: -1/@px-unit 10/@px-unit;
        border: transparent;
        cursor: pointer;
    }
    .swiper-active-switch {
        width: 16/@px-unit;
        height: 16/@px-unit;
        margin: -2/@px-unit 10/@px-unit;
        background: @MenuViewPageSwitchSvgA !important;
    }
    .swiper-button {
        font-weight: bold;
        z-index: 20;
        &.prev {
            &:hover {
                color: @MenuViewPageSwitchSvgA;
            }
        }
        &.next {
            &:hover {
                color: @MenuViewPageSwitchSvgA;
            }
        }
        &[disabled], &[disabled]:hover{
            .cus_icons{
                .svgDisabled(@MenuViewPageSwiperSvgD); 
            }        
        }
        &:not([disabled]){
            .cus_icons{
                .svgOut(@MenuViewPageSwiperSvgN);
            }
        }
    }

    
    [class*="m-h-icon"] {
        display: inline-block;
        width: 80/@px-unit;
        height: 80/@px-unit;
    }
}



.UI4View{
    height: 95%;
    z-index: 400;
    position: relative;
    overflow: hidden;
    top: 4vh;

    .MenuView-Carousel-Page {
        height: 60vh;
        padding-left: 3%;
        padding-right: 3%;
    }

    .UI4View-MenuView-Card {
        padding-left: 4/@px-unit;
        padding-right: 2vw;
    }
    .UI4View-MenuView-Card:nth-child(3n) {
        padding-right:0;
    }

    .text-ellipsis {
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
    }

    .hoverBorder:hover {
        color: @MenuViewItemTitleTextA;
        box-shadow: 0 0px 8/@px-unit @MenuViewItemShadowA;
    }

    .ViewItem-CardItem {
        background-color: @--menu-bg;
        border-radius: 8/@px-unit;
        padding: 4/@px-unit;
        background:no-repeat url('/static/media/menu_bg.png');
        background-size:100% 100%;
    }

    .ViewItem-CardItem-Icon {
        text-align: center;
        .ant-image-img {
            max-width: 140/@px-unit;
            max-height: 140/@px-unit;
        }
    }

    .ViewItem-CardItem-Title {
        margin-bottom: 30/@px-unit;
        font-weight: 700;
        font-size: 24/@px-unit;
        color: .color_A(@--menu-bg)[];
    }

    .ViewItem-CardItem-Message {
        font-size: 14/@px-unit;
        line-height: 24/@px-unit;
        color:.color_N(@--menu-bg)[];
    }

    .SubMenu-item {
        font-size: 14/@px-unit;
        line-height: 24/@px-unit;
        color:.color_N(@--menu-bg)[];
        padding-right: 12/@px-unit;

        &:nth-child(even) ::before {
            position: absolute;
            top: 4/@px-unit;
            height:16/@px-unit;
            left: -14/@px-unit;
            width: 1/@px-unit;
            background:.color_D(@--menu-bg)[];
            content:'';
        }

        &:hover {
            color: @--primary-6;
        }
    }

    .Bottom-Item{
        width: 100%;
        height: calc(95vh - 60vh);
        padding:3% 3% 0;
        background-color: @--bottom-bg;
        
        
        .title {
            color:.color_A(@--menu-bg)[];
            font-weight: 700;
            font-size:  18/@px-unit;
            line-height: 24/@px-unit;
            left: 14/@px-unit;
            position: relative;

            &::before {
                position: absolute;
                height:24/@px-unit;
                left: -14/@px-unit;
                width: 4/@px-unit;
                background:@--primary-6;
                content:'';
            }
        }
        .item {
            display: flex;
            justify-content: flex-start;
            margin-top: 20/@px-unit;
            padding-left: 2/@px-unit;

            .divider {
                border-left: 1/@px-unit solid @--split;
                margin: 20/@px-unit 0;
                position: relative;
                right: 8/@px-unit;
            }

            .BottomItem-CardItem {
                cursor: pointer;
                width: 100% /6;
                border-radius: 4/@px-unit;
                padding: 16/@px-unit 20/@px-unit;
                margin-right: 18/@px-unit;
                font-weight: 400;
                .BottomItem-title{
                    display: flex;
                    line-height: 30/@px-unit;
                    .home_BottomMenu {
                        margin-right: 20/@px-unit;
                    }

                    .BottomText{
                        font-size: 16/@px-unit;
                        color:.color_A(@--menu-bg)[];
                    }
                }

                .subMenu-content {
                    display: flex;
                    margin-top: 12/@px-unit;
                    flex-wrap: wrap;

                    .subMenu {
                        font-size: 14/@px-unit;
                        width: 49%;
                        line-height: 28/@px-unit;

                        color:.color_N(@--menu-bg)[];
                        &:hover {
                            color: @--primary-6;
                        }

                        &:nth-child(odd) {
                            margin-right: 2%;
                        }
                    }
                }
            }
        }
    }
}

.bgImage {
    background-image:none !important;
    background-color: @--bg;
}


.fix-header-content{
    display        : flex;
    justify-content: center;

    .fix-header-content-item {
        text-align: center;
        cursor    : pointer;

        .fix-header-content-title {
            color   : .color_N(@--primary-6)[];
        }
    }

    .active-item {
        background-color: @--primary-7;
    }
}

.BottomItem{
    
    position: relative;
    top: 25vh;
    .dividerLine{
        height: 1 / @px-unit;
        width: 95%;
        margin-left: 2vw;
        background: @MenuViewDivideLine;
    }
    .ConfigTitle{
        font-size: 1.2rem;
        margin-top: 50 / @px-unit;
        font-weight: bold;
        margin-left: 2vw;
    }
    .ItemsWrap {
        display: flex;
        flex-wrap: wrap;
    }
    .Items{
        display: flex;
        flex: 1;
        margin-top: 2vh;
        margin-left: 2vw;
        cursor: pointer;
        .BottomText{
            margin-top: 3 / @px-unit;
            margin-left: 10 / @px-unit;
        }
    }
    .Items:hover{
        color: @--primary-5;
        svg path{
            fill: @--primary-5;
        }
    }
    .home_BottomMenu{
        .svgOut(@pageTextN);
    }
}
.BottomItemTip {
    word-break: break-word;
}



._InnerPasswordTipModal_ {
            .ant-modal-body {
                padding: 0 !important;
                .wrapper {
                    .wrapper-tip {
                        padding: 24 / @px-unit;
                        display: flex;
                        justify-content: center;
                        color: rgb(255, 255, 255);
                        align-items: center;
                        border-bottom: 1px solid #494d58;
                        .icon {
                            svg {
                                path:first-child {
                                    fill: #FCAC15;
                                }
                            }
                        }
                    }
                    .ant-tabs {
                        padding: 24 / @px-unit 40 / @px-unit;
    
                        .ant-tabs-nav-wrap {
                            .ant-tabs-nav-list {
                                
                                
                                border-radius: 4 / @px-unit;
                                .ant-tabs-tab {
                                    width: 120 / @px-unit;
                                    height: 32 / @px-unit;
                                    
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                }
                                .ant-tabs-tab:first-child {
                                    border-top: 1px solid rgb(73, 77, 88);    
                                    border-bottom: 1px solid rgb(73, 77, 88); 
                                    border-left: 1px solid rgb(73, 77, 88);   
                                    border-radius: 4 / @px-unit 0 0 4 / @px-unit;
                                }
                                .ant-tabs-tab:nth-last-child(2) {
                                    border-radius: 0 4/@px-unit 4/@px-unit 0;
                                    border-top: 1 / @px-unit solid rgb(73, 77, 88);    
                                    border-bottom: 1 / @px-unit solid rgb(73, 77, 88); 
                                    border-right: 1 / @px-unit solid rgb(73, 77, 88);   
                                }
                                .ant-tabs-tab-active:first-child {
                                       border: 1 / @px-unit solid rgb(56, 142, 255);
                                       border-radius: 4 / @px-unit 0 0 4/@px-unit;
                                }
                                .ant-tabs-tab-active:nth-last-child(2) {
                                    border: 1 / @px-unit solid rgb(56, 142, 255);
                                    border-radius: 0 4 / @px-unit 4 / @px-unit 0;
                                }
                                .ant-tabs-tab-active {
                                    background-color: #253C59;
                                    .ant-tabs-tab-btn {
                                        color: #388EFF;
                                    }
                                }
                                .ant-tabs-tab + .ant-tabs-tab {
                                    margin: 0;
                                }
                                .ant-tabs-ink-bar {
                                    display: none;
                                }
                            }
                        }
                    }
                    .wrapper-list {
                        display: flex;
                        flex-direction: column;
                        gap: 16 / @px-unit;
                        .wrapper-list-title {
                            color: #D8D8D9;
                            line-height: 24 / @px-unit;
                            font-weight: 700;
                            font-size: 16 / @px-unit;
                        }
                        .wrapper-list-container {
                            display: flex;
                            flex-wrap: wrap;
                            gap: 32 / @px-unit;
                            .wrapper-list-container-item {
                                width: 320 / @px-unit;
                                height: 448 / @px-unit;
                                border-radius: 4 / @px-unit;
                                border: 1px solid rgb(73, 77, 88);
                                padding: 55 / @px-unit 24/@px-unit 33/@px-unit 24/@px-unit;
                                .wrapper-list-container-item_body {
                                    display: flex;
                                    flex-direction: column;
                                    align-items: center;
                                    &-svg {
                                        width: 120 / @px-unit;
                                        height: 120 / @px-unit;
                                        
                                        margin-bottom: 48 / @px-unit;
                                        border-radius: 4 / @px-unit;
                                        .anticon {
                                            font-size: 120 / @px-unit;
                                        }
                                        
                                    }
                                    &-title {
                                        color: #D8D8D9;
                                        line-height: 24 / @px-unit;
                                        font-size: 16 / @px-unit;
                                        margin-bottom: 22 / @px-unit;
                                    }
                                    &-content {
                                        width: 100%;
                                        color: rgb(216, 216, 217);
                                        line-height: 24 / @px-unit;
                                        font-size: 16 / @px-unit;
                                        &-desc {
                                            font-size: 14 / @px-unit;
                                        }
                                        &-img {
                                            width: 266 / @px-unit;
                                            height: 148 / @px-unit;
                                            display: flex;
                                            justify-content: center;
                                            img {
                                                height: 100%;
                                            }
                                            
                                            
                                        }
                                        &-header {
                                            display: flex;
                                            justify-content: space-between;
                                            align-items: center;
                                            margin-bottom: 4 / @px-unit;
                                            .copy_icon {
                                                cursor: pointer;
                                            }
                                        }
                                        &-url {
                                            width: 100%;
                                            height: 40 / @px-unit;
                                            border-radius: 4 / @px-unit;
                                            background: rgba(255, 255, 255, 0.15);
                                            color: rgb(216, 216, 217);
                                            line-height: 24 / @px-unit;
                                            font-size: 16 / @px-unit;
                                            margin-bottom: 16px;
                                            display: flex;
                                            justify-content: flex-start;
                                            overflow: hidden;
                                            align-items: center;
                                            padding: 6 / @px-unit 8 / @px-unit;
                                        }
                                        &-btn {
                                            width: 100%;
                                            height: 32 / @px-unit;
                                            border: 1px solid rgb(96, 99, 102);
                                            border-radius: 4 / @px-unit;
                                            color: rgb(216, 216, 217);
                                            line-height: 24 / @px-unit;
                                            font-size: 16 / @px-unit;
                                            display: flex;
                                            justify-content: center;
                                            align-items: center;
                                            cursor: pointer;
                                            &:hover, &:active {
                                                background-color: #253C59;
                                                border: 1 / @px-unit solid #388eff;
                                                color: #388EFF;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
}
   


._InnerResetPasswordModal_ {
        .ant-modal-body {
            padding: 0 !important;
            .wrapper {
                .wrapper-header {
                    padding: 24 / @px-unit 0;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-bottom: 1px solid rgb(68, 72, 76);
                    &-text {
                        color: rgb(255, 255, 255);
                        font-size: 16 / @px-unit;
                        line-height: 24 / @px-unit;
                        margin-right: 8 / @px-unit;
                    }
                    &-tip {
                        color: rgb(0, 156, 255);
                        font-size: 16 / @px-unit;
                        line-height: 24 / @px-unit;
                        cursor: pointer;
                    }
                }
                .wrapper-content {
                    display: flex;
                    height: 527 / @px-unit;
                    .wrapper-content-qrcode {
                        width: 400 / @px-unit;
                        padding: 40 / @px-unit 24 / @px-unit 32 / @px-unit 40 / @px-unit;
                        &-title {
                            color: rgb(255, 255, 255);
                            font-size: 16 / @px-unit;
                            line-height: 24 / @px-unit;
                            margin-bottom: 16 / @px-unit;
                        }
                        &-desc {
                            color: rgb(168, 169, 171);
                            font-size: 16 / @px-unit;
                            line-height: 24 / @px-unit;
                            margin-bottom: 16px;
                        }
                        .flex-center {
                            display: flex;
                            justify-content: center;
                        }
                        &-content {
                            padding: 24 / @px-unit;
                            display: flex;
                            flex-direction: column;
                            gap: 4 / @px-unit;
                            width: 251 / @px-unit;
                            height: 275 / @px-unit;
                            &-img {
                                width: 203 / @px-unit;
                                height: 203 / @px-unit;
                                background-color: #fff;
                                padding: 8 / @px-unit;
                                canvas {
                                    height: 100% !important;
                                    width: 100% !important;
                                }
                            }
                            &-number {
                                color:#A8A9AB;
                                font-size: 14 / @px-unit;
                                line-height: 20 / @px-unit;
                                text-align: center;
                            }
                        }
                    }
                    .wrapper-content-line {
                        height: 100%;
                        display: flex;
                        align-items: center;
                        &-container {
                            width: 2 / @px-unit;
                            height: 370 / @px-unit;
                            background: rgb(68, 72, 76);
                        }
                    }
                    .wrapper-content-form {
                        flex: 1;
                        padding: 40 / @px-unit 24 / @px-unit 32 / @px-unit 40 / @px-unit;
                        &-title {
                            color: rgb(255, 255, 255);
                            font-size: 16 / @px-unit;
                            line-height: 24 / @px-unit;
                            margin-bottom: 16 / @px-unit;
                        }
                        .customer-checkbox {
                            .label-div-Container {
                                margin-bottom: 0 !important;
                                .label-normal-container {
                                    width: 100%;
                                    display: flex;
                                    align-items: center;
                                    .label-normal-behind {
                                        width: auto !important;
                                        color: rgb(168, 169, 171);
                                        font-size: 16 / @px-unit;
                                        font-weight: 400;
                                        line-height: 24 / @px-unit;
                                    }
                                }
                            }
                        }
                        .label-normal{
                            color: #A8A9AB;
                            font-size: 16 / @px-unit;
                            line-height: 24 / @px-unit;
                            display: flex;
                            align-items: center;
                            width: 160 / @px-unit !important;
                            margin-right: 16 / @px-unit;
                        }
                        .username-container {
                            display: flex;
                            font-size: 16 / @px-unit;
                            line-height: 24 / @px-unit;
                            margin-bottom: 16 / @px-unit;
                            .username-normal {
                                color: #A8A9AB;
                                display: flex;
                                align-items: center;
                                width: 160 / @px-unit !important;
                                margin-right: 16 / @px-unit;
                            }
                            .username {
                                color: #D8D8D9;
                            }
                        }
                    }
                }
            }
        }
}


.Ocx_download_bottom{
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10/@px-unit 0;
    border-top: 1/@px-unit solid @ocxBorder;
    background: @ocxDownloadBar;
    color: .color_N(@ocxDownloadBar)[];
    z-index: 10000;
    span{
        padding-top: 6/@px-unit;
        display: inline-block;
    }
    a {
        text-decoration: underline;
        color: @anchorTextN;
        &:hover {
            color: @anchorTextA;
        }
    }
    .closeBtn{
        float: right;
        margin-right: 20/@px-unit;
        border: 1/@px-unit solid @buttonNormalBorderN;
        background-color: @buttonNormalBgN;
        color: .color_N(@buttonNormalBgN)[];
        border-radius: 4/@px-unit;
        padding: 4/@px-unit 10/@px-unit;
        cursor: pointer;
        &:hover{
            color: .color_A(@buttonNormalBgN)[];
        }
    }
}

.plugin_confirm_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.45);
}



.syncinfo_modal {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    } 
}



.H5 {
    z-Index: 9999;
    position: relative;
    .h5player {
        background-color: @ocxBg;
        .h5player_header {
            background-color: @ocxHeaderBg;
            color:.color_N(@ocxHeaderBg)[];
            height: 15/@px-unit;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
        .h5player_header_left {
            height: 15/@px-unit;
            font-size: 12/@px-unit !important;
            margin-left: 2/@px-unit;
            span {
                padding-right: 10/@px-unit;
                span {
                    padding-left: 10/@px-unit;
                }
            }
        }
        .h5player_header_right {
            display: flex;
            justify-content: flex-end;
            height: 15/@px-unit;
            font-size: 12/@px-unit !important;
            
            .cus_icons{
                .svgOut(@ocxHeaderSvgColorN);
                font-size: 12/@px-unit !important;
                margin-right: 2/@px-unit;
                display: flex;
                justify-content: flex-end;
                &:hover{
                    .svgHover(@ocxHeaderSvgColorA);
                }
            }
            .active .cus_icons{
                .svgOut(.color_A(@ocxHeaderBg)[]);
            }
        }
        .h5playerProptip {
            width: 100%;
            height: 96/@px-unit;
            position: absolute;
            text-align: center;
            font-weight: 700/@px-unit !important;
            padding-top: 15/@px-unit;
            font-size: 30/@px-unit;
            
            color: .color_A(@ocxBg)[];
            top: 50%;
            margin-top: -40/@px-unit;
        }
    }
   
}



.Ocx_download_center{
    z-Index: 9999;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: @ocxBg;
    .pluginMsg {
        left: 50%;
        top: 50%;       
        transform: translateX(-50%);
        position: absolute;
        width: auto;
        max-width: 80%;
        border-bottom: 1/@px-unit dashed @pageTextN;
        a, svg{
            color: @pageTextN;
        }
        &:hover {
            border-bottom: 1/@px-unit dashed @current;
            a, svg{ 
                color: @current;
            }
        }
    }
}