 /* 右侧列的样式 */
 
/* @import url('https://gfont.los.mcdu.xyz/css?family=Roboto'); 
*/
 @font-face {
     
     /*font-family: "仿宋_GB2312";*/
     /*src: url("https://api.cafsim.cn/static/fonts/fs");
     
    
     font-family: "Roboto";
     */
     /*
     src: url("https://gfont.los.mcdu.xyz/css?family=Roboto");
     */
     
 }
 .square {
    position: relative;
    width: 13%;
    height: 0;
    padding-top: 100%;
    background-color: red;
}

.square::before {
    content: "";
    display: block;
    padding-top: inherit;
}
 img {
  width: 50%;
}


 body {
     /*font-family: "仿宋_GB2312", Arial, sans-serif;*/
 }
 
 .card {
     margin-top: 3px;
     box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
     border-radius: 4px;
 }
.card-header {
  
    padding: 0.8rem .2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 0px solid rgba(0,0,0,.125);
}
.shadow-hover:hover {
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}
 
 .list_o {
     max-height: 500px;
     overflow-y: auto;
 }
 
 .question-block {
     margin-top: .67em;
     overflow-y: scroll;
 }
 
 .single-block {
     font-size: 1rem !important;
     padding: 0 !important;
     width: 18%;
     margin-right: 2%;
     margin-bottom: 1%;
 }
 
.onanswer {
    color: #fff !important;
    background-color: #19B2CA !important;
    border-color: #19B2CA;
    box-shadow: inset 0 0 5px rgb(114 114 114 / 80%);
    /* Add external border */
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, #000, #000) 1;
}
 
 .options {
     display: flex;
     flex-direction: column;
     margin-top: 1.1em;
 }
 .choosenav{
     display: flex;
    flex-direction: column;
    margin: 0.2em;
    margin-right: -0.18em;
    margin-top: 1.1em;
 }
 .option {
     display: flex;
     flex-direction: row;
     padding: .5em;
     margin-top: .7em;
     margin: .2em;
     border: 1px solid #999;
     border-radius: 3px;
     width: 100%;
 }
 
 .title-img-single {
     width: 60px;
     margin-right: .5em;
 }
 
 img {
     vertical-align: middle;
     border-style: none;
 }
 
 .correct {
     color: #fff !important;
     background-color: #2DBD4E !important;
     border-color: #2DBD4E !important;
 }
 
 .wrong {
     color: #212529 !important;
     background-color: #FFD145 !important;
     border-color: #FFD145 !important;
 }
 
 .marked {
     background-color: #E53748 !important;
     border-color: #E53748 !important;
     color: white !important;
 }
 
  .exammarked {
     background-color: #FFE4E1 !important;
     border-color:  #FFE4E1 !important;
     color: black !important;
 }
 
 .rc {
     /*要设置滚动条的容器样式*/
 }
 
 .rc::-webkit-scrollbar {
     /*滚动条整体样式*/
     width: 5px;
     /*高宽分别对应横竖滚动条的尺寸*/
     height: 5px;
 }
 
 .rc::-webkit-scrollbar-thumb {
     /*滚动条里面小方块*/
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
     background: #535353;
 }
 
 .rc::-webkit-scrollbar-track {
     /*滚动条里面轨道*/
     -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
     border-radius: 10px;
     background: #EDEDED;
 }
 
 /*.title,*/
 .card-header,
 .input-group,
 .btn,
 .modal>* {
     
     /*font-family: '仿宋_GB2312', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
     */
     
 }
 
.logo {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 0;
    width: 100%;
    
    font-size: 2em;
    line-height: 2em;
    height: 3em;
    top: 0;
    z-index: 100;
    background: #1e3c72;
    background: -webkit-linear-gradient(to left, #2a5298, #1e3c72);
    background: linear-gradient(to left, #2a5298, #1e3c72);
    opacity: .95;
    color: white;
}
 
 
 
 
 
 .btn-outline-danger:hover {
  color: #fff !important; 
  background-color: none !important;
  border-color: #dc3545 !important;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)!important; 
}

.pink-btn {
    background-color:  #FFE4E1;
    border-color: #17a2b8 !important;
  
}

 .btn-outline-pink:hover {
  color: #fff !important; 
  background-color: none !important;
  border-color: #FFE4E1 !important;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)!important; 
}


.text-all ol {
    margin-left: 1.8em;
}
.text-all ol, .text-all ul {
    padding-left: 0;
    list-style-position: inside;
    counter-reset: item;
    position: relative;
    margin-left: 0.7em;
}

ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.text-exp {
    padding: 17px 0 13px;
    margin-bottom: 12px;
}
.text-exp, .text-exp table {
    font-weight: normal;
    cursor: default;
    border-collapse: collapse;
}
@media (max-width: 767px) {
      .flex-md {
        display: flex;
        flex-wrap: nowrap;
      }

      .flex-md > div {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }