body,html{
	margin: 0;padding: 0;
}
body{
	width: 1200px;
	margin: auto;
}
.text{
	font-size: 24px;
}
input{ 
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border linear 0.2s,box-shadow linear 0.2s;
    font-size: 1em;
    display: inline-block;
    padding: 10px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 5px 0 5px 5px;
	width: 99%;
	box-sizing: border-box;
	outline: none;
}
.main{
    border-radius: 3px;
    margin-bottom: 5px;
	min-height: 200px;
    overflow: hidden;
}
.main .left{
	width: 50%;
	float: left;
}
.main .right{
	width: 48%;
	float: right;
}
.main textarea{
	border-color: #cccccc;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	height: 350px;
	max-height: 350px;
	min-height: 300px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}
.main .title{
	font-size: 18px;
	color: #333;
	margin: 5px 0;
	font-weight: bold;
}
.main .imgbox{
	max-width: 95%;
}
.main .imgbox img{
	max-width: 100%;	
}
.main .line{
	border-bottom: 1px dotted #999;
	margin: 20px 0;
}
.main .fileupload,.main .btn{
    padding: 5px 20px;height: 30px;line-height: 30px;font-size:16px;margin: 20px auto;
    position: relative;color: #fff;background: #5db968;border: 1px solid #5db968;
    overflow: hidden;display: inline-block;*display: inline;*zoom: 1;
    cursor: pointer;border-radius: 8px;-webkit-border-radius: 8px;
	
}
.main .fileupload input{
    position: absolute;width: 100% !important;height: 100% !important;margin-top: 0 !important;
	font-size: 100px;right: 0;top: 0;opacity: 0;filter: alpha(opacity=0);cursor: pointer;
}
.main .fileupload input:hover{
    color: #fff; background: #009688;border: 1px solid #009688;text-decoration: none ;
}
.ts{
	margin: 10px 0;
	background: #f1f2f3;
	padding: 10px;
}
.ts p{
	color:#666;margin: 0;padding: 0;
	line-height: 30px;
}
.ts p span{
	color:#F16F5C;
}

