body {
    line-height: 1.15;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    background: #F9FAFD;
}

* {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.viewport {
    /* 限定大小 */
    min-width: 1024px;
    max-width: 1920px;
    min-height: 780px;
    margin: 0 auto;
    background: url(../images/logo.png) no-repeat 0 0 / contain;
    display: flex;
    padding: 3.667rem 0.833rem 0;
}

.column {
    flex: 3;
    position: relative;
}

.column:nth-child(2) {
    flex: 4;
    margin: 1.333rem 0.833rem 0;
}

.panel {
    /* 边框 */
    box-sizing: border-box;
    border: 2px solid red;
    border-image: url(../images/border.png) 51 38 21 132;
    border-width: 2.125rem 1.583rem 0.875rem 5.5rem;
    position: relative;
    margin-bottom: 0.833rem;
}

.panel .inner {
    /* 装内容 */
    /* height: 60px; */
    position: absolute;
    top: -2.125rem;
    right: -1.583rem;
    bottom: -0.875rem;
    left: -5.5rem;
    padding: 1rem 1.5rem;
}

.panel h3 {
    font-size: 0.833rem;
    color: #fff;
}

/* 概览区域 */
.overview {
    height: 4.583rem;
}

.overview .inner {
    display: flex;
    justify-content: space-between;
}

.overview h4 {
    font-size: 1.167rem;
    padding-left: 0.2rem;
    color: #fff;
    margin-bottom: 0.333rem
}

.overview span {
    font-size: 0.667rem;
    color: #4c9bfd;
}

/* 监控 */
.monitor {
    height: 20rem;
}

.monitor .inner {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
}

.monitor .tabs {
    padding: 0 1.5rem;
    margin-bottom: 0.75rem;
}

.monitor .tabs a {
    color: #1950c4;
    font-size: 0.75rem;
    padding: 0 1.125rem;
}

.monitor .tabs a:first-child {
    border-right: 0.083rem solid #00f2f1;
    padding-left: 0;
}

.monitor .tabs a.active {
    color: #fff;
}

.monitor .content {
    flex: 1;
    display: none;
    position: relative;
}

.monitor .head {
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.583rem;
    padding: 0.5rem 1.5rem;
    color: #68d8fe;
    display: flex;
    justify-content: space-between;
    line-height: 1.05;
}

.monitor .col:nth-child(1) {
    width: 3.2rem;
}

.monitor .col:nth-child(2) {
    width: 8.4rem;
    /* 不换行  一行省略*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.monitor .col:nth-child(3) {
    width: 3.2rem;
}

.monitor .marquee-view {
    position: absolute;
    top: 1.6rem;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.monitor .row {
    line-height: 1.05;
    padding: 0.5rem 1.5rem;
    color: #61a8ff;
    font-size: 0.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.monitor .row:hover {
    color: #68d8ff;
    background: rgba(255, 255, 255, 0.1);
}

.monitor .row:hover .icon-dot {
    opacity: 1;
}

.monitor .icon-dot {
    position: absolute;
    left: 0.64rem;
    opacity: 0;
}

.monitor .marquee-view {
    position: absolute;
    top: 1.6rem;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.monitor .row {
    line-height: 1.05;
    padding: 0.5rem 1.5rem;
    color: #61a8ff;
    font-size: 0.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.monitor .row:hover {
    color: #68d8ff;
    background: rgba(255, 255, 255, 0.1);
}

.monitor .row:hover .icon-dot {
    opacity: 1;
}

.monitor .icon-dot {
    position: absolute;
    left: 0.64rem;
    opacity: 0;
}

/* ------------------------------------------------------------动画 */
@keyframes row {
    0% {
    }
    100% {
        transform: translateY(-50%);
    }
}

/* 调用动画 */
.monitor .marquee {
    /* //infinite永久调用动画 */
    animation: row 10s linear infinite;
}

/*鼠标划入 停止动画  */
.monitor .marquee:hover {
    animation-play-state: paused;
}

/* 点位 */
.point {
    height: 14.167rem;
}

.point .chart {
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
}

.point .pie {
    width: 13rem;
    height: 10rem;
    margin-left: -0.4rem;
}

.point .data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 7rem;
    padding: 1.5rem 1.25rem;
    box-sizing: border-box;
    background-image: url(../images/rect.png);
    background-size: cover;
}

.point h4 {
    margin-bottom: 0.5rem;
    font-size: 1.167rem;
    color: #fff;
}

.point span {
    display: block;
    color: #4c9bfd;
    font-size: 0.667rem;
}

/* 地图  */
.map {
    height: 24.1rem;
    margin-bottom: 0.833rem;
    display: flex;
    flex-direction: column;
}

.map h3 {
    line-height: 1;
    padding: 0.667rem 0;
    margin: 0;
    font-size: 0.833rem;
    color: #fff;
}

.map .icon-cube {
    color: #68d8fe;
}

.map .chart {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.05);
}

