.question_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 4px 20px 20px 20px;
    /* background: rgba(255,255,255,.4); */
    /* border: 2px dashed #D4D4D4; */
}
.qb_l{
    width: 483px;
    height: 483px;
}
.canvas-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.canvas-wrap canvas{
    width: 100%;
    height: 100%;
}
.qb_r{
    width: calc(100% - 500px);
}
.di_s{
    font-size: 13px !important;
    color: #c3a6a6;
    margin-bottom: 0 !important;
}
.qb_a{
    display: flex;
    flex-wrap: wrap;
}
.qb_a li {
    width: 98px;
    height: 47px;
    margin: 15px 0 6px 16px;
    max-width: 100px;
}
.qb_a li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    outline: none;
    border: 2px solid transparent;
    background-color: #ebecf0;
    box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
    border-radius: 5px;
}
.qb_a li a:active {
    box-shadow: inset -5px -5px 10px #fff, inset 5px 5px 10px #babecc !important;
}
.qb_a li a:hover {
    background-color: #ebecf0 !important;
    box-shadow: -5px -5px 10px #fff, 5px 5px 10px #8ea1e3 !important;
}
.qb_a li a.active{
    background-color: #1A73E8 !important;
    color: #fff;
    box-shadow: -5px -5px 10px #fff, 5px 5px 10px #0568e9 !important;
}
#process{
    height: 15px;
    width: 98%;
    border: 1px solid #e7d6d6;
    border-radius: 8px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
    padding: 0;
    position: relative;
    max-width: 875px;
    margin: 10px auto;
    max-width: 820px;
}
.process_i{
    width: 0;
    border-radius: 8px;
    height: 15px;
    background-image: linear-gradient(136deg, rgba(255, 205, 74, 1) 11%, rgba(196, 124, 81, 1) 66%, rgba(109, 147, 182, 1) 100%);
}
.top_t h1{
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}
.pro_des{
    position: absolute;
    left: 50%;
    font-size: 12px;
    top: 50%;
    transform: translate(-50%,-50%);
}
.skip_box a{
    padding: 10px 0px 11px 0px;
    background-color: #30ac65;
    color: #FFFFFF;
    outline: none;
    line-height: 1.2;
    display: block;
    width: 32%;
    border-radius: 5px;
    background-color: #EBECF0;
    color: #000;
    box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
    text-align: center;
}
.skip_box a:hover {
    box-shadow: 0px 0px 2px #1070ee, 0px 0px 2px #5295ec;
}
.skip_box a:nth-child(1):hover {
    background-color: #ebecf0 !important;
    box-shadow: -5px -5px 10px #fff, 5px 5px 10px #8ea1e3 !important;
}
.skip_box a:active {
    box-shadow: inset 5px 5px 10px #1070ee, inset -5px -5px 10px #5295ec;
}
.skip_box a:nth-child(1):active {
    box-shadow: inset -5px -5px 10px #fff, inset 5px 5px 10px #babecc !important;
}
.skip_box{
    display: flex;
    justify-content: space-between;
    padding: 0 75px;
}
.d_item{
    margin: 15px 0;
    text-align: left;
    border-top:1px solid #e1dede;
    padding:0 10px;
}
.di_t{
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 18px;
}
#result{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
#result div{
    margin-right: 15px;
}
#result div span{
    font-weight: 700;
}
#answerList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
    padding: 0;
}
#answerList li{
    width: 21%;
    margin: 2%;
    display: none;
}
#answerList li img{
    display: block;
    width: 100%;
    height: auto;
}
#answerList li span{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    background: linear-gradient(to right, #F3D250, #8db4d7);
    color: #ffffff;
    margin-top: 7px;
}
.rest_btn a{
    background-color: #1A73E8;
    border-radius: 20px;
    margin-top: 20px;
    padding: 10px 30px;
    width: fit-content;
    color: #fff;
    min-width: 180px;
    text-align: center;
    text-decoration: none;
}
#desc{
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    font-family: poppins,sans-serif;
    text-align: center;
}
#desc a{
    color: #ffffff;
    text-decoration: underline;
}
.result_t{
    margin-bottom: 0;
    padding: 35px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.result_d{
    padding: 24px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.rest_btn{
    display: flex;
    justify-content: end;
    margin-right: 50px;
}
.ads{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
#result_tab{
    border-radius: 15px;
    color: black;
    border-color: #050505;
    background-image: linear-gradient(136deg, rgba(255, 205, 74, 1) 11%, rgba(196, 124, 81, 1) 66%, rgba(109, 147, 182, 1) 100%);
    width: 100%;
    text-align: center;
}
#result_tab thead tr th {
    font-size: 14px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9ecef;
    vertical-align: bottom;
    color: #ffffff;
}
#result_tab tbody tr th{
    font-size: 35px;
    color: white;
}
.result_top{
    display: flex;
    justify-content: space-betweena;
    align-items: center;
    margin-bottom: 5px;
    background-image: linear-gradient(136deg, rgba(255, 205, 74, 1) 0%, rgba(196, 124, 81, 1) 34%, rgba(109, 147, 182, 1) 100%);
    padding: 10px;
    border-radius: 8px;
}
.re_img{
    width: 40%;
}
.re_img img{
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}
.re_text{
    width: 60%;
    color: #ffffff;
}
.re_r span{
    font-size: 25px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}
