/*所有元素设置margin padding 0，需要设置的位置重新设置*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
	margin: 0;
	padding: 0;
}


/*标题类的设置，主要是字体大小以及加粗样式*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: normal;
}


/*table 的默认样式*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*img 的以及值域块的边框*/

fieldset,
img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	color: #000000;
}


/*li标签的默认样式*/

li {
	list-style: none;
}


/*表单项的初始化*/

input,
button,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	border: 0;
	background: none;
	-webkit-appearance: none;
	outline: none;
}


/*表单项或的焦点时样式*/

button:focus,
input :focus,
select: focus,
textarea:focus {
	outline: none;
	-webkit-tap-highlight-color: transparent;
}


/*a标签默认的样式*/

a {
	-webkit-touch-callout: none;
	text-decoration: none;
	outline: 0;
}

em,
i {
	font-style: normal;
}

em {
	color: #f28c48;
}


/*提示文本初始化*/

body {
	background-color: #4ead78;
}

div,
input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.group_width {
	width: 100%;
	position: relative;
}

.ruleplace {
	position: absolute;
	left: 5%;
	top: 7%;
	font-size: 13px;
	color: #066c59;
}

.mid_card {
	width: 84%;
	margin: auto;
}

.card_heard {
	width: 100%;
	overflow: hidden;
}

.card_heard .col_33 {
	float: left;
	width: 33.33%;
	font-size: 12px;
	color: #054622;
	height: 22px;
	line-height: 25px;
}

.leftalign {
	text-align: left;
}

.midalign {
	text-align: center;
}

.rightalign {
	text-align: right;
}

.cardbg {
	margin: 5px 0 1px;
}

.cardbg .cardnum {
	position: absolute;
	color: #ffffff;
	left: 10%;
	font-size: 16px;
	bottom: 15%;
}

.cardbg .countnum {
	position: absolute;
	color: #adadad;
	right: 7%;
	font-size: 16px;
	bottom: 15%;
}

.getbtn_black {
	width: 100%;
	overflow: hidden;
	margin: 12px 0 25px;
}

.getbtn_black .g_btn {
	width: 48%;
	color: #ffffff;
	background: #ff6448;
	height: 30px;
	border-radius: 4px;
}

.leftfloat {
	float: left;
}

.rightfloat {
	float: right;
}

.right_pointicon {
	position: absolute;
	width: 20px;
	right: -23px;
	bottom: -7px;
}

.left_pointicon {
	position: absolute;
	width: 26px;
	top: -21px;
	left: -15px;
}

.record {
	background: #2a965a;
}

.records {
	width: 100%;
	overflow: hidden;
	padding: 5px 10px;
	line-height: 16px;
}

.records .point_icon {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background: #ffe92e;
	float: left;
	margin: 4px 10px;
}

.records .r_content {
	color: #ffffff;
	font-size: 13px;
	display: block;
	float: right;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
}

.recordmo {
	position: relative;
	width: 100%;
	margin: 10px 0;
	z-index: 10;
}

.more {
	position: absolute;
	width: 12%;
	height: 40%;
	bottom: 3%;
	right: 3%;
}

.gb_icon {
	position: absolute;
	width: 24px;
	top: 45%;
	right: 3%;
}

.screen {
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
}

.sm_block {
	background: #ffffff;
	width: 80%;
	margin: 60% 10%;
	border-radius: 10px;
	overflow:hidden;
}

.sm_block .task_content {
	display: block;
	padding: 30px 20px 20px;
	text-align: center;
	font-size: 16px;
    color: #333333;
    font-family: SimHei;
}

.sm_block .btn {
	width: 90%;
	margin: 10px 5%;
	background: #ff5237;
	height: 40px;
	font-size: 15px;
	color: #ffffff;
	border-radius: 40px;
}
.bluecolor{
	color:#0c8bc8 !important;
}
.ewm{
    width: 45%;
    position: relative;
    z-index: 10;
    margin: 50% auto;
}
.ewm img{
    width: 100%;
}
.closethis{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;	
}
.greycolor{
	color:#8a8a8a;
}
.graybg{
	background:#8a8a8a !important;
}
.gotoyl {
	width: 100%;
	padding: 0 20px;
	text-align: end;
	color: #ee7704;
}

.leftbtn {
	float: left;
	width: 38%;
	margin: 15px 0;
	margin-left: 8%;
	background: #a9a9a9;
	height: 40px;
	color: #ffffff;
	border-radius: 37px;
}

.rightbtn {
	float: right;
	width: 38%;
	margin: 15px 0;
	margin-right: 8%;
	background: #ff5237;
	height: 40px;
	color: #ffffff;
	border-radius: 37px;
}

.ovfHiden {
	overflow: hidden;
	height: 100%;
}
.focusword {
	color: #ffffff!important;
    text-decoration: underline;
}