/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
.browserupgrade {
	margin: .2em 0;
	padding: .2em 0;
	background: #ccc;
	color: #000;
}

::selection {
	background: #00a0ea;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #00a0ea;
	color: #fff;
	text-shadow: none;
}

::-webkit-scrollbar {
	width: 10px;
	background: #bfbfbf;
}

::-webkit-scrollbar-track {
	width: 10px;
	background: #bfbfbf;
}

::-webkit-scrollbar-track-piece {
	background: #bfbfbf;
}

::-webkit-scrollbar-thumb {
	width: 10px;
	background: #515151;
}

::-webkit-scrollbar-thumb:hover {
	background: #00a0ea;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #fff;
	color: #333;
	font-size: 14px;
	font-family: -apple-system,BlinkMacSystemFont,"SF Pro SC","SF Pro Text","Helvetica Neue",Helvetica,"PingFang SC","Segoe UI",Roboto,"Hiragino Sans GB",arial,'microsoft yahei ui',"Microsoft YaHei",SimSun,sans-serif;
	line-height: 1.15;
}

body,button,dd,dl,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,li,ol,p,textarea,ul {
	margin: 0;
	padding: 0;
}

address,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display: block;
	margin: 0;
	padding: 0;
}

li,ol,ul {
	list-style: none;
	list-style-image: none;
}

button,fieldset,input,label,legend,option,select,textarea {
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif,Tahoma;
}

button,input,optgroup,select,textarea {
	outline: 0;
}

button {
	border: none;
}

textarea {
	resize: vertical;
}

em,i,strong {
	font-style: normal;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	outline: 0;
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #00a0ea;
	text-decoration: none;
}

a:active,a:focus,a:hover {
	outline: 0;
}

.clearfix:after,.clearfix:before {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

h1,h2,h3,h4,h5,h6,p,span {
	font-weight: 400;
	font-size: 100%;
	line-height: 1.5;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 16px;
}

span {
	font-size: 14px;
}

.container-fluid {
	margin: 0;
	padding-right: 0;
	padding-left: 0;
}

.container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 1180px;
	max-width: 1180px;
	min-width: 1180px;
}

.container:after,.container:before {
	display: table;
	content: "";
}

.container:after {
	clear: both;
}

.seemore {
	clear: both;
}

.seemore a {
	display: inline-block;
	box-sizing: border-box;
	padding: 12px 40px;
	border: 2px solid #fff;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border-radius: 45px;
	color: #fff;
	font-size: 16px;
}

.seemore a:hover {
	background: #fff;
	-webkit-box-shadow: 0 5px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 25px rgba(0,0,0,.2);
	box-shadow: 0 5px 25px rgba(0,0,0,.2);
	color: #00a0ea;
	-webkit-transition: background-color .3s,color .3s;
	-moz-transition: background-color .3s,color .3s;
	-o-transition: background-color .3s,color .3s;
	transition: background-color .3s,color .3s;
	-o-box-shadow: 0 5px 25px rgba(0,0,0,.2);
}

header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	min-width: 1180px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	background: 0 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

header:hover {
	border-bottom: 1px solid rgba(255,255,255,0);
	background: #242a37;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-top {
	height: 49px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.header-logo,.header-logo h1,.header-logo h2 {
	float: left;
	height: 49px;
}

.header-logo h2 {
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 49px;
}

.header-logo img {
	display: block;
	width: auto;
	height: 49px;
}

.header-search {
	float: right;
	height: 49px;
	background: 0 0;
}

.header-search form {
	position: relative;
	float: left;
	background: rgba(255,255,255,.05);
}

.header-search input {
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	width: 200px;
	height: 49px;
	outline: 0;
	border: 1px solid transparent;
	background: 0 0;
	color: rgba(255,255,255,.75);
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
}

.header-search input:hover {
	width: 250px;
}

.header-search input:focus {
	width: 250px;
	border-color: #00a0ea;
}

.header-search button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 49px;
	height: 49px;
	outline: 0;
	border: 0;
	background: 0 0;
	cursor: pointer;
}

.header-search button i {
	position: relative;
	color: rgba(255,255,255,.5);
	font-size: 18px;
}

.header-search button i:hover {
	color: rgba(255,255,255,.75);
}

.header-search input::-webkit-input-placeholder {
	color: rgba(255,255,255,.5);
}

.header-search input::-moz-placeholder {
	color: rgba(255,255,255,.5);
}

.header-search input:-moz-placeholder {
	color: rgba(255,255,255,.5);
}

.header-search input:-ms-input-placeholder {
	color: rgba(255,255,255,.5);
}

.header-search ul {
	float: right;
	margin-left: 15px;
}

