﻿/* 页面公共部分
***************************************/

* {
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    background: #fff;
}

a {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    color: inherit;
}

input {
    border: 0;
    outline: none;
}

img {
    border: 0;
}

.wrap {
    width: 100%;
}

.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.clr {
    clear: both!important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.margin-top {
    margin-top: 20px!important;
}

.padding-top {
    padding-top: 15px!important;
}

.clear:after,
.clear:before {
    content: "";
    clear: both;
    overflow: hidden;
    display: table;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

table td {
    width: auto;
}


/* 页面公共部分
***************************************/