.fly1 {
	margin-top: 20px;
	text-align: center;
    padding: 100px 5px;
	color: #f00;
	box-sizing: border-box;
	font-family: 'arial';
}
.fly1 * {
	box-sizing: border-box;
}
.fly1 .row {
    display: table;
}

.fly1 .over {
    position: relative;
    z-index: 10;
}
.fly1 .form-control {
    height: 34px;
	margin-bottom: 0px;
}
#feedback1.fly1 {
   padding: 5px;
	color: #fff;
	text-align: center;
	padding: 0px;
	z-index: 1007;
	background-color: #d2f2f2;
	border-radius: 4px 4px 0 0;
	box-shadow: 2px 1px 10px #7d7d79cc
	font-family: 'Arial', sans;
}
#feedback1 .fmessage {
	text-align: left;
	padding-left: 15px
}
.bz_jf {
	margin: 0;
   position: fixed;
   bottom: 0px;
	right: 50px;
   z-index: 16;
   max-width: 250px;
   height: 310px;
    -webkit-transition: height 0.25s ease-out;
	-moz-transition: height 0.25s ease-out;
	-ms-transition: height 0.25s ease-out;
	-o-transition: height 0.25s ease-out;
	transition: height 0.25s ease-out;
}
#feedback1.fly1 .close {
   position: absolute;
   right: 0px;
   top: 0px;
   cursor: pointer;
   font-size: 22px;
   border-radius: 50%;
   padding: 4px 10px;
   z-index: 18;
	color: #d9e0e4;
   -webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
#feedback1.fly1 .close:hover {
	color: inherit;
	text-shadow: 1px 1px 2px #161a1e;
}
.fly1 > *{
	position: relative;
	z-index: 10;
}
#feedback1.fly1 .ftop{
	padding: 10px 0 10px;
	color: inherit;
	font-weight: inherit;
	font-size: 16px;
	background-color: #1b5369;
	border-radius: 2px 2px 0 0 ;
	letter-spacing: 0.2px;
	line-height: 22px;
	font-family: 'Arial', sans;
	margin-bottom: 10px;
}
.fc .row {
    margin: 0 auto;
    max-width: 355px;
}
.fc .col{
	padding: 5px 10px;
	/*width: 33.333333%;*/
	width: 100%;
	position: relative;
	min-height: 1px;
	overflow: hidden;
	float: left;
}
#feedback1 .fc textarea { 
	/*width: calc(100% - 50px);*/
	float: left;
	height: 90px;
}  
#feedback1 .fc .resp {
	color: #28566b;
	padding: 2px 0;
	position: absolute;
	left: 15px;
	top: 10px;
	width: calc(100% - 80px); 
	font-size: 14px;
	text-align: right;
	font-family: 'Arial', sans;
}   
#feedback1 .fc .btn {    
   border-color: #ddd;
	font-size: 16px;
   color: #343;
   text-decoration: none;
    -webkit-transition: 0.25s ease-out;
	-moz-transition:  0.25s ease-out;
	-ms-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
   width: 45px;
   height: 45px;
   float: right;
  /* border-radius: 20px;
   font-family: Pangolin;*/
   background-color: #fcfffa;
}
#feedback1 .fc .btn:hover {
   text-decoration: none;
   background-color: #f4fafc;
	box-shadow: 0px 3px 2px #678dc0b3;
	border-color: #fcfcee;
}
#feedback1 input[type="text"].form-control{
	padding-left: 30px;
}
#feedback1 a {
	color: inherit;
	position: unset;
}
#feedback1 .icon {
	position: absolute;
	z-index: 14;
	color: #337092;
   outline: none;
}
#feedback1 .icon#fsend{
	cursor: pointer;
   right: 21px;
   bottom: 10px;
   font-size: 28px;
}
#feedback1 .icon#fuser,
#feedback1 .icon#fmail,
#feedback1 .icon#ftel{
	font-size: 20px;
	background-color: white;
	height: 26px;
	margin-top: 6px;
	margin-left: 3px;
	text-align: center;
	width: 25px;
}
#feedback1 .icon#fmail{
	font-size: 18px;
}
#feedback1 .icon#ftel{
	font-size: 27px;
   margin-top: 3px;
}
#feedback1 .fchange {
	position: absolute;
	left: 15px;
	bottom: 20px;
	font-size: 28px;
}
#feedback1 .fchange.fphone {
	left: 10px;
	bottom: 15px;
	font-size: 26px;
	padding: 5px;
	border: 1px solid;
	border-radius: 50%;
	height: 36px;
	width: 36px;
}

@media screen and (max-width: 680px){
	.bz_jf {
		/*padding: 28px 5px;*/
		right: 40px;
		}
	.fc .col {
		float: none;
		margin: 0 auto;
		width: 220px;
	}
	#feedback1.fly1 .ftop {
		font-size: 14px;
		padding: 10px auto;
	}
	#feedback1 .fc .btn {
		margin-top: 15px;
	}
	#feedback1 .fc .resp {
		top: 15px;
	}
}
@media screen and (max-width: 400px){
	.bz_jf {
		padding: 20px 5px;
		right: 20px;
	}
}
