*{
    box-sizing: border-box;
}
body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
  }
a{
	color: #000000;
	text-decoration: none;
}
footer {
text-align: center;
font-size: 14px;
padding: 20px;
}
  
footer a {
color: #999;
text-decoration: none;
}
.subject-block::-webkit-scrollbar {
width: 0px;
}
.none{
    display: none;
}
.loading{
	width: 80px;
	height: 40px;
	margin: 0 auto;
	margin-top:100px;
}
.loading span{
	display: inline-block;
	width: 8px;
	height: 100%;
	border-radius: 4px;
	background: lightgreen;
	-webkit-animation: load 1s ease infinite;
}
@-webkit-keyframes load{
	0%,100%{
		height: 40px;
		background: lightgreen;
	}
	50%{
		height: 70px;
		margin: -15px 0;
		background: lightblue;
	}
}
.loading span:nth-child(2){
	-webkit-animation-delay:0.2s;
}
.loading span:nth-child(3){
	-webkit-animation-delay:0.4s;
}
.loading span:nth-child(4){
	-webkit-animation-delay:0.6s;
}
.loading span:nth-child(5){
	-webkit-animation-delay:0.8s;
}
.app{
    position: relative;
    height: 100%;
    width: 100%;
}
.barspan{
    font-size: 27px;
    line-height: 27px;
}
.mt-header{
background-color: #f7f7f7;
height: 2.0rem;
padding: 0.26666667rem 0.4rem;
justify-content: space-between;
}
.mt-header a{
    height: 100%;
    display: flex;
    align-self: center;
}
.mt-header a p{
    align-self: center;
    margin: 0 auto;
}
.mt-header img{
    display: flex;
    height: 100%;
}
.mt-header .mt-header-logo{
height: 100%;
}
.hcent{
    align-self: center;
}
.mt-badge{
    height: 18px;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #009688;
    vertical-align: middle;
    margin: 0 10px;
}
.mt-test-panel{
    margin-bottom: 20px;
}
.mt-fankui{
    float: right;
    margin-right: 20px;
}
.mt-searchbtn{
    color: #fff;
    background-color: #1aad19;;
}
.mt-color1{
    background-color: #C4D89D;
}
.mt-color2{
    background-color: #d83333;
}
.content{
    -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;
}
.mt-card img{
    max-width: 100%;
}
table, th , td {
border: 1px solid grey;
border-collapse: collapse;
padding: 5px;
}
.swiper-container {
	width: 100%;
	height: 150px;
	border-radius: 0.5rem;
}
.weui-search-bar:before {
	border-top: 0px;
}
.weui-search-bar:after {
	border-bottom: 0px;
}
.weui-search-bar__form:after {
	border: 0px;
}
.weui-search-bar {
	padding: 15px 10px;
}
.weui-cells:before {
	border-top: 0px;
}
.weui-cells:after {
	left: 15px;
	right: 15px;
}
.weui-cell:before {
	right: 15px;
}
.weui-tabbar{
	background-color: #fff;
}
.weui-tabbar:before{
	border-top: 1px solid #d6d6d8;
}
.weui-tabbar__icon{
	width: 25px;
	height: 25px;
}
.weui-tabbar__label {
	font-size: 14px;
}
.weui-search-bar__form {
    background-color: #fff;
}
.kemutitle::after {
	border-color: #1cbd7b;
}

.weui-cell_access .weui-cell__ft2 {
	padding-right: 13px;
	position: relative;
}

.weui-cell__ft2 {
	text-align: right;
	color: #999;
}

.weui-cell_access .weui-cell__ft2:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #1cbd7b;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 2px;
}
.kemucon{
	display: flex;
	justify-content: space-between;	
	text-align: center;
	padding: 0 10px;
}
.kemucon .left{
	width: 30%;
}
.kemucon .left div{
	padding-top: 40%;
}
.kemucon .left img{
	width: 50%;
}
.kemucon .right{
	width: 30%;
}
.kemucon .right div{
	padding-top: 40%;
}
.kemucon .right img{
	width: 50%;
}
.kemucon .kemucent{
	width: 40vw;
    display: flex;
    align-items: center;
}
.kemucon .kemucent div{
	width: 40vw;
    height: 40vw;
	background-repeat: no-repeat;
	background-size: 100%;
	display: flex;
	align-items: center;
}
.weui-dialog{
	border-radius: 15px;
}
.weui-prompt-input {
	border-radius: 15px;
	border: 0px;
	background-color: #f4f5f9;
}
.weui-dialog__bd {
	padding-bottom: 1rem;
	padding-left: 0px;
	padding-right: 0px;
}
.myheader {
    height: 200px;
    /*display: flex;*/
    /*align-items: center;*/
    padding-top: 80px;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.myheader .headcon {
    height: 80px;
    width: 100%;
}
.myheader img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.myheader span {
    display: block;
}
.mycon{
    width: 95%;
    margin: 0 auto;
}
.mycon .weui-cell__hd{
    padding-right: 15px;
}
.test-cell:before{
    border-top: 0px;
}
.test-cell:after{
    border-bottom: 0px;
}
.testbtn{
    height: 35px;
    width: 100px;
    margin: 20px;
    background-color: #FFF;
    border: 1px solid #1cbd7b;
    color: #1cbd7b;
    border-radius: 5px;
    font-size: 14px;
}
.test-check:checked+.weui-icon-checked:before{
    content: "\EA09"!important;
    color: #ffbe00 !important;
}
.test-check1:checked+.weui-icon-checked:before{
    content: '\EA06'!important;
    color: #09bb07!important;
}
.test-check2:checked+.weui-icon-checked:before{
    content: '\EA0B'!important;
    color: #f76260!important;
}
.mycon .weui-cell{
    padding: 20px 15px;
}
.mycon .weui-cell:before{
    border-top: 0px;
}
.testgrounbtn{
    border: 0px;
    background-color: #1cbd7b;
    color: #fff;
    border-radius: 10px;
    width: 80px;
    height: 25px;
}
.daojishi{
    width: 23px;
    background-color: #1cbd7b;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: 3px;
    font-size: 14px;
}
.index-cell .weui-cell:before{
    border-top: 0px;
}
.index-cell:after{
    border-bottom: 0px;
}
.index-cell{
    font-size: 16px;
    margin-top: 0px;
    overflow-y: scroll;
}
.kaoshilog:before{
    border-top:0px;
}
.kaoshilog .weui-form-preview__hd:after{
    border-bottom:0px;
}
.kaoshilog .weui-form-preview__ft:before{
    border-top:0px;
}
.searchbtn .weui-btn{
    font-size: 17px;
}
.testtitle img{
    max-width: 98%;
}
.pcbody{
    max-width: 800px;
    margin: auto;
}
.m-vido{
    height: 100px;
    overflow: hidden;
    margin: 30px 10px;
}
.m-vtable{
    flex: 1;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
}
.m-vtables{
    border-bottom: 2px solid #009688;
}
.m-vidologo{
    margin: 10px;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px;
    background: #009688;
    color: #fff;
}
.m-tuwen img{
    max-width: 100%;
}
.mykemu{
	color: #FFFFFF;
	border-radius: 14px;
	margin: 0px 5px 15px 5px;
	padding: 5px;
	background: #0a57cd;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #0a57cd, #0cc8ca);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #0a57cd, #0cc8ca); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	font-size: 14px;
	box-shadow: 3px 4px 5px #888888;
	
}
.mykemu .mktitle{
	text-align: center;
	font-size: 19px;
}
.mykemu .mkcard{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.mykemu .mktest{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 13px;
}