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: 40%;
	float: left;
}
.main .right{
	width: 58%;
	float: right;
}
.main #relImg{
	display: block;
	max-width: 100%; 
	max-height: 100%;
}
.main select{
	height: 40px;
	line-height: 40px;
	min-width: 200px;
	outline: none;
	padding: 0 10px;
	border-radius: 8px;
	border-color: #555555;
}
.main .title{
	font-size: 16px;
	color: #333;
	margin: 5px 0;
	margin-bottom: 15px;
	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;
    position: relative;
	color: #fff;
	background: #5db968;
	border: 1px solid #5db968;
    overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
    cursor: pointer;
	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: 20px 0;
}
.ts .title{
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	font-weight: bold;
}
.ts p{
	color:#666;
	margin: 0;
	padding: 0;
	line-height: 30px;
	background: #f1f2f3;
	padding: 10px;
}
.ts p span{
	color:#F16F5C;
}

