﻿@charset "utf-8";
/*移动端样式 - Mobile terminal style*/
@media screen and (max-width: 830px) {   
    .submit{
		width:100%;
		height:300px;
		margin:0 auto; 
		background:#fff;
		position:relative;
		z-index:9;
	}
    .submit .textTUPIAN{
		width:90%; 
		margin:0 auto; 
		border:1px solid blue; 
		color:#000; clear:both; 
		padding:4%; 
		border-bottom-left-radius:10px; 
		border-bottom-right-radius:10px;
	}
	.submit .textTUPIAN input{
	    border:1px solid #ccc;
	}
    .submit .tishi{
    	width:92%;
    	border:1px solid #ccc;
    	text-align:center;
    	margin:20px auto;
    	padding:2%;
    	color:red;
    }
}

/*pc端样式 - pc terminal style*/
@media screen and (min-width: 830px) { 
	.submit{
		width:1160px;
		height:600px;
		margin:0 auto; 
		background:#fff;
		position:relative;
		z-index:9;
	}
	.submit .textTUPIAN{
		width:1160px; 
		margin:0 auto; 
		border:1px solid blue; 
		color:#000; clear:both; 
		padding:20px; 
		border-bottom-left-radius:10px; 
		border-bottom-right-radius:10px;
	}
    .submit .tishi{
    	width:1130px;
    	border:1px solid #ccc;
    	text-align:center;
    	margin:20px auto;
    	padding:5px;
    	color:red;
    }
}
.submit .textTUPIAN .text{
	width:98%;
	padding:3px 0;
}
.submit .textTUPIAN .text1{
	width:98%;
	padding:3px 0;
}
.submit a{
	color:#000;
}