/*back-top*/
.back_top {
	width: 40px;
	height: 40px;
	text-align: center;
	position: fixed;
	right: 28px;
	bottom: 20px;
	z-index: 99999999;
	display: none;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.back_top:before {
	content: "\f106";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 22px;
	display: block;
	line-height: 40px;
	background: rgba(28,28,28,0.5);
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
}
.back_top:hover {
	text-decoration: none;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0, 0.2);
}
.back_top:hover:before {
	animation: scroll_up_anim 1.5s infinite;
	background: #367e62;
}
@keyframes scroll_up_anim {
	0% {
	transform: translateY(-3px);
}
50% {
	transform: translateY(3px);
}
100% {
	transform: translateY(-3px);
}
}
.back_top:link {
	text-decoration: none;
}
.back_top:hover:before {
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.back_top {
	right: 16px;
	bottom: 60px;
}
}
/*bottom_ser*/
@keyframes scaleToggleOne {
0 {
	transform: scale(1);
	-webkit-transform: scale(1)
}
50% {
	transform: scale(1.7);
	-webkit-transform: scale(1.7)
}
100% {
	transform: scale(1);
	-webkit-transform: scale(1)
}
}
@keyframes scaleToggleTwo {
	0 {
	transform: scale(1);
	-webkit-transform: scale(1)
}
20% {
	transform: scale(1);
	-webkit-transform: scale(1)
}
60% {
	transform: scale(1.7);
	-webkit-transform: scale(1.7)
}
100% {
	transform: scale(1);
	-webkit-transform: scale(1)
}
}
@keyframes scaleToggleThree {
	0 {
	transform: scale(1);
	-webkit-transform: scale(1)
}
33% {
	transform: scale(1);
	-webkit-transform: scale(1)
}
66% {
	transform: scale(1.7);
	-webkit-transform: scale(1.7)
}
100% {
	transform: scale(1);
	-webkit-transform: scale(1)
}
}
/* #online_qq_layer .animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
} */
.livechat-girl {
	width: 50px;
	height: 47px;
	position: fixed;
	bottom: 45px;
	right: 0px;
	opacity: 0;
	z-index: 700;
	cursor: pointer;
}
.livechat-girl:focus {
	outline: 0
}
.livechat-girl.animated {
	opacity: 1;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px)
}
/* .livechat-girl:after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #ff0000, #ff0000);
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 50
} */
.livechat-girl .girl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 50;
	/* background: #d9b24d; */
	/* border-radius: 50%; */
}
/*
.livechat-girl .animated-circles .circle {
	background: rgba(217,178,77,.25);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1)
}
.livechat-girl .animated-circles.animated .c-1 {
	animation: 2s scaleToggleOne cubic-bezier(.217, .178, .77, .94) forwards
}
.livechat-girl .animated-circles.animated .c-2 {
	animation: 2.5s scaleToggleTwo cubic-bezier(.217, .178, .77, .94) forwards
}
.livechat-girl .animated-circles.animated .c-3 {
	animation: 3s scaleToggleThree cubic-bezier(.217, .178, .77, .94) forwards
}
*/
.livechat-girl.animation-stopped .circle {
	opacity: 0!important
}
.livechat-girl.animation-stopped .circle {
	opacity: 0!important
}
.livechat-girl .livechat-hint {
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	z-index: 0;
	-webkit-transition: linear .3s cubic-bezier(.54, 126, .98, 1);
	transition: linear .3s cubic-bezier(.54, 126, .98, 1);
	/* display: none; */
	display: block;
}
.livechat-girl .livechat-hint.show_hint {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 1;
	z-index: 333;
}
.livechat-girl .livechat-hint.hide_hint {
	opacity: 0;
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	z-index: -1;
}
.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis
}
.rd-notice-tooltip {
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	font-size: 14px;
	border-radius: 3px;
	line-height: 1.25;
	position: absolute;
	z-index: 65;
	max-width: 350px;
	opacity: 1
}
.rd-notice-tooltip:after {
	position: absolute;
	display: block;
	content: '';
	height: 20px;
	width: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 50
}
.rd-notice-tooltip .rd-notice-content {
	background: 0;
	border-radius: 3px;
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 60;
	padding: 20px;
	line-height: 1.45
}
.rd-notice-type-success {
	/* background-color: #d9b24d; */
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.2)
}
.rd-notice-type-success .rd-notice-content {
	/* background: linear-gradient( to right top, #d9b24d, #d9b24d); */
	/* color: #fff; */
	background-color: white;
	color: #333;
	font-size: 14px;
	position: relative;
}
.rd-notice-type-success .rd-notice-content:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.03) 1%, rgba(255,255,255,.6) 30%, rgba(255,255,255,.85) 50%, rgba(255,255,255,.85) 70%, rgba(255,255,255,.85) 71%, rgba(255,255,255,0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	width: 30%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}
.rd-notice-type-success:after {
	/* background-color: #d9b24d; */
	background-color: white;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,113,181,.2);
	box-shadow: 0 5px 10px 0 rgba(0,113,181,.2);
}
.rd-notice-position-left {
	margin-left: -10px
}
.rd-notice-position-left:after {
	right: -3px;
	top: 50%;
	margin-top: -10px
}
.rd-notice-tooltip.single-line .rd-notice-content {
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	white-space: nowrap;
	font-size: 12px;
	font-family: 'Poppins_B';
	text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
	/* .livechat-girl {
	display: none;
} */
}
#online_qq_layer {
	z-index: 99999999;
	position: fixed;
	right: 20px;
	bottom: 80px;
	overflow: hidden;
	box-shadow: 3px 3px 20px 0 rgba(0,0,0,.2);
	font-size: 13px;
}
#floatShow {
	display: block;
}
#floatHide {
	display: none;
}
#online_qq_tab {
	position: relative;
	z-index: 9;
}
#online_qq_tab #floatShow {
	overflow: hidden;
	padding: 0px 36px;
	float: right;
	line-height: 46px;
	padding-left: 50px;
	position: relative;
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	font-family: "poppins_s";
}
#online_qq_tab #floatShow i {
	height: 50px;
	width: 50px;
	background: url(../images/online.png) no-repeat 10px center;
	position: absolute;
	left: 5px;
	top: 0;
	display: inline-block;
}
#online_qq_tab #floatShow:hover {
	margin-right: 0;
}
#online_qq_tab #floatHide {
	overflow: hidden;
	width: 40px;
	height: 40px;
	font-size: 13px;
	float: right;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
}
#online_qq_tab #floatHide i {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
}
#online_qq_tab #floatHide i:before, #online_qq_tab #floatHide i:after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 2px;
	margin: 2px 0;
}
#online_qq_tab #floatHide i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}
#online_qq_tab #floatHide i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}
#online_qq_tab #floatShow:hover, #online_qq_tab #floatHide:hover {
	text-decoration: none;
}
#onlineService {
	display: inline;
	width: 380px;
	overflow: hidden;
	display: none;
	background: #f9fafa;
	font-size: 12px;
	border-top: none;
}
#online_qq_layer .inquiry .main_more {
	border-width: 1px;
	margin-top: 0;
}
#online_qq_layer .inquiry .main_more button {
	height: 36px;
	/* line-height: 36px; */
	font-size: 14px;
	padding-left: 20px;
	padding-right: 40px;
	background: #333;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	transition: 0.5s all;
	border-radius: 0;
	font-family: "Poppins_B";
	border-radius: 0;
	width: 100%;
	margin-top: 10px;
}
#online_qq_layer .inquiry .main_more:hover button {
	color: rgb(199, 199, 199);;
}
#onlineService .title {
	display: block;
	font-size: 20px;
	font-weight: bolder;
	line-height: 24px;
	text-transform: capitalize;
	font-style: normal;
	font-family: "Poppins_B";
	color: #333;
	margin-bottom: 10px;
	background-color: #a5a5a5;
	background-size: cover;
	padding: 15px 20px 48px;
}
#onlineService .title b {
	color: #fff;
	font-family: "Poppins_B";
}
#onlineService .text {
	margin-bottom: 10px;
	color: #777;
	line-height: 20px;
	background: #f9fafa;
	margin: 0px 5%;
	margin-top: -50px;
	padding: 15px 10px;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	width: 90%;
}
.i_message_inquiry .inquiry {
	width: 90%;
	margin: 20px 5%;
	border-top: 1px solid #e5e5e5;
	margin-top: 0;
	padding-top: 15px;
}
.i_message_inquiry .inquiry .form-control {
	border: 1px solid #e5e5e5;
	background: none;
	line-height: 46px;
	height: 46px;
	color: #333;
	font-size: 12px;
	width: 100%;
	box-shadow: none;
	padding-right: 30px;
	background-position: 95% 12px;
	background-repeat: no-repeat;
	padding-left: 10px;
	border-radius: 0;
	border: 1px solid #d3dbe0;
	border-radius: 5px;
}
.i_message_inquiry .inquiry textarea.form-control {
	border-radius: 0;
}
.i_message_inquiry .inquiry .input-group {
	height: 32px;
	height: auto;
	margin-bottom: 6px;
	border: none;
	float: left;
	width: 100%;
	background: #fff;
}
.i_message_inquiry .inquiry .input-group span {
	display: block;
	position: relative;
	width: 100%;
}
/* .i_message_inquiry .inquiry .input-group span:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	width: 28px;
	height: 23px;
	display: inline-block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_e:before {
	background-position: -40px -227px;
}
.i_message_inquiry .inquiry .input-group span.ms_p:before {
	background-position: 0 -227px;
}
.i_message_inquiry .inquiry .input-group span.ms_m:before {
	background-position: -82px -227px;
} */
.i_message_inquiry::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: #F5F5F5;
}
.i_message_inquiry::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.i_message_inquiry::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	background-color: #999;
}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
	line-height: 20px;
	font-size: 12px;
	height: 100px;
	padding-left: 10px;
	width: 100%;
	color: #777;
	margin-bottom: 0;
	transition: 0.6s all;
	max-width: 100%;
	max-height: 100px;
	border-radius: 0;
	max-width: 100%;
	min-width: 100%;
	border: 1px solid #d3dbe0;
	border-radius: 5px;
}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control:focus, .i_message_inquiry .inquiry .form-control:focus {
	color: #333;
	border-color: #367e62;
}
@media only screen and (max-width: 768px) {
	#online_qq_tab #floatHide {
		left: auto;
		right: 6px;
	}
	#online_qq_layer {
		overflow: visible;
	}
	#online_qq_tab #floatHide {
		width: 40px;
		height: 40px;
		background: none;
		top: 10px;
		border-radius: 0;
		top: 14px;
	}
	#online_qq_tab #floatHide i {
		margin-top: 0;
		margin-right: 0;
	}
	#online_qq_tab #floatHide i:before, #online_qq_tab #floatHide i:after {
		background: #fff;
	}
}
/*fixed-contact*/
	.fixed-contact {
	z-index: 999999;
	position: fixed;
	right: 0;
	top: 40%;
	width: 50px;
	margin-top: -90px;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s;
	transform: translateX(95px);
	-webkit-transform: translateX(95px);
	-moz-transform: translateX(95px);
}
.fixed-contact.show {
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.fixed-contact.active {
	width: 260px;
}
.fixed-contact li {
	position: relative;
	height: 50px;
	overflow: hidden;
	transition: all .4s;
	list-style: none;
	background: #367e62;
	background-size: cover;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.fixed-contact.active li a {
	opacity: 1;
}
.fixed-contact li a {
	position: relative;
	z-index: 1000;
	display: block;
}
.fixed-contact li i {
	z-index: 1000;
	position: absolute;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	transition: all .4s;
	background-repeat: no-repeat;
	background-position: center center;
	/* background-image: url(../images/icon.png); */
}
.fixed-contact.active li:last-child:after {
	display: none;
}
.fixed-contact li:hover i, .fixed-contact li:hover a {
	color: #fff;
}
.fixed-contact .online_p i {
	background-position: 0 -262px;
	border-top-left-radius: 30px;
	-moz-border-top-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	-moz-border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
}
.fixed-contact .online_e i {
	background-position: -50px -262px;
}
.fixed-contact .online_w i {
	background-position: -150px -262px;
}
.fixed-contact .online_s i {
	background-position: -100px -262px;
}
.fixed-contact .online_f i {
	background-position: -250px -262px;
}
.fixed-contact .online_i i {
	background-position: -300px -262px;
}
.fixed-contact .online_code i {
	background-position: -200px -262px;
}
.fixed-contact li a {
	position: absolute;
	top: 0;
	right: -135px;
	display: block;
	width: 210px;
	line-height: 110%;
	padding: 18px 0 0 50px;
	color: #fff;
	white-space: nowrap;
	transition: all .4s;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	opacity: 0;
}
.fixed-contact.active li a {
	right: 50px;
}
.fixed-contact .online_code a img {
	max-width: 80px;
}
.fixed-contact.active .online_code {
	height: 130px;
}
.fixed-contact.active .online_code a p {
	margin: 0;
	margin-bottom: 5px;
}
.fixed-contact li.online_code:hover a {
	opacity: 1;
	right: auto;
	left: 0;
}
#text {
	border-right: 0.15em solid orange;
    animation: blink-caret .75s step-end infinite;
}
@media only screen and (max-width: 768px) {
	.fixed-contact {
        display: none !important;
    }
    .fixed-contact.show {
        opacity: 0;
    }
}