*{
	margin: 0;padding: 0;
}
body{
	width: 1340px;margin: auto;background: #f6f7f7;
}
input,textarea,select{
	border: 1px solid #CCC;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    max-width: 100%;
    min-width: 100px;
    height: 20px;
    width: 200px;
	outline: none;
}
button{
	border: 0;background: #1FBCB6;color:#fff;padding: 8px 15px;cursor: pointer;margin: 0 5px;
	border-radius: 5px;-webkit-border-radius: 5px;
}
textarea{
	max-height:3500px;
	min-height:700px;
	max-width: 100%;
	height: 400px;
	background: #333;
	border: 2px solid #f55e41;
	transition: all .2s ease;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #aeded4;
}
select{
	height: 34px;width: 100%;margin-top: 5px;
}
.tit{
	text-align: center;color: #666;width: 100%;padding: 20px 0;
}
.box{
	width: 90%;max-width:1240px;margin:20px  auto;overflow: hidden;
}
.box .left,.box .right{
	width: 55%;float: left;
}
.box .left .fli{
	margin-bottom: 20px;
}
.box .left  input{
	width: 100%;
	margin: 5px 0;
}
.box .left span{
	color: #333;
	font-size: 14px;
	
}
.box .left .ts{
	color: #777;
	font-size: 12px;
	margin-left: 5px;
}

.box .right{
	width: 40%;	
	padding-left: 1%;
	text-align: center;
	margin-top: 10px;
}
.box .right .rel{
	display: inline-block;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
}
.box .right .rel img{
	width: 230px;	
}
.box .right textarea{
	width:100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.des{
	margin: 30px auto; width: 100%;text-align: center;color:#888;font-size: 14px;
}
.foot{
	width: 100%;text-align: center;font-size: 12px;margin: 20px auto;padding-top: 50px;color:#666; clear: both;
}
.layui-m-layer2 .layui-m-layercont i{
	width: 15px !important;
	height: 15px !important;
}