*{
	margin:0;
	padding:0;
}
html{
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 0 40px 0;
	overflow:hidden;
}
body{
	margin:0;
	padding:0;
	overflow:auto;
	font-family: "Source Han Sans CN","ËÎÌå" ! important;
	font-size:14px;
	height:100%;
	background:#f3f3f5;
}

a,div,li,ul,span,p,img{border:0;}
a:focus{outline:none;}
table.tabno{width:100%;margin:0;padding:0;min-width:1440px;}
table.tabno,.tabno td{border:0 none;border-collapse:collapse;padding:0;margin:0;}
input:focus,textarea:focus,select:focus{
	outline:none;
}
.both{clear:both;}
::-webkit-scrollbar {
	width: 5px;
	height: 1px;
}
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color:#cdcdcd;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	background: #eaf0fe;
}

.showBox{
	width:auto;
	margin:10px;
	padding:10px;
	background:#fff;
	border-radius:5px;
}
.viewBox{
	width:auto;
	margin:0 auto;
	margin-top:8px;
	margin-bottom:8px;
}
.viewHeader{
	position:absolute;
	width:100%;
	margin:0 auto;
	height:40px;
	margin-top:-40px;
}
.viewFooter{
	width:100%;
	height: 39px;
	line-height:39px;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	background:#752b06;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	border-top: 1px solid rgba(0,0,0,0.08);
}
.btnStuSave{
	flex: 1;
	height: 49px;
	line-height:49px;
	box-sizing:border-box;
	text-align:center;
	background:#752b06;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.scoreImgBox{
	font-size:14px;margin-top:10px;border:1px solid #F5F7FA;width:120px;height:100px;border-radius:2px;
	background:#F5F7FA url('images/img.png') top 10px center no-repeat;
}
.btnStuNew{
	flex: 1;
	height: 49px;
	line-height:49px;
	box-sizing:border-box;
	text-align:center;
	background:#fff;
	color:#752b06;
	font-size:16px;
	font-weight:bold;
}
.viewSignleRow{
	width:auto;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	background:#ffffff;
	border-radius:5px;
	padding:10px;
	font-family:"Microsoft YaHei";
	font-size:14px;
	color:#000000;font-weight:bold;
	min-height:36px;
	line-height:36px;
}
.viewSignleRow label{
	font-weight:normal;
}
.viewSignleRow span{
	color:red;
	margin-right:5px;
}

.rowTit-female{
	width:auto;
	margin:0 auto;
	font-family:"Microsoft YaHei";
	font-size:15px;
	color:#000000;font-weight:bold;
	margin-bottom:10px;
	background:url(images/female.png) left center no-repeat;
	padding-left:32px;
	height:30px;
	line-height:30px;
	background-size:25px auto;
}
.rowTit-male{
	width:auto;
	margin:0 auto;
	font-family:"Microsoft YaHei";
	font-size:15px;
	color:#000000;font-weight:bold;
	margin-bottom:10px;
	background:url(images/male.png) left center no-repeat;
	padding-left:32px;
	height:30px;
	line-height:30px;
	background-size:25px auto;
}
.rowTit span{
	color:red;
	margin-right:5px;
}
.logo{
	background:url(images/wl.png) left 15px center no-repeat;
	line-height:45px;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	padding-left:50px;
}

.viewMain{
	position:relative;
	width:auto;
	height:100%;
	overflow:auto;
}

.viewRow{
	width:auto;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	background:#ffffff;
	border-radius:5px;
	padding:10px;
}

.rowConts{
	width:auto;
	margin:0 auto;
	padding-bottom:5px;
}

.inpBox { width:auto;margin:0 auto; }
.inpBox input[type="text"]{
	width:100%;
	height:32px;
	line-height:32px;
	padding:2px 5px;
	border:1px solid #eef1f4;
	background:#F5F7FA;
	font-size:14px;
	vertical-align:middle;
}
.inpBox input[type="text"]:focus{
	width:100%;
	height:32px;
	line-height:32px;
	padding:2px 5px;
	border:1px solid #eef1f4;
	background:#F5F7FA;
	font-size:14px;
	vertical-align:middle;
}

.inpBox input[type="number"]{
	width:100%;
	height:32px;
	line-height:32px;
	padding:2px 5px;
	border:1px solid #eef1f4;
	background:#F5F7FA;
	font-size:14px;
	vertical-align:middle;
}
.inpBox input[type="number"]:focus{
	width:100%;
	height:32px;
	line-height:32px;
	padding:2px 5px;
	border:1px solid #eef1f4;
	background:#F5F7FA;
	font-size:14px;
	vertical-align:middle;
}

.inpBox select{
	width:100%;
	height:32px;
	line-height:32px;
	padding:2px 5px;
	border:1px solid #eef1f4;
	background:#F5F7FA;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;
}
.inpBox select:focus{
	width:100%;
	height:32px;
	line-height:32px;
	padding:2px 5px;
	border:1px solid #eef1f4;
	background:#F5F7FA;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;
}

.inpBox textarea{
	width:100%;
	height:80px;
	line-height:32px;
	padding:2px 5px;
	border:1px solid #eef1f4;
	background:#F5F7FA;
	font-size:14px;
	vertical-align:middle;
}
.inpBox textarea:focus{
	width:100%;
	height:80px;
	line-height:32px;
	padding:2px 5px;
	border:1px solid #eef1f4;
	background:#F5F7FA;
	font-size:14px;
	vertical-align:middle;
}

