:root {
    --primary: #2cb699;
}

@font-face {
    font-family: impactsfont;
    src: url(../../css/dailyGoodTest/impact.ttf);
}

.un {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.every-list .col-6:hover {
    transform: scale(.98);
}

.border-dashed-white {
    border: 1px dashed #ffffff
}

.font-num {
    font-family: impactsfont;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-20 {
    font-size: 20px;
}

.font-50 {
    font-size: 50px;
}

.font-70 {
    font-size: 70px;
}

.font-100 {
    font-size: 100px;
}

.every-list .col-6 .img-box {
    max-height: 134px;
    overflow: hidden;
}

.pend {
    padding-left: 6em;
    position: relative;
}

.pend label {
    position: absolute;
    left: 10px;
    top: 0.3rem;
    font-size: 12px;
}

.pend button {
    font-size: 12px;
}

ul, li {
    list-style-type: none;
}

.none {
    display: none;
}

a, .page-link {
    color: var(--primary);
    text-decoration: none !important;
}

.btn-primary {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary)
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary)
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary)
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary)
}

.date-mark {
    background: url(../../images/dailyGoodTest/datemark.png);
    background-size: cover;
    width: 142px;
    height: 142px;
    position: absolute;
    left: 50%;
    margin-left: 8rem;
    top: 180px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
}

.marked {
    transform: rotate(17deg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
}

/* 语文 */
.bg-darkblues {
    background: #394cd7 url(../../images/dailyGoodTest/gs.png);
}

.bg-darkblues-light {
    background: #8493fe;
}

.bg-darkblues-light2 {
    background: #6e7ffb;
}

.border-dashed-darkblues {
    border: 1px dashed #394cd7
}

/* 数学（文） */
.bg-purple {
    background: #7e60f2 url(../../images/dailyGoodTest/gs.png);;
}

.bg-purple-light {
    background: #e6dafe;
}

.bg-purple-light2 {
    background: #d7c4fe;
}

.border-dashed-purple {
    border: 1px dashed #7e60f2
}

/* 数学（理科） */
.bg-deeppurple {
    background: #a743e4 url(../../images/dailyGoodTest/gs.png);;
}

.bg-deeppurple-light {
    background: #e6c3fd;
}

.bg-deeppurple-light2 {
    background: #dcacfb;
}

.border-dashed-deeppurple {
    border: 1px dashed #a743e4
}

/* 英语 */
.bg-orange {
    background: #f8812a url(../../images/dailyGoodTest/gs.png);;
}

.bg-orange-light {
    background: #fed7ba;
}

.bg-orange-light2 {
    background: #fcc399;
}

.border-dashed-orange {
    border: 1px dashed #f8812a
}

/* 物理 */
.bg-skyblue {
    background: #0daaf9 url(../../images/dailyGoodTest/gs.png);;
}

.bg-skyblue-light {
    background: #b3e3fb;
}

.bg-skyblue-light2 {
    background: #7ed1fc;
}

.border-dashed-skyblue {
    border: 1px dashed #0daaf9
}

/* 化学 */
/*.bg-green{background: url(../../images/dailyGoodTest/23gs.png),-webkit-linear-gradient(right,#c4de51,#2fb2e5);}*/


.bg-2026 {
    /*background: url(https://img.zqy.com/publicImage/202602/a9977e6126d04910acf77505b33b6ac3.jpg) center top no-repeat ;*/
    background:  url(../../images/dailyGoodTest/26gs.jpg) center top no-repeat ;
    background-size:100%
}

.bg-2025 {
    background: url(../../images/dailyGoodTest/25gs.png) center top no-repeat ;
    background-size:100%
}

.bg-2024 {
    background: #593fff url(../../images/dailyGoodTest/24gs.jpg) center top no-repeat ;
    background-size:100%
}
.bg-2023 {
    background: url(../../images/dailyGoodTest/23gs.png),-webkit-linear-gradient(right,#c4de51,#2fb2e5);
    background-size:100%
}

.bg-green-light {
    background: #a6fccf;
}

.bg-green-light2 {
    background: #83fabc;
}

.border-dashed-green {
    border: 1px dashed #21b488
}

/* 生物 */
.bg-darkgreen {
    background: #0298a9 url(../../images/dailyGoodTest/gs.png);;
}

.bg-darkgreen-light {
    background: #9cf3fd;
}

.bg-darkgreen-light2 {
    background: #70e7f5;
}

.border-dashed-darkgreen {
    border: 1px dashed #0298a9
}

/* 政治 */
.bg-pink {
    background: #f16256 url(../../images/dailyGoodTest/gs.png);;
}

.bg-pink-light {
    background: #fcbdb8;
}

.bg-pink-light2 {
    background: #fba39c;
}

.border-dashed-pink {
    border: 1px dashed #fc766b
}

/* 历史 */
.bg-red {
    background: #e82446 url(../../images/dailyGoodTest/gs.png);;
}

.bg-red-light {
    background: #fbc6ce;
}

.bg-red-light2 {
    background: #faa6b2;
}

.border-dashed-red {
    border: 1px dashed #e32445
}

/* 地理 */
.bg-yellow {
    background: #fbc908 url(../../images/dailyGoodTest/gs.png);;
}

.bg-yellow-light {
    background: #fceeb9;
}

.bg-yellow-light2 {
    background: #fce389;
}

.border-dashed-yellow {
    border: 1px dashed #faa6b2
}


.pager {
    color: #666;
    font-family: Arial;
}

.pager li {
    list-style-type: none;
    float: left;
}

.pager a {
    display: inline-block;
    padding: 0 14px;
    line-height: 34px;
    color: #666;
    text-align: center;
    margin-right: 8px;
    border-radius: 3px;
    background: #eee;
}

.pager a:hover {
    color: #fff;
    background: #2cb699;
    border-color: #2cb699;
}

.pager a.am-active {
    color: #fff;
    background: #2cb699;
    border-color: #2cb699;
}

@media screen and (max-width: 760px) {
    .font-num {
        font-size: 3rem !important;
    }
}

