﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font: 12px/1 rag, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    font-family: 微软雅黑;
}

body {
    font-size: 12px;
    background: #e8ebec;
}

img {
    border: none;
}

li {
    list-style: none;
}

input, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    color: #252525;
}

button {
    border: 0;
    background-color: transparent;
}

input {
    background-color: transparent;

}

html {
    margin-top: 10px;
}

table {
    border-collapse: collapse;
    position: relative;
}

table, th, td {
    /*border:#cccccc solid 1px;*/
}

