﻿
.portlet {
    margin-bottom: 10px;
    border-radius: 4px !important;
}

.portlet > .portlet-title{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.portlet > .portlet-title > .tools > a {
    color: #ffffff !important;
    height: 13px;
    margin-left: 10px;
}

.portlet > .portlet-title > .actions > .btn.btn-sm {
    margin-top: -10px;
}

.portlet.box > .portlet-body {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.form-body {
    padding: 1px;
    margin: 1px;
}

div.dataTables_length select {
    width: 55px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

/*.table-container {
    margin-right: -5px;
    margin-left: -5px;
}*/

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 1px;
    line-height: 30px;

}
.table > thead > tr > th, .table > thead > tr > td {
    padding-left: 8px;
    padding-right: 8px;
}

.table > tbody > tr > td > div > p {
    padding-left: 8px;
    padding-right: 8px;
}


.form-section {
    margin: 10px 0px 10px 0px;
}

.portlet > .portlet-title > .caption {
    font-size: 13px;
}

    .portlet > .portlet-title > .caption > i {
        margin-top: 1px;
    }

.tdright {
    text-align: right;
}

.datepicker .dropdown-menu {
    bottom: auto;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 5px;
}

.form-group .control-label {
    padding-left: 0px;
    padding-right: 0px;
}

.btn-group button.dropdown-toggle {
    height: inherit;
}

.panel-group .panel {
    overflow: inherit;
}

.panel, .tile {
    border-radius: 4px !important;
}

.form-group span {
    font-size: 10.5px;
}

.table tr.even.row_selected td {
    background-color: #F8F0C3;
}

.table tr.odd.row_selected td {
    background-color: #F8F0C3;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li {
    margin: 0 2px;
}

.form-group .btn {
    height: 26px;
}

.form-group .control-label .required:after {
    content: '*';
    color: red;
}

.header.navbar .navbar-nav > li.dropdown.user .dropdown-toggle .username {
    color: #FFFFFF;
}

.bootstrap-timepicker .input-group-addon {
    height: 34px;
}

/**portlet btn*/

.portlet .portlet-title .actions .btn > i {
    margin-right: 4px;
}

body {
    font-family: 'Arial' '微软雅黑';
}

.portlet .portlet-title .actions a {
    margin-right: 10px;
}

.util-btn-margin-bottom-5 .btn {
    margin-bottom: 0px !important;
}

.form-group span.help-block {
    font-size: 8px;
    display: none;
}

.icon-warning {
    color: #ffb442;
}

.pagination li > a {
    height: 30px;
}

.input-icon.right i {
    right: 4px;
}

.dataTables_extended_wrapper .dataTables_length {
    margin-top: 12px !important;
}

.dataTables_extended_wrapper .dataTables_info {
    margin-top: 15px !important;
}

.table-spinner {
    background-image: url("/V3Framework/Main/img/input-spinner.gif") !important;
    background-repeat: no-repeat;
    background-position: left 8px;
}


.selectpicker > li, .selectpicker > li > a {
    height: 26px;
    min-width: 70px;
}

.dropdown-menu .select-all {
    height: 26px;
}

.dropdown-menu li > a {
    padding: 5px 0 5px 10px;
}

.dropdown-menu .select-all > a:hover, .dropdown-menu .select-all {
    text-decoration: none;
    background-image: none;
    background-color: #eee;
    color: #333;
    filter: none;
}

    .dropdown-menu .select-all a i.check-mark {
        float: right;
        display: inline-block;
        right: 15px;
        margin-top: 2.5px;
    }

    .dropdown-menu .select-all > a {
        padding: 6px 0 6px 13px;
        color: #333;
        text-decoration: none;
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 18px;
        white-space: nowrap;
    }

.DTFC_ScrollWrapper th {
    white-space: nowrap;
}

.DTFC_ScrollWrapper td {
    white-space: nowrap;
}


.input-group-addon.green {
    border-color: #35aa47;
    background: #35aa47;
}

    .input-group-addon.green > i {
        color: #ffffff;
    }


/********行距小*********/
.form-body.narrow .row .form-group p, .narrow .form-body .row .form-group {
    margin-bottom: 0px;
}

table.narrow > tbody > tr > td {
    padding: 0 0 0 8px;
}


/*#region tab**/
.tabclose {
    padding: 0px !important;
    position: absolute !important;
    min-width: 0px !important;
    width: 30px !important;
    height: 30px !important;
    top: 5px;
    right: 1px;
    z-index: 99;
    color: #c5c6c0;
    cursor: default;
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}

.btn.tabclose > i {
    font-size: 26px;
    position: relative;
    top: 5px;
    right: 2px;
}

.btn.tabclose:hover, .btn.tabclose:focus, .btn.tabclose:active, .btn.tabclose.active {
    color: #fff;
    cursor: default;
    background-color: #d84a38;
    border: 1px solid transparent;
}


.active > .btn.tabclose {
    color: #c5c6c0;
    cursor: pointer !important;
    background-color: #fff;
    border: 1px solid transparent !important;
}

    .active > .btn.tabclose:hover, .active > .btn.tabclose:focus, .active > .btn.tabclose:active, .active > .btn.tabclose.active {
        background-color: #bb2413 !important;
        color: #fff !important;
        outline: none !important;
    }

.panelCollapsed .panel-heading {
    padding: 0px 0px 0px 5px !important;
}

.panelCollapsed .panel-title > .collapse-btn {
    background-image: url(/V3Framework/Main/img/portlet-collapse-icon-white.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 39px;
    height: 21px;
}

    .panelCollapsed .panel-title > .collapse-btn.collapsed {
        background-image: url(/V3Framework/Main/img/portlet-expand-icon-white.png);
        background-repeat: no-repeat;
    }

.panelCollapsed .panel-title {
    position: absolute;
    right: 40px;
    padding-top: 0px !important;
}

@media (max-width: 768px) {
    .panelCollapsed .panel-title {
        position: static;
    }
}

@media only screen and (max-width: 800px) {
    .portlet > .portlet-title > .actions > .btn.btn-sm {
        margin: 3px 8px;
    }

    #header_notification_bar {
        display: none;
    }

    #header_task_bar {
        display: none;
    }

    #weather_bar {
        display: none;
    }
}


