@charset "utf-8";
/* 初始化 */
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
img {max-width: 100%;height: auto;width:auto\9; /* ie8 */}
*{margin:0; padding:0; border:none;box-sizing:border-box;}
body{color:#000;font:14px/22px "Microsoft YaHei";background-color:#f5f5f5;/*background: linear-gradient(25deg, #0f2249,#182e5a 20%,#0f2249 40%,#182e5a 60%,#0f2249 80%,#182e5a 100%);*/}
em,i{font-style: normal;}
a{text-decoration:none; color:#333;}
a:hover{ text-decoration:none;}
ul,ol{list-style:none;}
input{outline: none;font-size: 13px;}
.cl{clear:both;}
.flex{display:flex;}
.flex-between{justify-content: space-between;}
.align-item{align-items: center;}

.main{width: 1200px;margin:0 auto;}
.title{width: 100%;text-align: center;background:#000;align-items:center;padding:0 2%;box-shadow:0 0 5px #ccc;height:60px;position: relative;}
.title h3{font-size:24px;line-height:60px;font-weight: bold;color:#fff;letter-spacing:2px;}

.title .loginMSG{position: absolute;top: 0;right:30px;}
.title .loginMSG a{background:url(../images/id-W.png) no-repeat left center;-webkit-background-size:15px 15px;background-size:15px 15px;padding-left:22px;margin-left: 20px;color:#fff;height: 60px;display: inline-block;line-height: 60px;}
.title .loginMSG a.tuiChu{background-image:url(../images/exit.png);}
.title .loginMSG a.home{background-image:url(../images/home.png);}
.title .loginMSG a:hover{text-decoration:underline;}


.copy{text-align: center;width: 100%;line-height:30px;padding:10px 0;}
.copy p{display:inline-block;padding:0 10px;color:#666;}
.copy a{color:#666;text-decoration: underline;}



/*登录-注册信息*/
.main_LoginBOX{width: 100%;display: flex;justify-content: center;min-height: calc(100vh - 110px);}
.loginBox{width: 500px;
    background-color: rgb(255, 255, 255);
    max-height: 500px;
    margin-top: 100px;
    margin-bottom: 40px;
    padding-top: 40px;}
.loginBox p{text-align: center;padding-bottom: 30px;margin-bottom: 30px;color: #333;font-size:28px;border-bottom:1px solid #ddd;;}
.loginBox .box{margin-bottom:14px;position: relative;}

.shuru{width: 70%;margin:0 auto;line-height: 36px;display: flex;align-items:center;justify-content: center;border: 1px solid #ddd;}
.shuru i{width: 40px;height:24px; display: block; background:url(../images/icon-id.png) no-repeat center;-webkit-background-size: contain;background-size: contain;}
.shuru.MM i{background-image:url(../images/icon-mm.png);}
.shuru.YZM i{background-image:url(../images/icon-yzm.png);}
.shuru.Name i{background-image:url(../images/icon-name.png);}
.shuru.Sex i{background-image:url(../images/icon-sex.png);}
.shuru.leiX i{background-image:url(../images/icon-leix.png);}
.shuru.diShi i{background-image:url(../images/icon-dishi.png);}
.shuru.schoolBar i{background-image:url(../images/icon-school.png);}
.shuru.nianJi i{background-image:url(../images/icon-nianji.png);}
.shuru.banJi i{background-image:url(../images/icon-banji.png);}
.shuru.Tele i{background-image:url(../images/icon-tel.png);}
.shuru.dengLu i{background-image:url(../images/icon-denglu.png);}
.shuru.MSG i{background-image:url(../images/icon-mail.png);}
.shengzhishu label{margin-right:20px;}
.shengzhishu input{margin-left:20px;margin-right:5px;vertical-align:middle;margin-top:-3px;}

.zhuCe{margin:40px auto;max-height: none;padding-bottom: 40px;}
.Sex .sexbar{height: 36px;width:95%;padding: 0 1%;}
.Sex .sexbar label{margin:0 20px;}
.Sex .sexbar label input{-webkit-appearance:none;width:20px;height:20px;background:url(../images/check.png) no-repeat;-webkit-background-size: contain;background-size: contain;vertical-align: sub;}
.Sex .sexbar label input:checked{background-image: url(../images/checked.png);}

.shuru.leiX select{-webkit-appearance:none;background:url(../images/BD_arrow.png) no-repeat 98% center;-webkit-background-size:20px 20px;background-size:20px 20px;}

.shuru .inpTxt, .shuru select, .shuru .psd{height: 36px;width:95%;padding: 0 1%;outline: none;}
.shuru .short{width:95%;display: flex;justify-content:space-between;}
.shuru .short .inpTxt{width: 60%;}
.shuru .short input[type="button"]{width: 110px;border:1px solid #ddd;font-size: 12px;}
.shuru .short img{width:110px;height: 36px;border:1px solid #ddd;}
.next{text-align: center;}
.next .ZDbtn{background: #f88000 !important;color: #fff !important;height: 40px;width:70%;border-radius: 8px;font-size: 18px;margin:30px 0;}
.next .zhuce a{margin: 0 20px;display: inline-block;color: #2a559a;}
.loginTishi{padding: 15px 30px;border: 1px dashed #ddd;border-radius: 8px;background: #fff;max-width:1200px;margin:20px auto;}
.loginTishi p{margin-bottom: 5px;position: relative;padding-left: 18px;}
.loginTishi p::before{content: " ";width: 7px;height: 7px;border-radius: 50%;background: #f88000;position: absolute;left: 0;top:6px;}

.breakNavbar{padding:20px 0;color:#666;}
.breakNavbar a{text-decoration:underline;}

/*基地申报*/
.shenBaoJD{min-height:720px;width: 1400px;margin:0 auto;}
.shenBaoJD h3{text-align: center;margin:70px 0 40px;font-size: 20px;}
.shenBaoJD ul{margin-bottom:100px;display: flex;justify-content:space-between;}
.shenBaoJD ul li{width:24%;text-align: center;line-height:40px;border-radius:8px;background:linear-gradient(#ef543c,#f38574,#ef543c);color:#fff;}
.shenBaoJD ul li i{width: 100px;height: 100px;display: block;	background:url(../images/shenbao1.png);-webkit-background-size: contain;background-size: contain;margin:30px auto 15px;}
.shenBaoJD ul li p{margin-bottom:30px;font-size:28px;font-weight: bold;letter-spacing:3px;}
.shenBaoJD ul li:nth-child(2){background:linear-gradient(#f4a317,#f5c777,#f4a317);}
.shenBaoJD ul li:nth-child(3){background:linear-gradient(#048a25,#6cc581,#048a25);}

.shenBaoJD ul li:nth-child(2) i{background-image: url(../images/shenbao2.png)}
.shenBaoJD ul li:nth-child(3) i{background-image: url(../images/shenbao3.png)}

.shenBaoJD ul li .DW_name input, .shenBaoJD ul li .zhishu select{width: 80%;height:40px;padding:0 10px;border-radius:5px;outline: none;}

.shenBaoJD ul li .Go_linxuan{width: 85%;height: 40px;margin-bottom: 50px;border-radius:5px;font-size: 18px;background: #fff;color:#f65036;font-weight: bold;letter-spacing:3px;display:inline-block;}
.shenBaoJD ul li dl{padding:0 15px;line-height:22px;text-align:left;height:240px;font-size:15px;}
.shenBaoJD ul li dl dd{text-indent:28px;}


.printTab{margin:50px auto;}
.fengmian{margin:100px 0;letter-spacing:3px;}
.fengmian h3{font-size:32px;line-height:52px;margin-bottom: 200px;text-align: center;}
.fengmian ul{width: 100%;font-size: 18px;margin:0 auto;text-align:center;}
.fengmian ul li{margin-bottom: 30px;}
.fengmian ul span{display: inline-block;}
.fengmian ul input{border-bottom:1px solid #000;width: 100px;text-align: center;font-size: 18px;}
.fengmian ul input.longInput{width:550px;}

.SBB_jidi{width:100%;border-left:1px solid #999;border-top:1px solid #999;text-align: center;}
.SBB_jidi td{border-right:1px solid #999;border-bottom:1px solid #999;height:56px;padding:4px;width: 25%;}
.SBB_jidi label{margin-right: 13px;}
.SBB_jidi td input[type="text"]{width: 100%;height:47px;border:1px solid #eee;padding:0 10px;border-radius:5px;text-align: center;font-size: 14px;}
.SBB_jidi td input[type="radio"] {
	width: 16px;
	height: 16px;
	vertical-align:middle;
	margin:-3px 5px 0 20px;
}
.SBB_jidi td input[type="radio"]:checked + label, .SBB_jidi td input[type="checkbox"]:checked + label {
	font-weight: bold;
}
.SBB_jidi td input[type="checkbox"]{margin-left: 5px;vertical-align: middle;margin-top: -3px;width:15px;height:15px;}
.SBB_jidi td textarea{width:100%;resize:none;outline: none;border:1px solid #eee;height:200px;padding:10px;font-size: 14px;border-radius:5px;font-family:"微软雅黑";}
.mainBK{display:inline-block;}
.shortInput input{width: 60% !important;}
.thead td{font-weight: bold;font-size: 18px;}
.Tab_2tr tr td:nth-child(1){width:2%;}
.yijian{text-align: left;margin-bottom:10px;}
.gaiZ{text-align:right;padding:0 30px;}
.gaiZ i{padding:30px;display: inline-block;}
.dlW90{margin-top:10px;}
.dlW90 dd{text-indent: 28px;}

.btnS_3{text-align: center;}
.btnS_3 input{width:300px;height: 46px;margin:50px 20px;font-size: 18px;color:#fff;}
.now_baocun{background: #1d67dd;}
.print-btn{background:#f87e12;}
.go_next{background: #319741;}
.HH_0{margin-bottom:50px;margin-top:3px;}
.SC_1h{margin-bottom:0;}
.SC_1h h3{font-weight:normal;font-size:14px;text-indent:28px;}
.SC_1h input.file{width: 120px;height: 120px;background:red;opacity:0;cursor: pointer;}
.addFF{width: 120px;height: 120px;background:url(../images/addFJ.png);-webkit-background-size: contain;background-size: contain;}
.upLoad h2{text-align: center;margin-bottom: 30px;}
.fujianTop_20 { margin-top: 20px; }
.width_100{width:80%;}
.inputt{height:30px;border:1px solid #eee;padding:0 10px;border-radius:5px;text-align:left;font-size: 14px;}
.po_std p{display:none;}

/*打印样式*/
@media print {
	.SBB_jidi{font-size:16px;}
	.title{display: none;}
	.copy{display: none;}
	.SBB_jidi td{padding:10px 0;}
	.SBB_jidi td textarea{font-size: 16px;border: none;width:98%;page-break-inside: avoid;}
	.SBB_jidi td textarea.areaKC{height:420px;}
	.SBB_jidi td textarea.trHeight_300{height:230px;}
	.SBB_jidi td textarea.trHeight_500{height:400px;}
	.SBB_jidi td textarea.trHeight_half{height:550px;}
	.SBB_jidi td textarea.trHeight_1500{height:850px;}
	.SBB_jidi td textarea.trHeight_2000{height:2280px;}
	.fengmian ul{width:100%;}
	.fengmian h3{margin-bottom:500px;margin-top:200px;}
	.SBB_jidi td input[type="text"]{border: none;font-size:16px;}
	.dlW90{font-size: 16px;line-height:24px;}
	.po_std {position:relative;}
	.po_std p{height:2280px;display:block;}
	.po_starea{position:absolute;top:1px;left:1%;page-break-inside: avoid; line-height:22px;}
}

 @media print {
	html, body {
		width: 210mm;   /* 设置纸张的宽度 */
		 height: 297mm;/* 设置纸张的高度 */
		margin: 0;
		padding: 0;
	}
	.pageBox {
		/*margin: 10mm;    设置页边距 */
		/* height: 297mm;  设置内容区域的高度 */
		border: 1px solid #fff;
		page-break-before: always; /*确保每个.page元素后都进行分页 */
		margin: 0;
		padding: 0;
	}
}
@media screen {
	.pageBox {
		/*margin: 10px;
		border: 1px dashed #ccc;*/
	}
}


/*基地营地申报*/
.YDJDshenbao_HH h3{text-align:center;margin:50px 0 30px;font-size:32px;}
.YDJDshenbao_HH .auto-style1{border-top:1px solid #ddd;border-right:1px solid #ddd;width:100%;}
.YDJDshenbao_HH .auto-style1 td{border-bottom:1px solid #ddd;border-left:1px solid #ddd;padding:10px 6px;}
.YDJDshenbao_HH .shenBaoyq{margin-bottom:30px;background:#f9f9f9;border:1px dashed #ddd;padding:15px;border-radius:8px;}
.YDJDshenbao_HH .thead{text-align:center;background:#eee;}
.YDJDshenbao_HH .auto-style1 td label{padding-right:25px;padding-left:8px;}
.YDJDshenbao_HH .auto-style1 td select{border:1px solid #ddd;height:30px;width:120px;}
.YDJDshenbao_HH .auto-style1 td a{color:#038ef9;text-decoration:underline;}


.shenBtab_H{width:100%;margin-bottom:30px;}
.shenBtab_H td {
	border: none;
	padding: 2px 30px !important;
	border-left: none !important;
	background:#f9f9f9;
	border-bottom:2px solid #fff !important;
}

.shenBtab_H tr td:nth-child(2){width:90px;}
.shenBtab_H tr:hover td{background:#ddd;}

.RadUpload li input[type="checkbox"]{vertical-align:-webkit-baseline-middle;margin-right:10px;}
.shenbaotianxie_btn {
	width:500px;
	height: 46px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	background: #f87e12;
	display:block;
}

.changZ{font-size:12px;color:#999;text-align:center;margin-bottom:14px;display:block;}
.RadUpload_Bootstrap .ruButton{background:cornsilk !important;}
.RadUpload_Bootstrap .ruRemove{background:none !important;}

.RadUpload .ruInputs li.ruActions{position:relative;}
.RadUpload .ruInputs li.ruActions::after{content:"（可新增多个上传按钮，以便一次上传多个文件）";position:absolute;top:8px;color:#666;}

.RadUpload .ruActions .ruButton.ruDelete, .RadUpload .ruCheck{display:none;}

.inpbd input{border:1px solid #ddd;height:35px;padding:0 10px;background:#f9f9f9;width:40%;}