.header-search ul li {
	float: left;
	padding-right: 15px;
}

.header-search ul li a {
	color: #fff;
	line-height: 49px;
}

.header-search ul li a:hover {
	color: #00a0ea;
}

.header-nav {
	float: left;
	width: 70%;
	height: 50px;
}

.header-nav {
	position: relative;
	z-index: 1;
	height: 50px;
	line-height: 50px;
}

.header-nav a {
	color: #fff;
}

.header-nav .nLi {
	position: relative;
	float: left;
	display: inline;
}

.header-nav .nLi h3 {
	float: left;
}

.header-nav .nLi h3 a {
	display: block;
	padding: 0 24px;
	font-size: 14px;
	line-height: 47px;
}

.header-nav .nLi h3 a:hover {
	z-index: 999;
	border-bottom: 3px solid #00a0ea;
	color: #00a0ea;
}

.header-nav .sub {
	position: absolute;
	top: 50px;
	left: -70px;
	display: none;
	padding: 20px 0;
	width: 240px;
	background: rgba(36,42,55,.9);
	text-align: center;
	line-height: 26px;
}

.header-nav .sub li {
	zoom: 1;
}

.header-nav .sub a {
	display: block;
	color: rgba(255,255,255,.75);
	line-height: 30px;
}

.header-nav .sub a:hover {
	color: #00a0ea;
}

.header-nav .on h3 a {
	z-index: 999;
	border-bottom: 3px solid #00a0ea;
	color: #00a0ea;
}

.header-mobile {
	float: right;
	width: 30%;
	height: 50px;
	color: #fff;
}

.header-mobile p {
	float: right;
	line-height: 50px;
}

.header-mobile p span {
	float: right;
	margin-left: 15px;
	padding: 0 15px;
	background: #00a0ea;
	font-weight: 700;
	font-size: 24px;
	line-height: 50px;
	cursor: pointer;
}

.header-mobile p span:hover {
	background: rgba(0,160,234,.9);
}

.focus {
	width: 100%;
	height: 240px;
	min-width: 1180px;
	background: #048cff url(../images/focus_bg.png) center center no-repeat;
	background-size: 1920px 240px;
}

.focus .focus-item {
	padding: 50px 0;
	width: 100%;
	height: 140px;
	text-align: center;
}

.focus .focus-item .section-title {
	padding-bottom: 0;
}

.focus .focus-item .section-title h2,.focus .focus-item .section-title p {
	color: #fff;
}

.focus .focus-item .seemore {
	margin-top: 25px;
}

footer {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	min-width: 1180px;
	background: #242a37;
	color: rgba(255,255,255,.75);
}

footer a {
	color: rgba(255,255,255,.75);
}

.footer-safe {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	min-width: 1180px;
}

.footer-safe ul {
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
	font-size: 0;
}

.footer-safe ul li {
	display: inline-block;
	width: 20%;
	height: 48px;
	vertical-align: middle;
	text-align: center;
}

.footer-safe ul li a {
	color: #fff;
	font-size: 16px;
}

.footer-safe ul li a span {
	font-size: 16px;
	line-height: 48px;
}

.footer-safe ul li a i {
	margin-right: 10px;
	color: #fff;
	vertical-align: middle;
}

.footer-safe ul li a:hover {
	color: #00a0ea;
}

.footer-safe ul li a:hover i {
	color: #00a0ea;
}

.footer-safe ul li a:hover span {
	color: #00a0ea;
}

.footer-nav {
	overflow: hidden;
	padding: 30px 0;
}

.footer-nav-left {
	float: left;
	padding: 10px 0 15px;
	width: 69%;
}

.footer-nav-left:after {
	clear: both;
	display: table;
	content: "";
}

.footer-nav-left dl {
	float: left;
	width: 20%;
	font-size: 14px;
	line-height: 30px;
}

.footer-nav-left dl dt {
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
}

.footer-nav-left dl dd {
	font-size: 14px;
	line-height: 36px;
}

.footer-nav-right {
	float: left;
	padding: 10px 0 15px;
	width: 30%;
	border-left: 1px solid rgba(255,255,255,.1);
}

.footer-contact {
	float: right;
	width: 83%;
}

.contact-text {
	width: 300px;
	height: 150px;
	text-align: left;
}

.contact-text p {
	color: rgba(255,255,255,.5);
	font-size: 14px;
	line-height: 30px;
}

.contact-text p span {
	margin: 20px 0 10px 0;
	color: #fff;
	letter-spacing: 2px;
	font-size: 24px;
	font-family: Impact;
	line-height: 36px;
}

.contact-text dl {
	float: left;
	padding: 10px 0 20px;
}