.viewTit{
	display: flex;
	width:auto;
	margin:0 auto;
	background:#752b06 url(images/logo.png) left 15px center no-repeat;
	height:40px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	align-items:center;
	justify-content:center;
	justify-content:flex-start;
	background-size:32px auto;
	padding-left:55px;
}

.stuPhotoBox{
	width:120px;background:#f6f6f9;height:80px;border-radius:5px;
	padding-top:30px;
	padding-bottom:30px;
}

.stuPhoto{
	width:auto;
	margin:0 auto;
	padding-top:40px;
	background:url(images/photo.png) center top no-repeat;
	background-size:40px auto;
	padding-top:45px;
	color:#c9c9cb;
	text-align:center;
	font-size:16px;
}

.viewTabs{
	display:flex;
	width:auto;
	margin:0 auto;
	background:#fff;
	height:40px;
	align-items:center;
	justify-content:center;
}
.stuCommon{
	flex:1;
	height:38px;
	line-height:38px;
	border-bottom:2px solid #fff;
	color:#212121;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	font-weight:bold;
}
.stuCommon:HOVER,.stuHover{
	flex:1;
	height:38px;
	line-height:38px;
	border-bottom:2px solid #752b06;
	color:#752b06;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	font-weight:bold;
}

.rowBtnBox{
	width:auto;
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.rowBtnBox1{
	width:auto;
	margin-left:15px;
	margin-right:15px;
	margin-top:6px;
	padding-left:10px;
	padding-right:10px;
}
.btnReg{
	width:120px;
	height:30px;
	line-height:30px;
	margin-top:15px;
	margin-bottom:5px;
	background:#f38f37;
	border-radius:5px;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	display:inline-block;
	margin-right:15px;
	cursor:pointer;
	border:0 none;
}
.btn-disabled{
	width:120px;
	height:30px;
	line-height:30px;
	margin-top:15px;
	margin-bottom:5px;
	background:#9e9e9e;
	border-radius:5px;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	display:inline-block;
	margin-right:15px;
	cursor:pointer;
	border:0 none;
}
.btnCancel{
	width:100%;
	height:45px;
	line-height:45px;
	margin-top:10px;
	border:1px solid #752b06;
	background:#ffffff;
	border-radius:20px;
	color:#752b06;
	font-size:16px;
	text-align:center;
	display:inline-block;
	margin-right:15px;
	cursor:pointer;
}

.singleRowLeft{
	float:left;
	font-family:"Microsoft YaHei";
	font-size:14px;
	color:#000000;
	height:36px;
	line-height:36px;font-weight:bold;
}
.singleRowRight{
	float:right;
	font-family:"Microsoft YaHei";
	font-size:14px;
	color:#000000;
	height:36px;
	line-height:36px;
}

.btnUploadLabel{
	width:auto;
	padding:6px 15px;
	background:#1ba7f4;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	text-align:center;
	border:0 none;
	cursor:pointer;
}
.btnUploadLabel:HOVER{
	width:auto;
	padding:6px 15px;
	background:#118fd5;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	text-align:center;
	border:0 none;
	cursor:pointer;
}
.btnCreateCode{
	width:60px;
	height:28px;
	line-height:28px;
	background:#1ba7f4;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	text-align:center;
	border:0 none;
	cursor:pointer;
	box-sizing: border-box;
}
.btnCreateCode:HOVER{
	width:60px;
	height:28px;
	line-height:28px;
	background:#118fd5;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	text-align:center;
	border:0 none;
	cursor:pointer;
	box-sizing: border-box;
}


.showRow{
	width:auto;
	margin:0 auto;
	font-family:"Microsoft YaHei";
	font-size:16px;
	color:#000000;
	font-weight:bold;
	margin-bottom:8px;
	line-height:24px;
}

.showRow1{
	width:auto;
	margin:0 auto;
	font-family:"Microsoft YaHei";
	font-size:16px;
	color:#000000;
	margin-bottom:8px;
	line-height:24px;
}

.showRow input[type='checkbox']{
	cursor:pointer;	
	margin-right:10px;
}
.showRow label{
	cursor:pointer;	
}

/*******************************************maskÕÚÕÖ       beg*******************************************/
.loadmask {
    z-index: 700;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: .4;
    opacity: .40;
    filter: alpha( opacity = 40);
	width:100%;
	height:100%;
	zoom:1;
	display:none;
}.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #6593cf;
    background: #c3daf9;
    padding: 2px;
}.loadmask-msg .mask_lading {
    padding: 5px 10px 5px 25px;
    background: #fbfbfb url('images/loading.gif') no-repeat 5px 5px;
    line-height: 16px;
    border: 1px solid #a3bad9;
    color: #222;
    cursor: wait;
}.loadmask-msg .normal {
    padding: 5px 10px 5px 10px;
    background-color: #fbfbfb;
    line-height: 16px;
    border: 1px solid #a3bad9;
    color: #222;
	display:block;
}.masked {
    overflow: hidden !important;
}.masked-relative {
    position: relative !important;
}.masked-hidden {
    visibility: hidden !important;
}
/*******************************************maskÕÚÕÖ       end*******************************************/