@CHARSET "UTF-8";
body{
	overflow-x : hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.placeholder{
	color: #cccccc;
}
.layui-bg-white{
	background-color: #fff !important;
	color: #000 !important
}
.layui-nav.layui-bg-white .layui-nav-item a:hover, .layui-nav.layui-bg-white .layui-nav-item .layui-this a {
    color: #0d80b8;
}
.layui-nav.layui-bg-white .layui-nav-item a {
    color: #000;
}
.layui-nav.layui-bg-white .layui-nav-more {
    border-color: #000 transparent transparent;
    border-top-color: rgb(0,0,0);
    border-top-color: rgba(0,0,0,.7);
}
.layui-nav.layui-bg-white .layui-nav-mored {
    border-color: transparent transparent #000;
}
.mt-5{
	margin-top: 5px
}
.mt-10{
	margin-top: 10px
}
.mt-20{
	margin-top: 20px
}
.mr-20{margin-right: 20px}
.mt-30{
	margin-top: 30px
}
.mt-40{
	margin-top: 40px
}
.mt-50{
	margin-top: 50px
}
.ml-40{
	margin-left: 40px
}
.pdl-20{
	padding-left : 20px;
}
.pdr-20{
	padding-right : 20px;
}
.pdr-30{
	padding-right : 30px;
}
.pdt-20{
	padding-top: 20px
}
.pd-20{
	padding: 20px;
}
.pb-20{
	padding-bottom: 20px;
}
.text-c{
	text-align: center;
}
.gr-text-r{
	text-align: right;
}
.top_left{
	padding: 40px 10px;
	text-align: right;
}
.f-l{
	float: left;
}
.f-r{
	float: right;
}
.search-wrap{
	border: 1px solid #dcdcdc;
	border-radius : 35px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	padding: 0px 10px;
}
.search-wrap *{
	border: none;
}
.logo_quiky{
	display: inline-block;
	line-height: 40px;
	height: 40px;
	margin-left: 10px;
}
.unlogin a{ 
	display: inline-block;
	padding: 0px 10px;
}
.main-bg{
	padding-bottom: 20px;
}
.layui-text-block{
	padding: 9px 15px;
	color: #009688
}
.img_width_auto_wrap img{
	max-width: 100%;
}
/*重写导航start*/
.layui-nav-wrap,.layui-nav {
	background-color: #336699;
}
.layui-nav * {
	font-size: 15px
}
.layui-nav .layui-nav-item{
	margin-right: 30px
}
.layui-nav-child{
	top: 60px
}
.layui-form-label i {
	color:#e10602;
	font-weight: bold;
	position: relative;
	top: 2px;
	left: -4px;
}
.person-menu{
	padding: 0;
	background-color: #fff !important;
	font-size: 14px;
}
.person-menu .layui-nav-item{
	margin-right: 10px;
	line-height: 40px;
}
.person-menu .layui-nav-item a {
	color: #000 !important;
	padding: 0 10px;
}
.person-menu .layui-nav-item .layui-nav-child{
	top: 40px
}
/*重写导航end*/
.layui-footer{
	background-color: #333333;
	padding: 30px 0 40px 0;
	color: #fff;
	margin-top: 20px
}
.layui-footer h3{
	margin-top: 20px
}
.layui-footer .layui-breadcrumb a{
	color: #fff !important;
}
.lianxi{
	color: #999
}
.layui-footer p{
	line-height: 30px;
	height: 30px
}
.layui-footer p > span{
	margin-right: 20px
}
.layui-footer .saoyisao{
	text-align: right;
	margin: 10px auto;
}
.layui-footer .saoyisao img{
	margin-left: 10px
}

/*二维码下载APP*/
.ux-focus-code-show {
    top: 30px;
    position: absolute;
    z-index: 999;
    top: 50px;
    left: -70px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 240px;
    text-align: center;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
}
.ux-focus-code-show_tit {
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 30px;
}
.ux-focus-code-show_des {
    font-size: 12px;
    color: #666;
    height: 26px;
    line-height: 26px;
}
.ux-focus-code-show_img {
    margin-top: 10px;
}
.ux-focus-code-show_img img {
    width: 145px;
    height: 145px;
    vertical-align: baseline;
}
.ux-focus-code-show_triangle {
    position: absolute;
    top: -8px;
    left: 110px;
    display: inline-block;
    width: 0px;
    height: 0px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #fff;
}
/*hui移植*/
#hui-unfold {
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 1));
	color: #3388FF;
	cursor: pointer;
}