body {
	border: 0;
 //background-color: #990000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #900;
	/*http://img02.taobaocdn.com/bao/uploaded/i2/TB1OXCTNXXXXXbTaXXXSutbFXXX.jpg*/
	/*background-image: url(https://keludeaps.alicdn.com/keludeaps010150147083_eu131504075684637.jpg);*/
	background-image: url(http://img02.taobaocdn.com/bao/uploaded/i2/TB1vOq0MVXXXXX2apXXSutbFXXX.jpg);
	/*background-image: url(https://keludeaps.alicdn.com/keludeaps010178167123_et21499850357187.png);*/
	/*background-image: url(http://e.hiphotos.baidu.com/video/pic/item/838ba61ea8d3fd1f7a9dfa063b4e251f95ca5f71.jpeg);*/
}
/*body {background-image:url(https://keludeaps.alicdn.com/keludeaps010150147083_eu131504075684637.jpg); background-repeat:no-repeat; background-attachment:fixed}*/
.STYLE2 {
	color: #00FF00
}
.STYLE5 {
	color: #FF0000
}
.STYLE20 {
	COLOR: #00ff33
}
.STYLE3 {
	color: #0066ff;
	font-weight: bold;
}

.STYLE4 {
	COLOR: #ff00ff;
	FONT-SIZE: 26px;
	FONT-WEIGHT: bold;
	text-align: center;
}
.STYLE14 {
	FONT-FAMILY: "微软雅黑"
}
.STYLE15 {
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif
}
.STYLE22 {
	FONT-FAMILY: "微软雅黑";
	font-weight: bold;
}
.STYLE23 {
	font-weight: bold
}
.STYLE24 {
	font-weight: bold
}
.STYLE25 {
	font-weight: bold
}
.STYLE11 {
	text-align: center;
	border: 2px solid #a1a1a1;
	padding: 10px 40px;
	background: #dddddd;
	width: 466px;
	border-radius: 6px;
	-moz-border-radius: 25px;
}
.ys02 {
	font-family: "方正黑体简体";
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
}
.ys06 {
	font-family: "方正黑体简体";
	font-size: 18px;
	font-weight: bold;
	color: #69F;
	vertical-align:middle;
}
.STYLE28 {
	color: #00FF00;
	font-size: 24px;
	font-weight: bold;
}
/*--------------*/

.layui-layer-shade {
	z-index: 8000;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: none;
}
.layui-layer-shade.active {
	display: block;
}
.layui-layer {
	/*-webkit-transform: translate(-50%, -50%);*/
            /*-moz-transform: translate(-50%, -50%);*/
            /*-ms-transform: translate(-50%, -50%);*/
            /*-o-transform: translate(-50%, -50%);*/
            /*transform: translate(-50%, -50%);*/
	position: absolute;
	left: 46%;
	top: 46%;
	width: 380px;
	height: 360px;
	margin: -125px;
}
.layui-layer a {
	display: block;
}
.layui-layer .close {
	position: absolute;
	width: 26px;
	height: 26px;
	line-height: 22px;
	text-indent: 1px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	font-size: 24px;
	background-color: #777777;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	font-family: "Microsoft YaHei";
	right: -15px;
	top: -15px;
	cursor: pointer;
}
.layui-layer .close:hover {
	background-color: #2f8dec;
}
.layui-layer img {
	display: block;
	max-width: 100%;
}
.layui-layer-shade.active .layui-layer {
	-webkit-animation-name: layer-zoomInDown;
	animation-name: layer-zoomInDown;
}
.layui-layer {
	border-radius: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	/*overflow: hidden;*/
	background-color: #fff;
	-webkit-background-clip: content;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
 @-webkit-keyframes layer-zoomInDown {
 0% {
 opacity: 0;
 -webkit-transform: scale(.1) translateY(-2000px);
 transform: scale(.1) translateY(-2000px);
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out
}
 60% {
 opacity: 1;
 -webkit-transform: scale(.475) translateY(60px);
 transform: scale(.475) translateY(60px);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out
}
}
 @keyframes layer-zoomInDown {
 0% {
 opacity: 0;
 -webkit-transform: scale(.1) translateY(-2000px);
 -ms-transform: scale(.1) translateY(-2000px);
 transform: scale(.1) translateY(-2000px);
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out
}
 60% {
 opacity: 1;
 -webkit-transform: scale(.475) translateY(60px);
 -ms-transform: scale(.475) translateY(60px);
 transform: scale(.475) translateY(60px);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out
}
}


    @keyframes skew-x-shake {
    0% { transform: skewX(-15deg); }
    5% { transform: skewX(15deg); }
    10% { transform: skewX(-15deg); }
    15% { transform: skewX(15deg); }
    20% { transform: skewX(0deg); }
    100% { transform: skewX(0deg); }
}
