*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}
ul,ol {
	list-style: none;
}
a:hover{
	text-decoration: none!important;
	color: #D82824!important;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.quick {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #f3f3f2;
}
.right{
	float: right;
}
.right a{
	line-height: 42px;
	font-size: 12px;
	color: #a09f9f;
	padding: 0 19px;
	border-right: 1px solid;
}
.right a:last-child{
	border-right:none;
}
/* nav */
@media (max-width: 1200px){
	.navbar-nav .nav-item{
		padding: 0!important;
		margin: 0!important;
	}
	.collapse .form-inline{
		margin-left: 1rem!important;
	}
	.collapse .phone{
		padding: 0!important;
	}
	.pop .col-9{
		padding: 0!important;
	}
	.pop .down_li{
		margin-left: .5rem!important;
	}
	.footer .row .col-6{
		padding: 0!important;
		flex: 0 0 56%!important;
		max-width: 56%!important;
	}
	.footer .row .col-2{
		flex: 0 0 14%!important;
		max-width: 14%!important;
	}
	.footer .row .col-2 .online{
		padding: 0!important;
	}
}
.collapse{
	position: relative;
}
.collapse .form-inline{
	margin-left: 2.5rem;
	position: absolute;
	right: 0;
	top: auto;
}
.nav{
	line-height: 94px;
	width: 100%;
}	
.form-control,
.btn {
	border-radius: 2px!important;
}
.btn-primary{
	background-color: #fff!important;
	color: #717071!important;
	border-color: #bfbfbf!important;
}
.btn-secondary {
	color:#6c757d!important;
	background-color: #fff!important;
	border-color: #bfbfbf!important;
}
.navbar {
	padding: .5rem 0!important;
}
.navbar-light .navbar-nav .nav-link{
	color: #717071;
	font-weight: bold;
}
.dropdown .btn-group{
	height: 23px;
	min-height: 23px;
}
.dropdown-menu{
	line-height: normal;
	min-width: 9rem;
}
.dropdown-item{
	color: #717071!important;
}
.dropdown-item:active{
	background-color: #f5eef5!important;
}
.btn-outline-success{
	background-color: #d82824!important;
	border-color:#d82824!important;
}
input::-webkit-input-placeholder {
       /* placeholder字体大小  */
       font-size: 13px;
    }
.nav input {
	    background-color: #f5f4fa;
	    border: none!important;
}


/* 下拉列表 */

.pop{
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 185px;
	left: 0;
	top: 160px;
	background-color: #d82824;
	display: none;
}
/* .pop:hover,
.nav:hover +.pop{
	display: block;
} */
/* 下拉列表样式 */
.pop ul li{
	height: 133.3px;
	display: inline-block;
	border-right: 1px solid #dfe0a875;
}
.pop ul li a{
	color: #fff!important;
}
.pop ul li:last-child{
	border-right: none;
}
.pop ul li  a strong {
	font-size: 16px;
}
.pop ul li  a span {
	display: block;
	font-size: 15px;
}
.pop .border {
	border: 1px solid #dfe0a875!important;
	font-size: 14px;
}
/* banner */
.banner img{
	width: 100%;
}
.pop .down_ul .down_li {
	vertical-align: top;
	letter-spacing: .5px;
}
/* 底部 */
.footer{
	width: 100%;
	height: 360px;
	min-height: 400px;
	background-color: #3c3c3c;
	padding: 5em 0;
}
.footer .online,
.footer .official{
	border-left:1px solid #717071;
}
.footer .online a,
.footer .official span{
	color: #717071;
	font-weight: 600;
	font-size: 14px;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
}
.footer .online a:hover,
.footer .official a:hover{
	color: #D82824;
}
.footer .online{
	border-right:1px solid #717071;	
}
.footer .d-flex p{
	color: #717071;
}
.footer hr {
	background-color: #717071;
}
.footer .row p{
	color: #717071;
	font-size: 13px;
	display: block;
}


ul.broadside{
	width: 70px;
	position: fixed;
	right: 25px;
	background-color: #fff;
	bottom: 150px;
	cursor: pointer;
	padding: 10px 0 4px;
	border: 1px solid #ededec;
}
ul.broadside li+li{
	margin-top: 12px;
}
ul.broadside li{
	text-align: center;
}

ul.broadside div{
	color: #989898;
	font-size: 12px;
	margin-top: 10px;
}
ul.broadside li:hover{
	background-color: #df154d1a;
}
ul.broadside .official,
ul.broadside .bar_codes{
	position: relative;
}
ul.broadside li .group,
ul.broadside li .sidecode{
	position: absolute;
	top: -4px;
	right: 78px;
	display: none;
}
ul.broadside .official:hover .group,
ul.broadside .bar_codes:hover .sidecode{
	display: block;
}
/* 显示二维码 */
.showcode {
    display: none;
	position: absolute;
	top: 160px;
	left: 50.5%;
	width: 130px;
	height: 153px;
	background-color: #fff;
	z-index: 1000;
}
.page-link:focus{
	box-shadow: none !important;
}

.page-item.active .page-link{
	background-color: #d01e4a !important;
	border: none !important;
	color: #fff !important;
	border-bottom: 1px solid #d01e4a !important;
}
.paging ul li a:hover{
	border-top: 1px solid #d01e4a !important;
}
/* 每日红包 */
.day-money{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 3;
	overflow-y: auto;
	display: none;
}
.day-body{
	position: relative;
	width: 100%;
	height: 100%;
}
.day-main{
	width: 86%;
	height: auto;
	position: absolute;
	left: 75%;
	top: 0;
	transform: translateX(-70%);
	z-index: 200;
}
.day-main .close_day{
	cursor: pointer;
	position: absolute;
	top: 16%;
	right: 27%;
	transform: translateX(-27%);
}
.day-code{
	position: absolute;
	top: 57.1%;
	left: 35%;
	z-index: 1000;
}