.map .geo {
    width: 100%;
    height: 100%;
}

/* 用户模块 */
.users {
    height: 14.167rem;
    display: flex;
}

.users .chart {
    display: flex;
    margin-top: 1rem;
}

.users .bar {
    width: 24.5rem;
    height: 10rem;
}

.users .data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 7rem;
    padding: 1.5rem 1.25rem;
    box-sizing: border-box;
    background-image: url(../images/rect.png);
    background-size: cover;
}

.users h4 {
    margin-bottom: 0.5rem;
    font-size: 1.167rem;
    color: #fff;
}

.users span {
    display: block;
    color: #4c9bfd;
    font-size: 0.667rem;
}

/* 订单 */
.order {
    height: 6.167rem;
}

.order .filter {
    display: flex;
}

.order .filter a {
    display: block;
    height: 0.75rem;
    line-height: 1;
    padding: 0 0.75rem;
    color: #1950c4;
    font-size: 0.75rem;
    border-right: 0.083rem solid #00f2f1;
}

.order .filter a:first-child {
    padding-left: 0;
}

.order .filter a:last-child {
    border-right: none;
}

.order .filter a.active {
    color: #fff;
    font-size: 0.833rem;
}

.order .data {
    display: flex;
    margin-top: 0.833rem;
}

.order .item {
    width: 50%;
}

.order h4 {
    font-size: 1.167rem;
    color: #fff;
    margin-bottom: 0.417rem;
}

.order span {
    display: block;
    color: #4c9bfd;
    font-size: 0.667rem;
}

/* 销售区域 */
.sales {
    height: 10.333rem;
}

.sales .caption {
    display: flex;
    line-height: 1;
}

.sales h3 {
    height: 0.75rem;
    padding-right: 0.75rem;
    border-right: 0.083rem solid #00f2f1;
}

.sales a {
    padding: 0.167rem;
    font-size: 0.667rem;
    margin: -0.125rem 0 0 0.875rem;
    border-radius: 0.125rem;
    color: #0bace6;
}

.sales a.active {
    background-color: #4c9bfd;
    color: #fff;
}

.sales .inner {
    display: flex;
    flex-direction: column;
}

.sales .chart {
    flex: 1;
    padding-top: 0.6rem;
    position: relative;
}

.sales .label {
    position: absolute;
    left: 1.75rem;
    top: 0.75rem;
    color: #4996f5;
    font-size: 0.583rem;
}

.sales .line {
    width: 100%;
    height: 100%;
}

/* 渠道区块 */
.wrap {
    display: flex;
}

.channel,
.quarter {
    flex: 1;
    height: 9.667rem;
}

.channel {
    margin-right: 0.833rem;
}

.channel .data {
    overflow: hidden;
}

.channel .item {
    margin-top: 0.85rem;
}

.channel .item:first-child {
    float: left;
}

.channel .item:last-child {
    float: right;
}

.channel h4 {
    color: #fff;
    font-size: 1.333rem;
    margin-bottom: 0.2rem;
}

.channel small {
    font-size: 50%;
}

.channel span {
    display: block;
    color: #4c9bfd;
    font-size: 0.583rem;
}

/* 季度区块 */
.quarter .inner {
    display: flex;
    flex-direction: column;
    margin: 0 -0.25rem;
}

.quarter .chart {
    flex: 1;
    padding-top: 0.75rem;
}

.quarter .box {
    position: relative;
}

.quarter .label {
    transform: translate(-50%, -30%);
    color: #fff;
    font-size: 1.25rem;
    position: absolute;
    left: 50%;
    top: 50%;
}

.quarter .label small {
    font-size: 50%;
}

.quarter .gauge {
    height: 3.5rem;
}

.quarter .data {
    display: flex;
    justify-content: space-between;
}

.quarter .item {
    width: 50%;
}

.quarter h4 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.quarter span {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #4c9bfd;
    font-size: 0.583rem;
}

/* 排行榜 */
.top {
    height: 11.8rem;
}

.top .inner {
    display: flex;
}

.top .all {
    display: flex;
    flex-direction: column;
    width: 7rem;
    color: #4c9bfd;
    font-size: 0.6rem;
    vertical-align: middle;
}

.top .all ul {
    padding-left: 0.5rem;
    margin-top: 0.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.top .all li {
    overflow: hidden;
}

.top .all [class^="icon-"] {
    font-size: 1.5rem;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.top .province {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.top .province i {
    padding: 0 0.5rem;
    margin-top: 0.208rem;
    float: right;
    font-style: normal;
    font-size: 0.583rem;
    color: #0bace6;
}

.top .province s {
    display: inline-block;
    transform: scale(0.8);
    text-decoration: none;
}

.top .province .icon-up {
    color: #dc3c33;
}

.top .province .icon-down {
    color: #36be90;
}

.top .province .data {
    flex: 1;
    display: flex;
    margin-top: 0.6rem;
}

.top .province ul {
    flex: 1;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.top .province ul li {
    display: flex;
    justify-content: space-between;
}

.top .province ul span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top .province ul.sup {
    font-size: 0.583rem;
}

.top .province ul.sup li {
    color: #4995f4;
    padding: 0.5rem;
}

.top .province ul.sup li.active {
    color: #a3c6f2;
    background-color: rgba(10, 67, 188, 0.2);
}

.top .province ul.sub {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 0.5rem;
    background-color: rgba(10, 67, 188, 0.2);
}

.top .province ul.sub li {
    color: #52ffff;
    padding: 0.417rem 0.6rem;
}

.clock {
    position: absolute;
    top: -1.5rem;
    right: 1.667rem;
    font-size: 0.833rem;
    color: #0bace6;
}

.clock i {
    margin-right: 5px;
    font-size: 0.833rem;
}

.video-btn {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #DDDDDD;
    position: absolute;
    right: 88px;
    top: 50%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.vodeo-text {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.uk-select {
    width: 210px;
}

.send-btn {
    width: 148px;
    height: 48px;
    background: #015BFE;
    border-radius: 6px 6px 6px 6px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    font-style: normal;
    text-transform: none;
}

.video-text {
    text-align: center;
}

.map-content {
    background-image: url('/mapcss/mapbg.png');
    border-radius: 0 0 0 0;
    margin-right: 24px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.header-section {
    padding-top: 60px;
}

.history-section {
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #DDDDDD;
    padding: 12px;
    margin-bottom: 15px;
}

.use-teacher-title {
    font-weight: 700;
    font-size: 18px;
    color: #015BFE;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    position: relative;
}

.use-teacher-title:after {
    content: "";
    height: 3px;
    background-color: #015BFE;
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 75px;
    border-radius: 2px;
    left: 0;
    top: 30px;
}

.logo-title {
    font-weight: 700;
    font-size: 40px;
    color: #333333;
    line-height: 53px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.send-container {
    margin: 0 288px;
}

.send-container .input-area {
    padding: 12px 0;
}

.sys-code {
    font-weight: 400;
    font-size: 18px;
    color: #A3A9B3;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.main-map {
    margin-top: 40px;
    display: flex;
}

.geo {
    width: 300px;
    height: 550px;
}

.input-group-right {
    display: flex;
    align-items: center;
}

.history-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
}

.history-card {
    background: #F5F7F9;
    margin-bottom: 10px;
    padding: 10px;
    width: 30.33%;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.history-content {
    background: #fff;
    font-weight: 400;
    font-size: 1rem;
    color: #676F77;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: .5rem;
}

.uk-modal-dialog {
    border-radius: 10px;
}

@media screen and (min-width: 1367px) {
    .header-section {
        padding-top: 20px
    }

    .logo-title {
        font-weight: 400;
        font-size: 30px;
        color: #333333;
        line-height: 56px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 5px;
    }

    .sys-code {

    }

    .send-container {
        margin: 0 auto;
        max-width: 1010px;
    }

    .input-group {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .input-group-left {
        display: flex;
        flex: 1;
        width: 100%;
    }

    .input-group-right {
        display: flex;
        width: 100%;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
    }

    .input-group-right .uk-border-rounded {
        border: none;
    }

    .input-group-left .uk-select, .input-group-right .uk-select {
        width: 130px;
    }

    .map-content {
        padding: 12px;
        width: 100%;
        margin-right: 0;
        flex: 3;
    }

    .teach-info {
        flex: 1;
    }

    .main-map {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .main-video {
        display: none;
    }

    .geo {
        width: 300px;
    }

    .num-icon {
        color: #cacbcf;
        background: #535965;
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 10px;
        text-align: center;
        font-size: 14px;
        margin-right: 10px;
    }

    .sms-his-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 10px;
        align-items: center;
    }

    .use-teacher-title {
        border-bottom: none;
        padding-bottom: 0;
    }

    .history-card {
        background: #F5F7F9;
        margin-bottom: 10px;
        padding: 10px;
        width: 30.33%;
        border-radius: 0.5rem;
    }

    .history-content {
        background: #fff;
        font-weight: 400;
        font-size: 1rem;
        color: #676F77;
        line-height: 1.5rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
        padding: .5rem;
        min-height: 128px;
    }

    .history-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: row;
        justify-content: flex-start;
    }

    .send-btn {
        height: 2rem;
        border-radius: 0.36rem 0.36rem 0.36rem 0.36rem;
        border: 0.04rem solid #DDDDDD;
        width: 7rem;
        font-size: 14px;
        padding: 0 7px;
        margin-right: 5px;
    }

    .uk-modal-body {
        border-radius: 5px;
    }

    .uk-button {
        border-radius: 5px;
    }

    .sms-prefix {
        width: 44px;
        height: 22px;
        background: #015BFE;
        border-radius: 5px;
        display: inline-block;
        color: #fff;
        text-align: center;
        line-height: 22px;
    }

    .uk-tab {
        gap: 10px;
    }

    .uk-tab li {
        width: 82px;
        height: 34px;
        background: #D9E6FF;
        border-radius: 5px;
    }

    .type-btn-groups {
        display: flex;
        justify-content: flex-start;
        gap: 20px;

        .uk-button {
            height: 34px;
            background: #D9E6FF;
            border-radius: 5px;
            color: #525966;
        }

        .uk-button-primary {
            background: #dbe6fd;
            color: #015BFE;
        }
    }

    .keyword-search {
        width: 75%;
    }

    .code-icon {
        width: 32px;
    }

    .btn-refresh {
        display: flex;
        align-items: center;
        height: 40px;
        width: 80px;
        justify-content: center;
    }

    .main-search {
        display: flex;
        justify-content: space-between;
    }

    .video-teacher {
        background: #E1E9F9;
        border-radius: 8px;
        padding: 12px;
        font-weight: 400;
        font-size: 15px;
        color: #015BFE;
        overflow: hidden;
    }

    .video-play-icon {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
}

/* 中等屏幕适配 */
@media screen and (min-width: 769px) and (max-width: 1366px) {
    .header-section {
        padding-top: 20px
    }

    .logo-title {
        font-weight: 400;
        font-size: 30px;
        color: #333333;
        line-height: 56px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 5px;
    }

    .sys-code {

    }

    .send-container {
        margin: 0 auto;
        max-width: 960px;
    }

    .input-group {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .input-group-left {
        display: flex;
        flex: 1;
        width: 100%;
    }

    .input-group-right {
        display: flex;
        width: 100%;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
    }

    .input-group-right .uk-border-rounded {
        border: none;
    }

    .input-group-left .uk-select, .input-group-right .uk-select {
        width: 130px;
    }

    .map-content {
        padding: 0;
        width: 100%;
        margin-right: 0;
        flex: 3;
        min-height: 430px;
    }

    .teach-info {
        flex: 1;
        min-height: 430px;
    }

    .main-map {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .main-video {
        display: none;
    }

    .geo {
        width: 300px;
    }

    .num-icon {
        color: #cacbcf;
        background: #535965;
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 10px;
        text-align: center;
        font-size: 14px;
        margin-right: 10px;
    }

    .sms-his-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 10px;
        align-items: center;
    }

    .use-teacher-title {
        border-bottom: none;
        padding-bottom: 0;
    }

    .history-card {
        background: #F5F7F9;
        margin-bottom: 10px;
        padding: 10px;
        width: 30.33%;
        border-radius: 0.5rem;
    }

    .history-content {
        background: #fff;
        font-weight: 400;
        font-size: 1rem;
        color: #676F77;
        line-height: 1.5rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
        padding: .5rem;
        min-height: 128px;
    }

    .history-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: row;
        justify-content: flex-start;
    }

    .send-btn {
        height: 2rem;
        border-radius: 0.36rem 0.36rem 0.36rem 0.36rem;
        border: 0.04rem solid #DDDDDD;
        width: 7rem;
        font-size: 14px;
        padding: 0 7px;
        margin-right: 5px;
    }

    .uk-modal-body {
        border-radius: 5px;
    }

    .uk-button {
        border-radius: 5px;
    }

    .sms-prefix {
        width: 44px;
        height: 22px;
        background: #015BFE;
        border-radius: 5px;
        display: inline-block;
        color: #fff;
        text-align: center;
        line-height: 22px;
    }

    .uk-tab {
        gap: 10px;
    }

    .uk-tab li {
        width: 82px;
        height: 34px;
        background: #D9E6FF;
        border-radius: 5px;
    }

    .type-btn-groups {
        display: flex;
        justify-content: flex-start;
        gap: 20px;

        .uk-button {
            height: 34px;
            background: #D9E6FF;
            border-radius: 5px;
            color: #525966;
        }

        .uk-button-primary {
            background: #dbe6fd;
            color: #015BFE;
        }
    }

    .keyword-search {
        width: 75%;
    }

    .code-icon {
        width: 32px;
    }

    .btn-refresh {
        display: flex;
        align-items: center;
        height: 40px;
        width: 80px;
        justify-content: center;
    }

    .main-search {
        display: flex;
        justify-content: space-between;
    }

    .video-teacher {
        background: #E1E9F9;
        border-radius: 8px;
        padding: 12px;
        font-weight: 400;
        font-size: 15px;
        color: #015BFE;
        overflow: hidden;
    }

    .video-play-icon {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
}

/* 手机屏幕 */
@media screen and (max-width: 768px) {
    .lucky-content {
        width: 100% !important;
        text-align: center;

        canvas {
            border: 5px;
            width: 100vh !important;
            height: 100vh !important;
            max-width: none !important;
            margin-left: 0 !important;
        }
    }

    body {
        font-size: 14px;
        background: #F9FAFD;
        border-radius: 0px 0px 0px 0px;
    }

    .header-section {
        padding-top: 20px
    }

    .logo-title {
        font-weight: 400;
        font-size: 30px;
        color: #333333;
        line-height: 56px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 5px;
    }

    .sys-code {

    }

    .send-container {
        margin: 0 15px;
    }

    .input-group {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
    }

    .input-group-left {
        display: flex;
        flex: 1;
        gap: 10px;
        width: 100%;
    }

    .input-group-right {
        display: flex;
        width: 100%;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
    }

    .input-group-right .uk-border-rounded {
        border: none;
    }

    .input-group-left .uk-select, .input-group-right .uk-select {
        width: 50%;
    }

    .map-content {
        padding: 0px;
        width: 100%;
        margin-right: 0;
        height: 380px;
    }

    .main-map {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .video-btn {
        display: none;
    }

    .geo {
        width: 100%;
        height: 400px;
    }

    .num-icon {
        color: #cacbcf;
        background: #535965;
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 10px;
        text-align: center;
        font-size: 14px;
        margin-right: 10px;
    }

    .history-card {
        background: #F5F7F9;
        margin-bottom: 10px;
        padding: 10px;
        width: 100%;
        border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    }

    .history-content {
        background: #fff;
        font-weight: 400;
        font-size: 1rem;
        color: #676F77;
        line-height: 1.5rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
        padding: .5rem;
    }

    .history-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: row;
        justify-content: flex-start;
    }

    .send-btn {
        height: 2rem;
        border-radius: 0.36rem 0.36rem 0.36rem 0.36rem;
        border: 0.04rem solid #DDDDDD;
        width: 7rem;
        font-size: 14px;
        padding: 0 7px;
        margin-right: 5px;
    }

    .uk-modal-body {
        border-radius: 5px;
    }

    .uk-button {
        border-radius: 5px;
    }

    .sms-prefix {
        width: 44px;
        height: 22px;
        background: #015BFE;
        border-radius: 5px;
        display: inline-block;
        color: #fff;
        text-align: center;
        line-height: 22px;
    }

    .uk-tab {
        gap: 10px;
    }

    .uk-tab li {
        width: 82px;
        height: 34px;
        background: #D9E6FF;
        border-radius: 5px;
    }

    .type-btn-groups {
        display: flex;
        justify-content: space-between;

        .uk-button {
            height: 34px;
            background: #D9E6FF;
            border-radius: 5px;
            color: #525966;
        }

        .uk-button-primary {
            background: #dbe6fd;
            color: #015BFE;
        }
    }

    .keyword-search {
        width: 75%;
    }

    .code-icon {
        width: 32px;
    }

    .btn-refresh {
        display: flex;
        align-items: center;
        height: 40px;
        width: 80px;
        justify-content: center;
    }

    .main-search {
        display: flex;
        justify-content: space-between;
    }

    .video-teacher {
        background: #E1E9F9;
        border-radius: 8px;
        height: 69px;
        line-height: 30px;
        padding: 12px;
        font-weight: 400;
        font-size: 15px;
        color: #015BFE;
        display: flex;
    }

    .video-play-icon {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
}

/*iPhoneX、iPhoneXS*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {}

/*// iPhoneXR iPhone11*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .lucky-content {
        width: 100% !important;
        text-align: center;

        canvas {
            border: 5px;
            width: 100vh !important;
            height: 100vh !important;
            max-width: none !important;
            margin-left: 0 !important;
        }
    }
    .lucky-btn {
        right: 12px;
    }
}

/*// iPhone11Pro*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {}

/*// iPhoneXSMax*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {}

/*// HUAWEI P40*/
@media only screen and (device-width: 360px) and (device-height: 780px) and (-webkit-device-pixel-ratio: 3) {}

/*// HUAWEI HONOR V30*/
@media only screen and (device-width: 360px) and (device-height: 800px) and (-webkit-device-pixel-ratio: 3) {}
