﻿*
{
    margin: 0px;
    padding: 0px;
    outline: none;
    font-family: "微软雅黑", "宋体", Arial, Tahoma, Verdana, STHeiTi, simsun, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    image-rendering: -webkit-optimize-contrast;
}

body
{
    background-color: #edeff2;
}

a
{
    text-decoration: none;
    color: SteelBlue;
}

a:hover
{
    text-decoration: underline;
    color: DodgerBlue;
}

em
{
    color: Red;
    font-size: 16px;
    font-style: normal;
    vertical-align: middle;
}

textarea
{
    resize: none;
}

ul li
{
    list-style-type: none;
}

img
{
    border: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

label
{
    cursor: pointer;
}

iframe
{
    border: none;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.cl
{
    clear: both;
}
