﻿:root {
		--line-height:40px;
		--bodercolor:#eee;
		}

.f_head{
	margin:0 auto;
	height: 60px;
	text-align:left;
	font-size:20px;
	font-weight:600;
	padding-left:20px;
	line-height:60px;
	color:#585848;
	display: block;
}

.f_h1{
	font-size:18px;
	font-weight:600;
	color:#585848;
}

.f_h2{
	font-size:14px;
	font-weight:600;
	color:#585848;
}

.f_line{
	width: 100%;
	//background-color: #5d5;
	height: var(--line-height);
	padding:4px 0 4px 5%;
}

.f_title{
	float:left;
	width: 24%;
	min-width:150px;
	height:100%;
	//background-color: #999;
}

.f_tagline{
	width: 100%;
	//background-color: #5d5;
	height: 24px;
	padding:0 0 0 3%;
	margin-top:10px;
}

.f_tag{
	float:left;
	width: 24%;
	min-width:150px;
	height:100%;
	border-radius: 8px 8px 0 0;
	background-color: var(--bodercolor);
	color:var(--main-bg-color);
}

.ft_name{
	float:left;
	font-size:12px;
	padding:0 6px 0 14px;
	line-height: 32px;
}

.ft_hi{
	float:left;
	font-size:10px;
	color:#fff;
	background-color: #c41;
	padding:1px 3px;
	border-radius: 4px;
	width: 24px;
	text-align:center;
	margin-top: 6px;
}

.f_name{
	float:left;
	font-size:12px;
	padding:0 6px 0 0px;
	line-height: var(--line-height);
}

.f_hi{
	float:left;
	font-size:10px;
	color:#fff;
	background-color: #c41;
	padding:1px 3px;
	border-radius: 4px;
	width: 24px;
	text-align:center;
	margin-top: 10px;
}

.f_body{
	float:left;
	width: 60%;
	//background-color: #776;
	margin-top:6px;
}

.f_messe{
	width: 100%;
	height:200px;
	//background-color: #776;
	margin-left:3%;
}

.f_sender{
	width: 100%;
	//background-color:var(--main-bg-color);
	height: var(--line-height);
	margin:0 auto;
	padding-top:25px;
	text-align:center;
}

#inpu{
	width: 100%;
	padding: 3px 5px;
	border: 2px solid #ddd;
	border-radius: 6px;
	background-color: var(--bodercolor);
}

#intxt{
	width:100%;
	height:100%;
	padding: 6px 0px;
	border: 0px solid #ddd;
	-ms-border-radius: 6px;
    -o-border-radius: 6px;
	border-radius: 0px 6px;
	background-color: var(--bodercolor);
	font-family: 'Josefin Sans', sans-serif;
}

::placeholder {
  color: #bbb;
}

button {
  //margin-top:15px;
  background-color:var(--main-bg-color);
  padding: 12px 45px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid var(--main-bg-color);
  display: inline-block;
  cursor: pointer;
  width:30%;
  color:#fff;
}

@keyframes fadeIn {
	0% {opacity:0;top: 8%;}
	75% {opacity:0;top: 8%;}
	100% {opacity:1;top: 15%;}
}

.mess {
		width: 70%;
		//height: 70%;
		position: relative;
		margin:0 auto;
		z-index:1;
		border-radius: 4px;
		font-family: 'Josefin Sans', sans-serif;
		min-width:650px;
		max-width:900px;
		text-align:center;
		top: 15%;
		background-color:var(--main-bg-color);
	animation-name: fadeIn;
	animation-duration: 3.6s;
}

.a_tab{
	width:100%;
	margin:0px auto;
	//color: var(--con_main);
	color:#585848;
}

.a_tab th{
	width:150px;
	font-size:14px;
	height:40px;
	border:1px solid var(--back-bg-color);
}

.a_tab td{
	font-size:14px;
	height:42px;
	color:#686858;
	background-color:#d8d8c8;
	border:1px solid var(--back-bg-color);
}

.a_tab td a{
		color:#686858;
		text-decoration: none;
	}

.a_tab td a:hover{
		color: #eee;
		text-decoration: underline;
}
.a_ltex{
	font-size:12px;
}
.a_mtex{
	font-size:11px;
}
