@charset "utf-8";

/* CSS Document */

body {
    background: #fff;
    font: 12px/22px '微软雅黑';
    color: #333;
    overflow: auto;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 0;
    overflow: auto;
}

* {
    padding: 0;
    margin: 0 auto;
}

ul,
ul li {
    list-style: none
}

a {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

input,
textarea {
    outline: none;
    border: medium none;
}

input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
}

textarea:focus {
    outline: none;
}

img {
    border: medium none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}


/*e信使*/
.page_box {
	max-width: 750px;
	margin: 0 auto;
}
.pic_box {
	width: 100%;
	position: relative;
}
.pic_box img {
	width: 100%;
	border: medium none;
	outline: none;
	vertical-align: bottom;
}
.video_box {
	padding: 0 5%;
}
.video_sign {
	position: absolute;
	left: 5%;
	top: 0;
	width: 90%;
}