﻿@charset "utf-8";
html {
	
	font-family: Verdana,Arial,Helvetica,freesans,sans-serif;
	word-wrap: break-word;
	height: 100%;
	font-size: 100%;
}

body {
	height: 100%;
	-webkit-text-size-adjust: none;
	color: #333;
}

small
{
    font-size: x-small;
}

body, ul, ol, p, h1, h2, h3, h4, h5, h6, form, input, dl, dd, hr, select, option, th, tr, td, textarea {
	margin: 0;
	padding: 0;
}

input, button, textarea, select, option {
	outline: none;
	font-family: Helvetica;
}

img, table, iframe {
	border: none;
    vertical-align: middle;
}

img {
    /*margin:0.5rem 0;
    border-radius: 5px;*/
}

table {
	border-collapse: collapse;
}

li {
	list-style: none;
}


/* 统计用 */

.cao_main {
    margin: 1rem;
    position: relative;
    z-index: 9999;
    font-family: 微软雅黑;
    background-color: #fff;
    border-radius: 10px;
    background-image: url(images/exam_result.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    }
    
#main{
	width: 100%; 
	height: 210px;
	z-index: 9999;
}

#main>div{
	left: 50%!important;
    margin-left: -50%!important;
}

.mengban{
	    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
}