@font-face {
	font-family: 'Poppins';
	src: url('/public/fonts/Poppins-Regular.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
:root {
	--banner-black: #272727;
	--title-black: #262626;
	--main-black: #585858;
	--sub-black: #595959;
	--bg-green: #F5F7FA;
	--bg-banner:#DDECFF;
	--bg-blue: #3C91FA;
	--header-height: 64px;
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
p, blockquote, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, ol, p, pre, textarea, ul  {
	font-family: 'Poppins',sans-serif;
	font-size: 16px;
	color: #232528;
	letter-spacing: 0;
	line-height: 30px;
	font-weight: 400;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}
ol, ul, li{
	list-style: none;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/* custom */
a{
	color: #7e8c8d;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
}

::-webkit-scrollbar-track-piece{
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical{
	height: 5px;
	background-color: rgba(125, 125, 125, 0.7);
	-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal{
	width: 5px;
	background-color: rgba(125, 125, 125, 0.7);
	-webkit-border-radius: 6px;
}
html, body{
	background: #ffffff;
	/*width: 100%;*/
	/*height: 100%;*/
	margin: 0;

	/*overflow-x: hidden;*/
}
html{
	overflow: auto;
}
body{
	position: relative;
	line-height: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-x: hidden;
	overflow-y: auto;
}

.user-select{
	-moz-user-select:none; /* Firefox私有属性 */
	-webkit-user-select:none; /* WebKit内核私有属性 */
	-ms-user-select:none; /* IE私有属性(IE10及以后) */
	-khtml-user-select:none; /* KHTML内核私有属性 */
	-o-user-select:none; /* Opera私有属性 */
	user-select:none; /* CSS3属性 */
}


#header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	height: var(--header-height);
}
.header-bk {
	height: var(--header-height);
	background: var(--bg-banner);
}
.izl-rmenu {
	right: 10px;
	width: 50px;
	position: fixed;
	top: 62%;
	-webkit-box-shadow: #DDD 0px 1px 5px;
	-moz-box-shadow: #DDD 0px 1px 5px;
	box-shadow: #DDD 0px 1px 5px;
	z-index:999;
}
.izl-rmenu .consult {
	background-repeat: no-repeat;
	background-position: center -50px;
	display: block;
	height: 50px;
	width: 50px;
}
.izl-rmenu .consult:hover {
	background-repeat: no-repeat;
	background-position: center bottom -1px;
}
.izl-rmenu .cart:hover {
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .consult .phone .l1 {
	font-size: 16px;
}
.izl-rmenu .consult .phone .l2 {
	font-size: 16px;
}
.izl-rmenu .consult .phone {
	background: #FFF;
	position: absolute;
	width: 150px;
	left: -160px;
	line-height: 30px;
	color: #5b78b4;
	text-align: center;
	display: none;
	box-shadow: #DDD -1px 1px 4px;
	border-radius: 10px;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px 4px;
}
.izl-rmenu .cart .phone {
	background: #FFF;
	position: absolute;
	width: 150px;
	left: -160px;
	line-height: 50px;
	color: #5b78b4;
	font-size: 16px;
	text-align: center;
	display: none;
	box-shadow: #DDD -1px 1px 4px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px 4px;
}
.izl-rmenu a.cart:hover .phone {
	display:inline !important;
}
.izl-rmenu a.consult:hover .phone {
	display:inline !important;
}
.izl-rmenu a.udesk-feedback-tab-left:hover .pic {
	display:inline !important;
}
.izl-rmenu .cart {
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	color: #45BDFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 47px;
	padding-left: 48px;
}
.izl-rmenu .work {
	padding-top: 3px;
}
.kfwx-left:hover {
	background-repeat: no-repeat;
	background-position: center bottom -1px;
}
.izl-rmenu .btn_top {
	background-image: url(../images/top1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF !important;
	display: block;
	height: 50px;
	width: 50px;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	background-position: center bottom;
	border-radius: 0 0 5px 5px;
}
.izl-rmenu .btn_top:hover {
	border-radius: 0 0 5px 5px;
	background-image: url(../images/top2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF !important;
}
.izl-rmenu .kfwx-left .pic p {
	font-size:16px
}
.izl-rmenu .kfwx-left .pic {
	display: none;
	position: absolute;
	left: -160px;
	width: 150px;
	height: 180px;
	text-align: center;
	line-height: 20px;
	background: #fff;
	color:#5b78b4;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px 4px;
	padding: 20px;
}
.kfwx-left {
	position: fixed;
	right: 10px;
	top: 62%;
	margin-top: -50px;
	-webkit-box-shadow: #DDD 0px -1px 5px;
	-moz-box-shadow: #DDD 0px -1px 5px;
	box-shadow: #DDD 0px -1px 5px;
	z-index: 10000;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 50px;
	width: 50px;
	background-color: #FFF!important;
	z-index:999;
	border-radius: 5px 5px 0 0;
}
#header.is_scrolled {
	background: #ffffff;
	box-shadow: 0px 4px 10px 0px #EBF2F7;
}
#header .header-inner.small {
	display: none;
}
#header .header-inner.small .right-item {
	height: 44px;
	width: 80%;
	border: 1px solid #ccc;
	line-height: 44px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: 39px auto;
	padding: 0 16px;
	align-items: center;
	border-radius: 8px;
}
#header .header-inner.small .slide-block.single, #header .header-inner.small .slide-block.single .single-item .single-item1 .single-item2 {
	width: 100%;
}
#header .header-inner.small .slide-block.single .single-item .single-item1 .single-item2 a {
	padding-left: 16px;
}
#header .header-inner.small .slide-block.single .single-item .single-item1 .single-item2 a:hover {
	background: #F0F4F7;
	box-sizing: border-box;
}
#header .header-inner.small .single-list {
	margin: 0 auto;
	width: 100%;
	padding-left: 0;
}
#header .header-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;/* padding:0 96px;*/
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #52545a;
	max-width: 1220px;
}
#header .nav-wrap {
	display: flex;
}
#header .logo {
	flex: 0 0 51%;
	width: 100%;
}
#header .logo img {
	display: block;
	width: 100%;
}
#header .nav-list {
	padding: 0 60px;
	display: flex;
}
#header .nav-item {
	position: relative;
	flex-shrink: 0;
	margin-left: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	cursor: pointer;
	color: #52545a;
	font-size: 14px;
}
#header .nav-item a {
	display: block;
	color: #52545a;
}
.phone:after {
    position: absolute;
    top: 18px;
    left: 100%;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #FFFFFF;
}