.contact-text dl dd {
	font-size: 14px;
	line-height: 36px;
}

.qr-code {
	float: left;
	width: 275px;
	height: 40px;
}

.qr-code ul li {
	float: left;
	margin-right: 26px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: rgba(255,255,255,.1);
	text-align: center;
}

.qr-code ul li:before {
	position: absolute;
	z-index: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	content: "";
	opacity: 0;
	-webkit-transition: .3s cubic-bezier(.3,0,0,1.3);
	-moz-transition: .3s cubic-bezier(.3,0,0,1.3);
	-o-transition: .3s cubic-bezier(.3,0,0,1.3);
	transition: .3s cubic-bezier(.3,0,0,1.3);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform: scale(0,0);
	-ms-transition: .3s cubic-bezier(.3,0,0,1.3);
	-ms-transform: scale(0,0);
}

.qr-code ul li:hover:before {
	opacity: 1;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	-ms-transform: scale(1,1);
}

.qr-code ul a:nth-child(1) li:before {
	background: #d81e06;
}

.qr-code ul a:nth-child(2) li:before {
	background: #1ec67a;
}

.qr-code ul a:nth-child(3) li:before {
	background: #18acfc;
}

.qr-code ul a:nth-child(4) li:before {
	background: #ffc200;
}

.qr-code .fa {
	position: relative;
	width: 40px;
	height: 40px;
	color: #ccc;
	font-size: 20px;
	line-height: 40px;
}

.qr-code a:hover i {
	color: #fff;
}

.qr-code .qr-code-img {
	position: absolute;
	display: none;
	margin-top: -141px;
	margin-left: -45px;
	width: 130px;
	height: 130px;
	-webkit-box-shadow: 0 0 6px rgba(14,22,30,.3);
	-moz-box-shadow: 0 0 6px rgba(14,22,30,.3);
	box-shadow: 0 0 6px rgba(14,22,30,.3);
	-o-box-shadow: 0 0 6px rgba(14,22,30,.3);
}

.qr-code .qr-code-img:after {
	position: absolute;
	top: 129px;
	left: 57px;
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #fff;
	content: '';
}

.footer-links {
	position: relative;
	padding: 20px 0 20px 75px;
	border-top: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-links span {
	position: absolute;
	left: 0;
	color: #fff;
	line-height: 24px;
}

.footer-links ul {
	display: inline-block;
	vertical-align: top;
}

.footer-links ul li {
	float: left;
}

.footer-links ul li a {
	margin: 0 10px;
	padding: 0 5px;
	line-height: 24px;
}

.footer-copyright {
	padding: 20px 0;
	height: 24px;
}

.footer-copyright-txt {
	float: left;
	width: 70%;
	line-height: 24px;
}

.footer-copyright a,.footer-copyright span {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
}

.footer-copyright-links {
	float: right;
	width: 30%;
	line-height: 24px;
}

.footer-copyright-links ul {
	float: right;
	text-align: right;
}

.footer-copyright-links ul>li {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
}

.footer-copyright-links ul>li+li:before {
	margin-right: 5px;
	margin-left: 5px;
	content: "|";
}

.back-top a {
	position: fixed;
	right: 40px;
	bottom: 50px;
	z-index: 999;
	width: 60px;
	height: 60px;
	border-radius: 40px;
	background: rgba(0,160,234,1);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.1);
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 56px;
	cursor: pointer;
	-o-box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.back-top a:hover {
	background: rgba(0,160,234,.9);
}

#alertbox {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	display: none;
	margin-top: -180px;
	margin-left: -320px;
	width: 640px;
	height: 360px;
	background: url(../images/alertbox.png) center center no-repeat;
	color: #fff;
	text-align: center;
	line-height: 1.35;
}

#alertbox .close {
	position: absolute;
	top: 36px;
	right: 36px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#alertbox .text1 {
	margin-top: 50px;
	font-size: 24px;
}

#alertbox .text2 {
	margin-top: 5px;
	letter-spacing: 1px;
	font-size: 45px;
}

#alertbox .text3 {
	font-size: 14px;
	opacity: .8;
}

#alertbox .tel {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	letter-spacing: 2px;
	font-size: 24px;
}

#alertbox .tel:after,#alertbox .tel:before {
	position: absolute;
	top: 50%;
	display: block;
	width: 36px;
	height: 1px;
	background: #fff;
	content: '';
	opacity: .5;
}

#alertbox .tel:before {
	left: -36px;
}

#alertbox .tel:after {
	right: -36px;
}

#alertbox .qqlink {
	display: block;
	margin: 30px auto 20px;
	width: 200px;
	height: 45px;
	background: #ff6a00;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.15);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,.15);
	box-shadow: 0 3px 10px rgba(0,0,0,.15);
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	-o-box-shadow: 0 3px 10px rgba(0,0,0,.15);
}

