body {
	padding-top: 2.5rem;
	background-color: #fff;
}

header {
	height: 2.5rem;
	line-height: 2.5rem;
}

header a {
	color: #fff;
	font-size: 1rem;
}

header a:hover {
	color: #fff;
}

.file {
	width: 1px;
	height: 1px;
	display: none;
}

.replayArea {
	background: #fff;
	border-bottom: 1px solid #bbb;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #333;
}

.replayArea .line + .line {
	border-top: 1px solid #ccc;
}

.replayArea .typeArea {
	height: 3rem;
	padding: 0.6rem 3%;
	text-align: left;
	position: relative;
	color: #999;
}

.replayArea .typeIcon {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	margin: 4px 6px 0 0;
	background: url(../../business/images/icon_chatType.png);
	background-repeat: no-repeat;
	background-size: 18px; 
	background-position:0 0px;
	margin-top: 6px;
}

.replayArea ul.typeList {
	width: 98%;
	position: absolute;
	display: none;
	overflow: hidden;
	height: 0px;
	top: 2.7rem;
	left: 0;
	z-index: 2;
	background: #f1efed;
	padding: 0px 1%;
}

.replayArea ul.typeList li {
	margin: 5px 2%;
	width: 27%;
	height: 1.6rem;
	overflow: hidden;
	line-height: 1.6rem;
	background: #fbfbfb;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 0.9rem;
	display: block;
	float: left;
}

.replayArea ul.typeList li.on {
	background: #e5e5e5;
}

.replayArea .typeShowBtn {
	display: block;
	float: left;
	color: #999;
	padding-right: 28px;
	height: 28px;
	line-height: 28px;
	background: url(../../business/images/icon_chatType.png);
	background-repeat: no-repeat;
	background-size: 18px auto; 
	background-position:right -40px;
}

.replayArea .msg {
	font-size: 10px;
	padding: 0 0 0 20px;
}

.replayArea .butitle {
	font-size: 1rem;
	line-height: 1.5rem;
	border: none;
/* 	width: 94%; */
	padding: 6px 3%;
	margin: 0;
}

.replayArea .reTxt {
	font-size: 1rem;
	line-height: 1.5rem;
	height: 6rem;
	border: none;
/* 	width: 94%; */
	padding: 6px 3%;
	margin: 0;
}

.replayArea .tools {
/* 	height: 35px; */
/* 	position: relative; */
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
}

.replayArea .tools .tool {
	display: block;
	width: 25px;
	height: 20px;
	background: url(../../business/images/icon_replay.png);
	background-repeat:no-repeat;
	background-size:22px auto;
}

.replayArea .tools .btn {
	display: block;
	float: right;
	width: 65px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	margin-top: 3px;
	border: 0px;
	font-size: 0.9rem;
	text-decoration: none;
	text-align: center;
}

.replayArea .tools .cancelBtn {
	color: #000;
	background-color: #eee;
	border-radius: 4px;
}

.replayArea .tools .anonymousBtn {
	width: 70px;
	padding-left: 20px;
	color: #454545;
	text-align: left;
	background-image: url(../../business/images/icon_anonymous.png); 
	background-repeat:no-repeat; 
	background-position:0 -29px; 
	background-size:15px auto;
}

.replayArea .tools .anonymousBtn.on {
	background-position: 0 7px;
}

.replayArea .tools .fibtn {
	color: #fff;
	background-color: #e60013;
	border-radius: 4px;
}

.replayArea .tools .fibtn.off {
	background-color: #eee;
}

.tools .upImg {
	background-position: 0 0;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}

.previewArea {
/* 	margin: 5px 0px; */
}

.previewArea .col {
	width: 25%;
	float: left;
	margin: 18px 0 0 0;
	position: relative;
}

.previewArea .preImg {
	/* 
	height:100%;
	overflow:hidden; 
	text-align:center; 
	background-color:#eee; 
	margin-right:9px; 
	margin-left:9px;
	*/
	position: relative;
	width: 80%;
	height: 0;
	overflow: hidden;
	padding-bottom: 80%;/* 关键就在这里 */
	background: #eee;
	-webkit-box-shadow: 3px 3px 3px #aaa;
	-moz-box-shadow: 3px 3px 3px #aaa;
	box-shadow: 3px 3px 3px #aaa;
	margin-left: 8%;
}

.previewArea .preImg img {
	 /*min-height:100%; 
	 max-height:100%;*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.previewArea .col .delImg {
    width: 20px;
    height: 20px;
    background-color: rgba(0,0,0,0.4);
    /* border-radius: 15px; */
    background-image: url(../../business/images/icon_delImg.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 12%;
    top: 0;
}

.previewArea .addImg {
	/* display:block; 
	margin-right:9px; 
	margin-left:9px; 
	height:100%; */
	background: url(../../business/images/icon_addImg.png) center no-repeat;
	background-size: 24px;
	border:1px dashed #bbb;
	display:block;
	position: relative;
	width: 80%;
	height: 0;
	overflow: hidden;
	padding-bottom: 80%; /* 关键就在这里 */ 
	margin-left:8%;
}

.previewArea .addImg div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.previewArea .col .clipImg {
	width: 68%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.8);
    margin-left: 16%;
    text-align: center;
    font-size: 14px;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	display: none;
}

.loading img {
	margin: auto;
	position: fixed;
	top: 50%;
	margin-top: -19px;
	width:auto;
}