.contest-header {
    width: 100%;
    background: linear-gradient(91deg, #0084FF 0%, #2D5EF9 99%);
}
.contest-header .contest-main {
    height: 50px;
}
.contest-main {
    width: 1200px;
    margin: auto;
}
.contest-header h1 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    line-height: 50px;
    float: left;
    margin: 0;
}
.contest-header h1>span {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-left: 15px;
}
.contest-header-right {
    float: right;
    height: 50px;
}
.contest-header-userinfo {
    display: flex;
    align-items: center;
    height: 50px;
}
.contest-userinfo-img {
    width: 36px;
    height: 36px;
}
.contest-userinfo-img img {
    width: 100%;
    height: 100%;
    vertical-align: unset;
    border-radius: 50%;
}
.contest-logout {
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
}
.contest-no-login {
    text-align: center;
    color: #fff !important;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
}
.contest-content {
    padding: 20px 28px;
    text-align: left;
    background: #fff;
}
.contest-content img {
    max-width: 1140px;
}
.contest-toast-tip[v-clock] {
    display: none;
}
.contest-footer-info {
    background: #2e2e2e;
    padding: 20px 0;
    text-align: center;
}
.contest-footer-info p, .contest-footer-info p a {
    color: #FFFFFF;
}
.contest-footer-info a:hover {
    color: #cccccc;
}
.contest-exams {
    width: 1200px;
    margin: 50px auto 0;
    padding-bottom: 50px;
}
.contest-exam-item {
    float: left;
    position: relative;
    width: 285px;
    height: 180px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-size: 100% 100%;
    transition: background 0.5s;
}
.contest-exam-item:hover {
    background-size: 102% 102%;
}
.contest-exam-item .contest-exam-btn:hover {
    color: #0082d1;
    background: #fff;
}
.contest-exam-item:nth-child(4n) {
    margin-right: 0;
}
.contest-exam-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-top: 34px;
    margin: 0;
    padding-left: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
}
.contest-exam-item p {
    color: #fff;
    margin: 10px 0 20px 0;
    padding-left: 26px;
}
.contest-exam-item p span {
    color: #ffde00;
    font-weight: 700;
}
.contest-exam-btn {
    display: inline-block;
    margin-left: 26px;
    border-radius: 5px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    margin-top: 46px;
}
.contest-toast-tip {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contest-toast-tip span {
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.8);
}
.contest-content *:not(img){
    all: revert;
}
.practice-way-select-btn {
    display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    background: #0084FF;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.practice-way-select-btn.reset {
    border: 1px solid #d9d9d9;
    color: rgba(0,0,0,0.88);
    background: #fff;
    margin-left: 20px;
}
.practice-way-select .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -240px;
}
.practice-way-select .modal-body {
    padding: 20px 20px;
    text-align: center;
}