﻿@charset "utf-8";
body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
select,
textarea,
button,
th,
td {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ul,
dl,
ol {
	list-style: none;
}

img,
fieldset,
input[type="submit"] {
	border: 0 none;
}

img {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input[type="button"] {
	cursor: pointer;
	border: 0 none;
}

menu {
	margin: 0;
	padding: 0;
}

input[type="number"] {
	-webkit-user-select: text;
}

a,
button,
input,
img {
	-webkit-touch-callout: none;
}

input,
select,
textarea {
	outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.clearfix {
	display: inline-block;
	zoom: 1;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	zoom: 1;
}

html,
body {
	height: 100%;
}

a {
	text-decoration: none;
}

html {
	overflow-x: hidden;
}

body {
	font: 13px/1.5 \5fae\8f6f\96c5\9ed1\000d\000a, "Microsoft YaHei", "微软雅黑", \5b8b\4f53, "SimSun", Trebuchet MS, tahoma, sans-serif;
	/* color: #fee7bd; */
	height: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.second:before {
	display: table;
	content: "";
}

/*.wrap {
	width: 900px;
	height: auto;
	margin: 0 auto;
}*/
.added_new{
	width: 354px;
    height: 538px;
}
.cartoon{
	width: 354px;
    height: 538px;
    position: relative;
}
.flo{
	width: 354px;
    height: 538px;
    background-size: 100% 100%;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
.xv_h{
	position: absolute;
	top: 200px;
	left: 137px;
}
.loc {
	width: 80px;
    height: 80px;
    margin: 0 auto;
	/*position: relative;*/
	display: block;
	background: red;
	background-size: 100%;
	animation: myload .6s linear 0s infinite;
	-webkit-animation: myload .6s linear 0s infinite;
}
@-webkit-keyframes myload { 0% {
background:url(../images/hold1_3x.png) no-repeat;
background-size:100%;
width: 5rem; height: 5rem;
}
 50% {

background:url(../images/hold2_3x.png) no-repeat;
background-size:100%;
width: 5rem; height: 5rem;
}
 100% {

background:url(../images/hold3_3x.png) no-repeat;
background-size:100%;
width: 5rem; height: 5rem;
}
}
.wa_m{
	text-align: center;
	color: #fff;
}
