/* ? start: tools */
.anniu .starttg {
    display: inline-block;
    width: 100px;
    height: 29px;
    background: #d4ebfc;
    text-align: center;
    line-height: 29px;
    color: #62abe5;
}
/* ? end: tools */

.jd_box {
    margin-bottom: 10px;
}

.jd_box h3 {
    color: #7dc1f6;
}

.jd_box h3 i {
    width: 25px;
    height: 20px;
}

.jd_box h3.aiwork i {
    /* background: url(/Images/iconsp.png) no-repeat -68px -75px; */
}

.jd_box h3.homework i {
    /* background: url(/Images/iconsp.png) no-repeat -90px -42px; */
}

.toAIWeekTest {
    margin-right: 5px;
    color: #fff;
    background: #7dc1f6;
    padding: 6px 20px;
}

.c_toAIWeekTest {
    line-height: 45px;
}

.cjreport {
    position: relative;
}

.cjreport i {
    background: url(/Images/sprites.png) -256px -203px no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 5px;
    position: absolute;
}

.cjreport label {
    margin-left: 23px;
    color: #7dc1f6;
    cursor: pointer;
}

.report {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
}

.reportCss {
    position: relative;
    height: 530px;
    display: flex;
    flex-direction: column-reverse;
    display: none;
}

.background {
    z-index: 1;
}

.background1 {
    position: absolute;
    top: 36.8%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.tx2 {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.tx {
    position: absolute;
    top: -23.2%;
    left: -13%;
    z-index: 0;
    -webkit-animation: spin 7s linear 1s 5 alternate;
    animation: spin 7s linear infinite;
}

.closeBtn {
    position: absolute;
    right: 10px;
    top: 48%;
    cursor: pointer;
    z-index: 2;
}

.score {
    position: absolute;
    right: 33%;
    top: 50%;
    color: #eb2f06;
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    z-index: 2;
}

.score1 {
    right: 27%;
}

.score span {
    font-size: 100px;
}

.fix-title {
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.fix-title img {
    margin-right: 6px;
    display: inline-block;
    width: 18px;
    transform: translateY(-2px);
}

.know-model-tips {
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.know-model-tips li {
    width: 135px;
    height: 30px;
    background: #f7f7f7;
    border: 1px solid #cfcfcf;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    box-shadow:
        0 2px 4px transparent,
        0 0 6px transparent;
    transition: all 0.3s;
}

.know-model-tips li:hover {
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.12),
        0 0 6px rgba(0, 0, 0, 0.04);
}

.know-model-tips li.on {
    background: #fff;
    color: #ff5757;
}

.know-model-table {
    width: 100%;
}

.know-model-table thead {
    height: 40px;
    background-color: #7dc1f6;
    color: #fff;
    font-size: 17px;
}

.know-model-table thead th {
    font-weight: 400;
}

.know-model-table tbody tr {
    text-align: center;
    background-color: #fff;
    transition: all 0.2s;
}

.know-model-table tbody tr.normal-row {
    height: 40px;
    cursor: pointer;
}

.know-model-table tbody tr.expand-row {
    border-bottom: 1px solid #e5e5e5;
}

.know-model-table tbody tr:hover {
    background-color: #f4f4f4;
}

.pagination-box {
    margin-top: 20px;
}

.test-expand-info-box {
    height: 0px;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.5s;
}
.expand-row.expanded .test-expand-info-box {
    height: 240px;
}
.test-expand-info-box .test-expand-info {
    padding: 20px 0;
    display: flex;
}

.test-expand-info-box .test-expand-info .left-chart-box {
    width: 350px;
    margin-right: 40px;
}

.test-expand-info-box .test-expand-info .right-recommend-box .anniu {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.know-model-fold-icon {
    margin: 0 12px;
    width: 18px;
    display: inline-block;
    transition: all 0.3s;
}
.normal-row.expanded .know-model-fold-icon {
    transform: rotate(90deg);
}

td.sj {
    position: relative;
}

.table-title_time {
    width: 150px;
    background-color: #62abe5;
    cursor: pointer;
    user-select: none;
}
.table-title_time img {
    margin-left: 6px;
    transform: translateY(-2px);
}

.sj .submition-time {
    display: none;
}
.t8{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
svg {
    fill: red;
  }
/* From Uiverse.io by vinodjangid07 */ 
.t8 a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    /* background-color: var(--color-base-secondary); */
    border: none;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0px 0px 0px 2px var(--color-base-secondary); */
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
  }
  
  .t8 a img {
    width: 26px;
    transition-duration: 0.3s;
    position: relative;
    transform: translateX(-80px) !important;
    filter: drop-shadow(var(--color-base-secondary) 80px 0);     
    border-left: 4px solid transparent;      
    border-right: 4px solid transparent;
  }

  .t8 a:hover {
    width: 80px;
    border-radius: 50px;
    transition-duration: 0.3s;
    background-color:  var(--color-base-secondary);
    align-items: center;
  }
  
  .t8 a:hover img {
    /* width: 20px; */
    transition-duration: 0.3s;
    transform: translate(-80px,-200%) !important;
  }
  
  .t8 a::before {
    position: absolute;
    bottom: -20px;
    content: "变式提升";
    color: #fff;
    /* transition-duration: .3s; */
    font-size: 0px;
  }
  
  .t8 a:hover::before {
    font-size: 14px;
    opacity: 1;
    top: 50%;
    transition-duration: 0.3s;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    height: 14px;
    line-height: 14px;
  }
  
