﻿* {
    margin: 0;
    padding: 0;


}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

li {
    list-style: none;
}

.fl {
    float: left;
}
.fr {
    float: right;
}

.flout> *:last-child {
    background: none;
}


.clearBox{
    zoom: 1;
}

.clearBox:after{
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.clear {
    clear: both;
}

input, form, textarea, select, option {
    outline: none;
}

input[type="text"], input[type="password"] {
    text-indent: 5px;
}

input[type='checkbox'] {
    vertical-align: top;
}

.pointer, input[type='image'] {
    cursor: pointer;
}

.disNone {
    display: none;
}

/*all_set*/
html, body {
    position: relative;
    width: 100%;
    font-family: Microsoft YaHei, Arial, sans-serif;
    color: #333;
    font-size: 14px;
}

a {
    color: #333;
    transition: .3s;
}


.wrap {
    width:1200px;
   margin: 0 auto;
}
























