.banner{
 
}
.banner .img{
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    object-fit: cover;
}

.img_header{
	width: 100%;
	height: 82px;
	object-fit: cover;
	position: absolute;
	z-index: 1;
	top: 0;
}

.img_header_title{
	background-image: linear-gradient(0deg,#FF6026 0%, #D93300 100%);
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	color: transparent;
	letter-spacing: 2.2px;
	position: absolute;
	z-index: 1;
	top: 9px;
	width: 100%;
}

.title{
    text-shadow: 0px 4px 0px 0px #ea7463; 
    font-weight: bold;
	background: linear-gradient(0deg,#FF6026 0%, #D93300 100%);
	background-clip:text;
	-webkit-background-clip:text;
	color: transparent;
    text-align: center;
    font-size: 26px;
    font-style:oblique;
    margin-top: 93px;


}

.content{
    width: 1050px;
    margin: 25px auto 0;
}
.count_down{
    text-align: center;
    background-image: linear-gradient(0deg,#FF6026 0%, #D93300 100%);
    font-size: 35px;
    font-weight: bold;
	background-clip:text;
	-webkit-background-clip:text;
    margin-top: 18px;
    color: transparent;
}
.activity_time_box{
	height: 146px;
    margin: 0 auto;
    background-image: url(../img/activity_time.png);
    background-size: 100% 100%;
    padding: 0 76px;
}
.count_down .date_num{
    font-weight: bold;
	min-width: 64px;
	height: 60px;
	background-color: rgba(21,42,111,0.64);
	background-image: linear-gradient(0deg,#FF6026 0%, #D93300 100%);
	border: 1px solid #ffffff;
	border-radius: 6px;
	display: inline-block;
	font-size: 35px;
	background-clip: text;
	-webkit-background-clip: text;
	line-height: 60px;
	box-sizing: border-box;
	padding: 0 20px;
}

.date_unit{
	font-size: 15px;
	font-weight: 400;
	color: #fefeff;
	display: inline-block;
	vertical-align: -9px;
	margin-left: 10px;
}

.theend{
	background-image: linear-gradient(0deg,#b0d7ff 0%, #ffffff 100%);
	font-size: 20px;
    text-align: center;
	background-clip:text;
	-webkit-background-clip:text;
    color: transparent;
    padding-top: 15px;
}
.ranking{
    width: 684px;
    display: flex;
    justify-content: space-between;
    margin: 93px auto 0;
    position: relative;
    text-align: center;
}
.ranking1{
	width: 319px;
	height: 223px;
	position: relative;
}
.ranking1 .num{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	margin-top: 8px;
}


.ranking1 .touxiang{
	width: 84px;
	height: 84px;
	margin-top: 22px;
}

.ranking2{
	width: 253px;
	height: 314px;
    position: absolute;
    left: 210px;
    bottom: 0px;
	z-index: 1;
}

.ranking2 .touxiang{
	width: 140px;
	height: 140px;
	margin-top: 56px;
}
.ranking2 .num{
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	margin-top: 4px;
}

.ranking2 .ranking_info_name{
	font-size: 20px;
	margin-top: 18px;
	margin-bottom: 6px;
}

.ranking3{
	width: 321px;
	height: 224px;
	position: relative;
}

.ranking3 .touxiang{
	width: 84px;
	height: 84px;
	margin-top: 22px;
}

.ranking3 .num{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	margin-top: 8px;
}


.yin{
	text-align: center;
    position: absolute;
    top: 9px;
    width: 34px;
    height: 32px;
    z-index: 0;
    left: 58px;
}
.jin{
    text-align: center;
    position: absolute;
    top: 25px;
    width: 70px;
    height: 67px;
    left: 41px;
    z-index: 0;
}
.tong{
    text-align: center;
    position: absolute;
    top: 10px;
    width: 34px;
    height: 33px;
    z-index: 0;
    left: 163px;
}
.jin img, .yin img, .tong img{
	width: 100%;
	height: 100%;
}
.topnum{
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 75px;
	top: -15px;
}
.touxiang{
    text-align: center;
	border: 3px solid #FFAE9F;
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.ranking_info{
	display: inline-block;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 18px;
    padding: 3px 11px;
    color: #ffffff;
}
.ranking_info_name{
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}
.ranking_info_result{
	font-size: 18px;
	font-weight: 700;
	color: #ff581b;
}
.banner_navtime{
	background-image: linear-gradient(0deg,#FF6026 0%, #D93300 100%);
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: transparent;
	letter-spacing: 2.2px;
	position: absolute;
	z-index: 1;
	top: 65px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
	box-sizing: border-box;
}
.clear_fix::after, .clear_fix::before{
	content: "";
	display: table;
	clear: both;
}
.body_bg{
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}