#header .nav-item:first-child {
	margin-left: 0;
	width: 110px;
	text-align: center;
	padding: 0 10px;
}
#header .nav-item .icon {
	margin-left: 4px;
	display: inline-block;
	width: 13px;
	height: 12px;
transition: transform .3s;
}
#header .icon img {
	display: block;
	height: 12px;
}
#header .nav-item:hover, #header .nav-item:hover>a, #header .nav-item.active, #header .nav-item.active>a {
	color: #5269A5;
}
#header .nav-item:hover .icon {
	transform: rotate(-180deg);
}
#header .nav-item:hover .slide-block {
	display: block;
}
#header .right {
	display: flex;
	height: 40px;
	line-height: 40px;
}
#header .link-group {
	margin-left: 40px;
}
#header .login {
	color: #0b0e17;
}
#header .login:hover {
	color: #5269A5;
}
#header .register {
	width: auto;
	max-width: 300px;
	margin-left: 20px;
	padding: 0 12px;
	display: inline-block;
	text-align: center;
	height: 40px;
	color: #455c9d;
	background: #e7eef4;
	border-radius: 22px;
}
#header .register:hover {
	background: #76A1D1;
	color: #ffffff;
}
#header .lang {
	margin-left: 10px;
	cursor: pointer;
}
#header .right-item {
	flex-shrink: 0;
	align-items: center;
	display: flex;
}
#header .right-item img {
	display: block;
	width: 100%;
}
#header .right-item.search-icon img {
	width: 25px;
}
.header .header-inner.small .swich-btn {
	position: relative;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.swich-btn>img {
	height: 24px;
}
.swich-btn>img:last-child {
	display: none;
}
/* .header .swich-btn a{position: absolute;top: 0;right: 0;width: 60px;height: 60px;overflow: hidden;text-indent: 100%;white-space: nowrap;color: transparent;}
.header .swich-btn a span{position: absolute;background-color: #1a1a1a;height: 3px;width: 26px;left: 50%;top: 50%;bottom: auto;right: auto;transition: background-color .3s;}
.header .swich-btn a span::before{position: absolute;background-color: #1a1a1a;height: 3px;width: 26px;content: '';left: 0;-webkit-transition: -webkit-transform .3s;transition: -webkit-transform .3s;transition: transform .3s;transition: transform .3s;transform: translateY(-9px);}
.header .swich-btn a span::after{position: absolute;background-color: #1a1a1a;/* height: 3px;width: 26px;*//* content: '';left: 0;-webkit-transition: -webkit-transform .3s;transition: -webkit-transform .3s;transition: transform .3s;transition: transform .3s;transform: translateY(9px);}*/
.header .header-inner.small .swich-btn.open-nav span {
	background-color: transparent;
}
.header .header-inner.small .swich-btn.open-nav span::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.header .header-inner.small .swich-btn.open-nav span::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#header .header-inner.small {
display: none;
}
#header .slide-block.single {
	padding: 26px 0 20px;
	width: 200px;
}
#header .slide-block.single .single-item .single-item1 .single-item2 {
	width: 100px;
	background: transparent;
}
#header .slide-block.single .single-item .single-item1 .single-item2 a {
	text-align: left;
}
#header .slide-block.single {
	width: 110px;
	border-radius: 0 0 10px 10px;
	padding: 0;
}
#header .right-item.nav-item.lang:first-child:hover {
	background: #fff;
	border-radius: 10px 10px 0 0;
}
#header .slide-block.single::after {
display: none;
}

