*{
    box-sizing: border-box;
}
body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
  }
.img{
 -webkit-touch-callout:none;
}
a{
    color: #fff;
}
.header{
    display: flex;
    height: 50px;
    justify-content: space-between;
    background: #008040;
    padding: 0.26666667rem 0.4rem;
    align-items: center;
    color: #fff;
    font-size: 18px;
}
.header img{
    height: 100%;
    /*max-width: 50%;*/
}
.weui-cells{
    margin-top: 0px;
}
.content{
    overflow-y: scroll;
    margin: 0px;
    position: absolute;
    width: 100%;
}
.pcbody{
    max-width: 800px;
    margin: auto;
}
.app{
    position: relative;
    width: 100%;
    height: 100%;
}
.tip{
    background: #008040;
    font-size: 14px;
    margin-top: 1px;
    display: block;
}
.exam-index-title {
    background: url(/img/ic_exercise_nor.png) no-repeat left;
    background-size: 1rem 1rem;
    padding-left: 1.5rem;
    margin-left: 1rem;
}
.kemucon{
    display: flex;
    justify-content: space-around;
}
.con{
    padding: 10px;
}
.con img{
    /*width: 60px;*/
}
.kaoshi{
    width: 30%;
    background: url(/img/kaoshi.png) no-repeat center;
    background-size: 100%;
    aspect-ratio: 1;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    flex: 1;
    margin: 5px;
}
.kaoshi::after {content: "";display: block;margin-top: 100%;}
.weui-grids:before {
    border-top:0px;
}
.weui-grid:before{
    border-right:0px;
}
.weui-grid:after{
    border-bottom: 0px;
}
.buytip{
    display: flex;
    justify-content: space-around;
    margin: 5px;
    align-items: center;
}
.minibtn{
    background-color: #1aad19;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: 0px;
}
.testgroup{
    display: flex;
    margin: 10px 20px;
    justify-content: space-between;
    align-items: center;
}
.testgroup div{
    display: flex;
    align-items: center;
}
.testgroup img{
    width: 2rem;
}
.testgroup-btn{
  background: linear-gradient(302deg, #008040 0%, #39b4aa 100%);
  box-shadow: 0px 8px 24px 0px rgba(57, 180, 170, 0.2);
  border-radius: 50px;
  color: #fff;
  padding: 2px 10px;
  font-size: min(3vw,18px);
}
.testfooter{
    box-shadow: 0 -5px 5px 0 rgb(0 0 0 / 10%);
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    color: #008040;
}
.testfooter2{
    box-shadow: 0 -5px 5px 0 rgb(0 0 0 / 10%);
    /*height: 70px;*/
    text-align: center;
    color: #008040;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.testfooter2 .testips{
    font-size: min(3vw, 20px);
    color: #c0bfc4;
    background-color: #f7f7fa;
    padding-bottom: 5px;
}
.test-check{
    display: flex;
    align-items: center;
    padding: 1rem;
}
.test-check img{
    height: 30px;
}
.cardlist{
    display:flex;
    flex-wrap:wrap;
    text-align:center;
    align-content:flex-start;
    overflow: scroll;
}
.cardlist .cdiv{
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-top: 10px;
}
.cardlist .cdiv span{
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 50px;
}
.s0{
    background: #EFEFF4;
    color: #000;
}
.s1{
    background: #39b4aa;
    color: #fff;
}
.s2{
    background: #fb0000;
    color: #fff;
}
.s3{
    background: #f58423;
    color: #fff;
}
.search-btn{
    display: flex;
    justify-content: space-around;
    margin-top: 8px;
}
.search-btn button{
    height: 2rem;
    width: 4rem;
    background: #fff;
    border: 1px solid #e2dede;
    border-radius: 5px;
}
.search-btn .select{
    background: #008040;
    color: #fff;
}
.mt-color1{
    background-color: #21a951;
}
.mt-color2{
    background-color: #d83333;
}
.cuoti{
    display: flex;
    justify-content: space-around;
    padding: 5px;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
}
.myinfo{
    display: flex;
    align-items: center;
    margin: 10px;
}
.myinfo img{
    width: 50px;
    border-radius: 50%;
}
.mykemu{
    border-bottom: 1px solid #e6e0e0;
    margin: 10px;
}
.mykemu .time{
    display: flex;
    justify-content: space-between;
    padding-bottom: 11px;
    align-items: center;
}
.mykemu .time button{
    border-radius: 5px;
    border: 1px solid #e6e0e0;
    padding: 5px;
}
.mykemu .time .b1{
    margin-right: 5px;
    background: #e6e0e0;
}
.mykemu .time .b2{
    background: #179b16;
    color: #fff;
}
.mykemu .time .b3{
    margin-right: 5px;
    background: #e6e0e0;
    color: #112ae2;
}
.kemuprices{
    display: flex;
    justify-content: space-around;
    border: 1px solid;
    margin: 5px 20px;
    border-radius: 10px;
    height: 32px;
    align-items: center;
}
.mykcard{
    margin: 10px;
    padding: 10px;
    background: #39b4aa;
    border-radius: 20px;
}
.mykcard .state{
    display: flex;
    justify-content: space-between;
}
.fontbtn{
    background: #39b4aa;
    border-radius: 5px;
    margin: 5px;
    padding: 4px;
    color: #fff;
}
.lock {
    -moz-user-select:-moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout:none;

}
.navs{
    display: flex;
    height: 50px;
    align-items: center;
    text-align: center;
    color: #1696e0;
    font-weight: bold;
}
.navs .nav{
    flex: 1;
    border-bottom: 1px solid #e5e5e5;
    line-height: 49px;
    color: #1696e0;
    
}
.navs .select{
    border-bottom: 1px solid red;
    color: #04BE02;
}
.vidolist{
    height: 100px;
    display: flex;
    margin: 10px;
    color: #000;
    
}
.vlist{
    display: block;
    color: #000;
}
.vidoinfoimg{
    height: 10rem;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vidologo{
    margin: 10px;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px;
    background: #179b16;
    color: #fff;
}
.vidobutton{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: #008040;
    color: #fff;
}
.weui-grid__icon{
    width: 60px;
    height: 60px;
}
.weui-footer, .weui-grid__label{
    font-size: 17px;
}