*{
    margin: 0;
    padding: 0;
    cursor: default;
    box-sizing: border-box;
    font-family: "Arial"
}
body{
    margin: 0;
    background-color: #fafafa;
}
body, h1, h2, h3, h4 {
    font-weight: 300;
}
.mat-h1{
    font-weight: 400;
    font-size: 24px;
    letter-spacing: normal;
    margin: 0 0 16px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.page{
    width: 100vw;
}
.h100{
    height: 100% !important;
}
.w100{
    width: 100%;
}
.w75{
    width: 75%;
}
.margin_top_95{
    margin-top:95px
}
.pos_re{
    position: relative;
}
.pos_ab{
    position: absolute;
}
.dis_row {
    display: flex;
    flex-direction: row;
}

.dis_column {
    display: flex;
    flex-direction: column;
}

.just_cen {
    justify-content: center;
}

.just_ard {
    justify-content: space-around;
}

.just_end {
    justify-content: flex-end;
}

.just_bet {
    justify-content: space-between;
}

.ali_cen {
    align-items: center;
}

.ali_end {
    align-items: flex-end;
}

.ali_start {
    align-items: flex-start;
}

.flex_wrap {
    flex-wrap: wrap;
}

.ali_bet{
    align-content: space-between;
}

.cursor{
    cursor: pointer;
}
.text_ell{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-white{
    color:#ffffff
}
.text-35b4fe{
    color:#35b4fe
}
.text-red{
    color: #f44336;
}
.text-bold{
    font-weight: bold;
}
.text-center{
    text-align: center;
}

  ::-webkit-scrollbar
  {
      width: 0;
      height: 0;
      background-color: #F5F5F5;
  }
   
  /*定义滚动条轨道 内阴影+圆角*/
  ::-webkit-scrollbar-track
  {
      -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
      border-radius: 0;
      background-color: #F5F5F5;
  }
   
  /*定义滑块 内阴影+圆角*/
  ::-webkit-scrollbar-thumb
  {
      border-radius: 0;
      -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);
      background-color: #555;
  }
.pageContent{
    max-width: 1020px;
    padding: 0 10px;
    box-sizing: border-box;
    margin:0 auto
}
.container{
    max-width: 1140px;
    margin:0 auto
}
.bg_blue{
    background: #07a9eb;
    color: #fff;
}
.dark-bg{
    background: #082c3c;
}
.fs-40{
    font-size: 40px;
}
.fs-50{
    font-size: 50px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-18{
    font-size: 18px;
}
.fs-16{
    font-size: 16px;
}
.fs-14{
    font-size: 14px;
}
.fs-24{
    font-size: 24px;
}
.fs-28{
    font-size: 28px;
}
.fs-30{
    font-size: 30px;
}
.fs-35{
    font-size: 35px;
}
.mt_10{
    margin-top:10px
}
.mt_20{
    margin-top:20px
}
.mt_30{
    margin-top:30px
}
.mt_50{
    margin-top: 50px;
}
.mb_5{
    margin-bottom: 5px;
}
.mb_10{
    margin-bottom: 10px;
}
.mb_15{
    margin-bottom: 15px;
}
.mb_20{
    margin-bottom: 20px;
}
.mb_30{
    margin-bottom: 30px;
}
.mtb_10{
    margin:10px 0
}
.mtb_20{
    margin:20px 0
}
.mtb_30{
    margin:30px 0
}
.mtb_40{
    margin:40px 0
}
.mtb_50{
    margin:50px 0
}
.mr_6{
    margin-right: 6px;
}
.mr_10{
    margin-right: 10px;
}
.mr_20{
    margin-right: 20px;
}
.mr_30{
    margin-right: 30px;
}
.mr_50{
    margin-right: 50px;
}
.ml_10{
    margin-left: 10px;
}
.ml_20{
    margin-left: 20px;
}
.padding_20{
    padding:20px
}
.padding_15{
    padding:15px
}
.plr_10{
    padding:0 10px
}
.plr_15{
    padding:0 15px
}
.plr_18{
    padding:0 18px
}
.plr_25{
    padding:0 25px
}
.padding_10{
    padding:10px
}
.pt_80{
    padding-top: 80px;
}
.max-width-800{
    max-width: 800px;
}
.mat-raised-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    width: 200px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
  }
  .mat-primary{
    background-color: #3f51b5;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    color: #fff;
  }
  .mat-button-disabled{
    background-color: #0000001f;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    color: #00000042;
  }
  .mat-card {
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    display: block;
    position: relative;
    padding: 16px;
    border-radius: 4px;
    background: #fff;
    color: #000000de;
  }
  .lesson {
    padding: 10px;
    opacity: .8;
    height: 180px;
    width: 165px;
    margin: 10px 10px 0 0;
  }
  .progressCon{
    width: 600px;
    margin:0 10px
  }
  .progressConMax{
        width: 600px;
    }
    .cdk-table{
        width: 100%;
    }
@media (min-width: 300px) {
    .progressCon{
        width: 120px;
    }
    .progressConMax{
        width: 260px;
    }
}
@media (min-width: 576px) {
    .pageContent,.container {
        max-width:540px
    }
    .progressCon{
        width: 300px;
    }
    .progressConMax{
        width: 500px;
    }
}

@media (min-width: 768px) {
    .pageContent,.container {
        max-width:720px
    }
    .progressCon{
        width: 550px;
    }
}

@media (min-width: 992px) {
    .pageContent,.container {
        max-width:960px
    }
    .progressCon{
        width: 600px;
    }
    .cdk-table{
        width: 950px;
    }
}

@media (min-width: 1200px) {
    .pageContent{
        max-width: 1020px;
    }
    .container{
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .pageContent{
        max-width: 1020px;
    }
    .container{
        max-width: 1140px;
    }
}
.green {
    color: #0e630e !important;
    background: #e7fbd3 !important;
}
.pink {
    color: #8b0000 !important;
    background: pink !important;
}
.red{
    background-color: #f44336;
    color: #ffffff;
}
.dis_block{
  display: block !important;
}
.dis_none{
  display: none !important;
}
.text-555{
    color: #555555;
}
.text-2c3e50{
    color: #2c3e50;
}
.theme-background-night-sky {
    color: #757575;
    background: #272822;
}
.theme-background-classic {
    color: #757575;
    background: #f7f7f7 url(https://lianxidazi.com/public-static/public/static/theme/默认主题.jpg);
    background-position: right bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.theme-background-bees {
    color: #555;
    background: #3a86c2 url(https://lianxidazi.com/public-static/public/static/theme/主题02.jpg);
    background-position: right bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.theme-background-birds {
    color: #555;
    background: #fff9e9 url(https://lianxidazi.com/public-static/public/static/theme/主题03.jpg);
    background-position: right bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.theme-background-eddie {
    color: #555;
    background:#f8dec5 url(https://lianxidazi.com/public-static/public/static/theme/主题04.jpg);
    background-position: right bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.theme-background-penguin {
    color: #3a575f;
    background: #6f7cef  url(https://lianxidazi.com/public-static/public/static/theme/主题05.jpg);
    background-position: right bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.theme-background-robot {
    color: #576a84;
    background: #04090c url(https://lianxidazi.com/public-static/public/static/theme/主题06.jpg);
    background-position: right bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.theme-background-dark {
    background-color: #000;
    color: #fff;
}
.text-3f51b5{
    color: #3f51b5;
}
.info-toolbar__stats {
    color: #969696;
    display: flex;
    font-size: 26px;
    gap: 24px;
}
.button-area{
      position: fixed;
      bottom:0;
      left: 0;
      right: 0;
      border-top: solid 1px #ddd;
      background: #fff;
      z-index: 5;
      height: 80px;
    }
    .instro-info-btns {
      align-items: center;
      display: flex;
      justify-content: center;
      
  }
  .width90px{
    width: 90px;
  }
  .accuracyRate .el-progress-circle{
        width: 230px !important;
        height: 230px !important;
    }
    .typeSpeed .el-progress-circle{
        width: 150px !important;
        height: 150px !important;
    }
    .percentage-value {
  display: block;
  margin-top: 10px;
  font-size: 28px;
}
.percentage-label {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.accuracyRate .el-progress__text,.typeSpeed .el-progress__text {
  white-space: pre-wrap; /* 或者使用 pre-line 根据需要 */
}
.accuracyRate .el-progress__text {
  font-size: 25px !important;
  font-weight: bold;
}
.typeSpeed .el-progress__text {
  font-size: 20px !important;
  font-weight: bold;
}
.levelIcon{
    width: 400px;
}
@media (max-width: 767px) {
    .accuracyRateCon{
        display: flex;
        flex-direction: column;
        
    }
    .levelIcon{
        width: 100%;
    }
}
.levelIcon{
        margin-top: 200px;
    }
.typeSpeedText{
        padding-bottom: 100px;
    }
.v-modal{
    z-index: 1 !important;
}
.bg-white{
    background-color: #ffffff;
}
#hand {
    width: 380px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin-left: -190px;
}
#handimg {
    position: absolute;
    width: 380px;
}
.finger {
    position: absolute;
    width: 380px;
    display: none;
}
.visible {
    position: absolute;
    width: 380px;
    display: block;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 30px;
    unicode-bidi: isolate;
}
li {
    display: list-item;
    unicode-bidi: isolate;
    list-style: none;
}
.infoPathCon{
    width: 180px;
    position: absolute;
    top: 35px;
    left: 0px;
    background-color: #ffffff;
    z-index: 1;
    padding: 0 20px;
    padding-bottom:20px;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
}
.infoPath{
        display: none;
    }
@media (max-width: 991px) {
    .infoPath{
        display: inline-block;
    }
}
.CapsLock{
  width: 690px;
  font-size: 12px;
  margin-bottom:5px;
  padding-left:20px
}