#header .single-list {
	margin: 0 auto;
	padding-bottom: 8px;
}
#header .single-item {
	height: 48px;
	line-height: 48px;
}
#header .single-item3{
	width:100px;
	height: 48px;
	line-height: 48px;
}
#header .single-item a {/* text-align: center;*/
	display: block;
	color: #52545A;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 4px;
}
#header .single-item3 a {/* text-align: center;*/
	padding-left: 10px;
	display: block;
	color: #52545A;
	font-size: 14px;
	border-radius: 4px;
	text-align:left;
}
#header .single-item3 a:hover {
	color: #455C9D;
	background: #F0F4F7;
}
#header .single-item1 {
	width: 130px;
	height: 48px;
	line-height: 48px;
}
#header .single-item1 a {/* text-align: center;*/
	display: block;
	color: #52545A;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 4px;
}
#header .single-item2 a {/* text-align: center;*/
	display: block;
	color: #52545A;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 4px;
}
#header .single-item1 a:hover {
	color: #455C9D;
	background: #F0F4F7;
}
#header .single-item2 {
	width: 120px;
	height: 48px;
	line-height: 48px;
}
#header .single-item2 a:hover {
	color: #455C9D;
	background: #F0F4F7;
}
#header .single-item a:hover {
	color: #455C9D;
	background: #F0F4F7;
}
#header .slide-block-inner {
	display: flex;
	justify-content: space-between;
}
#header .slide-block::after {
position: absolute;
top: -14px;
left: 50%;
margin-left: -12px;
content: '';
width: 0;
height: 0;
border: 8px solid transparent;
border-bottom-color: #FFFFFF;
}
#header .silde-block-i {
	flex: 0 0 130px;
	width: 130px;
}
#header .silde-block-i .h3 {
	padding-left: 10px;
	color: #B1B2B5;
	font-size: 13px;
	line-height: 18px;
}
#header .silde-block-i .u-list {
	margin-top: 10px;
}
#header .silde-block-i .u-item {
	height: 48px;
	line-height: 48px;
}
#header .silde-block-i .u-item a {
	padding-left: 10px;
	display: block;
	color: #52545A;
	font-size: 14px;
	border-radius: 4px;
}
#header .silde-block-i .u-item a:hover, #header .silde-block-i .u-item.active a {
	color: #455C9D;
	background: #F0F4F7;
}
#header .slide-block {
	display: none;
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0%;
	padding: 26px 30px 20px;
	background: #FFFFFF;
	box-shadow: 0px 5px 11px 0px #D7E3ED;
	border-radius: 12px;
}
.s-nav-list {
	display: none;
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
}
.s-nav-item.active>a {
	background: #F0F4F7;
}
.s-nav-item>a {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #F3F3F3;
}
/* .s-nav-item>a .text{margin-right: 10px;}*/
.s-nav-item a .icon {
	display: inline-block;/* width:26px;height:24px;*/
}
.s-nav-item:last-child a {
	border: none;
}
.s-s-nav-list {
	display: none;
	padding: 10px 0;
}
.s-nav-list .h3 {
	line-height: 48px;/* padding-top:10px;*/
	padding-left: 20px;
	color: #76A1D1;
}
.s-s-nav-item a {
	display: block;
	padding-left: 40px;
	height: 48px;
	line-height: 48px;
	color: #3B3D44;
	font-weight: 500;
}
.border-bottom {
	border-bottom: 1px solid #F3F3F3;
}
.shadow {
	display: none;
	position: fixed;
	top: 98px;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}