@media (max-width: 480px) {
    .input-group.range .input-group-addon {
        display: table-row-group;
    }
}

@media(min-width:480px) {
    .input-group.range input.form-control, .input-group.range .input-icon {
        display: table !important;
    }

    .input-group.range .input-group-addon {
        display: table-cell;
    }
}

/*#endreigon**/
.form-group {
    margin: 0px;
}

.form-body > .row > div > h3 {
    margin-top: 0px;
}

/*#region loading的背景**/
.loading-message {
    background: #FFFAF0 !important;
    position: fixed;
    left: 0px;
    right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*#endregion**/

/*#region 响应浏览器大小**/
body:after {
    display: none;
    content: 'xs';
}

@media (min-width: 480px) {
    body:after {
        display: none;
        content: 'sm';
    }
}

@media (min-width: 768px) {
    body:after {
        display: none;
        content: 'md';
    }
}

@media (min-width: 1024px) {
    body:after {
        display: none;
        content: 'lg';
    }
}
/*#endregion**/



/* Left tabs */
.tabs-left.nav-tabs {
    border-right: 1px solid #ddd;
}

    .tabs-left.nav-tabs > li > a {
        display: block;
        margin-right: -1px;
    }

        .tabs-left.nav-tabs > li > a:hover, .tabs-left.nav-tabs > li > a:focus {
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -ms-border-radius: 4px 0 0 4px;
            -o-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left.nav-tabs > li.active > a,
    .tabs-left.nav-tabs > li.active > a:hover > li.active > a:focus {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        -o-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #ffffff;
    }

/* Right tabs */
.tabs-right.nav-tabs {
    border-left: 1px solid #ddd;
}

    .tabs-right.nav-tabs > li > a {
        display: block;
        margin-left: -1px;
    }

        .tabs-right.nav-tabs > li > a:hover, .tabs-right.nav-tabs > li > a:focus {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    .tabs-right.nav-tabs > li.active > a,
    .tabs-right.nav-tabs > li.active > a:hover > li.active > a:focus {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        -o-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #ffffff;
    }

/* Below tabs */
.tabs-below > .nav-tabs,
.tabs-below > .nav-pills {
    border-bottom: 0;
    margin-bottom: 0px;
    margin-top: 10px;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
    margin-bottom: 0;
    margin-top: 10px;
}

    .tabs-below > .nav-tabs > li > a {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
            border-top-color: #ddd;
            border-bottom-color: transparent;
        }

        .tabs-below > .nav-tabs > li > a .dropdown-menu {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

    .tabs-below > .nav-tabs .active a,
    .tabs-below > .nav-tabs .active a:hover .active a:focus {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        border-color: transparent #ddd #ddd #ddd;
    }
/**弹出框调整*/
.modal .modal-header .modal-title {
    color: #454545;
    font-weight: bold !important;
}

.modal .dataTables_wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.fom-container {
    padding-right: 0px;
    padding-left: 0px;
}

    .fom-container > div > .form-group {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .fom-container .input-group-addon {
        width: 0px;
        padding: 0px;
        min-width: 0px;
        border: 0px solid transparent;
        background-color: transparent;
        color: transparent;
    }

    .fom-container .form-group > div {
        padding-right: 0px;
        padding-left: 0px;
    }

.portlet > .portlet-title > .caption > .title {
    background: transparent !important;
    border: none !important;
}

fz-list > .list-group > .list-group-item .header {
    padding: 0 10px;
}

fz-list > .list-group > .list-group-item .item {
    padding: 10px 0;
    margin: 0px;
}

.workflow-list .status {
    position: absolute;
    right: 10px;
    top: 25px;
}

    .workflow-list .status > span {
        font-size: 16px;
    }

.workflow-list .type {
    position: relative;
    top: 16px;
    left: 10px;
}

.workflow-list h3 {
    margin-top: 10px;
}

.input-group-addon {
    padding: 1px 2px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

@media (max-width:768px) {
    fz-list > .list-group > .list-group-item .item {
        padding: 0 20px;
    }

    .workflow-list .status {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .workflow-list h3 {
        margin-top: 0px;
    }

    .workflow-list .type {
        position: relative;
        top: 10px;
        left: 10px;
    }
}


.ver-inline-menu > li > a > span {
    position: absolute;
    top: 10px;
}

.btn i {
    margin-right: 10px;
}

.dataTables_length {
    float: left;
    margin: 5px;
}

div.dataTables_info {
    margin: 7px;
}

.modal-content .form-body {
    position: relative;
    padding: 8px;
    max-height: 450px;
    height: auto;
    min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.header.navbar .navbar-brand {
    width: 400px;
}

    .header.navbar .navbar-brand > img {
        margin-right: 10px;
        margin-top: -3px;
        margin-left: 10px;
    }

section > .row {
    margin-right: 0px;
    margin-left: 0px;
}

@media (max-width:768px) {
    .flip-scroll .table-responsive > .table-bordered {
        border-bottom: 1px solid #ddd;
    }

    .fz-search > div > .form-group {
        margin-right: 0px;
        margin-left: 0px;
    }

    .fz-search .form-body > .row {
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 5px;
    }

    .fz-search .form-body .form-group .fz-inputs {
        padding-right: 0px;
    }

    .flip-scroll .dataTable {
        margin-top: 0px;
    }

    .flip-scroll .table-responsive {
        overflow-x: hidden;
    }

        body > div > .row, .flip-scroll .table-responsive > .row {
            margin-right: 0px;
            margin-left: 0px;
        }

    .flip-content > thead > tr > td {
        padding: 5px 10px;
    }

    .flip-content tr > td {
        min-height: 29px;
    }

    .flip-scroll tbody tr {
        margin-left: 0px;
    }

    .flip-scroll .table-bordered > thead > tr > td {
        border-bottom-width: 1px;
    }

    .flip-scroll .table-bordered > tbody > tr:last-child > th,
    .flip-scroll .table-bordered > tfoot > tr:last-child > th,
    .flip-scroll .table-bordered > tbody > tr:last-child > td,
    .flip-scroll .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 1px solid #ddd;
    }

    .flip-scroll .table-bordered > thead > tr > th:last-child,
    .flip-scroll .table-bordered > thead > tr > td:last-child,
    .flip-scroll .table-bordered > tfoot > tr > th:last-child,
    .flip-scroll .table-bordered > tbody > tr > td:last-child,
    .flip-scroll .table-bordered > tfoot > tr > td:last-child {
        border-bottom-width: 0px;
    }

    .flip-scroll .table-bordered > tbody > tr:last-child {
        border-right: 1px solid #ddd;
    }

    .flip-scroll .table-bordered > thead,
    .flip-scroll .table-bordered > tbody {
        border-bottom: 1px solid #ddd;
        workflow-list .type;
    }
}

.modal-footer {
    margin-bottom: 5px;
}

.pagination {
    margin: 8px 0;
}

.fom-container > div > div.fix-height {
    display: none;
}

.hidden-xs {
    margin-top: 8px;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 20px;
}

/*#region 天气样式开始**/
.weather {
    padding: 0;
}

    .weather .list {
        box-sizing: border-box;
        margin: 0 auto;
        display: flex;
        height: 39px;
        width: 200px;
        background: rgba(0,0,0,0);
        color: #FFFFFF;
        padding: 0px;
    }

    .weather .itemleft {
        text-align: left;
        margin-top: -10px;
        flex: 1;
    }

    .weather .itemcenter {
        font-size: 12px;
        padding-top: 1px;
        text-align: left;
        color: #FFFFFF;
        flex: 1;
    }
/*#endregion 天气样式结束**/


/*#region 项目运营分析页面样式开始**/
.metroindextable {
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 12px;
    padding: 0;
}


    .metroindextable .item {
        text-align: center;
        flex: 1;
        /*border: 1px solid transparent;*/
        margin-right: -5px;
        padding: 0px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    }

        .metroindextable .item .itemcolor {
            background-color: #F9FAFC;
        }

        .metroindextable .item .line {
            border-bottom: 1px solid rgba(204, 204, 204,0.5);
        }

        .metroindextable .item .font1 {
            height: 40px;
            line-height: 25px;
        }

        .metroindextable .item .font2 {
            font-size: 16px;
            height: 50px;
            font-weight: bold;
        }

        .metroindextable .item .font3 {
            padding-top: 5px;
            height: 30px;
        }

        .metroindextable .item .font4 {
            padding-bottom: 10px;
            height: 40px;
        }

        .metroindextable .item .font5 {
            padding-top: 5px;
            height: 30px;
        }

        .metroindextable .item .font6 {
            padding-bottom: 10px;
            height: 40px;
        }

        .metroindextable .item .lfont1 {
            height: 38px;
            clear: both;
            float: left;
            padding-left: 10px;
            line-height: 25px;
        }

        .metroindextable .item .lfont2 {
            font-size: 14px;
            height: 38px;
            float: right;
            line-height: 25px;
            font-weight: bold;
            padding-right: 10px;
        }

        .metroindextable .item .lfont3 {
            height: 40px;
            padding-left: 10px;
            text-align: left;
            font-weight: bold;
            line-height: 25px;
        }


.MetroTableGdDrc {
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 12px;
    padding: 0;
}


    .MetroTableGdDrc .item {
        text-align: center;
        flex: 1;
        /*border: 1px solid transparent;*/
        margin-right: -5px;
        padding: 0px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    }

        .MetroTableGdDrc .item .lfont1 {
            height: 89px;
            clear: both;
            float: left;
            padding-left: 10px;
            padding-top: 30px;
            line-height: 25px;
        }

        .MetroTableGdDrc .item .lfont2 {
            font-size: 14px;
            height: 89px;
            float: right;
            line-height: 25px;
            font-weight: bold;
            padding-top: 30px;
            padding-right: 10px;
        }
/*#endregion 项目运营分析页面样式结束**/


/*#region 首页提醒页面样式开始**/
.metroremindtable {
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 12px;
    height: 60px;
}

    .metroremindtable .item {
        width: 100%;
        border: 2px solid;
        text-align: center;
        margin-top: 20px;
    }

        .metroremindtable .item .font1 {
            color: #FFFFFF;
        }

        .metroremindtable .item .font2 {
            cursor: pointer;
        }
/*#endregion 首页提醒页面样式结束**/


.form-control {
    border-radius: 3px !important;
}

.btn {
    border-radius: 4px !important;
}

.table thead tr td {
    font-size: 11px;
}

/*div,
input,
select,
textarea,
span,
img,
table,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
    border-radius: 4px !important;
}*/

.input-icon.right input {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.input-icon i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 7px 5px 7px 5px;
    width: 5px;
    height: 5px;
    font-size: 12px;
    text-align: center;
}

/*#region 报表滚动条开始**/
.scrolltable > .table-responsive > .scroll-table {
    max-width: 100%;
    overflow-x: auto;
}

.table-container > .table-responsive > .scroll-table > .table > thead > tr > th, .table-container > .table-responsive > .scroll-table > .table > tbody > tr > th, .table-container > .table-responsive > .scroll-table > .table > tfoot > tr > th, .table-container > .table-responsive > .scroll-table > .table > thead > tr > td, .table-container > .table-responsive > .scroll-table > .table > tbody > tr > td, .table-container > .table-responsive > .scroll-table > .table > tfoot > tr > td {
    width: auto;
    white-space: nowrap;
}

.pagingrow {
    margin: 0px;
}

    .pagingrow:before, .pagingrow:after {
        display: table;
        content: " ";
    }

    .pagingrow:after {
        clear: both;
    }
/*#endregion 报表滚动条结束**/

#systemloading {
    background: #D6D6D6;
    border: 0;
    cursor: wait;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    min-height: 400px;
    color: #FFF !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    z-index: 100; /* 此处的图层要大于页面 */
    display: none;
}

    #systemloading span {
        line-height: 20px;
        vertical-align: middle;
    }

.page-content {
    padding: 30px 10px 0 10px;
}

.page-header-fixed > div > div.row {
    margin-left: 0;
    margin-right: 0;
}


.has-error .help-inline,
.has-error .help-block,
.has-error .control-label {
    color: black;
}

.has-error .form-control {
    border-color: #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .has-error .form-control:focus {
        border-color: #468847;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.has-error .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.fixedHeader {
    background-color: #ffffff;
}

table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.page-content {
    padding-top: 17px;
    padding-left: 0px;
    padding-right: 0px;
}

.info_text {
    border-top-right-radius:8px !important;
    border-bottom-right-radius:8px !important;
}

.templateItem[_ngcontent-sws-c1] {
    width: calc(100% / 5 - 2rem);
    min-width: 11.875rem;
    background-color: #f5f7fa;
    border-radius: 0.6rem;
    margin-right: 2rem;
    margin-top: 1.5rem;
    padding: 0.6125rem;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.templateItem[_ngcontent-sws-c1] .bgc[_ngcontent-sws-c1] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
    .templateItem[_ngcontent-sws-c1] .imgpath[_ngcontent-sws-c1] {
        width: 100%;
        height: 20rem;
        border-radius: 0.6rem rem;
        margin: auto;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

.game[_ngcontent-cqw-c1] {
    display: flex;
    background-color: #fff;
    padding: 0 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

    .game[_ngcontent-cqw-c1] .gameItem[_ngcontent-cqw-c1] {
        width: calc(100% / 4 - 2rem);
        min-width: 11.875rem;
        background-color: #f5f7fa;
        border-radius: 0.6rem;
        margin-right: 2rem;
        margin-top: 1.5rem;
        padding: 0.6125rem;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
    }

        .game[_ngcontent-cqw-c1] .gameItem[_ngcontent-cqw-c1] .bgc[_ngcontent-cqw-c1] {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .game[_ngcontent-cqw-c1] .gameItem[_ngcontent-cqw-c1] .imgpath[_ngcontent-cqw-c1] {
            width: 100%;
            height: 15rem;
            border-radius: 0.6rem;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .game[_ngcontent-cqw-c1] .gameItem[_ngcontent-cqw-c1] .state[_ngcontent-cqw-c1] {
            width: 5rem;
            height: 5rem;
            position: absolute;
            right: 0.625rem;
            bottom: 0.625rem;
        }
            .game[_ngcontent-cqw-c1] .gameItem[_ngcontent-cqw-c1] .state[_ngcontent-cqw-c1] img[_ngcontent-cqw-c1] {
                width: 100%;
            }

        .game[_ngcontent-cqw-c1] .gameItem[_ngcontent-cqw-c1] .edit[_ngcontent-cqw-c1] {
            position: absolute;
            right: 5.4rem;
            bottom: 0.3rem;
            z-index: 99;
        }

        .game[_ngcontent-cqw-c1] .gameItem[_ngcontent-cqw-c1] .title[_ngcontent-cqw-c1] {
            font-weight: 600;
            padding-top: 0.5rem;
            height: 2rem;
            line-height: 2rem;
            font-size: .9rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .game[_ngcontent-cqw-c1] .gameItem[_ngcontent-cqw-c1] .date[_ngcontent-cqw-c1] {
            padding-top: 0.5rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }