﻿@charset "utf-8";
/* CSS Document */
/*标签重置*/

* {
	padding: 0;
	margin: 0;
	font-family:"微软雅黑";
}
li{
	list-style:none;
}
img{
	border:0;
}
.clearfix{
	clear:both;
}
/*返回按钮*/
.back{
	position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index:8;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background-color:#F46955;
}
.inner-circle{
	margin: 0 auto;
    width: 54.5px;
    height: 54.5px;
    margin-top: 10%;
    border-radius:50%;
    background-color: #fff;
    text-align: center;
    line-height: 1.2;
}
.inner-circle .iconfont{
	font-size: 36px;
    color:#F46955;
    position: absolute;
    right: 22%;
    top: 14%;
}
/*标题*/
.bt {
    position: absolute;
    background-image: url(/Areas/Web/pc/img/xyb/bt.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
}

.bt span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 60px;
    text-align: center;
    width: 200px;
    letter-spacing: 2px;
}
/*闯关*/
.cg img{
	 width:120px;
	 height:57px;
	 }
.cg{
	 width:120px;
	 height:57px;
	 position:absolute;
	 bottom:1%;
	 right:1%;}
/*高亮提示*/
.hidden{
	display: none;
}
.cover{
	position: fixed;
	top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.7;
    box-sizing: content-box;
    background-color: #000;
    z-index: 9;
}
.highlight{
	z-index: 10;
}
.content_item img {
    position: absolute;
    width: 100%;
    height: 100%;
}
/*倒计时*/
.daojishi {
    position: absolute;
    top: 44px;
    right: 120px;
    font-size: 30px;
    color: #F46955;
}