.jili_btn{
    font-size: 16px;
    border-color: #146141;
    background-color: #146141;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    width: max-content;
    padding: 10px 20px;
    border-radius: 8px;
    margin: 10px auto;
    cursor: pointer;
}
.jili_btn:hover{
    background-color: #2DCE89;
}
.lock_fail_popup,.lock_success_popup,.lockjl_popup,.lock_fail_popup_result,.lock_success_popup_result,.lockjl_popup_result  {
    background: rgba(0,0,0,.3);
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}
.isdelectFile div {
    background-color: #383e45;
    color: #fff;
    padding: 10px 30px;
}
.lockjl_popup-content {
    margin: 300px auto;
    max-width: 500px;
    pointer-events: none;
    position: relative;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    width: auto
}
.isdelectFile div:first-child, .isdelectFile div:nth-child(2) {
    background-color: #2990ea;
    border-radius: 5px;
    color: #fff;
}
.isdelectFile {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    width: 100%;
}
.downloadOnec-header {
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    align-items: flex-start;
    border-bottom: none;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 64px 12px 32px;
    text-align: center;
}
.downloadOnce-box {
    background-clip: padding-box;
    background-color: #fff;
    border: none;
    border-radius: 0.3rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}
.downloadOnec-header-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
@keyframes shake {
    0% { transform: translateX(0); }
    20% { transform: translateX(-10px) rotate(-5deg); }
    40% { transform: translateX(10px) rotate(5deg); }
    60% { transform: translateX(-10px) rotate(-5deg); }
    80% { transform: translateX(10px) rotate(5deg); }
    100% { transform: translateX(0); }
}
.shake-div {
    -webkit-animation: shake 0.5s infinite;
    -moz-animation: shake 0.5s infinite;
    -ms-animation: shake 0.5s infinite;
    -o-animation: shake 0.5s infinite;
    animation: shake 0.5s infinite;
}
.ques_box{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    min-height: calc(100vh - 110px);
    width: 100%;
}
.ques_r{
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
    width: 340px;
}
.ques_l{
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    width: calc(100% - 350px) !important;
}
.questionBox{
    max-width:1450px;
}
.bordert{
    border-top: none;
    margin-top: 0;
}
.top_t{
    display: flex;
    padding: 0 15px;
}
.bordert .di_t{
    margin-bottom: 0;
    font-size: 15px;
}
.bordert .di_d{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    max-height: 54px;
    overflow: hidden;
}
.blog_text{
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
    display: none;
}
.blog_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 4px 0;
}
.blog_a{
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    padding: 3px;
    display: -webkit-box;
    line-height: 18px;
    margin-top: 5px;
    width: 100%;
}
.blog_a:hover{
    text-decoration: underline;
    color: #333;
}
.accordion {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: 10px;
}

