
p{
	margin: 0;
}
a{
	cursor: pointer!important;
	text-decoration:none!important;
}
.nv-page-title-wrap {
	display: none;
}
.header{
	position: fixed;
	width: 100%;
	z-index: 1;
    box-shadow: 0px 0px 16px 0px rgba(225,225,225,0.5);
}
#content{
	padding-top: 56px
}

.wrapper{
	min-height: auto!important;
}

/* hlg主要内容区域 */
#hlg-main-container{
	width: 1120px;
	margin: 0 auto;
}
#hlg-main-container-large{
	width: 1220px;
	margin: 0 auto;
}
#hlg-main-container-full{
	width: 100%;
}

/* 基本布局 */
.hlg-ui-flex-col{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hlg-ui-flex-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hlg-text-white{
	color: #ffffff;
}
.hlg-text-center{
	text-align: center;
}
.hlg-color-nine{
	color: #999999!important;
}
.hlg-color-six{
	color: #666666!important;
}
.hlg-color-three{
	color: #333333!important;
}

/* hover蒙层 */
.hlg-hover-model{
  position: relative;
}
.hlg-hover-model:after{
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
    background: #333;
    transition: opacity .2s;
	cursor: pointer;
	color: #fff;
}
.hlg-hover-model:hover:after{
	opacity: 1;
}
/* 登陆 */
.hlg-hover-model-icon:after{
	content: '点击登录';
	font-size: 14px;
}
/* 返回顶部 */
.hlg-hover-model-top:after{
    content: 'TOP';
    font-size: 12px;
    line-height: 12px;
    padding: 8px;
}
/* hover放大 */
.hlg-hover-big{
	position: relative;
	transition: all .2s;
}
.hlg-hover-big:hover{
	transform: scale(1.1);
}
/* 背景图片 */
.hlg-img-bg-ww{
	width: 100px;
    height: 26px;
    background: url('https://alisc.dancf.com/hlgofficial/ww.png') center no-repeat;
	background-size: 100px 26px;
}
/* 修改tab插件样式 */
.wpsm_nav-tabs li{
    width: 200px;
    border: 1px solid red;
    background: #fff;
    margin-left: 40px;
}

.hlg-fix-tool{
    position: fixed;
    bottom: 146px;
    right: 0;
    z-index: 100;
    border-radius: 2px;
    width: 40px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(220,220,220,1);
}
.hlg-fix-tool-top{
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 100;
    width: 40px;
    box-shadow: 0px 0px 6px 0px rgba(220,220,220,1);
    border-radius: 2px;
}
.fix-tool-item{
    position: relative;
    width: 40px;
    height: 40px;
}
.fix-tool-item--hover {
    display: none;
    position: absolute;
    top: 0;
    right: 40px;
    padding-right: 6px;
}
.item-hover-content {
    padding: 12px;
    color: #666666;
    font-size: 14px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(220,220,220,1);
}
.fix-tool-item:hover .fix-tool-item--hover {
    display: block;
}
.fix-tool-item--gift{
    background: url('https://alisc.dancf.com/hlgofficial/fixedtool/icon-gift.png') center no-repeat;
    background-size: 40px 40px;
}
.fix-tool-item--gift:hover{
    background: url('https://alisc.dancf.com/hlgofficial/fixedtool/icon-gift-hover.png') center no-repeat;
    background-size: 40px 40px;
}
.fix-tool-item--qn{
    background: url('https://alisc.dancf.com/hlgofficial/fixedtool/icon-qn.png') center no-repeat;
    background-size: 40px 40px;
}
.fix-tool-item--qn:hover{
    background: url('https://alisc.dancf.com/hlgofficial/fixedtool/icon-qn-hover.png') center no-repeat;
    background-size: 40px 40px;
}
.fix-tool-item--wechat{
    background: url('https://alisc.dancf.com/hlgofficial/fixedtool/icon-wechat.png') center no-repeat;
    background-size: 40px 40px;
}
.fix-tool-item--wechat:hover{
    background: url('https://alisc.dancf.com/hlgofficial/fixedtool/icon-wechat-hover.png') center no-repeat;
    background-size: 40px 40px;
}
.fix-tool-item--wechat{
    background: url('https://alisc.dancf.com/hlgofficial/fixedtool/icon-wechat.png') center no-repeat;
    background-size: 40px 40px;
}
.fix-tool-item--top{
    background: url('https://alisc.dancf.com/hlgofficial/fixedtool/icon-top.png') center no-repeat;
    background-size: 40px 40px;
}
.code-dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.code-dialog-content{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 500px;
    height: 510px;
    background: #f8f8f8;
    border-radius: 8px;
    text-align: center;
}
.code-btn-close{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.fix-scroll-btn{
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.login-btn-wrap{
	box-shadow: 0 0 12px 0 #dcdcdc;
	background: #fff!important;
}
.login-btn-hover{
	border-color: #d92424!important;
	color: #d92424!important;
}
.login-tab-item{
	width: 72px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #999999;
	cursor: pointer;
}
.login-tab-choice{
	font-weight: 500;
	color: #d92424;
	border-bottom: 2px solid #d92424;
}
.login-container{
	position: relative;
}
.login-container .item{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