@keyframes scaleToggleOne {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(2);
		transform: scale(2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleToggleTwo {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	20% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	60% {
		-webkit-transform: scale(2);
		transform: scale(2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleToggleThree {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	33% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	66% {
		-webkit-transform: scale(2);
		transform: scale(2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.livechat-girl {
	position: fixed;
	right: 40px;
	bottom: 100px;
	z-index: 700;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 10px 0 rgba(35,50,56,.3);
	-moz-box-shadow: 0 5px 10px 0 rgba(35,50,56,.3);
	box-shadow: 0 5px 10px 0 rgba(35,50,56,.3);
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.86,0,.07,1);
	transition: all 1s cubic-bezier(.86,0,.07,1);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-o-box-shadow: 0 5px 10px 0 rgba(35,50,56,.3);
	-ms-transform: translateY(0);
}

.livechat-girl:focus {
	outline: 0;
}

.livechat-girl.animated {
	opacity: 1;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	-ms-transform: translateY(-40px);
}

.livechat-girl:after {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 50;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom,#00a0ea,#00a0ea);
	content: '';
}

.livechat-girl .girl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.livechat-girl .animated-circles .circle {
	position: absolute;
	z-index: 49;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(0,160,234,.25);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.livechat-girl .animated-circles.animated .c-1 {
	animation: 2s scaleToggleOne cubic-bezier(.25,.46,.45,.94) forwards;
}

.livechat-girl .animated-circles.animated .c-2 {
	animation: 2.5s scaleToggleTwo cubic-bezier(.25,.46,.45,.94) forwards;
}

.livechat-girl .animated-circles.animated .c-3 {
	animation: 3s scaleToggleThree cubic-bezier(.25,.46,.45,.94) forwards;
}

.livechat-girl.animation-stopped .circle {
	opacity: 0!important;
}

.livechat-girl.animation-stopped .circle {
	opacity: 0!important;
}

.livechat-girl .livechat-hint {
	position: absolute;
	top: 50%;
	right: 40px;
	z-index: 0;
	margin-top: -20px;
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.86,0,.07,1);
	transition: all .3s cubic-bezier(.86,0,.07,1);
}

.livechat-girl .livechat-hint.show_hint {
	opacity: 1;
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
}

.livechat-girl .livechat-hint.hide_hint {
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.livechat-girl .livechat-hint.rd-notice-tooltip {
	max-width: 1296px!important;
}

.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
	overflow: hidden;
	width: auto;
	text-overflow: ellipsis;
}

@media only screen and (max-width:1599px) {
	.livechat-girl .livechat-hint.rd-notice-tooltip {
		max-width: 1060px!important;
	}
}

@media only screen and (max-width:1309px) {
	.livechat-girl .livechat-hint.rd-notice-tooltip {
		max-width: 984px!important;
	}
}

@media only screen and (max-width:1124px) {
	.livechat-girl .livechat-hint.rd-notice-tooltip {
		max-width: 600px!important;
	}
}

.rd-notice-tooltip {
	position: absolute;
	z-index: 65;
	max-width: 350px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	font-size: 14px;
	line-height: 1.25;
	opacity: 1;
	-o-box-shadow: 0 2px 2px rgba(0,0,0,.2);
}

.rd-notice-tooltip:after {
	position: absolute;
	z-index: 50;
	display: block;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	content: '';
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-o-box-shadow: none;
	-ms-transform: rotate(-45deg);
}

.rd-notice-tooltip .rd-notice-content {
	position: relative;
	z-index: 60;
	padding: 20px;
	width: 100%;
	border-radius: 3px;
	background: 0;
	color: #fff;
	font-weight: 400;
	line-height: 1.45;
}

.rd-notice-type-success {
	background-color: #00a0ea;
	-webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2);
	-moz-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2);
	box-shadow: 0 5px 10px 0 rgba(38,199,252,.2);
	-o-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2);
}

.rd-notice-type-success .rd-notice-content {
	background-color: #00a0ea;
}

.rd-notice-type-success:after {
	background-color: #00a0ea;
	-webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2);
	-moz-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2);
	box-shadow: 0 5px 10px 0 rgba(38,199,252,.2);
	-o-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2);
}

.rd-notice-position-left {
	margin-left: -20px;
}

.rd-notice-position-left:after {
	top: 50%;
	right: -6px;
	margin-top: -10px;
}

.rd-notice-tooltip.single-line .rd-notice-content {
	padding: 0 20px;
	height: 40px;
	white-space: nowrap;
	line-height: 40px;
}