.hide {
    display: none;
}

.air_foot_slide_wrap {
    position: fixed;
    z-index: 99;
    left: 50%;
    bottom: -300px;
    min-width: 920px;
    max-width: 1318px;
    height: 111px;
    border-radius: 6px;
    background-size: 100% 100%;
    transform: translateX(-50%);
    font-size: 0;
    transition: transform 0.5s ease-out
}

.air_foot_slide_wrap.show {
    transform: translate(-50%, -305px);
}
.air_foot_slide_wrap .bgImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.air_foot_slide_wrap .air_foot_logo {
    position: absolute;
    z-index: 1;
    width: 142px;
    height: 138px;
    left: -82px;
    top: -23px;
}
.air_foot_wrap {
    position: relative;
    margin: 11px 38px 0 96px;
}

.air_foot_slide_prev,
.air_foot_slide_next {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 22px;
    transform: translateY(-50%);
    transition: opacity 0.3s ease-in-out;
    opacity: 0.5;
    background: url("../images/air_icon.png") no-repeat;
    cursor: pointer;
}

.air_foot_slide_prev:hover,
.air_foot_slide_next:hover {
    opacity: 0.8;
}

.air_foot_slide_prev {
    background-position: -692px -92px;
    left: -25px;
}

.air_foot_slide_next {
    background-position: -746px -92px;
    right: -25px;
}

.air_foot_slide_item a {
    min-width: 186px;
    display: block;
}

.air_foot_slide_item img {
    transition: transform, .3s ease-in-out;
}

.air_foot_slide_item img:hover {
    transform: translateY(-3px);
    box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, 0.3);
}

.air_foot_slide_close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 20px;
    height: 20px;
    background: url("../images/air_icon.png") no-repeat -800px -92px;
    cursor: pointer;
    transition: opacity 0.5s ease-in;
    opacity: 0.5;
}

.air_foot_slide_close:hover {
    opacity: 0.8;
}

@media screen and (min-width: 1366px) and (max-width: 1809px) {
    .air_foot_slide_wrap {
        max-width: 1120px
    }
}

@media screen and (max-width: 1440px) {
    .air_foot_slide_wrap {
        max-width: 920px
    }
}

img[src=""],img:not([src]){opacity:0;}
.air_menu_wrap a[href="javascript:void(0)"] {cursor: default}
.air_logo_wrap .active_menu .active_list .off.nohref:hover {transform: initial; box-shadow: 5px 9px 40px rgba(0, 0, 0, 0.7)}

/* 侧边栏活动入口 start */
.bgbar .topbar .event {
	height: 145px;
	display: none;
    border-top: 0 none;
    position: absolute;
    top: -145px;
    right: 0;
    cursor: pointer;
}

.bgbar .topbar .event img {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 2px 0 0 2px;
}

.bgbar .topbar .event .event-turn {
	height: 36px;
	width: 78px;
	line-height: 36px;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	right: 0;
	bottom: 0;
}

.bgbar .topbar .event .event-turn em {
	width: 24px;
	height: 24px;
	display: block;
	margin: 6px auto;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .4);
}

.bgbar .topbar .event .event-turn em::after {
	content: '';
	background: url(../images/sale_air_icon.png) no-repeat -8px 0;
	width: 6px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	margin-left: -2px;
}

.bgbar .topbar .event .event-turn-show em::after {
	background-position: 0 0;
	margin-left: -3px;
}

.bgbar .eventlist {
	display: none;
    font-family: OpenSans, Arial; 
}

.bgbar .eventlist .cnt {
    height: 100%;
    overflow: hidden;
}

.bgbar .eventlist .eventlist-box {
	width: 220px;
	margin: 20px 20px 0;
}

.bgbar .eventlist .goodWrap {
    position: relative;
    width: 100%;
    overflow: auto;
    height: calc(100% - 20px);
    overflow-x: hidden;
}

.bgbar .eventlist .goodWrap::-webkit-scrollbar {
	width: 0;
}

.bgbar .eventlist .eventlist-logo {
    position: relative;
	width: 220px;
    min-height: 30px;
	overflow: hidden;
}

.bgbar .eventlist .eventlist-countdown {
	font-size: 14px;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 220px;
	left: 0;
	bottom: 4px;
}

.bgbar .eventlist .count-text {
	display: block;
}

.bgbar .eventlist .count-down {
	font-weight: bold;
}

.bgbar .eventlist .eventlist-countdown i {
    font-style: normal;
}

.bgbar .eventlist .eventlist-first {
	margin-top: 2px;
	text-align: center;
	height: 56px;
	width: 220px;
}

.bgbar .eventlist .eventlist-second {
	width: 220px;
	margin: 0 auto;
	overflow: hidden;
}

.bgbar .eventlist .eventlist-second a {
	float: left;
	margin-top: 2px;
}

.bgbar .eventlist .eventlist-nav {
	margin-top: 2px;
}

.bgbar .eventlist .eventlist-nav ul {
	overflow: hidden;
}

.bgbar .eventlist .eventlist-nav li {
	margin-top: 2px;
	text-align: center;
    overflow: hidden;
    float: left;
}

.bgbar .eventlist .eventlist-first,
.bgbar .eventlist .eventlist-second a,
.bgbar .eventlist .eventlist-nav li,
.bgbar .eventlist .app-btns a {
	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	transition: transform .2s;
}

.bgbar .eventlist .eventlist-first:hover,
.bgbar .eventlist .eventlist-second a:hover,
.bgbar .eventlist .eventlist-nav li:hover,
.bgbar .eventlist .app-btns a:hover {
    -webkit-transform: translate3d(0, -1px, 0);
    -moz-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
}

.bgbar .eventlist .eventlist-nav li img {
	display: block;
}

.bgbar .eventlist .eventlist-app {
	margin-top: 5px;
	padding: 2px;
}

.bgbar .eventlist .app-text {
	color: #fff;
	text-align: center;
	font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 4px 0 10px;
}

.bgbar .eventlist .app-box {
	height: 85px;
	margin-top: 5px;
}

.bgbar .eventlist .app-img {
	width: 85px;
	height: 85px;
	float: left;
    background: url(../../web/src/img/sale_air_code.png?11) no-repeat;
    background-size: 100%;
}

.bgbar .eventlist .app-btns {
	float: right;
	width: 120px;
}

.bgbar .eventlist .app-btns a {
	display: block;
	width: 120px;
	height: 36px;
	background: url(../../web/src/img/common_icon.png) no-repeat -1000px 0;
}

.bgbar .eventlist .app-btns a.andriod {
	background-position: -1000px -36px;
	margin-top: 12px;
}
/* 侧边栏活动入口 end */