@media (max-width: 768px) {
	#header .nav-wrap {
		padding-left: 16px;
	}

	#header .logo {
		flex: 0 0 46%;
	}
}

/* 弹窗 */
.tc {
	font-family: PingFangSC-Regular;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: none;
}
.popup {
	width: 512px;
	height:674px;
	border-radius: 16px;
	background: #fff;
	margin: 0 auto;
	padding: 30px 30px;
	font-size: 16px;
	position: relative;
}
.popup .close {
	display: block;
	color: #979797;
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 12px;
}
.popup .t-Title {
	font-family: PingFangSC-Medium;
	font-size: 28px;
	color: #3B3D44;
	text-align: center;
	padding-top:40px
}
.popup .box {
	height: 370px;
	padding: 30px 25px;
	margin-top: 20px;
}
.popup .item {
	line-height: 2;
	margin-bottom: 20px;
}
.popup .ask {
	color: #3B3D44;
	margin-bottom: 3px;
}
.popup .ans {
	color: #6B6C72;
}
.popup .ans li input, .piaochecked, .list-radio {
	display:block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	border-radius:10px;
}
.piaochecked, .list-radio {
	background: url(../svg/check.svg) no-repeat center;
	background-size: 14px;
}
.piaochecked.on_check, .radio .on_check .list-radio {
	background: url(../svg/check-on.svg) no-repeat center;
	background-size: 14px;
}
.popup .ans li {
	display:flex;
	align-items:center;
	margin: 2px 0;
}
.popup .check {
	cursor: pointer;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* .popup .check::after{content: "";position: absolute;top: 0;border: 1px solid #C9CACC;width: 14px;height: 14px;visibility: visible;box-sizing: border-box;border-radius: 10px;}
.popup .check:checked::after{content: "";background: url(../images/check-on.svg) no-repeat center;background-size: 16px;border: none;} */
.popup .ans .select {
	width: 413px;
	height: 30px;
	border: 1px solid #c9cacc;
	border-radius: 4px;
	font-size: 14px;
	margin: 5px 0;
	color: #6B6C729E;
	padding: 0 5px;
}
.text-area {
	display: block;
	width: 400px;
	height: 60px;
	border: 1px solid #c9cacc;
	padding: 5px;
	border-radius: 4px;
	font-size: 14px;
	margin: 5px 0;
	resize: none;
	color: #6B6C729E;
	font-family: PingFangSC-Regular;
}
.popup .ans .text-input {
	display: block;
	width: 400px;
	height: 22px;
	border: 1px solid #c9cacc;
	padding: 5px;
	border-radius: 4px;
	font-size: 14px;
	margin: 5px 0;
	color: #6B6C729E;
}
.tc-but {
	display: block;
	width:128px;
	height: 40px;
	background: #5B78B4;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	border: 0;
	margin: 60px auto 0;
	cursor:pointer;
}
.popup .box::-webkit-scrollbar {
width: 6px;
}
.popup .box::-webkit-scrollbar-thumb {
background: #e5e6e7;
border-radius: 30px;
}
.popup .box::-webkit-scrollbar-track-piece {
background:#f7f7f7;
}
 @media (max-width: 992px) {
.swich-btn.open-nav>img:first-child {
display: none;
}
.home .b-list {
display: none;
}
.home .b-list.b-list1 {
display: block;
}
.swich-btn.open-nav>img:last-child {
display: block;
}
#header .icon img {
height: 7px;
}
#footer .footer-inner {
padding: 0 20px;
}
.popup {
width: 92%;
height: 80vh;
padding: 15px 15px;
}
.popup .box {
height: 65%;
}
.popup .t-Title {
font-size: 18px;
}
.tc-but {
margin: 25px auto 0;
}
}
.izl-rmenu .cartt .phone {
	background: #FFF;
	position: absolute;
	width: 150px;
	left: -160px;
	line-height: 50px;
	color: #5b78b4;
	font-size: 16px;
	text-align: center;
	display: none;
	box-shadow: #DDD -1px 1px 4px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px 4px;
}
.izl-rmenu a.cartt:hover .phone {
	display:inline !important;
}
.izl-rmenu .cartt {
	background-image: url(../images/lygd.png);
	display: block;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	color: #45BDFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 47px;
	padding-left: 48px;
}
.izl-rmenu .cartt:hover {
	background-image: url(../images/lygd2.png);
}


