a {
	text-decoration: none;
	color: #191919;
}
ul, li {
	list-style: none;
}

.table td, .table th {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #c8ced3;
}

.partner_reginfo table{width:100%;margin-top:0px;border-top:2px solid #000;border-bottom:2px solid #000;}
.partner_reginfo th{background:#f6f6f6;text-align:center;vertical-align:middle;font-size:20px;font-weight:bold;}
.partner_reginfo td{height:80px;font-size:18px;}
.partner_reginfo td.t{text-align:center;vertical-align:middle; font-weight:700;}
.partner_reginfo td.t2{vertical-align:middle;}
.partner_reginfo td .small{font-size:14px;}
.partner_reginfo td .bold{font-weight:700;}

form.type1 input[type=text],
form.type1 input[type=password]{width:100%;height:100%;border:0;vertical-align:middle;padding-left:10px;}
form.type1 select.arrow{height:100%;-webkit-appearance: none; -moz-appearance: none; appearance: none;background:url(/img/select_arrow.png) no-repeat right center;font-size:18px;padding-left:10px;}
form.type1 select.arrow::-ms-expand{display:none;}

form.type1 .file_wrap{float:left;width:600px;}
form.type1 .file_box{margin-bottom:10px;}
form.type1 .file_box input[type=text]{width:400px;height:50px;border:1px solid #b0b0b0;}
form.type1 .file_box input[type=file]{display:none;}
form.type1 .file_box .btn-file{display:inline-block;height:50px;line-height:50px;background:#bdbdbd;color:#fff;font-size:20px;font-weight:bold;padding:0 45px;text-decoration:none;}
form.type1 .file_info{padding-left:600px;font-weight:bold;padding-top:30px;}

.agree_wrap{height:250px;margin-top:40px;border:1px solid #b0b0b0;overflow:auto;padding:30px;font-size:18px;}
.agree_wrap p{margin-bottom:10px;}
.agree_wrap .t{font-weight:bold;margin-bottom:24px;line-height:1.5;}

.agree_check{text-align:center;font-size:18px;margin:40px 0 30px 0;}
.agree_check input[type=checkbox]{width:18px;height:18px;vertical-align:middle;}
.agree_check span{vertical-align:middle;margin-left:10px;}

.btn:not(:disabled):not(.disabled) {cursor: pointer;}
.btn{
	display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:0.875rem;line-height:1.5;border-radius:0.25rem;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn_wrap{text-align:center;padding:50px 0;}
.btn_wrap .btn-info{background:#66a1f0;font-size:30px;font-weight:bold;color:#fff;padding:20px 60px;}
.btn_wrap .btn-cancle{background:#fff;color:#000;border:1px solid #888;font-size:30px;font-weight:bold;padding:20px 80px;margin-left:40px;}
a.btn-check{display:inline-block;height:50px;line-height:50px;background:#bdbdbd;color:#fff;font-size:20px;font-weight:bold;padding:0 45px;text-decoration:none;}

