/*======专升本 报名========*/

.nry2 {
	padding-bottom: 0;
}
form {
	height: auto;
	width: auto;
}
select{font-size: 16px;}
.register {
	width: 100%;
	line-height: 220%;
	font-size: 16px;
}
.register .tit {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 60px;
}
.register-table li {
	border: 1px solid #ddd;
	height: 43px;
	border-bottom: 0;
}

.com-green {
	float: left;
	width: 20%;
	background: #d0ede7;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	
}

.com-write {
	float: left;
	width: 77%;
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
}

.com-text {
	width: 45%;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	
	border: 1px solid #ccc;
}

.register-table .textareaF {
	height: 112px;
}
.register-table .textareaF .com-green {
	
line-height: 111px;
}



.register-table .textareaF-in {
	height: 111px;
}

.textareaF textarea {
	width: 45%;
	height: 100px;
	margin-top: 5px;
}


.register-table .flie-img {
	height: 212px;
	border-bottom: 1px solid #ccc;
}
.register-table .flie-img .com-green {
	
	line-height: 210px;
}



.register-table .flie-img-in {
	height: 210px;
}


.register-table  .lastli {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.flie-img .file {
	width: 45%;
	height: 200px;
	padding-top: 80px;;
}

.btn {
	width: 106px;
	background: #095fb2;
	color: #fff;
	padding: 10px 10px;
	margin: 30px 30px;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-reset {
	background: #888;
}

.btn:hover, .btn:focus, .btn.focus {
	
	
	color: #fff;
}


.gklqcx li {
	border: none;
	
}

.gklqcx .com-write{
	float:none;
display: inline-block;
width: 30%;
	
}
.gklqcx .com-green{
	float:none;
display: inline-block;
	
}
.gklqcx .com-text {width:100%;}
/*=================================*/
input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 1em;
    height: 1em;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #9e9e9e;
    text-indent: .15em;
    line-height: 1; 
}

input[type="radio"]:checked + label::before {
    background-color: #9e9e9e;
    background-clip: content-box;
    padding: .2em;
}

input[type="radio"] {
    /* position: absolute; */
    /* clip: rect(0, 0, 0, 0); */
}
/*=================================*/

.need {
	color: #f00;
    font-size: 24px;
    vertical-align: middle;
    padding: 0 10px;
}