.accordion-item {
    width: 100%;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 10px;
}
.accordion_t{
    padding: 10px;
    background-color: #ffffff;
    border-radius: 6px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-item-content {
    padding: 10px;
    margin-bottom: 5px;
    display: none;
    background-color: #ffffff;
}
.span_box{
    position: relative;
    right: 10px;
}
.span_t{
    position: absolute;
    top: 0;
    left: 38%;
}
.accordion-item-content a{
    display: block;
    text-align: left;
    padding: 12px 20px;
    color: #333;
    border-bottom: 1px solid #e9e9e9;
    font-size: 13px;
}
.accordion-item-content a:hover{
    background-color: #f8f9fa;
}
.active .accordion-item-content{
    display: block;

}
.active .span_t{
    display: none;
}
.active .accordion_t{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion-item-content a:last-child{
    border-bottom: none;
}
.skip_box a#next_btn{
    background-color: #1A73E8;
    color: #fff;
}
.skip_box a#view_answer{
    background-color: #6bad43;
    color: #fff;
}
.skip_box a#view_answer:hover{
    border-color:#6bad43;
}
.new_question{
    font-size: 18px;
    font-weight: 700;
}
@media (max-width:1420px) {
    .skip_box{
        padding: 0;
    }
}
@media (max-width:1366px) {
    .qb_a li{
        width: 90px;
    }
    #result_tab thead tr th{
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .result_top{
        margin-bottom: 2px;
        padding: 3px 10px;
    }
    .re_r span{
        padding: 2px;
    }
}
@media (max-width:1270px) {
    .qb_l{
        width:300px;
        height:300px;
    }
    .qb_r{
        width:calc(100% - 310px)
    }
}
@media (max-width:860px) {
    .ques_box{
        flex-wrap: wrap;
    }
    .ques_l,.ques_r{
        width: 100% !important;
        margin-top: 10px;
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width:750px) {
    .top_t,.qb_a,.skip_box{
        border-top: 1px solid #edd2d2;
        padding-top: 5px !important;
        margin-top: 5px !important;
    }
  
    .top_t h1{
        margin-bottom: 0 !important;
        font-size: 13px !important;
        text-align: left !important;
    }
    #process{
        margin: 3px auto;
    }
    .skip_box{
        padding: 0;
    }
    .skip_box a{
        text-align: center;
    }
 
    .qb_a li a{
        font-size: 20px;
    }
    .top_t{
        flex-wrap: wrap;
        justify-content: center;
    }
    #process{
        width: 98%;
    }
    #answerList li{
        width: 41%;
    }
    #desc{
        font-size: 14px;
    }
    .result_t{
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
    }
    .result_d{
        font-size: 16px;
        padding: 10px 5px;
    }
    .image-editor-box{
        padding: 4px;
        margin-top: 0;
    }
    .qb_l,.qb_r{
        width: 100%;
    }
    .main-box{
        width: 100%;
    }
    .qb_a{
        padding: 0;
        margin-bottom: 0;
    }
    .qb_l{
        height: 170px !important;
    }
    .d_item{
        padding: 10px;
    }
    .canvas-wrap canvas{
        margin: 0 auto;
        display: block;
        width: auto;
    }
    .qb_a li{
        width: 40px;
        height: 40px;
        margin: 2px 0 5px 17px;
        max-width: 65px;
    }
    .result_top{
        flex-wrap: wrap;
    }
    .re_img{
        width: 100%;
        display: none;
    }
    .re_text{
        width: 100% !important;
    }
    #result_tab thead tr th,#result_tab tbody tr th,.jili_btn{
        font-size: 12px;
    }
    .jili_btn{
        padding: 5px auto;
        padding: 10px 5px;
    }
    .rest_btn{
        margin-left: 0;
    }
}
@media (max-height:1140px) {
    .top_t h1{
        margin-bottom: 5px;
        font-size: 20px;
    }
    .question_box{
        padding: 0;
        padding-bottom: 5px;
    }
    .canvas-wrap canvas{
        height: 100%;
        width: auto;
    }
    .qb_l{
        height: 380px;
    }
    .re_img{
        width: 27%;
    }
    .re_text{
        width: 70%;
    }
    .jili_btn{
        margin: 3px auto;
        font-size: 14px;
    }
    #result_tab tbody tr th{
        font-size: 19px;
    }
}