﻿body, i {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

    body.loginbody {
        overflow-y: auto;
        font-size: 14px;
        line-height: 1.42857143;
        color: #333;
    }

.t-login-footer {
    line-height: 30px;
    color: #666666;
    background: #F0F0F0;
}

.loginbody {
    overflow-y: auto;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
}

blockquote, body, button, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, hr, i, img, input, li, ol, p, span, td, textarea, th, ul {
    margin: 0;
    padding: 0
}



.login-container {
    display: flex;
    flex: 1;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.login_left {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 98%;
    overflow: hidden;
}




.t-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    min-height: 600px;
}

    .t-table .t-login {
        outline: none !important;
    }

.t-login-container {
    display: flex;
    flex: 1;
}

    .t-login-container .row {
        margin: 0;
    }

    .t-login-container .main {
        background: none;
        margin: 50px
    }

    .t-login-container .main-right {
        border: none;
        box-shadow: none;
    }

.t-login-left {
    position: relative;
    flex: 1;
}

#loginCarousel {
    overflow: auto;
    position: relative;
}

/*//右半部分*/

.t-login-right {
    min-width: 512px;
    width: 40%;
    display: flex;
    flex-direction: column;
}


.t-login-container .main-left {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.header.main-left-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
}

    .header.main-left-header .ticon,
    .header.main-left-header .ticonfont-logo {
        color: #fff;
    }

/*------------------- 广告轮播图  20190815 start -----------------*/
.t-login-container .carousel-indicators {
    bottom: 10px;
}

    .t-login-container .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background-color: #fff;
        color: #fff;
        text-align: center;
        font-family: Arial;
        line-height: 10px;
        cursor: pointer;
        margin: 0 4px;
        opacity: 0.5;
    }

    .t-login-container .carousel-indicators .active {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        opacity: 1;
    }

.t-cloud .t-active {
    color: #3788ff;
}
/*------------------- 广告轮播图  20190815 end -----------------*/

.carousel-inner {
    border-right: solid 1px #ddd;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0 !important
}

/*随机码加载样式表，随时更改页面样式*/




.layui_div_header {
    margin-bottom: 10px;
}

.layui_div_header_title {
    line-height: 38px;
}

select {
    color: inherit;
    font: inherit;
    text-transform: none;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: listitem !important;
}

/**
    重写layui分页条 选择分页大小下拉框样式
*/
.layui-laypage-limits select {
    height: 26px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    border: 1px solid #e2e2e2 !important;
    box-sizing: border-box !important;
}
/*----------------------Form表单按钮居中---------------------------------*/
.layui-form-center {
    text-align: center;
    margin: 10px;
}
/*自定义------查询文本框最右侧显示查询图标*/
.layui-input-search-padding {
    /*padding-right: 35px;*/
}
/*自定义------文本框右侧查询图标样式*/
.layui-icon-search-main {
    position: absolute;
    top: 16px;
    right: 8px;
    cursor: pointer;
}

.div-search-icon .layui-icon {
    margin-top: -9px;
    right: 9px;
    cursor: pointer;
}

.div-search-icon {
    height: 31px;
    width: 30px;
    background-color: #fff;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}
.layui-col-xs3 {
    width: 20% !important;
}
.layui-col-xs4 {
    width: 25% !important;
}
.layui-col-xs6 {
    width: 16.6666667% !important;
}

.layui-col-xs2 {
    width: 33.33333333% !important;
}
/**
    重写卡片样式
*/
.layui-card-body {
    overflow: auto;
}

.layui-table-click td .layui-table-cell, .layui-table-hover td .layui-table-cell {
    color: #fff !important;
}

.layui-table tbody tr:hover, .layui-table-click, .layui-table-hover {
    background-color: #d7e6fe;
}

.layui-table, .layui-table-view {
    margin: 10px 0;
    margin-bottom: 0px;
}


/*----------------------查询区域调整为小的-------------------------------*/
.layui-form-pane-search .layui-input, .layui-select {
    height: 33px;
    line-height: 1.3;
    line-height: 33px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px
}

.layui-form-pane-search .layui-btn {
    margin-top: -6px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 18px;
    background-color: #298CF2;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.layui-form-pane-search .layui-form-label {
    width: 75px;
    padding: 6px 6px;
    height: 33px;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    text-align: center;
    background-color: #FBFBFB;
    overflow: hidden;
    box-sizing: border-box;
    font-size:13px;
}

.layui-form-pane-search .layui-input-block {
    margin-left: 75px;
    left: -1px
}

.layui-form-pane-search .layui-col-space10 > * {
    padding: 2px 4px;
}

.layui-col-space10 {
    margin: 0px;
}
.layui-card .layui-tab-brief .layui-tab-content {
    padding: 10px;
}
/*-----------------------------文本框禁用------------------------------------------*/
.layui-text-disabled {
    border: 1px solid #e6e6e6;
    background-color: rgb(242, 242, 242) !important;
    color: #298CF2;
    cursor: not-allowed;
    opacity: 1;
}

.lay-select-ignores {
    height: 100%;
    width: 100%;
    line-height: 33px;
    border: 0px;
    text-indent: 2px;
    color:#000;
}