#footer {
	padding:30px 0 40px;
	background: #ffffff;
}
#footer .footer-inner {
	margin:0 auto;
	max-width: 1220px;
}
#footer .f-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#footer .t-item {
	display: flex;/* justify-content: left;*/
	padding-top:32px;/* min-width: 150px;*/
}
#footer .h2 {
	width:120px;
}
#footer .h2 img {
	width:100%;
}
#footer .h3 {
	margin-bottom:18px;
	color:#0B0E17;
	font-size:16px;
}
#footer .list {
	display: flex;
	flex-direction: column;
}
#footer .list .item>a {
	color:#6B6C72;
}
#footer .list .item {
	line-height: 34px;
	font-size:14px;
}
#footer .list .item:hover a {
	color: #455C9D;
}
#footer .app {
	margin-top:18px;
	height: 100px;
}
#footer .app .p {
	color:#6B6C72;
	line-height: 32px;
	font-size:14px;
}
#footer .app .app-img img {
	display: block;
	width:100%;
}
#footer .call .p {
	color:#999B9E;
	line-height: 32px;
	font-size:14px;
}
#footer .call .p.number {
	font-size:21px;
}
#footer .icon-list {
	margin-top:20px;
	margin-left:-22px;
	display: flex;
	flex-wrap: wrap;
}
#footer .icon-list.mt10 {
	margin-top:10px;
}
#footer .icon-list .icon {
	margin-left:22px;
	flex: 0 0 20px;
	width:20px;
}
#footer .icon img {
	width:100%;
}
#footer .f-bot {
	margin-top:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .f-b-left {
	color:#6B6C72;
	font-size:14px;
	padding-top: 23px;
}
#footer .f-b-right a {
	position: relative;
	color:#6B6C72;
	line-height: 20px;
	font-size:14px;
}
#footer .f-b-right a:hover {
	color: #455C9D;
}
#footer .f-b-right a.after {
	padding-right:20px;
}
#footer .f-b-right a.after::after {
	position: absolute;
	top:2px;
	right:10px;
	content: '';
	width:1px;
	height:12px;
}
#footer .app .app-img .wx {
	float: left;
	margin-right: 20px;
}
#footer .app .app-img .wx p {
	text-align: center;
}
#footer .links{
	padding-top:20px;
}
#footer .links a{
	padding-right:10px;
}
@media screen and (min-width:1500px) and (max-width:3000px) {
	.f-b-right [deta-title]::after {
		content: attr(deta-title);
		position: absolute;
		left: 0;
		top: 200%;
		transform: translate(-50%, 0);
		color: #6B6C72;
		box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
		background: #FFF;
		border-radius: 2px;
		padding: 2px 10px 2px 10px;
		font-size: 14px;
		white-space: nowrap;
		transition: all .3s;
		opacity: 0;
		visibility: hidden;
	}
	.f-b-right [deta-title]:hover:after {
		transition-delay: 100ms;
		visibility: visible;
		transform: translate(-50%, -80px);
		opacity: 1;
	}
}
.layui-btn{
	background: linear-gradient(128deg, #90b3d9 0%, #4364a7 100%);
	border: 0;
	padding: 10px 20px;
	color: #FFF;
	border-radius: 25px;
	margin-top:10px;
}