/*默认*/

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
	margin: 0;
	padding: 0;
}
body,button,input,select,textarea {
	font-size: 12px;
	font-family: "PingFangSC Light","微软雅黑 Light";
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%
}
em ,strong{
	font-style: normal;

	font-weight: normal;
}
ul,ol,li {
	list-style: none
}

a {
	text-decoration: none
}

fieldset,
img {
	border: 0
}

.left {
	float: left
}

.right {
	float: right
}

.overflow {
	overflow: hidden
}

.inline {
	display: inline
}

.clear {
	clear: both;
}

.block {
	display: block;
}
.none{
	border-top: none !important;
}
.bombBox{position: absolute;background:rgba(0,0,0,.6);width: 100%;height: 100%;display: inline-block;z-index: 1;display: none;}
.bomb{width:514px;height:230px;background: #FFFFFF;border-radius: 10px;position: absolute;top:158px;left:222px;z-index: 2;display: none;}
.bomb .left img{padding:80px 40px 0 93px;}
.bomb .right{padding-top:60px;padding-right: 80px;}
.bomb .right .rege{font-size: 20px;color: #333333;}
.bomb .right .rege_2{font-size: 16px;color: #d26c11;padding: 14px 0 25px 0;}
.bomb .right .rege_3{font-size: 16px;color: #FFFFFF;background: #0092b7;width: 116px;line-height: 38px;border-radius: 5px;text-align: center;}
.bomb .right .rege_3 a{display: inline-block;color: #FFFFFF;}
